Re: BUILD FAILED: Cause: the class org.apache.tools.ant.taskdefs.optional.junit.JUnitTask was not found ...

2013-02-08 Thread Albretch Mueller
> Maybe try to download a fresh copy of Ant and compare it with your > installation? thank you, that did it: ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ $ date; _DT=$(date +%Y%m%d%H%M%S); ant test -logfile ant_test_apache-tomcat-7.0.35-src_${_DT}.log 2>&1; dat

Re: BUILD FAILED: Cause: the class org.apache.tools.ant.taskdefs.optional.junit.JUnitTask was not found ...

2013-02-08 Thread Konstantin Kolinko
9:26 UTC 2013 > Buildfile: > /media/sdb1/prjx/tomcat/srcs/7.0.35/apache-tomcat-7.0.35-src/build.xml > Fri Feb 8 12:29:30 UTC 2013 > $ tail -n 18 ant_test_apache-tomcat-7.0.35-src_${_DT}.log > > BUILD FAILED > /media/sdb1/prjx/tomcat/srcs/7.0.35/apache-tomcat-7.0.35-src/build.

BUILD FAILED: Cause: the class org.apache.tools.ant.taskdefs.optional.junit.JUnitTask was not found ...

2013-02-08 Thread Albretch Mueller
at-7.0.35-src/build.xml Fri Feb 8 12:29:30 UTC 2013 $ tail -n 18 ant_test_apache-tomcat-7.0.35-src_${_DT}.log BUILD FAILED /media/sdb1/prjx/tomcat/srcs/7.0.35/apache-tomcat-7.0.35-src/build.xml:1168: The following error occurred while executing this line: /media/sdb1/prjx/tomcat/srcs/7.0.35/apa

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: tomcat deps on ant which deps on junit ... BUILD FAILED

2012-05-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Albrecht, On 5/2/12 5:32 AM, Albretch Mueller wrote: >> Any particular reason you are building from source? > > I may need to work on the source, for example, TC's log valve. So I > want to make sure that my baseline compiled Fair enough. My relea

Re: tomcat deps on ant which deps on junit ... BUILD FAILED

2012-05-02 Thread Albretch Mueller
> Any particular reason you are building from source? ~ I may need to work on the source, for example, TC's log valve. So I want to make sure that my baseline compiled ~ Also, why should you have a "particular reason" to build from source? ;-) ~ lbrtchx -

Re: tomcat deps on ant which deps on junit ... BUILD FAILED

2012-05-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Albrecht, On 4/30/12 7:07 PM, Albretch Mueller wrote: >> Exactly what Tomcat distribution (and from where) are you trying >> to install? > ~ Well, I got the source code from: ~ > http://apache.claz.org/tomcat/tomcat-7/v7.0.27/src/apache-tomcat-7.0.2

Re: tomcat deps on ant which deps on junit ... BUILD FAILED

2012-04-30 Thread Mark Eggers
Comment inline - search for = Comment - Original Message - > From: Albretch Mueller > To: Tomcat Users List > Cc: > Sent: Monday, April 30, 2012 8:13 PM > Subject: Re: tomcat deps on ant which deps on junit ... BUILD FAILED > > Now, I think this

Re: tomcat deps on ant which deps on junit ... BUILD FAILED

2012-04-30 Thread Albretch Mueller
ded as src/java/org/apache/commons/pool/BaseKeyedObjectPool.java doesn't exist. ... [javac] javac: invalid target release: 1.7 [javac] Usage: javac [javac] use -help for a list of possible options [antcall] Exiting /media/sdb1/prjx/sw/jwebXBL/java_baseline/srcs/tomcat/srcs/apache-tomcat

Re: tomcat deps on ant which deps on junit ... BUILD FAILED

2012-04-30 Thread Mark Eggers
- Original Message - > From: Albretch Mueller > To: Tomcat Users List > Cc: > Sent: Monday, April 30, 2012 6:53 PM > Subject: Re: tomcat deps on ant which deps on junit ... BUILD FAILED > > ~ > I really don't know how to make sence of this, but ant does

Re: tomcat deps on ant which deps on junit ... BUILD FAILED

