Re: tomcat build failed - makensis.exe

2005-08-28 Thread Yoav Shapira
Hola,
After downloading NSIS, you need to install it as you would any other windows
program, and update build.properties to reflect to the install location.

BUT, Xingbo, you probably don't need to be doing this at all.  It's only
required if you're building a new Tomcat windows executable.  For your SoC
tasks, building the normal distros (zip/tar.gz) is just fine.  Of course, if
you want to deal with this, knock yourself out ;)

Yoav

--- Xingbo Gao <[EMAIL PROTECTED]> wrote:

> I tried different three base-sf.loc but none of them works.
> 
> testexist:
>  [echo] Testing  for /usr/share/java/nsis-2.0/makensis.exe
> 
> downloadfile:
>   [get] Getting:
> http://internap.dl.sourceforge.net/sourceforge/nsis/nsis-2.0.exe
>   [get] To: /usr/share/java/nsis-2.0/makensis.exe
>   [get] Error opening connection java.io.FileNotFoundException:
>
http://prdownloads.sourceforge.net/nsis/nsis-2.0.exe?download&failedmirror=sourceforge.irlab.pnap.net
>   [get] Error opening connection java.io.FileNotFoundException:
>
http://prdownloads.sourceforge.net/nsis/nsis-2.0.exe?download&failedmirror=sourceforge.irlab.pnap.net
>   [get] Error opening connection java.io.FileNotFoundException:
>
http://prdownloads.sourceforge.net/nsis/nsis-2.0.exe?download&failedmirror=sourceforge.irlab.pnap.net
>   [get] Can't get
> http://internap.dl.sourceforge.net/sourceforge/nsis/nsis-2.0.exe to
> /usr/share/java/nsis-2.0/makensis.exe
> 
> BUILD FAILED
> /home/xbgao/tomcat/build.xml:49: The following error occurred while
> executing this line:
> /home/xbgao/tomcat/jakarta-tomcat-5/build.xml:1873: The following
> error occurred while executing this line:
> /home/xbgao/tomcat/jakarta-tomcat-5/build.xml:1957: Can't get
> http://internap.dl.sourceforge.net/sourceforge/nsis/nsis-2.0.exe to
> /usr/share/java/nsis-2.0/makensis.exe
> 
> -
> 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]



tomcat build failed - makensis.exe

2005-08-26 Thread Xingbo Gao
I tried different three base-sf.loc but none of them works.

testexist:
 [echo] Testing  for /usr/share/java/nsis-2.0/makensis.exe

downloadfile:
  [get] Getting:
http://internap.dl.sourceforge.net/sourceforge/nsis/nsis-2.0.exe
  [get] To: /usr/share/java/nsis-2.0/makensis.exe
  [get] Error opening connection java.io.FileNotFoundException:
http://prdownloads.sourceforge.net/nsis/nsis-2.0.exe?download&failedmirror=sourceforge.irlab.pnap.net
  [get] Error opening connection java.io.FileNotFoundException:
http://prdownloads.sourceforge.net/nsis/nsis-2.0.exe?download&failedmirror=sourceforge.irlab.pnap.net
  [get] Error opening connection java.io.FileNotFoundException:
http://prdownloads.sourceforge.net/nsis/nsis-2.0.exe?download&failedmirror=sourceforge.irlab.pnap.net
  [get] Can't get
http://internap.dl.sourceforge.net/sourceforge/nsis/nsis-2.0.exe to
/usr/share/java/nsis-2.0/makensis.exe

BUILD FAILED
/home/xbgao/tomcat/build.xml:49: The following error occurred while
executing this line:
/home/xbgao/tomcat/jakarta-tomcat-5/build.xml:1873: The following
error occurred while executing this line:
/home/xbgao/tomcat/jakarta-tomcat-5/build.xml:1957: Can't get
http://internap.dl.sourceforge.net/sourceforge/nsis/nsis-2.0.exe to
/usr/share/java/nsis-2.0/makensis.exe

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



tomcat build failed - makensis.exe

2005-08-26 Thread Xingbo Gao
Here are the erros I got when trying to build tomcat. I tried all
different three base-sf.loc but none of them works.

testexist:
 [echo] Testing  for /usr/share/java/nsis-2.0/makensis.exe

downloadfile:
  [get] Getting:
http://internap.dl.sourceforge.net/sourceforge/nsis/nsis-2.0.exe
  [get] To: /usr/share/java/nsis-2.0/makensis.exe
  [get] Error opening connection java.io.FileNotFoundException:
http://prdownloads.sourceforge.net/nsis/nsis-2.0.exe?download&failedmirror=sourceforge.irlab.pnap.net
  [get] Error opening connection java.io.FileNotFoundException:
http://prdownloads.sourceforge.net/nsis/nsis-2.0.exe?download&failedmirror=sourceforge.irlab.pnap.net
  [get] Error opening connection java.io.FileNotFoundException:
http://prdownloads.sourceforge.net/nsis/nsis-2.0.exe?download&failedmirror=sourceforge.irlab.pnap.net
  [get] Can't get
