On Sat, 20 Apr 2002 22:28, Jeff Turner wrote:
> Currently in each Excalibur build.xml, the system classpath is included
> right at the front:
>
> <path id="project.class.path">
>     <pathelement path="${java.class.path}"/>
>     ...
> <pathelement
>
> I think this is very dangerous, as anyone with an old
> avalon-excalibur.jar in their CLASSPATH will get odd errors. I've been
> tripped up myself a few times like this.
>
> So, can I remove it? Or is someone relying on it's presence?
>
> If so, I'll fix gump.xml to use properties instead of the classpath
> before making the change.

+1

Was originally added in for gump prior to ant being enhanced so that gump 
didn't need it. So shoul dnot be needed anymore.

-- 
Cheers,

Peter Donald


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

Reply via email to