> Can someone take a peek at this one for me? Am not sure if i set things up
right.

Looks good to me. A few minor things:

    <project name="wss4j">
        <package>org.apache.ws</package>

Does it not give any more specialized package? Would be nice for:

http://lsd.student.utwente.nl/gump/gump_xref/package_module.html

Might be nice to have the jar dated, if you can pass a < property to the
<ant & set -@@DATE@@ in the <jar entry.

    <ant target='gump'>
        <property name='jar.name' value='wss4j-@@.jar' />
    </ant>

or something, and

    <jar name="build/wss4j-@@.jar"/>

Also, you could do this like this, but your preference:

    <home nested='build' />
    <name name='wss4j...'

You may need some <work entries (if you run unit tests).

BTW: If I can ever get the forrest documentation onto the site ... I'm
working on 'good practices' page on there, that hopefully will extract
knowledge from Gumpmeister's like Stefan and get it in writting for the rest
of us.

regards,

Adam






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

Reply via email to