Thanks, that solved it.

-Mark

Spors, Jeffrey R wrote:

I believe the problem is that the mirror the ant script defaults to does
not have all the correct files for some reason.  This is just my
assumption.

I solved this problem by changing the Sourceforge location in
jakarta-tomcat-5.5.9-src/Jakarta-tomcat-5/build.properties.default

Look for the section:
# ----- Sourceforge files base location -----
base-sf.loc=http://unc.dl.sourceforge.net/sourceforge

We changed to use the EasyNews mirror:
base-sf.loc=http://easynews.dl.sourceforge.net/sourceforge

Good luck.

Jeff Spors
Winona State University



-----Original Message-----
From: Mark Leone [mailto:[EMAIL PROTECTED] Sent: Friday, August 05, 2005 10:19 AM
To: Tomcat Users List
Subject: Re: Tomcat Install from Source File.zip is bad

More info on this:

The ant command that downloads the file that can't be unzipped is

<antcall target="downloadzip">
     <param name="sourcefile" value="${junit.loc}"/>
     <param name="destfile" value="${junit.jar}"/>
     <param name="destdir" value="${base.path}"/>
   </antcall>

There's no value defined for junit.loc anywhere in the script, so I'm not sure how the location of the downloaded file is specified. This is the case with all the files downloaded in the build script, so I'm sure it's just my ignorance of how the ant script gets the files form CVS. Can someone please enlighten me as to how I can determine the source of this file that's failing to be unzipped, and what might be causing that?

-Mark

Mark Leone wrote:

I'm trying to install Tomcat 5.5.9 from the source distribution on Win

XP. The build fails because the following file can't be expanded

\usr\share\java\file.zip

When I try to unzip it manually I get an error that it's not a valid archive file.

Anyone know where I can get a proper copy of this file? BTW I'm using ant 1.6.5.

-Mark


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





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


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





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

Reply via email to