2012-04-30 Thread Albretch Mueller
For the record, I should have specified I am using: ~ $ uname -a Linux Microknoppix 3.0.4 #12 SMP PREEMPT Thu Sep 8 05:27:05 CEST 2011 i686 GNU/Linux ~ lbrtchx - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For ad

Re: tomcat deps on ant which deps on junit ... BUILD FAILED

2012-04-30 Thread Mark Eggers
- Original Message - > From: Albretch Mueller > To: Tomcat Users List > Cc: > Sent: Monday, April 30, 2012 4:07 PM > Subject: Re: tomcat deps on ant which deps on junit ... BUILD FAILED > >> Exactly what Tomcat distribution (and from where) are you trying to

Re: tomcat deps on ant which deps on junit ... BUILD FAILED

2012-04-30 Thread Albretch Mueller
~ I really don't know how to make sence of this, but ant does not appear to like symbolic links ... ~ lbrtchx ~ $ ls -l /usr/bin/ant lrwxrwxrwx 1 root root 20 Sep 13 2011 /usr/bin/ant -> ../share/ant/bin/ant $ ls -lH /usr/bin/ant -rwxr-xr-x 1 root root 9903 May 19 2011 /usr/bin/ant $ ls -l /u

Re: tomcat deps on ant which deps on junit ... BUILD FAILED

2012-04-30 Thread Albretch Mueller
> Exactly what Tomcat distribution (and from where) are you trying to install? ~ Well, I got the source code from: ~ http://apache.claz.org/tomcat/tomcat-7/v7.0.27/src/apache-tomcat-7.0.27-src.tar.gz ~ and followed the build instructions ~ lbrtchx -

RE: tomcat deps on ant which deps on junit ... BUILD FAILED

2012-04-30 Thread Caldarale, Charles R
> From: Albretch Mueller [mailto:lbrt...@gmail.com] > Subject: tomcat deps on ant which deps on junit ... BUILD FAILED > While trying to install tomcat-7.0.27 it tells me install ant Exactly what Tomcat distribution (and from where) are you trying to install? Since Tomcat is pure J

tomcat deps on ant which deps on junit ... BUILD FAILED

2012-04-30 Thread Albretch Mueller
it_"$_DT".inst_build.log" 2>&1 $ cd junit $ ant -verbose dist BUILD FAILED /media/sdb1/prjx/sw/jwebXBL/java_baseline/srcs/junit/junit/build.xml:191: The following error occurred while executing this line: /media/sdb1/prjx/sw/jwebXBL/java_baseline/srcs/junit/junit/build.xml:17

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

2011-10-26 Thread Albretch Mueller
-7.0.22-src/webapps/docs/jdbc-pool.xml clean-depend: [delete] Deleting directory /media/sda7/inst/java/jars/j2ee/servlets/apache-tomcat-7.0.22/tomcat7-deps/dbcp BUILD SUCCESSFUL Total time: 0 seconds # ant download-compile ... BUILD FAILED /media/sda7/inst/java/jars/j2ee/servlets/apache-tomcat

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

2011-10-26 Thread Albretch Mueller
while trying to compile apache-tomcat-7.0.22 sources I am getting an error I don't quite understand ~ why is this happening? ~ how can I fix this problem? ~ lbrtchx ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ... BUILD FAILED /media/sda7/inst

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/src/java/org/apache/tomcat/d

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
[javac] Note: Some input files use unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. [javac] 15 errors [javac] 1 warning [antcall] Exiting /media/sda7/inst/java/jars/j2ee/servlets/apache-tomcat-7.0.22-src/build.xml. BUILD FAILED /media/sda7/ins

Re: BUILD FAILED ...

