Hi all,
I often work on the train or other locations where I am not able to
access the net.
As is, it is not currently possible to build the Excalibur jars while
off line due to
some code in \buildsystem\maven.xml:
<define:tag name="get-license-jar">
<setproxy proxyhost="${maven.proxy.host}" proxyport="${maven.proxy.port}"/>
<ant:mkdir dir="${maven.build.dest}/META-INF"/>
<ant:get
src="http://svn.apache.org/repos/asf/excalibur/trunk/LICENSE.txt";
dest="${maven.build.dest}/META-INF/LICENSE.txt"/>
<ant:get
src="http://svn.apache.org/repos/asf/excalibur/trunk/NOTICE.txt";
dest="${maven.build.dest}/META-INF/NOTICE.txt"/>
</define:tag>

I have to manually comment out this download to make things work.
Is there a reason why we don't just store these files in the repository
so they
can simply be copied locally?

Cheers,
Leif

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

Reply via email to