I didn't mean to imply that I don't set the classpath in the junit
task. I definitely do that. I just don't change the environment
variable anywhere, which is what you were talking about. Do you
recommend I explicitly do this in my ant script:
set CLASSPATH=
(to null)?
On 3/30/07, Dominique Devienne <ddevienne@gmail.com> wrote:
> On 3/30/07, Christopher Gardner <chris.r.gardner@gmail.com> wrote:
> > I'm having cruise run the standard ant.bat in ANT_HOME/bin, but not
> > explicitly resetting the CLASSPATH anywhere.
> >
> > On 3/30/07, Dominique Devienne <ddevienne@gmail.com> wrote:
> > > On 3/30/07, Christopher Gardner <chris.r.gardner@gmail.com> wrote:
> > > > I just verified that I was using the antscript option in my cruise
> > > > config.xml. Thanks for the idea, though.
> > >
> > > But do you reset the CLASSPATH env. var in that script? --DD
>
> Then you likely inherit the Cruise CLASSPATH. But you wrote that you
> don't change the classpath inside the <junit> task, which sounds
> contradictory with not setting a CLASSPATH in the startup script.
> Maybe I misread you. --DD
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
> For additional commands, e-mail: user-help@ant.apache.org
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org
|