> 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
2013/2/8 Albretch Mueller :
> after (apparently) compiling tc just fine:
>
>
> $ java -version
> java version "1.6.0_39"
>
> $ ant -version
> Apache Ant(TM) version 1.8.4 compiled on October 13 2012
>
> $ ant -logfile ant_apache-tomcat-7.0.35-src_201308075437.log 2>&1
> Buildfile:
> /media/sdb1/pr
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 interface
> classes, you can't build Tomca
well I got the same error. I think I will have follow Chucks advice
when I have a little more time. I will let you know how it all went
then thing is that while using the 1.6 version that comes with
knoppix I was getting other kinds of errors relation to ant, so I will
have to install 1.6 from s
-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
> 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 T
~
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
> 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
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
> 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
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
> 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
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
> 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
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-
> 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
> 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
>> 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
> 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
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
> 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
> wan
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/
22 matches
Mail list logo