I am having a little trouble using the rmic task with the CVS version of ant. I have tried it with the jdk 1.4 and 1.2.2 (on my linux box) and in both cases I am getting:

java.lang.VerifyError: (class: org/apache/tools/ant/AntClassLoader, method: findClassInComponents signature: (Ljava/lang/String;)Ljava/lang/Class;) Accessing value from uninitialized register 7
at org.apache.tools.ant.taskdefs.Rmic.execute(Rmic.java:377)
at org.apache.tools.ant.Task.perform(Task.java:223)
at org.apache.tools.ant.Target.execute(Target.java:186)
at org.apache.tools.ant.Target.performTasks(Target.java:204)
at org.apache.tools.ant.Project.executeTarget(Project.java:929)
at org.apache.tools.ant.Project.executeTargets(Project.java:883)
at org.apache.tools.ant.Main.runBuild(Main.java:527)
at org.apache.tools.ant.Main.start(Main.java:163)
at org.apache.tools.ant.Main.main(Main.java:187)


It seems like something "small", but it is a little cryptic to me, any help, suggestion what to check and where to look h. appreciated.

best regards
Mariusz


ps.
It would be probably good idea to keep the "optimize" at "false" by default in the CVS codebase, don't you think?



-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>



Reply via email to