DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22443>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22443 New install build errors -- FOM related? ------- Additional Comments From [EMAIL PROTECTED] 2003-08-15 23:40 ------- I'd start with reproducing: > error: compiler message file broken: > key=compiler.err.sun.io.MalformedInputException arguments=null, null, > null, null, null, null, null in out-of-ant environment. I.e., I would try: cd $COCOON_HOME $JAVA_HOME/bin/javac -classpath $JAVA_HOME/lib/tools.jar;<add cocoon libs here> -d build/cocoon*/classes src/java Or: $JAVA_HOME/bin/java -cp $JAVA_HOME/lib/tools.jar;<add cocoon libs here> com.sun. tools.javac.Main -d build/cocoon*/classes src/java In addition to this I'd try different JDK version / installation as this one might be broken. Vadim
