Re: errors building tomcat5 from source

2005-09-01 Thread Tim Funk
The location to download junit may have changed or that version might not be 
available for download. See build.properties.default for where it is being 
downloaded and change it there OR copy that entry with a valid URL to 
build.properties.


-Tim

Michael P. Soulier wrote:


Hi,

I didn't see this in the FAQ, so I'm asking. I'm trying to build tomcat 
5.5.9 from the source tarball on my Linux box. Unfortunately, I'm 
getting this.


downloadzip:
  [get] Getting: 
http://unc.dl.sourceforge.net/sourceforge/junit/junit3.8.1.zip

  [get] To: /home/msoulier/tomcat/file.zip
[unzip] Expanding: /home/msoulier/tomcat/file.zip into 
/home/msoulier/tomcat


BUILD FAILED
/home/msoulier/temp/jakarta-tomcat-5.5.9-src/build.xml:49: The following 
error occurred while executing this line:
/home/msoulier/temp/jakarta-tomcat-5.5.9-src/jakarta-tomcat-5/build.xml:1811: 
The following error occurred while executing this line:
/home/msoulier/temp/jakarta-tomcat-5.5.9-src/jakarta-tomcat-5/build.xml:1911: 
Error while expanding /home/msoulier/tomcat/file.zip


It fails here, as apparently this zip file is not a zip file.

Any suggestions?

Thanks,
Mike



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: errors building tomcat5 from source

2005-09-01 Thread Michael P. Soulier

Caldarale, Charles R wrote:


Just curious, but why do you want to build it from source?  Tomcat is
pure Java, so the same download works on all platforms.


I'm packaging it, and I want the source included. Besides, I was trying 
to learn to use ant, so I thought I'd try building it. Imagine my surprise.


Mike

--
Michael P. Soulier [EMAIL PROTECTED], 613-592-2122 x2522
Linux applications development
...the word HACK is used as a verb to indicate a massive amount of
nerd-like effort. -Harley Hahn, A Student's Guide to Unix


smime.p7s
Description: S/MIME Cryptographic Signature


Re: errors building tomcat5 from source

2005-09-01 Thread Michael P. Soulier

Tim Funk wrote:
The location to download junit may have changed or that version might 
not be available for download. See build.properties.default for where it 
is being downloaded and change it there OR copy that entry with a valid 
URL to build.properties.


Ok. Perhaps I'm missing something, but normally when you download a 
source tarball, it's full of code that does not need additional 
downloading. This build scheme seems very odd to me, and would seem to 
play havoc with load reproduceability.


Mike

--
Michael P. Soulier [EMAIL PROTECTED], 613-592-2122 x2522
Linux applications development
...the word HACK is used as a verb to indicate a massive amount of
nerd-like effort. -Harley Hahn, A Student's Guide to Unix


smime.p7s
Description: S/MIME Cryptographic Signature


RE: errors building tomcat5 from source

2005-08-31 Thread Caldarale, Charles R
 From: Michael P. Soulier [mailto:[EMAIL PROTECTED] 
 Subject: errors building tomcat5 from source
 
 I didn't see this in the FAQ, so I'm asking. I'm trying to 
 build tomcat 5.5.9 from the source tarball on my Linux box.

Just curious, but why do you want to build it from source?  Tomcat is
pure Java, so the same download works on all platforms.

In any event, you used to have to use the GNU tar/zip utility to take
apart the tarball, but I can't seem to find that stated anywhere now.
Might be worth trying.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]