Ok,
        I've been trying to debug the following problem for about 3 hours:

Here is the error message I am getting (this is with Websphere on W2k):

!! no source information available !!
       [javac] This compilation unit indirectly references the missing type
org.apache.log4j.Logger (typically some required class file is referencing a
type outside the classpath)

Now I have log4j.1.2.3.jar in an Ear and I also have the path to that Ear in
my classpath:

<path id="classpath" description="Set the classpath for the build">
            <fileset dir="${checkout.destination}/${ear.module}">
                        <include name="**/*.jar"/>
            </fileset>

etc. etc.

I have two different <javac> tasks that reference the same Ear. The first
one appears to work and the second one appears to fail. Any ideas what I may
be doing wrong?

For reference, I have a copy of this same build xml working elsewhere with
other projects, I simply change my properties file to reference each
specific project (all of my Webprojects are very similar in structure).

Cody

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

Reply via email to