You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by Tony <t....@verizon.net> on 2001/09/19 05:31:09 UTC

help with first time setup

I'm trying to setup to setup this tomcat server for the first time but i 
keep getting BUILD FAILED...

it says: D:\jakarta\jakarta-tomcat-4.0\build.xml:7: Malformed \uxxxx encoding.

i swapped all the variables ${ whatever } with directories...

onyl thing i can think of is this file has UNIX literals with forward 
slashes instead of backslash- does that matter?

thanks for any help!


Re: help with first time setup

Posted by Nico Seessle <ni...@apache.org>.
----- Original Message -----
From: "Tony" <t....@verizon.net>
To: <an...@jakarta.apache.org>
Sent: Wednesday, September 19, 2001 5:53 AM
Subject: RE: help with first time setup


> hey conor thanks for the reply :)
>
> actually i just got passed that- i missed a variable stupid me. but now i
> have a new problem. i noticed tyrex was optional, so i decided to omit it

Where did you find that Information?

> since the site has broken links and i cant download it anyway- but the
> builder looks for tyrex files and quits when it cant find it- what should
i
> do so it wont look for it?

You could

1. remove the line     <copy todir="${catalina.build}/common/lib"
file="${tyrex.jar}"/> (will produce compiler-errors, so it's not a solution
if you want to build tomcat...)
or
2. Get a tyrex.jar and provide it to the build-process.

Seems that the information "tyrex is optional" is wrong with the current
build-procedure of tomcat?

Maybe you should simply download the latest file from
http://jakarta.apache.org/builds/jakarta-tomcat-4.0/nightly/?

Nico



RE: help with first time setup

Posted by Tony <t....@verizon.net>.
hey conor thanks for the reply :)

actually i just got passed that- i missed a variable stupid me. but now i 
have a new problem. i noticed tyrex was optional, so i decided to omit it 
since the site has broken links and i cant download it anyway- but the 
builder looks for tyrex files and quits when it cant find it- what should i 
do so it wont look for it?

At 01:33 PM 9/19/2001 +1000, you wrote:
>Which version of Ant?
>
>Have you edited the build.xml file with a vs.net XML editor?
>
>Run ant with a -debug flag to see if you get more info about the exception.
>
>Conor
>
>
> > -----Original Message-----
> > From: Tony [mailto:t.lozina@verizon.net]
> > Sent: Wednesday, 19 September 2001 1:31 PM
> > To: ant-user@jakarta.apache.org
> > Subject: help with first time setup
> >
> >
> > I'm trying to setup to setup this tomcat server for the first time but i
> > keep getting BUILD FAILED...
> >
> > it says: D:\jakarta\jakarta-tomcat-4.0\build.xml:7: Malformed
> > \uxxxx encoding.
> >
> > i swapped all the variables ${ whatever } with directories...
> >
> > onyl thing i can think of is this file has UNIX literals with forward
> > slashes instead of backslash- does that matter?
> >
> > thanks for any help!
> >
> >


RE: help with first time setup

Posted by Conor MacNeill <co...@cortexebusiness.com.au>.
Which version of Ant?

Have you edited the build.xml file with a vs.net XML editor?

Run ant with a -debug flag to see if you get more info about the exception.

Conor


> -----Original Message-----
> From: Tony [mailto:t.lozina@verizon.net]
> Sent: Wednesday, 19 September 2001 1:31 PM
> To: ant-user@jakarta.apache.org
> Subject: help with first time setup
> 
> 
> I'm trying to setup to setup this tomcat server for the first time but i 
> keep getting BUILD FAILED...
> 
> it says: D:\jakarta\jakarta-tomcat-4.0\build.xml:7: Malformed 
> \uxxxx encoding.
> 
> i swapped all the variables ${ whatever } with directories...
> 
> onyl thing i can think of is this file has UNIX literals with forward 
> slashes instead of backslash- does that matter?
> 
> thanks for any help!
> 
>