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
~ While trying to install tomcat-7.0.27 it tells me install ant, which tells me to install junit and then you get: ~ Has anyone dealt with those issues? ~ lbrtchx ~ $ git clone https://github.com/KentBeck/junit.git

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
Now, I think this error relates to java ~ $ export _DT=`date +%Y%m%d%H%M%S`knoppix@Microknoppix:/media/sdb1/prjx $ ant -verbose -debug -f build.xml apache-tomcat-7.0.27$_DT.inst.log 21 $ cat apache-tomcat-7.0.27$_DT.inst.log Apache Ant(TM) version 1.8.2 compiled on May 19 2011 Buildfile:

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