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

2013-02-08 Thread Albretch Mueller
: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/apache-tomcat-7.0.35-src/build.xml:1201

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

2013-02-08 Thread Konstantin Kolinko
${_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/apache-tomcat-7.0.35-src/build.xml:1201: Problem: failed to create task or type junit Cause

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 21; date

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

2012-08-21 Thread Roi
Caldarale, Charles R Chuck.Caldarale at 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 interface classes, you can't

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-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

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: ~

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

2012-04-30 Thread Albretch Mueller
$_DT.inst_build.log 21 $ 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:179: Java returned: 1

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 Java, just

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 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

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

2012-04-30 Thread Mark Eggers
- Original Message - From: Albretch Mueller lbrt...@gmail.com To: Tomcat Users List users@tomcat.apache.org 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

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

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

2012-04-30 Thread Mark Eggers
- Original Message - From: Albretch Mueller lbrt...@gmail.com To: Tomcat Users List users@tomcat.apache.org 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
: invalid target release: 1.7 [javac] Usage: javac options source files [javac] use -help for a list of possible options [antcall] Exiting /media/sdb1/prjx/sw/jwebXBL/java_baseline/srcs/tomcat/srcs/apache-tomcat-7.0.27-src/build.xml. BUILD FAILED /media/sdb1/prjx/sw/jwebXBL/java_baseline/srcs

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 lbrt...@gmail.com To: Tomcat Users List users@tomcat.apache.org Cc: Sent: Monday, April 30, 2012 8:13 PM Subject: Re: tomcat deps on ant which deps on junit ... BUILD FAILED Now, I

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/java

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 (lines 2211, 2313) ...

2011-10-25 Thread Albretch Mueller
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/inst/java/jars/j2ee

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, you can't build

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 21 [javac]

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 system and see if anything

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 - -

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,

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-doc/class-loader

Re: BUILD FAILED ...

2008-11-27 Thread Albretch Mueller
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 noticed tc doesn't seem to be using the /common directory anymore Correct

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://IP_address/ 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 Tomcat as root

Re: BUILD FAILED ...

2008-11-27 Thread Albretch Mueller
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://IP_address/ 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 Caldarale, Charles R
From: Albretch Mueller [mailto:[EMAIL PROTECTED] Subject: Re: BUILD FAILED ... Engine name=Catalina defaultHost=localhost Host name=192.168.1.249 appBase=webapps unpackWARs=true autoDeploy=true xmlValidation=false xmlNamespaceAware=false Change the Host name back to localhost

Re: BUILD FAILED ...

2008-11-27 Thread Albretch Mueller
, Charles R [EMAIL PROTECTED] wrote: From: Albretch Mueller [mailto:[EMAIL PROTECTED] Subject: Re: BUILD FAILED ... Engine name=Catalina defaultHost=localhost Host name=192.168.1.249 appBase=webapps unpackWARs=true autoDeploy=true xmlValidation=false xmlNamespaceAware=false Change the Host

BUILD FAILED ...

2008-11-26 Thread Albretch Mueller
with a trusted signature! gpg: There is no indication that the signature belongs to the owner. Primary key fingerprint: 541F BE7D 8F78 B25E 055D DEE1 3C37 0389 2885 84E7 ~ and tried to compile them, but the build failed and it is complaining about some eclipse classes. I cannot believe you must have

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.

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 have eclipse installed if you want to run

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 to me later

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 in an incompatible fashion. The problem

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 root

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 not place them

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 Tomcat build O.k., I just downloaded a 1.5 JDK and did a Tomcat build

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

2008-01-31 Thread KALLURI VENKATA SUBBA REDDY
:[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 required unless you're modifying the code. on SUSE Linux 8 machine

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 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 required unless you're

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

Re: Tomcat BUILD FAILED, error=2

2006-08-21 Thread Yan Bai
from further down the output. quote 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.5.x C:\Program Files\Apache Software Foun dation

Re: Tomcat BUILD FAILED, error=2

2006-08-21 Thread Yan Bai
. In this case it was svn as was clear from further down the output. quote 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.5.x

Re: Tomcat BUILD FAILED, error=2

2006-08-21 Thread Martin Gainty
can not be found. In this case it was svn as was clear from further down the output. quote 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

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 connect

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: 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 set

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. quote BUILD FAILED C:\Program Files\Apache Software Foundation\apache

Re: Tomcat BUILD FAILED, error=2

2006-08-18 Thread Yan Bai
/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 arguments are [exec] not part of the command. BUILD FAILED C:\Program Files\Apache

Re: Tomcat BUILD FAILED, error=2

2006-08-18 Thread Martin Gainty
are [exec] not part of the command. 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.5.x C:\Program Files\Apache Software Foun

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

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

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

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