You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Damien <da...@laposte.net> on 2003/09/02 20:50:37 UTC

Problem while installing

Hi,

I have a problem while installing tomcat. I'm following this instruction
: http://jakarta.apache.org/tomcat/tomcat-5.0-doc/BUILDING.txt
I have used the last versions of the packages mentionned in this page :

j2sdk-1_4_2_01-linux-i586.bin
apache-ant-1.5.4-bin.tar.bz2
xalan-j_2_5_1-bin.tar.gz

and the installed script found in :
http://jakarta.apache.org/builds/jakarta-tomcat/build-5/build.xml

I don't understand why I always have an error after running ant (step
2.2) :

----------
[...]
testexist:
     [echo] Testing  for /usr/local/jakarta-struts-1.1/lib/struts.jar
 
downloadgz:
 
init:
 
build-depends:
 
build-servletapi:
     [echo] ========== Building:
/usr/local/servlet-api-2.4/lib/servlet-api.jar
 
BUILD FAILED
file:/home/quetzalcoatl/downloads/tomcat-source/jakarta-tomcat-5/build.xml:157:
Basedir
/home/quetzalcoatl/downloads/tomcat-source/jakarta-servletapi-5/jsr154
does not exist
 
Total time: 7 seconds
----------

Can somebody help me with this problem ?

Thanks for your help, I'm longing to test the program


Re: Problem while installing

Posted by Filip Hanik <ma...@filip.net>.
cd jakarta-tomcat-5

ant update
ant download
ant dist

should work for you

Filip
----- Original Message -----
From: "Damien" <da...@laposte.net>
To: "Tomcat Users List" <to...@jakarta.apache.org>
Sent: Tuesday, September 02, 2003 11:50 AM
Subject: Problem while installing


> Hi,
>
> I have a problem while installing tomcat. I'm following this instruction
> : http://jakarta.apache.org/tomcat/tomcat-5.0-doc/BUILDING.txt
> I have used the last versions of the packages mentionned in this page :
>
> j2sdk-1_4_2_01-linux-i586.bin
> apache-ant-1.5.4-bin.tar.bz2
> xalan-j_2_5_1-bin.tar.gz
>
> and the installed script found in :
> http://jakarta.apache.org/builds/jakarta-tomcat/build-5/build.xml
>
> I don't understand why I always have an error after running ant (step
> 2.2) :
>
> ----------
> [...]
> testexist:
>      [echo] Testing  for /usr/local/jakarta-struts-1.1/lib/struts.jar
>
> downloadgz:
>
> init:
>
> build-depends:
>
> build-servletapi:
>      [echo] ========== Building:
> /usr/local/servlet-api-2.4/lib/servlet-api.jar
>
> BUILD FAILED
>
file:/home/quetzalcoatl/downloads/tomcat-source/jakarta-tomcat-5/build.xml:1
57:
> Basedir
> /home/quetzalcoatl/downloads/tomcat-source/jakarta-servletapi-5/jsr154
> does not exist
>
> Total time: 7 seconds
> ----------
>
> Can somebody help me with this problem ?
>
> Thanks for your help, I'm longing to test the program
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
>
>


Re: Problem while installing

Posted by Filip Hanik <ma...@filip.net>.
also try to switch the download and update, I've been away for a while so I
can't remember the order :)

cd jakarta-tomcat-5
ant download
ant update
ant dist

should work for you
----- Original Message -----
From: "Damien" <da...@laposte.net>
To: "Tomcat Users List" <to...@jakarta.apache.org>
Sent: Tuesday, September 02, 2003 1:42 PM
Subject: Re: Problem while installing


Le mar 02/09/2003 à 22:35, Remy Maucherat a écrit :
> Damien wrote:
>
> > Hi,
> >
> > I have a problem while installing tomcat. I'm following this instruction
> > : http://jakarta.apache.org/tomcat/tomcat-5.0-doc/BUILDING.txt
> > I have used the last versions of the packages mentionned in this page :
> >
> > j2sdk-1_4_2_01-linux-i586.bin
> > apache-ant-1.5.4-bin.tar.bz2
> > xalan-j_2_5_1-bin.tar.gz
> >
> > and the installed script found in :
> > http://jakarta.apache.org/builds/jakarta-tomcat/build-5/build.xml
> >
> > I don't understand why I always have an error after running ant (step
> > 2.2) :
> >
> > ----------
> > [...]
> > testexist:
> >      [echo] Testing  for /usr/local/jakarta-struts-1.1/lib/struts.jar
> >
> > downloadgz:
> >
> > init:
> >
> > build-depends:
> >
> > build-servletapi:
> >      [echo] ========== Building:
> > /usr/local/servlet-api-2.4/lib/servlet-api.jar
> >
> > BUILD FAILED
> >
file:/home/quetzalcoatl/downloads/tomcat-source/jakarta-tomcat-5/build.xml:1
57:
> > Basedir
> > /home/quetzalcoatl/downloads/tomcat-source/jakarta-servletapi-5/jsr154
> > does not exist
> >
> > Total time: 7 seconds
> > ----------
> >
> > Can somebody help me with this problem ?
> >
> > Thanks for your help, I'm longing to test the program
>
> I will review the error. Maybe the script is a bit out of date. Did the
> scrpt checkout the sources right ?

