Re: ant install build.xml:372: java.net.ProtocolException: Server redirected too many times (20)

2019-12-20 Thread Zahid Rahman
56 > > Zahid, > > On 12/19/19 16:36, Zahid Rahman wrote: > > *SUCCESSS...* > > > > Buildfile: /home/kub18/myapp/build.xml Trying to override old > > definition of task javac Trying to override old definition of > > datatype resources > > &

Re: ant install build.xml:372: java.net.ProtocolException: Server redirected too many times (20)

2019-12-20 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Zahid, On 12/19/19 16:36, Zahid Rahman wrote: > *SUCCESSS...* > > Buildfile: /home/kub18/myapp/build.xml Trying to override old > definition of task javac Trying to override old definition of > datatype resources > >

Re: ant install build.xml:372: java.net.ProtocolException: Server redirected too many times (20)

2019-12-19 Thread Zahid Rahman
*SUCCESSS...* Buildfile: /home/kub18/myapp/build.xml Trying to override old definition of task javac Trying to override old definition of datatype resources prepare: compile: install: [deploy] OK - Deployed application at context path [/myapp] BUILD SUCCESSFUL Total time: 0 seconds

Re: ant install build.xml:372: java.net.ProtocolException: Server redirected too many times (20)

2019-12-19 Thread Christopher Schultz
2 Christopher Schultz, < >> ch...@christopherschultz.net > <mailto:ch...@christopherschultz.net>> wrote: > >> Zahid, > >> On 12/19/19 10:09, Zahid Rahman wrote: >>>>> tomcat document page: >>>>> https://tomcat.apache.org/to

Re: ant install build.xml:372: java.net.ProtocolException: Server redirected too many times (20)

2019-12-19 Thread Zahid Rahman
e.org/tomcat-8.5-doc/appdev/processes.html > >>>> > >>>> > >>>> > BEFORE TOMCAT STARTED > >>>> > >>>> KONSOLE OUTPUT > >>>> > >>>> kub18@UB18:~/myapp$ ant install Buildfile: > >>&g

Re: ant install build.xml:372: java.net.ProtocolException: Server redirected too many times (20)

2019-12-19 Thread Christopher Schultz
;>> tomcat document page: >>>> https://tomcat.apache.org/tomcat-8.5-doc/appdev/processes.html >>>> >>>> >>>> BEFORE TOMCAT STARTED >>>> >>>> KONSOLE OUTPUT >>>> >>>> kub18@UB18:~/myapp$ ant insta

Re: ant install build.xml:372: java.net.ProtocolException: Server redirected too many times (20)

2019-12-19 Thread Zahid Rahman
; > https://tomcat.apache.org/tomcat-8.5-doc/appdev/processes.html > > > > BEFORE TOMCAT STARTED > > > > KONSOLE OUTPUT > > > > kub18@UB18:~/myapp$ ant install Buildfile: > > /home/kub18/myapp/build.xml Trying to override old definition of > > datatyp

Re: ant install build.xml:372: java.net.ProtocolException: Server redirected too many times (20)

2019-12-19 Thread Christopher Schultz
Buildfile: > /home/kub18/myapp/build.xml Trying to override old definition of > datatype resources > > > prepare: > > > compile: [javac] /home/kub18/myapp/build.xml:293: warning: > 'includeantruntime' was not set, defaulting to > build.sysclasspath=last; se

ant install build.xml:372: java.net.ProtocolException: Server redirected too many times (20)

2019-12-19 Thread Zahid Rahman
tomcat document page: https://tomcat.apache.org/tomcat-8.5-doc/appdev/processes.html BEFORE TOMCAT STARTED KONSOLE OUTPUT kub18@UB18:~/myapp$ ant install Buildfile: /home/kub18/myapp/build.xml Trying to override old definition of datatype resources prepare: compile: [javac] /home/kub18

Re: BUILD FAILED apache-tomcat-7.0.22-src build.xml (lines 2211, 2313) ...

