On Friday, January 31, 2003, at 05:48 AM, Stefan Bodewig wrote:
Or is this back in my hands?
Why not?
I got jakarta-gump from CVS yesterday, and tried:
ant
I created a workspace file (conor.xml) as follows
<?xml version="1.0" ?> <workspace basedir="[gump_home]" pkgdir="/opt" sync="rsync -r -a --delete" version="0.3">
<property name="build.sysclasspath" value="only"/>
<profile href="profile/gump.xml"/>
</workspace>
Let's call your's erik.xml (if you use gen.sh, it needs to be the hostname, I think)
Replace the basedir value with wherever you want to have Gump download and build things.
Then run
ant -Dworkspace=erik.xml
If you want to check for packages you will need to download and install do this
ant -Dworkspace=erik.xml check
HTH Conor