That's what I was looking for too.....but here's where it's failing at
during compile time.......the build file was actually taken from
tomcat-docs/appdev/sample.......i then changed the Catalina.home
property......so...i'm not sure whats up...

        <javac srcdir="${src.home}"
                destdir="${build.home}/WEB-INF/classes"
            debug="${compile.debug}"
        deprecation="${compile.deprecation}"
                optimize="${compile.optimize}">
                <classpath refid="compile.classpath"/>
        </javac>

-----Original Message-----
From: Jason Bainbridge [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, June 03, 2003 11:23 AM
To: Tomcat Users List
Subject: Re: beginner Tomcat and ant question.............

On Tue, 3 Jun 2003 22:56, Pitre, Russell wrote:
> BUILD FAILED
> fileC:/jakarta-tomcat-4.1.24/webapps/Show-tracker/build.xml:268:
> C:\jakarta-tom
> cat-4.1.24\webapps\Show-tracker\{catalina.home}\common\endorsed not
> found.
>
> I have the variable setup right in the build.xml file:    "I THINK"
> <property name="catalina.home" value="../../.." />

I'd say you are missing a $ sign before {catalina.home} where it is
being 
referenced in your build.xml to create the above path so it isn't being 
parsed as a variable.

Regards,
-- 
Jason Bainbridge
KDE Web Team - http://kde.org 
[EMAIL PROTECTED] 

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


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

Reply via email to