2012-08-21 Thread Roi
Caldarale, Charles R unisys.com> writes: > > Subject: BUILD FAILED apache-tomcat-7.0.22-src build.xml (lines 2211, 2313) > > I am getting build errors I don't quite understand. > > As I recall, > due to Sun/Oracle-created incompatibilities in various interfac

Re: build.xml:2313: Compile failed; see the compiler error output for details

2011-11-14 Thread Anisha Karki
> as the console scrolled down > hundred lines of errors rise up > most of them are something like > "PoolingDataSource is not abstract and does not override abstract method > getParentLogger() in CommonDataSource" > > and at the last line ,it shows > > BUILD F

Re: build.xml:2313: Compile failed; see the compiler error output for details

2011-11-14 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chuck, On 11/13/11 1:13 AM, Caldarale, Charles R wrote: >> From: Cifer [mailto:mantia...@gmail.com] Subject: Re: >> build.xml:2313: Compile failed; see the compiler error output for >> details > >> why must i u

RE: build.xml:2313: Compile failed; see the compiler error output for details

2011-11-12 Thread Caldarale, Charles R
> From: Cifer [mailto:mantia...@gmail.com] > Subject: Re: build.xml:2313: Compile failed; see the compiler error output > for details > why must i use java6 to compile tomcat7 Because Sun (not Oracle) added methods to an interface class in JDK 7 that Tomcat does not implement,

Re: build.xml:2313: Compile failed; see the compiler error output for details

2011-11-12 Thread Cifer
ethod getParentLogger() in CommonDataSource" and at the last line ,it shows BUILD FAILED /usr/local/tomcat7/build.xml:2211: The following error occurred while excuting the line: /usr/local/tomcat7/build.xml:2313: Compile failed; see the compiler error output for details. i downloaded the 7.0.22 version

Re: build.xml:2313: Compile failed; see the compiler error output for details

2011-11-12 Thread Konstantin Kolinko
not abstract and does not override abstract method > getParentLogger() in CommonDataSource" > > and at the last line ,it shows > > BUILD FAILED > /usr/local/tomcat7/build.xml:2211: The following error occurred while > excuting the line: > > /usr/local/tomcat7/build.xml:2

build.xml:2313: Compile failed; see the compiler error output for details

2011-11-12 Thread Cifer
ows BUILD FAILED /usr/local/tomcat7/build.xml:2211: The following error occurred while excuting the line: /usr/local/tomcat7/build.xml:2313: Compile failed; see the compiler error output for details. i downloaded the 7.0.22 version of tomcat and i am working on Ubuntu 11.10 thank

Re: BUILD FAILED apache-tomcat-7.0.22-src build.xml (lines 2211, 2313) ...

2011-10-26 Thread Albretch Mueller
sun locally first lbrtchx # ant clean clean-depend Buildfile: /media/sda7/inst/java/jars/j2ee/servlets/apache-tomcat-7.0.22-src/build.xml clean: [delete] Deleting directory /media/sda7/inst/java/jars/j2ee/servlets/apache-tomcat-7.0.22-src/output [delete] Deleting: /media/sda7/inst/java

BUILD FAILED: apache-tomcat-7.0.22-src/build.xml ...

2011-10-26 Thread Albretch Mueller
/java/jars/j2ee/servlets/apache-tomcat-7.0.22-src/build.xml:2211: The following error occurred while executing this line: /media/sda7/inst/java/jars/j2ee/servlets/apache-tomcat-7.0.22-src/build.xml:2313: Compile failed; see the compiler error output for details. Total time: 4 seconds # java -ve

Re: BUILD FAILED apache-tomcat-7.0.22-src build.xml (lines 2211, 2313) ...

2011-10-25 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Albrecht, On 10/25/2011 5:44 PM, Albretch Mueller wrote: > # ant -v -f build.xml > REF_20111025172851_servlets_build.txt > 2>&1 > > [javac] > /media/sda7/inst/java/jars/j2ee/servlets/apache-tomcat-7.0.22/tomcat7-deps/dbcp/s

