Schaible, J�rg wrote:
Hi Steve,J�rg
Yep - did a batch update across lifecycle, meta, assembly and merlin to make it all independent of the avalon and excalibur CVS repositories. I've been getting too many people groaning about having to do a checkout and build of everything just to get Merlin up and running - so this is one step closer to making it easy for the brave!Sigh. This breaks my merlin build, because I am sitting behind a firewall with a proxy. No, I will not tell you, what it took to get CSV access ...
============= snip ==============
Is there any option for ant/the build script that invokes the old behaviour?
The build file is checking for the presence of dependent jar
files based on the existance of classes in project.class.path.
If a dependent class exists then no attempt will be made to
download it.
So in your case you need to reference the jars from the build
locations. You can do this by overriding the definition
of the jar filenames that exist in the default.properties file.
For example - in avalon-sandbox/lifecycle/default.properties is
a property declaration for the framework jar:
avalon-framework.jar=${local.repository}/${avalon-framework.name}
You need to declare the value of avalon-framework.jar to point to
a local version. For example you could add someting like the
following to you ant.properties file:
avalon-framework.jar=F:/whatever/avalon/target/avalon-framework.jar
I've just updated ant.properties.sample in the lifecycle package to
do exactly this. I figure the best thing would be to do the same in
the other ant.properties.sample files.
Can you update your <avalon-sandbox>/lifecycle project, rename the
file ant.properties.sample to ant.properties - and then try to build
the lifecycle package. Let me know if works and if so, I'll put the
same thing in palce for the other packages.
Cheers, Steve.
Regards,
J�rg
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
-- Stephen J. McConnell mailto:[EMAIL PROTECTED] http://www.osm.net --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
