FYI, I have resolved this issue. The problem is with the default language encoding on Red Hat 8.0. To resolve the issue just unset the LANG environment variable.
It interested me to see that passing the value as the system property to Java didn't work. -John K On Tue, 2003-01-14 at 08:31, John Keyes wrote: > Have any of the dev guys on the list any idea what the problem is > here? > > -John K > > On Monday, Jan 13, 2003, at 15:57 Europe/Dublin, John Keyes wrote: > > > Hi guys, > > > > I have tried to bootstrap Maven on a new linux box (Red Hat 8, > > JDK 1.3.1_06) > > I got. I get the following error. Is the bootstrap broken? > > > > Thanks, > > -John K > > > > [exec] +---------------------------------------- > > [exec] | Building Maven Struts Plugin > > [exec] +---------------------------------------- > > [exec] Attempting to download maven-j2ee-plugin-1.1-SNAPSHOT.jar. > > > > [exec] clean:clean: > > [exec] [delete] Deleting directory > > /programs/src/jakarta-turbine-maven/src/plugins-build/struts/target > > > > [exec] clean: > > > > [exec] plugin: > > [exec] java:prepare-filesystem: > > [exec] [mkdir] Created dir: > > /programs/src/jakarta-turbine-maven/src/plugins-build/struts/target/ > > classes > > > > [exec] java:compile: > > [exec] [javac] Compiling 8 source files to > > /programs/src/jakarta-turbine-maven/src/plugins-build/struts/target/ > > classes > > [exec] error: compiler message file broken: > > key=compiler.err.sun.io.MalformedInputException arguments=null, null, > > null, null, null, null, null > > [exec] 1 error > > > > [exec] BUILD FAILED > > [exec] com.werken.werkz.UnattainableGoalException: Unable to > > obtain > > goal [plugin] -- Compile failed; see the compiler error output for > > details. File: null At tag <javac>: line: 55 column: 48 > > [exec] Root cause > > [exec] at > > org.apache.maven.jelly.tags.maven.ReactorTag.doTag(ReactorTag.java:363) > > [exec] at > > org.apache.commons.jelly.impl.TagScript.run(TagScript.java:278) > > [exec] Total time: 2 minutes 51 seconds > > > > > > > > -- > > To unsubscribe, e-mail: > > <mailto:[EMAIL PROTECTED]> > > For additional commands, e-mail: > > <mailto:[EMAIL PROTECTED]> > > > > > - - - - - - - - - - - - - - - - - - - - - - - > Jakarta Commons CLI > http://jakarta.apache.org/commons/cli > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- John Keyes <[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