RE: BUILD FAILED apache-tomcat-7.0.22-src build.xml (lines 2211, 2313) ...

2011-10-25 Thread Caldarale, Charles R
> From: Albretch Mueller [mailto:lbrt...@gmail.com] > Subject: BUILD FAILED apache-tomcat-7.0.22-src build.xml (lines 2211, 2313) > ... > I am getting build errors I don't quite understand. As I recall, due to Sun/Oracle-created incompatibilities in various interface classes

BUILD FAILED apache-tomcat-7.0.22-src build.xml (lines 2211, 2313) ...

2011-10-25 Thread Albretch Mueller
x # ant -v -f build.xml > REF_20111025172851_servlets_build.txt 2>&1 [javac] /media/sda7/inst/java/jars/j2ee/servlets/apache-tomcat-7.0.22/tomcat7-deps/dbcp/src/java/org/apache/tomcat/dbcp/pool/impl/StackKeyedObjectPoolFactory.java [javac] /media/sda7/inst/java/jars/j2ee/serv

Re: Using JDT compiler from build.xml

2008-10-04 Thread Mark Thomas
Elalmaire wrote: > > > Mark Thomas-18 wrote: >> Elalmaire wrote: >>> Hi, >>> I'm a new tomcat user. >>> I'm running Apache Tomcat ver 6.0.18 on Windows Vista with JRE 6 (so I've >>> setted JRE_HOME). >>> >From docs, I've read that it's possible to use a jre since "Tomcat 6.0 > uses the Eclipse

Re: Using JDT compiler from build.xml

2008-10-04 Thread Elalmaire
e a jre since "Tomcat 6.0 uses the Eclipse JDT Java compiler for compiling JSP pages", but when I try to compile with ant (the sample consists in two jsps and two servlets) I have: >> >> Unable to locate tools.jar. Expected to find it in C

Re: Using JDT compiler from build.xml

2008-10-03 Thread Mark Thomas
JDT Java compiler for compiling JSP pages", but when I try to >>compile with ant (the sample consists in two jsps and two servlets) I have: > > Unable to locate tools.jar. Expected to find it in C:\Program > Files\Java\jre1.6.0_07\lib\tools.

Using JDT compiler from build.xml

2008-10-03 Thread Elalmaire
ot;, but when I try to >compile with ant (the sample consists in two jsps and two servlets) I have: Unable to locate tools.jar. Expected to find it in C:\Program Files\Java\jre1.6.0_07\lib\tools.jar Buildfile: build.xml Trying to override old definition of datat

Re: Ant Build.xml file

2008-09-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Susan, Susan Richards wrote: > How would I add to the build.xml file so that when ant builds it, it > creates this code in my web.xml file? > > > 404 > /404.html > Why not simply add it to web.xml permanently? If you re

Ant Build.xml file

2008-09-08 Thread Susan Richards
How would I add to the build.xml file so that when ant builds it, it creates this code in my web.xml file? 404 /404.html Not sure if this is an element or something else and what to add it under.

Re: Manager Deployer and build.xml

2007-07-23 Thread Filip Hanik - Dev Lists
you probably don't have the Realm or your deployment client setup with the correct username/password Filip Sangoi, Nehal (Gexpro, consultant) wrote: Hi I have implemented manager-deployer config in my tomcat 5.5.23 setup. And using ant for my build.xml to deploy webapps. I am recie

Manager Deployer and build.xml

2007-07-22 Thread Sangoi, Nehal (Gexpro, consultant)
Hi I have implemented manager-deployer config in my tomcat 5.5.23 setup. And using ant for my build.xml to deploy webapps. I am recieveing below errors while deployment of one of my applications named :custdash . deploy: BUILD FAILED /opt/apps/custdash/home/build/build.xml:107

Re: tomcat compile failure on debian build.xml base.path for JDT eclipse jars et. al.

2007-07-04 Thread Gregor Schneider
Hm, strange, why does Tomcat need Eclipse-classes for compilation? Maybe that's a classpath-problem (do you have Eclipse installed on your box?) Btw. why are your compiling anyway? Tomcat is all Java, therefore it's ok to download the binaries from tomcat.apache.org, untar them, set the appropria

Re: tomcat compile failure on debian build.xml base.path for JDT eclipse jars et. al.

2007-07-03 Thread Filip Hanik - Dev Lists
.0.13-src/java/org/apache/jasper/compiler/JDTCompiler.java:47: package org.eclipse.jdt.internal.compiler.env does not exist [javac] import org.eclipse.jdt.internal.compiler.env.ICompilationUnit; I have examined the build.xml and the base.path variable needs to point to the location for the jars

tomcat compile failure on debian build.xml base.path for JDT eclipse jars et. al.

2007-07-02 Thread david
exist [javac] import org.eclipse.jdt.internal.compiler.env.ICompilationUnit; I have examined the build.xml and the base.path variable needs to point to the location for the jars named above. I cannot find the reference to these packages on my system so the source must be elsewhere. Particulars

Re: where is "\common\endorsed" in Tomcat 6.0? build.xml error

2007-03-25 Thread Anil Philip
you follow the ClassLoader how to from TC6 > located at > http://tomcat.apache.org/tomcat-6.0-doc/class-loader-howto.html > For TC6 I would'nt config 'shared' in your build.xml > but instead configure for 'common' > > HTH > Martin-- > ---

Re: where is "\common\endorsed" in Tomcat 6.0? build.xml error

2007-03-25 Thread Martin Gainty
Anil- If you follow the ClassLoader how to from TC6 located at http://tomcat.apache.org/tomcat-6.0-doc/class-loader-howto.html For TC6 I would'nt config 'shared' in your build.xml but instead configure for '

Re: where is "\common\endorsed" in Tomcat 6.0? build.xml error

2007-03-25 Thread Anil Philip
How should I modify build.xml - should I simply remove these lines or what is their new location? http://tomcat.apache.org/tomcat-6.0-doc/appdev/build.xml.txt thanks, Anil --- [EMAIL PROTECTED] wrote: > it really doesn'

Re: where is "\common\endorsed" in Tomcat 6.0? build.xml error

2007-03-25 Thread burrus1
uot; <[EMAIL PROTECTED]> To: Tomcat Users List Sent: Sunday, March 25, 2007 7:48:18 AM Subject: RE: where is "\common\endorsed" in Tomcat 6.0? build.xml error > From: Anil Philip [mailto:[EMAIL PROTECTED] > Subject: where is "\common\endorsed" in Tomcat 6.0? b

RE: where is "\common\endorsed" in Tomcat 6.0? build.xml error

2007-03-25 Thread Anil Philip
Thank you for replying. I appreciate it. I would like 6.0 to act like 6.0. Can you please tell me how to fix the build.xml? (I have no clue what common and endorsed are for). thanks, Anil --- "Caldarale, Charles R" <[EMAIL PROTECTED]> wrote: > > From: Anil Philip >

RE: where is "\common\endorsed" in Tomcat 6.0? build.xml error

2007-03-25 Thread Caldarale, Charles R
> From: Anil Philip [mailto:[EMAIL PROTECTED] > Subject: where is "\common\endorsed" in Tomcat 6.0? build.xml error > > Where is "\common\endorsed" in Tomcat 6.0? By default, there isn't one in 6.0. If you want to change 6.0 to act like 5.5 in this regar

where is "\common\endorsed" in Tomcat 6.0? build.xml error

2007-03-24 Thread Anil Philip
Hello, Where is "\common\endorsed" in Tomcat 6.0? I am using Tomcat 6.0 on Windows XP. In the Application Guide http://tomcat.apache.org/tomcat-6.0-doc/appdev/processes.html There is a build.xml file http://tomcat.apache.org/tomcat-6.0-doc/appdev/build.xml.txt However, I get C:

Re: Example of a build.xml File for Tomcat ?

2007-03-14 Thread Daniel Gresh
james.javaman wrote: Hi Dan, Sorry if I’m being dense here, but how does the newly compiled code get into $CATALINA_HOME/webapps/myWebApp? I don’t see the part in your build.xml where the new changes (newly compiled changes) make it to the Tomcat directory. According to your response

Re: Example of a build.xml File for Tomcat ?

2007-03-14 Thread james.javaman
Hi Dan, Sorry if I’m being dense here, but how does the newly compiled code get into $CATALINA_HOME/webapps/myWebApp? I don’t see the part in your build.xml where the new changes (newly compiled changes) make it to the Tomcat directory. According to your response, ${build} can point anywhere

Re: Example of a build.xml File for Tomcat ?

2007-03-14 Thread Daniel Gresh
james.javaman wrote: Hi Dan, Thanks for your response. Let me just make sure I heard you right: So I have a javac target in my build.xml file. It simply compiles code in ${source} and puts it in {$build}. You are suggesting that I point {$build} to the Tomcat directory? For example, since

Re: Example of a build.xml File for Tomcat ?

2007-03-14 Thread james.javaman
Hi Dan, Thanks for your response. Let me just make sure I heard you right: So I have a javac target in my build.xml file. It simply compiles code in ${source} and puts it in {$build}. You are suggesting that I point {$build} to the Tomcat directory? For example, since I’m on Windows

Re: Example of a build.xml File for Tomcat ?

2007-03-14 Thread Daniel Gresh
James Javaman wrote: Hello, I am trying to setup a build.xml file for a servlet. I am using the following 2 URL's as references: http://tomcat.apache.org/tomcat-5.0-doc/manager-howto.html#Executing%20Manager%20Commands%20With%20Ant http://www.onjava.com/onjava/2003/01/08/exa

Example of a build.xml File for Tomcat ?

2007-03-14 Thread James Javaman
Hello, I am trying to setup a build.xml file for a servlet. I am using the following 2 URL's as references: http://tomcat.apache.org/tomcat-5.0-doc/manager-howto.html#Executing%20Manager%20Commands%20With%20Ant http://www.onjava.com/onjava/2003/01/08/examples/build.xml.html So my probl

Re: how to add a library path in build.xml?

2007-02-02 Thread David Delbecq
ry.path value: > ./opt/pkg/pl/lib/pl-5.6.6/lib/i686-linux > > That means the path I specified in build.xml associates to my current > directory? Is something wrong with this path? > value="/opt/pkg/pl/lib/pl-5.6.6/lib/i686-linux"/> > > after the Test class has

Re: how to add a library path in build.xml?

2007-02-02 Thread compuin5y313
path value: ./opt/pkg/pl/lib/pl-5.6.6/lib/i686-linux That means the path I specified in build.xml associates to my current directory? Is something wrong with this path? after the Test class has been run, the line prints out the normal java.library.path value: /usr/lib/j2sdk1.5-sun/jre/lib/i

Re: how to add a library path in build.xml?

2007-02-02 Thread David Delbecq
sr/lib/j2sdk1.5-sun/jre/../lib/i386 > > I would like to add a new library path to the current one. How can I > specify that in build.xml? > > Thank you in advance > > Gop > > > > - > To start a n

Re: how to add a library path in build.xml?

2007-02-02 Thread Mohsen Saboorian
sdk1.5-sun/jre/lib/i386/client:/usr/lib/j2sdk1.5-sun/jre/lib/i386:/usr/lib/j2sdk1.5-sun/jre/../lib/i386 I would like to add a new library path to the current one. How can I specify that in build.xml? Thank you in advance Gop --

how to add a library path in build.xml?

2007-02-02 Thread compuin5y313
/jre/../lib/i386 I would like to add a new library path to the current one. How can I specify that in build.xml? Thank you in advance Gop - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL

Re: Possible conflict between the build.xml and the mx4j-3.0.1.tar.gz

2006-07-25 Thread Rao Jianguo
to D:\usr\share\java\file.tar [untar] Expanding: \usr\share\java\file.tar into \usr\share\java [delete] Deleting: D:\usr\share\java\file.tar [delete] Deleting: D:\usr\share\java\file.tar.gz BUILD FAILED /export/data0/user/TOMCAT/apache-tomcat-5.5.17-src/build.xml:48: The following erro

Re: Possible conflict between the build.xml and the mx4j-3.0.1.tar.gz

2006-07-24 Thread Rainer Jung
va [delete] Deleting: D:\usr\share\java\file.tar [delete] Deleting: D:\usr\share\java\file.tar.gz > BUILD FAILED > /export/data0/user/TOMCAT/apache-tomcat-5.5.17-src/build.xml:48: The > following error occurred while executing this line: > /export/data0/user/TOMCAT/apache-to

Possible conflict between the build.xml and the mx4j-3.0.1.tar.gz

2006-07-24 Thread Rao Jianguo
://switch.dl.sourceforge.net/sourceforge/mx4j/mx4j-3.0.1.tar.gz to /export/data0/user/TOMCAT/usr/share/java/file.tar.gz BUILD FAILED /export/data0/user/TOMCAT/apache-tomcat-5.5.17-src/build.xml:48: The following error occurred while executing this line: /export/data0/user/TOMCAT/apache-tomcat-5.5.17

Re: build.xml

2006-06-23 Thread Bill Barker
<[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] >I cannot locate org.eclipse.jdt.core.JDTCompilerAdapter. When I try to > build a war file with Ant my build fails because this adapter cannot be > found. Is there a work around. I am going to search on the web now. If you have a rec

build.xml

2006-06-23 Thread carrie . latimer
I cannot locate org.eclipse.jdt.core.JDTCompilerAdapter. When I try to build a war file with Ant my build fails because this adapter cannot be found. Is there a work around. I am going to search on the web now. thanks! Carrie Latimer Florida's Turnpike Enterprise Tolls Data Center Main 561.48

Re: Problems with Tomcat 5.5 build.xml

2006-01-25 Thread Andre Kammerl
: Re: Problems with Tomcat 5.5 build.xml Andre Kammerl wrote: Sorry for the missing exact description of the Problem. The following output is given when I use ant (ver 1.6.5) on the build.xml file. Looks like the destinations of the links inside the build.xml do not exist. O:\Tomcat_5.

Re: Problems with Tomcat 5.5 build.xml

2006-01-25 Thread Markus Schönhaber
Andre Kammerl wrote: > Sorry for the missing exact description of the Problem. The following > output is given when I use ant (ver 1.6.5) on the build.xml file. Looks > like the destinations of the links inside the build.xml do not exist. > > O:\Tomcat_5.5>ant >

Re: Problems with Tomcat 5.5 build.xml

2006-01-25 Thread Andre Kammerl
Hello. Sorry for the missing exact description of the Problem. The following output is given when I use ant (ver 1.6.5) on the build.xml file. Looks like the destinations of the links inside the build.xml do not exist. O:\Tomcat_5.5>ant Buildfile: build.xml check.source: get.sou

Re: Problems with Tomcat 5.5 build.xml

2006-01-24 Thread Markus Schönhaber
Andre Kammerl wrote: > for a case study concerning AspectJ, I need a compilable version of the > Tomcat 5.5 source. I tried the instruction on > http://tomcat.apache.org/tomcat-5.5-doc/building.html , but the build.xml > linked on this page is not working. If somebody could help m

Problems with Tomcat 5.5 build.xml

2006-01-24 Thread Andre Kammerl
Hello, for a case study concerning AspectJ, I need a compilable version of the Tomcat 5.5 source. I tried the instruction on http://tomcat.apache.org/tomcat-5.5-doc/building.html , but the build.xml linked on this page is not working. If somebody could help me I would be very pleased. With