RE: Migration problem, Windows to Linux (how to unsubscribe)

2006-07-06 Thread bill/wilandra
Read through all the attachments to this email and you will find the answer stated many times. Bill -Original Message- From: Jian Xu [mailto:[EMAIL PROTECTED] Sent: Thursday, July 06, 2006 5:19 PM To: user@ant.apache.org Subject: Re: Migration problem, Windows to Linux (how to

Re: Migration problem, Windows to Linux (how to unsubscribe)

2006-07-06 Thread Dominique Devienne
; <[EMAIL PROTECTED]> >Reply-To: "Ant Users List" >To: "Ant Users List" >Subject: Re: Migration problem, Windows to Linux >Date: Wed, 05 Jul 2006 14:51:56 +0100 > >Thanks for the tip I did encoding="ISO-8859-1" under my java compile >option

Re: Migration problem, Windows to Linux (how to unsubscribe)

2006-07-06 Thread Jian Xu
on Server Development >WAS Pyxis Lead Release Engineer > > > > > > >"Fredrik Andersson" <[EMAIL PROTECTED]> >07/05/2006 09:34 AM >Please respond to >"Ant Users List" > > >To >"Ant Users List" >cc > >Subject >Re

Re: Migration problem, Windows to Linux

2006-07-05 Thread Fredrik Andersson
I gave an encoding parameter to the java compiler, thanks =) Den 7/5/2006, skrev "Dominique Devienne" <[EMAIL PROTECTED]>: >Either you don't change the characters, and set the encoding properly >in , , etc... to whatever the encoding defaults to on >Windows, or you change your files to be UTF8 co

Re: Migration problem, Windows to Linux

2006-07-05 Thread Dominique Devienne
> >Jeffrey E. (Jeff) Care >[EMAIL PROTECTED] >IBM WebSphere Application Server Development >WAS Pyxis Lead Release Engineer > > > > > > >"Fredrik Andersson" <[EMAIL PROTECTED]> >07/05/2006 09:34 AM >Please respond to >"Ant Users List&

Re: Migration problem, Windows to Linux

2006-07-05 Thread Dominique Devienne
Either you don't change the characters, and set the encoding properly in , , etc... to whatever the encoding defaults to on Windows, or you change your files to be UTF8 correct (using an escape sequence for the proper swedish chars), which seems to be the default on Linux, or finally you don't use

Re: Migration problem, Windows to Linux

2006-07-05 Thread Fredrik Andersson
gt; >"Fredrik Andersson" <[EMAIL PROTECTED]> >07/05/2006 09:34 AM >Please respond to >"Ant Users List" > > >To >"Ant Users List" >cc > >Subject >Re: Migration problem, Windows to Linux > > > > > > &g

Re: Migration problem, Windows to Linux

2006-07-05 Thread Fredrik Andersson
MAIL PROTECTED]> >07/05/2006 09:34 AM >Please respond to >"Ant Users List" > > >To >"Ant Users List" >cc > >Subject >Re: Migration problem, Windows to Linux > > > > > > >Hi > >It turned out that my JAVA_HOME var

Re: Migration problem, Windows to Linux

2006-07-05 Thread Jeffrey E Care
Development WAS Pyxis Lead Release Engineer "Fredrik Andersson" <[EMAIL PROTECTED]> 07/05/2006 09:34 AM Please respond to "Ant Users List" To "Ant Users List" cc Subject Re: Migration problem, Windows to Linux Hi It turned ou

Re: Migration problem, Windows to Linux

2006-07-05 Thread Fredrik Andersson
Hi It turned out that my JAVA_HOME variabel was not set. I pointed it to my Java 5.0 installation and now it spews out a ton of these messages. [javac] /root/smc_projekt/Application/src/java/nu/absmc/action/ForsenadeController.java:10: warning: unmappable character for encoding UTF8 [javac]

Re: Migration problem, Windows to Linux

2006-07-05 Thread Dominique Devienne
This is probably an encoding issue. Your @ or capital-O caracters may not be the ASCII kind, but some variant. Verify this by running od -c on one of the file, and if you don't get an @ or O were you expect, that's the likely issue. --DD On 7/5/06, Fredrik Andersson <[EMAIL PROTECTED]> wrote: Hi

Re: Migration problem, Windows to Linux

2006-07-05 Thread Petar Tahchiev
On 05/07/06, Fredrik Andersson <[EMAIL PROTECTED]> wrote: Hi all I'm currently trying to migrate a J2EE project from a Windows platform to a Linux platform. I have cofigured the build.xml file accordingly to my setup on the linux platform. I have the same java setup on the linux server but when

Re: Migration problem, Windows to Linux

2006-07-05 Thread Scot P. Floess
Are you using JDK 1.5 under linux? Fredrik Andersson wrote: Hi all I'm currently trying to migrate a J2EE project from a Windows platform to a Linux platform. I have cofigured the build.xml file accordingly to my setup on the linux platform. I have the same java setup on the linux server but w

Migration problem, Windows to Linux

2006-07-05 Thread Fredrik Andersson
Hi all I'm currently trying to migrate a J2EE project from a Windows platform to a Linux platform. I have cofigured the build.xml file accordingly to my setup on the linux platform. I have the same java setup on the linux server but when I try to compile I get the following messages from ant. [j