http://internap.dl.sourceforge.net/sourceforge/nsis/nsis-2.0.exe to
/usr/share/java/nsis-2.0/makensis.exe

BUILD FAILED
/home/xbgao/tomcat/build.xml:49: The following error occurred while
executing this line:
/home/xbgao/tomcat/jakarta-tomcat-5/build.xml:1873: The following
error occurred while executing this line:
/home/xbgao/tomcat/jakarta-tomcat-5/build.xml:1957: Can't get
http://internap.dl.sourceforge.net/sourceforge/nsis/nsis-2.0.exe to
/usr/share/java/nsis-2.0/makensis.exe

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



Re: tomcat build failed

2005-07-27 Thread Remy Maucherat

Xingbo Gao wrote:

Remy,

Where can I find the default build.properties file?


It's build.properties.default in jakarta-tomcat-5.

Rémy

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



Re: tomcat build failed

2005-07-27 Thread Xingbo Gao
Remy,

Where can I find the default build.properties file?

Xingbo

On 7/27/05, Remy Maucherat <[EMAIL PROTECTED]> wrote:
> Xingbo Gao wrote:
> > Hi,
> >
> > I follow the steps listed in
> > http://jakarta.apache.org/tomcat/tomcat-5.5-doc/building.html, and try
> > to build the tomcat source codes. I was able to build successfully
> > before, but now get the errors below each time. It seems the link
> > http://umn.dl.sourceforge.net doesn't work any more.
> >
> > setproxy:
> >
> > testexist:
> >  [echo] Testing  for /usr/share/java/mx4j-3.0.1/lib/mx4j.jar
> >
> > downloadgz:
> >   [get] Getting:
> > http://umn.dl.sourceforge.net/sourceforge/mx4j/mx4j-3.0.1.tar.gz
> >   [get] To: /usr/share/java/file.tar.gz
> >   [get] Error getting
> > http://umn.dl.sourceforge.net/sourceforge/mx4j/mx4j-3.0.1.tar.gz to
> > /usr/share/java/file.tar.gz
> >
> > BUILD FAILED
> > /home/xbgao/tomcat/build.xml:49: The following error occurred while
> > executing this line:
> > /home/xbgao/tomcat/jakarta-tomcat-5/build.xml:1834: The following
> > error occurred while executing this line:
> > /home/xbgao/tomcat/jakarta-tomcat-5/build.xml:1928:
> > java.net.ConnectException: Connection refused
> 
> Maybe the sourceforge mirror is gone or something. There's a list to
> choose from in the default build.properties (I just updated it).
> 
> Rémy
> 
> -
> 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]



Re: tomcat build failed

2005-07-27 Thread Remy Maucherat

Xingbo Gao wrote:

Hi,

I follow the steps listed in
http://jakarta.apache.org/tomcat/tomcat-5.5-doc/building.html, and try
to build the tomcat source codes. I was able to build successfully
before, but now get the errors below each time. It seems the link
http://umn.dl.sourceforge.net doesn't work any more.

setproxy:

testexist:
 [echo] Testing  for /usr/share/java/mx4j-3.0.1/lib/mx4j.jar

downloadgz:
  [get] Getting:
http://umn.dl.sourceforge.net/sourceforge/mx4j/mx4j-3.0.1.tar.gz
  [get] To: /usr/share/java/file.tar.gz
  [get] Error getting
http://umn.dl.sourceforge.net/sourceforge/mx4j/mx4j-3.0.1.tar.gz to
/usr/share/java/file.tar.gz

BUILD FAILED
/home/xbgao/tomcat/build.xml:49: The following error occurred while
executing this line:
/home/xbgao/tomcat/jakarta-tomcat-5/build.xml:1834: The following
error occurred while executing this line:
/home/xbgao/tomcat/jakarta-tomcat-5/build.xml:1928:
java.net.ConnectException: Connection refused


Maybe the sourceforge mirror is gone or something. There's a list to 
choose from in the default build.properties (I just updated it).


Rémy

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



tomcat build failed

2005-07-27 Thread Xingbo Gao
Hi,

I follow the steps listed in
http://jakarta.apache.org/tomcat/tomcat-5.5-doc/building.html, and try
to build the tomcat source codes. I was able to build successfully
before, but now get the errors below each time. It seems the link
http://umn.dl.sourceforge.net doesn't work any more.

setproxy:

testexist:
 [echo] Testing  for /usr/share/java/mx4j-3.0.1/lib/mx4j.jar

downloadgz:
  [get] Getting:
http://umn.dl.sourceforge.net/sourceforge/mx4j/mx4j-3.0.1.tar.gz
  [get] To: /usr/share/java/file.tar.gz
  [get] Error getting
http://umn.dl.sourceforge.net/sourceforge/mx4j/mx4j-3.0.1.tar.gz to
/usr/share/java/file.tar.gz

BUILD FAILED
/home/xbgao/tomcat/build.xml:49: The following error occurred while
executing this line:
/home/xbgao/tomcat/jakarta-tomcat-5/build.xml:1834: The following
error occurred while executing this line:
/home/xbgao/tomcat/jakarta-tomcat-5/build.xml:1928:
java.net.ConnectException: Connection refused

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