Skip to Content.
Sympa Menu

grouper-users - Re: [grouper-users] import, command line parameters....

Subject: Grouper Users - Open Discussion List

List archive

Re: [grouper-users] import, command line parameters....


Chronological Thread 
  • From: "blair christensen." <>
  • To: "Tom Barton" <>
  • Cc: ,
  • Subject: Re: [grouper-users] import, command line parameters....
  • Date: Wed, 28 Feb 2007 08:42:39 -0600
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=iWEOg54zggQtjqlXlhTWutuCkHgAzQ6rs6/z4wRTCV8VFAK1eKLndF1rnlu/nfSe+l56IbzoDt9Qed7acIgeUhncw+Prbhum3sHPW09NH/uTDvqnD0WfPhJbeyZcn+FoSqgbwmfo4r0oR94PhEel0XFBnpR1EJWGDVdpVGsHRkM=

On 2/27/07, Tom Barton
<>
wrote:
The xml-import utility in grouper 1.1 in fact requires the attribute
named 'immediate' with each subject being listed in a group. For
example, instead of

<list field="members">
<subject id="stc"/>
</list>

use

<list field="members">
<subject id="stc" source='Brown' type='person' immediate='true' />
</list>

Note that the 'type' and 'source' attributes are also documented as
being required, but I haven't in fact tested if they are. The
documentation shows 'immediate' as optional. I think the documentation
is supposed to be as intended, so perhaps this is a code bug, not a
documentation bug. But one or the other.

I'll take a look at changing this for the 1.2.0 release.
"immediate='true'" should be the assumed default.

The XML importer could almost certainly be better about reporting
errors as well.



Archive powered by MHonArc 2.6.16.

Top of Page