You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "Pitre, Russell" <RP...@shawmut.com> on 2003/06/03 16:56:45 UTC

beginner Tomcat and ant question.............

Sorry to bother everyone with these types of questions....but i'm
killing myself over this..

This is a beginner question since i am still a beginner...I'm developing
a web-app and using ant as a build tool....i keep getting 

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="../../.." />


My directory structure is:
c:\jakarta-tomcat-4.1.24\webapps\Show-tracker\
							   \src
							   \web
							   \web\WEB-INF
							   \build.xml

Whats going with this?



thanx
Russ

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


Re: beginner Tomcat and ant question.............

Posted by Jason Bainbridge <ja...@jblinux.org>.
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 
webmaster@kde.org 

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org