I have not seen any error before that, everything seems to be correct

> If not (when you're behind a proxy, for example), you need to adjust a
> few properties.
>

I have no proxy

> The directory the script tries to access is correct, and should exist if
> everything went well.

Everything went well, but the directory doesn't exist

> There's also the easy way: go download 5.0.9 Beta,
> which works well enough according to testing.

Thanks, I will try this if the solution of Filip Hanik doesn't work

Thanks


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



Re: Problem while installing

Posted by Damien <da...@laposte.net>.
Le mar 02/09/2003 à 22:35, Remy Maucherat a écrit :
> Damien wrote:
> 
> > Hi,
> > 
> > I have a problem while installing tomcat. I'm following this instruction
> > : http://jakarta.apache.org/tomcat/tomcat-5.0-doc/BUILDING.txt
> > I have used the last versions of the packages mentionned in this page :
> > 
> > j2sdk-1_4_2_01-linux-i586.bin
> > apache-ant-1.5.4-bin.tar.bz2
> > xalan-j_2_5_1-bin.tar.gz
> > 
> > and the installed script found in :
> > http://jakarta.apache.org/builds/jakarta-tomcat/build-5/build.xml
> > 
> > I don't understand why I always have an error after running ant (step
> > 2.2) :
> > 
> > ----------
> > [...]
> > testexist:
> >      [echo] Testing  for /usr/local/jakarta-struts-1.1/lib/struts.jar
> >  
> > downloadgz:
> >  
> > init:
> >  
> > build-depends:
> >  
> > build-servletapi:
> >      [echo] ========== Building:
> > /usr/local/servlet-api-2.4/lib/servlet-api.jar
> >  
> > BUILD FAILED
> > file:/home/quetzalcoatl/downloads/tomcat-source/jakarta-tomcat-5/build.xml:157:
> > Basedir
> > /home/quetzalcoatl/downloads/tomcat-source/jakarta-servletapi-5/jsr154
> > does not exist
> >  
> > Total time: 7 seconds
> > ----------
> > 
> > Can somebody help me with this problem ?
> > 
> > Thanks for your help, I'm longing to test the program
> 
> I will review the error. Maybe the script is a bit out of date. Did the 
> scrpt checkout the sources right ?

I have not seen any error before that, everything seems to be correct

> If not (when you're behind a proxy, for example), you need to adjust a 
> few properties.
> 

I have no proxy

> The directory the script tries to access is correct, and should exist if 
> everything went well. 

Everything went well, but the directory doesn't exist

> There's also the easy way: go download 5.0.9 Beta, 
> which works well enough according to testing.

Thanks, I will try this if the solution of Filip Hanik doesn't work

Thanks


Re: Problem while installing

Posted by Remy Maucherat <re...@jboss.org>.
Damien wrote:

> Hi,
> 
> I have a problem while installing tomcat. I'm following this instruction
> : http://jakarta.apache.org/tomcat/tomcat-5.0-doc/BUILDING.txt
> I have used the last versions of the packages mentionned in this page :
> 
> j2sdk-1_4_2_01-linux-i586.bin
> apache-ant-1.5.4-bin.tar.bz2
> xalan-j_2_5_1-bin.tar.gz
> 
> and the installed script found in :
> http://jakarta.apache.org/builds/jakarta-tomcat/build-5/build.xml
> 
> I don't understand why I always have an error after running ant (step
> 2.2) :
> 
> ----------
> [...]
> testexist:
>      [echo] Testing  for /usr/local/jakarta-struts-1.1/lib/struts.jar
>  
> downloadgz:
>  
> init:
>  
> build-depends:
>  
> build-servletapi:
>      [echo] ========== Building:
> /usr/local/servlet-api-2.4/lib/servlet-api.jar
>  
> BUILD FAILED
> file:/home/quetzalcoatl/downloads/tomcat-source/jakarta-tomcat-5/build.xml:157:
> Basedir
> /home/quetzalcoatl/downloads/tomcat-source/jakarta-servletapi-5/jsr154
> does not exist
>  
> Total time: 7 seconds
> ----------
> 
> Can somebody help me with this problem ?
> 
> Thanks for your help, I'm longing to test the program

I will review the error. Maybe the script is a bit out of date. Did the 
scrpt checkout the sources right ?
If not (when you're behind a proxy, for example), you need to adjust a 
few properties.

The directory the script tries to access is correct, and should exist if 
everything went well. There's also the easy way: go download 5.0.9 Beta, 
which works well enough according to testing.

-- 
xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Rémy Maucherat
Senior Developer & Consultant
JBoss Group (Europe) SàRL
xxxxxxxxxxxxxxxxxxxxxxxxxxxxx