I put in the echo message as you suggested and this was the outpuT:
BUILD FAILED

/home/mburke/jakarta-tomcat-4.0.1/webapps/cdtest/build.xml:214:
/home/mburke/jakarta-tomcat-4.0.1/webapps/cdtest/home/mburke/jakarta-tomcat-
4.0.1/webapps/common/lib not found.
at org.apache.tools.ant.types.FileSet.getDirectoryScanner(FileSet.java:273)
at org.apache.tools.ant.types.Path.list(Path.java:303)
at org.apache.tools.ant.types.Path.list(Path.java:297)
at org.apache.tools.ant.types.Path.list(Path.java:297)
at org.apache.tools.ant.types.Path.addExisting(Path.java:240)
at org.apache.tools.ant.types.Path.concatSystemClasspath(Path.java:512)
at
org.apache.tools.ant.taskdefs.compilers.DefaultCompilerAdapter.getCompileCla
sspath(DefaultCompilerAdapter.java:152)
at
org.apache.tools.ant.taskdefs.compilers.DefaultCompilerAdapter.setupJavacCom
mandlineSwitches(DefaultCompilerAdapter.java:211)
at
org.apache.tools.ant.taskdefs.compilers.DefaultCompilerAdapter.setupModernJa
vacCommand(DefaultCompilerAdapter.java:322)
at org.apache.tools.ant.taskdefs.compilers.Javac13.execute(Javac13.java:84)
at org.apache.tools.ant.taskdefs.Javac.execute(Javac.java:557)
at org.apache.tools.ant.Task.perform(Task.java:217)
at org.apache.tools.ant.Target.execute(Target.java:184)
at org.apache.tools.ant.Target.performTasks(Target.java:202)
at org.apache.tools.ant.Project.executeTarget(Project.java:601)
at org.apache.tools.ant.Project.executeTargets(Target.java:560)
at org.apache.tools.ant.Min.runBuild(Main.java:454)
at org.apache.tools.ant.Main.start(Main.java:153)
at org.apache.tools.ant.Main.main(Main.java:176)

In answer to your other question, catalina.home is set to:
/home/mburke/jakarta-tomcat-4.0.1


----- Original Message -----
From: Stefan Bodewig <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, January 10, 2002 3:42 AM
Subject: Re: Build Failed


> On Wed, 9 Jan 2002, Michael Burke <[EMAIL PROTECTED]> wrote:
>
> > <fileset dir="${catalina.home}/common/lib">
>
> Could you throw in an <echo message="${catalina.home}" /> before the
> task and send the result, as well as the line(s) defining the property
> catalina.home?
>
> Stefan
>
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
>
>


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

Reply via email to