> Have you tried integrating check.py?
> It's just for that.

Hmm, not recently no, but I did like what check.py did for me, thanks for
the idea.

What is odd about packages is that there are two XML forms that become
Python attributes:

    <project name="x" package="somex" ...

and

    <project name="x" ...
            <package>org.apache.x</package>

So Sam's (I suspect) code was clever enough to check the attribute for being
of string type, or object type, to tell the difference. I had to use that in
a few plaes, but it worked, and when I run against gump.xml workspace I do
see the packaged projects.

I'll investigate today, and I will definately use check.py, thanks.

regards

Adam


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to