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 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.

[javac] Compiling 81 source files to
/root/smc_projekt/ant/war/WEB-INF/classes
   [javac] error: IO exception sun.io.MalformedInputException
   [javac]
/root/smc_projekt/Application/src/java/nu/absmc/action/LanguageController.java:67:
illegal character: \64
   [javac]     @Override
   [javac]         ^
   [javac]
/root/smc_projekt/Application/src/java/nu/absmc/action/LanguageController.java:76:
illegal character: \64
   [javac]     @Override
   [javac]         ^
   [javac]
/root/smc_projekt/Application/src/java/nu/absmc/action/LanguageController.java:81:
<identifier> expected
   [javac]
   [javac] ^
   [javac] error: IO exception sun.io.MalformedInputException
   [javac] error: IO exception sun.io.MalformedInputException
   [javac] error: IO exception sun.io.MalformedInputException
   [javac] error: IO exception sun.io.MalformedInputException
   [javac]
/root/smc_projekt/Application/src/java/nu/absmc/type/LanguageBean.java:91:
illegal character: \64
   [javac]     @Override
   [javac]         ^
   [javac]
/root/smc_projekt/Application/src/java/nu/absmc/type/LanguageBean.java:103:
<identifier> expected
   [javac] ^
   [javac] 10 errors


Now these are files that compiles perfectly on windows. What can be the
source of the problem? I'm clueless.

Thanks in advance =)

---------------------------------------------------------------------
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