Comment #2 by tomas.darbois:
We've got the same problem, with a path that contains an old jdk
(before the correct
one) different from the one declared in the System parameters
$JAVA_HOME. It was
causing this failure due to the fact that this jdk contains a library
outdated. The
catch code in
net.israfil.mojo.flex2.StreamedParameterExecutableWrapper.main contains
line 64 a system.out.println that read an array that is not
initialized if there is
an error line 57 of the same java class which is the case when you have
a library
that redefined the java.util.String with an old one which is causing
the java file
net.israfil.mojo.flex2.StringStreamUtil to raise an exception
NotSuchMethod in line
85 when trying to do "line.contains(....);" which is not defined in
java 1.3.
A solution to have a better output from the plugin is to edit the java file
net.israfil.mojo.flex2.StreamedParameterExecutableWrapper and change
the line 64 by
adding a try catch for example in order to avoid throwing an other
exception in case
of a not initialized array :)
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings