Schaible, J�rg wrote:

Hello Steve,


Have just added ant.properties.sample files to the other packages so in principal all you need to do is to update avalon-sandbox from CVS, rename ant.properties.sample to ant.properties and uncomment the local jar file location defintions. I havn't tested this so let me know if you have any problems.

I've already started with assembly, but I get here errors for the logkit.
The entries in ant.properties has to be changed:

# ----- Logkit -----
avalon-logkit.home=${basedir}/../../avalon-logkit
avalon-logkit.lib=${logkit.home}/build/lib
avalon-logkit.jar=${logkit.lib}/logkit.jar

to:

# ----- Logkit -----
avalon-logkit.home=${basedir}/../../avalon-logkit
avalon-logkit.lib=${avalon-logkit.home}/build/lib
avalon-logkit.jar=${avalon-logkit.lib}/logkit.jar

Thanks - fixed and updated (in Merlin as well).

Unfortunately there is still a problem. Now all the checks succeed, but the dependencies look for avalon-framework-4.1.4.jar and try to download them ==> fails:

Looks like assembly is now ok - the build is triggering the build of the dependent projects (lifecycle and meta). Once you do the same thing (with ant.properties) for both of those projects you should be ok.

Cheers, Steve.

--

Stephen J. McConnell
mailto:[EMAIL PROTECTED]
http://www.osm.net




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

Reply via email to