Thanks.I have adderssed the issue.

Required by my project, i have to put  ecj*.jar in ${ant_home}/lib, i just
rename it to avoid loading it.
But ant will load all the classes in lib regardless of the jar's name.
So it conflicted with the jdt compiler.

Is there any docs to indicate how to test the src???Thanks for your help.


2006/10/20, Yoav Shapira <[EMAIL PROTECTED]>:

Hi,
You shouldn't be invoking catalina/build.xml directly.  The top-level
build.xml, the one you want, is in build/build.xml. It will call
catalina/build.xml and others (there are at least 5 build.xml files
involved in a complete Tomcat build) as needed, setting up classpaths
and such.

If you want to see things like the classpath order, simply run Ant
with its debug and/or verbos flags.

Yoav

On 10/19/06, Sean Qiu <[EMAIL PROTECTED]> wrote:
> For the sake of my unstable network status, i could not download the
> required components at first.
> So i had to download them by hand and rename them as required.So it
failed.
> I set a proxy and it works well. :) Thanks you all.
>
> Now i am confused by the catalina/build.xml
> Do I have to add the build.properties by myself ?
>
> 2006/10/19, Remy Maucherat <[EMAIL PROTECTED]>:
> >
> > Yoav Shapira wrote:
> > > You have the wrong version of the Eclipse JDT jar on your classpath.
> >
> > It may be a good idea to package rename JDT as well (evil grin).
> >
> > Rémy
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>
>
> --
> Sean Qiu
>
>

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




--
Sean Qiu

Reply via email to