Re: [INFO] Compilation failure m2 Compilation failure [error: IO exception sun.io.MalformedInputException]

2006-03-28 Thread Carlos Sanchez
FWIW I've seen this problem when the pom is encoded in a charset different than the one declared in the xml header (UTF8 by default). Under Sun's JDK there's no error but under IBM JDK it crashes with sun.io.MalformedInputException On 3/28/06, Gautham Pamu [EMAIL PROTECTED] wrote: mvn install or

[INFO] Compilation failure m2 Compilation failure [error: IO exception sun.io.MalformedInputException]

2006-03-27 Thread Gautham Pamu
mvn install or mvn compile is giving this error.. I am using IBM JDK 1.4.2. Did anyone come across this error and can you help me how to resolve it ? [INFO] [ERROR] BUILD FAILURE [INFO]

Re: [INFO] Compilation failure m2 Compilation failure [error: IO exception sun.io.MalformedInputException]

2006-03-27 Thread Carlos Sanchez
Are you sure you're using IBM JDK correctly? with JAVA_HOME and PATH correctly set? The stack trace shows sun.io with looks like Sun JDK. We have tried IBM JDK 1.4.2 to compile and it works On 3/28/06, Gautham Pamu [EMAIL PROTECTED] wrote: mvn install or mvn compile is giving this error.. I am