2008-11-28 Thread Albretch Mueller
~ I think it is working, but it is way too slow. ~ 64.66.192.62 is the address of the proxy I am using ~ 64.66.192.62 - - [28/Nov/2008:04:37:30 -0500] "GET / HTTP/1.1" 200 7857 64.66.192.62 - - [28/Nov/2008:04:37:30 -0500] "GET /tomcat-power.gif HTTP/1.1" 200 2324 64.66.192.62 - - [28/Nov/2008:04

RE: BUILD FAILED ...

2008-11-28 Thread Caldarale, Charles R
> From: Albretch Mueller [mailto:[EMAIL PROTECTED] > Subject: Re: BUILD FAILED ... > > I did, but I still think I am having some networking problems Highly likely. Can you ping the Tomcat system from your client machine? Try running Wireshark or equivalent on the Tomcat syste

Re: BUILD FAILED ...

2008-11-27 Thread Albretch Mueller
rtchx On 11/27/08, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: >> From: Albretch Mueller [mailto:[EMAIL PROTECTED] >> Subject: Re: BUILD FAILED ... >> >> >> > autoDeploy="true" xmlValidation="false" xmlNamespaceAware="f

RE: BUILD FAILED ...

2008-11-27 Thread Caldarale, Charles R
> From: Albretch Mueller [mailto:[EMAIL PROTECTED] > Subject: Re: BUILD FAILED ... > > > autoDeploy="true" xmlValidation="false" xmlNamespaceAware="false"> Change the name back to "localhost"; this is not an IP address, and you

Re: BUILD FAILED ...

2008-11-27 Thread Albretch Mueller
les R <[EMAIL PROTECTED]> wrote: >> From: Albretch Mueller [mailto:[EMAIL PROTECTED] >> Subject: Re: BUILD FAILED ... >> >> So I need to be able to access the >> webserver by going http:/// > > Have you configured Tomcat to use port 80? (The default HT

RE: BUILD FAILED ...

2008-11-27 Thread Caldarale, Charles R
> From: Albretch Mueller [mailto:[EMAIL PROTECTED] > Subject: Re: BUILD FAILED ... > > So I need to be able to access the > webserver by going http:/// Have you configured Tomcat to use port 80? (The default HTTP port is 8080.) If you want to use port 80, you'll have to run

Re: BUILD FAILED ...

2008-11-27 Thread Albretch Mueller
h0 up sh-3.1# cat /etc/resolv.conf nameserver 66.114.74.40 nameserver 66.114.74.195 sh-3.1# ~ On 11/27/08, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: >> From: Albretch Mueller [mailto:[EMAIL PROTECTED] >> Subject: Re: BUILD FAILED ... > >> and by the way I notice

RE: BUILD FAILED ...

2008-11-27 Thread Caldarale, Charles R
> From: Albretch Mueller [mailto:[EMAIL PROTECTED] > Subject: Re: BUILD FAILED ... > and by the way I noticed tc doesn't seem to be using the /common > directory anymore Correct; the default directory structure has been greatly simplified: http://tomcat.apache.org/tomcat-6.0

Re: BUILD FAILED ...

2008-11-27 Thread Albretch Mueller
yeah! I had to take the result of the build from ~ /media/hda3/tc/tc-6.0.18/output/build ~ and by the way I noticed tc doesn't seem to be using the /common directory anymore ~ Thank you again lbrtchx - To start a new topic, e-

RE: BUILD FAILED ...

2008-11-26 Thread Caldarale, Charles R
> From: Caldarale, Charles R > Subject: RE: BUILD FAILED ... > > > From: Albretch Mueller [mailto:[EMAIL PROTECTED] > > Subject: Re: BUILD FAILED ... > > > > sh-3.1# pwd > > /media/hda3/tc/tc-6.0.18/bin > It's been a while since I've done a Tom

RE: BUILD FAILED ...

2008-11-26 Thread Caldarale, Charles R
> From: Albretch Mueller [mailto:[EMAIL PROTECTED] > Subject: Re: BUILD FAILED ... > > sh-3.1# pwd > /media/hda3/tc/tc-6.0.18/bin Seems to be missing the requisite jars: bootstrap.jar commons-daemon.jar tomcat-juli.jar Looks like your build either did not create them, or did

Re: BUILD FAILED ...

2008-11-26 Thread Albretch Mueller
>> Exception in thread "main" java.lang.NoClassDefFoundError: >> org/apache/catalina/startup/Bootstrap > What's in the /media/hda3/tc/tc-6.0.18/bin directory? ~ sh-3.1# pwd /media/hda3/tc/tc-6.0.18/bin ~ sh-3.1# ls -l total 100 -rw-r--r-- 1 root root 1201 Jul 21 20:01 Tomcat6.launch -rw-r--r-- 1

RE: BUILD FAILED ...

2008-11-26 Thread Caldarale, Charles R
> From: Albretch Mueller [mailto:[EMAIL PROTECTED] > Subject: Re: BUILD FAILED ... > However, tc doc states: "version 1.5.x or later" and > to me "later" meant 1.6.0_07 should be fine Yes, it would have worked under 1.6 except for Sun changing the JDBC spec i

Re: BUILD FAILED ...

2008-11-26 Thread Albretch Mueller
On Wed, Nov 26, 2008 at 4:08 PM, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: >> sh-3.1# java -version >> java version "1.6.0_07" > > Tomcat must be built with a 1.5 JDK at the moment, due to incompatibilities > introduced by Sun in 1.6. ~ However, tc doc states: "version 1.5.x or later" and t

RE: BUILD FAILED ...

2008-11-26 Thread Caldarale, Charles R
> From: Albretch Mueller [mailto:[EMAIL PROTECTED] > Subject: BUILD FAILED ... > > sh-3.1# java -version > java version "1.6.0_07" Tomcat must be built with a 1.5 JDK at the moment, due to incompatibilities introduced by Sun in 1.6. > I cannot believe you must h

Re: BUILD FAILED ...

2008-11-26 Thread Mark Thomas
Albretch Mueller wrote: > about some eclipse classes. I cannot believe you must have eclipse > installed if you want to run java. What is going on here? You need to download the dependencies (which includes the Eclipse JDT compiler) before you try a build. http://tomcat.apache.org/tomcat-6.0-doc/

BUILD FAILED ...

2008-11-26 Thread Albretch Mueller
-3.1# gpg --verify apache-tomcat-6.0.18-src.tar.gz.asc gpg: Signature made Mon Aug 11 08:21:37 2008 EDT using DSA key ID 288584E7 gpg: Good signature from "Rémy Maucherat <[EMAIL PROTECTED]>" gpg: WARNING: This key is not certified with a trusted signature! gpg: There is no

Re: Tomcat 5.5.25 Build Failed [Suse Linux 8, JDK 1.4]

2008-01-31 Thread KALLURI VENKATA SUBBA REDDY
TA SUBBA REDDY [mailto:[EMAIL PROTECTED] > > Subject: Tomcat 5.5.25 Build Failed [Suse Linux 8, JDK 1.4] > > > > I am trying to build Tomcat 5.5.25 > > Why are you attempting to do that? Tomcat is pure Java, so its classes > run on any viable JVM. Builds are not requ

RE: Tomcat 5.5.25 Build Failed [Suse Linux 8, JDK 1.4]

2008-01-30 Thread Caldarale, Charles R
> From: KALLURI VENKATA SUBBA REDDY [mailto:[EMAIL PROTECTED] > Subject: Tomcat 5.5.25 Build Failed [Suse Linux 8, JDK 1.4] > > I am trying to build Tomcat 5.5.25 Why are you attempting to do that? Tomcat is pure Java, so its classes run on any viable JVM. Builds are not req

Tomcat 5.5.25 Build Failed [Suse Linux 8, JDK 1.4]

2008-01-30 Thread KALLURI VENKATA SUBBA REDDY
Hi, I am trying to build Tomcat 5.5.25 on SUSE Linux 8 machine using JDK 1.4.2_04 with the source downloaded from Apache website. I am getting following message with Build Failed. PLease help me in this. Thanx in advance Subba Reddy Kalluri

Re: Tomcat BUILD FAILED, error=2

2006-08-22 Thread Martin Gainty
agreed..assuming they are not blocking ICMP ping the repository host to verify reachability- M- * This email message and any files transmitted with it contain confidential information intended only for the person(s) to whom this e

Re: Tomcat BUILD FAILED, error=2

2006-08-21 Thread Mark Thomas
Yan Bai wrote: > I don't know. I tried at home, with firewall on, worked fine. > I will ask around about the firewall setup at my working place. > Also, do i need to do sth with the proxy, and config svn with proxy? Sounds like you need to talk to your network people at work to figure out how to s

Re: Tomcat BUILD FAILED, error=2

2006-08-21 Thread Yan Bai
I don't know. I tried at home, with firewall on, worked fine. I will ask around about the firewall setup at my working place. Also, do i need to do sth with the proxy, and config svn with proxy? Thanks, Yan On 8/21/06, Mark Thomas <[EMAIL PROTECTED]> wrote: Yan Bai wrote: > Could this be a svn

Re: Tomcat BUILD FAILED, error=2

2006-08-21 Thread Mark Thomas
Yan Bai wrote: > Could this be a svn problem? when i tried "svn checkout > http://svn.apache.org/repos/asf/tomcat/current/tc5.5.x " > > I got the following msg: > svn: PROPFIND request failed on '/repos/asf/tomcat/current/tc5.5.x' > svn: PROPFIND of '/repos/asf/tomcat/current/tc5.5.x': could not c

Re: Tomcat BUILD FAILED, error=2

2006-08-21 Thread Yan Bai
the root cause ? >> >> error=2 is usually because an executable specified in an exec can not >> be found. In this case it was svn as was clear from further down the >> output. >> >> >> BUILD FAILED >> C:\Program Files\Apache Software >> Foundat

Re: Tomcat BUILD FAILED, error=2

2006-08-21 Thread Martin Gainty
error=2 is usually because an executable specified in an exec can not >> be found. In this case it was svn as was clear from further down the >> output. >> >> >> BUILD FAILED >> C:\Program Files\Apache Software >> Foundation\apache-tomcat-5.5.17-src\build.x

Re: Tomcat BUILD FAILED, error=2

2006-08-21 Thread Yan Bai
can not be found. In this case it was svn as was clear from further down the output. BUILD FAILED C:\Program Files\Apache Software Foundation\apache-tomcat-5.5.17-src\build.xml:7 0: Execute failed: java.io.IOException: CreateProcess: svn checkout http://svn.a pache.org/repos/asf/tomcat/current/tc5

Re: Tomcat BUILD FAILED, error=2

2006-08-19 Thread Mark Thomas
Martin Gainty wrote: > The message was truncated ..What is the root cause ? error=2 is usually because an executable specified in an exec can not be found. In this case it was svn as was clear from further down the output. BUILD FAILED C:\Program Files\Apache Software Foundation\apache-tom

Re: Tomcat BUILD FAILED, error=2

2006-08-18 Thread Martin Gainty
The message was truncated ..What is the root cause ? * This email message and any files transmitted with it contain confidential information intended only for the person(s) to whom this email message is addressed. If you have rec

Re: Tomcat BUILD FAILED, error=2

2006-08-18 Thread Mark Thomas
Martin Gainty wrote: > Cant find the file(s) > C:\Documents and Settings\ybai3\build.properties > C:\Program Files\Apache Software > Foundation\apache-tomcat-5.5.17-src\build.properties.default > > A bit O/T here..I would ask this in Ant Users list O/T possibly but the above warnings are not the

Re: Tomcat BUILD FAILED, error=2

2006-08-18 Thread Mark Thomas
Yan Bai wrote: > Below's the result from -verbose. Do I need a svn client to make it > work? or a cvs client? Yes you need svn on your path for this to work. Mark - To start a new topic, e-mail: users@tomcat.apache.org To unsub

Re: Tomcat BUILD FAILED, error=2

2006-08-18 Thread Martin Gainty
ram' > [exec] 'Files\Apache' > [exec] 'Software' > [exec] 'Foundation\apache-tomcat-5.5.17-src' > [exec] > [exec] The ' characters around the executable and arguments are > [exec] not part of the command. > BUILD FAIL

Re: Tomcat BUILD FAILED, error=2

2006-08-18 Thread Yan Bai
x27;http://svn.apache.org/repos/asf/tomcat/current/tc5.5.x' [exec] 'C:\Program' [exec] 'Files\Apache' [exec] 'Software' [exec] 'Foundation\apache-tomcat-5.5.17-src' [exec] [exec] The ' characters around the executable and a

Re: Tomcat BUILD FAILED, error=2

2006-08-17 Thread Mark Thomas
Yan Bai wrote: > Hi all, > I am new here, just tried to build T5 from source, but it failed at > the very beginning. > Detail error msg are pasted below, sorry for the bad display format. > Any inputs are very much appreciated... No svn client available? Try it with the -v option to get verbose ou

Tomcat BUILD FAILED, error=2

2006-08-17 Thread Yan Bai
Hi all, I am new here, just tried to build T5 from source, but it failed at the very beginning. Detail error msg are pasted below, sorry for the bad display format. Any inputs are very much appreciated... Yan OS: WIndows XP command: ant -checkout error msg: = C:\Program Files