http://nagoya.apache.org/bugzilla/show_bug.cgi?id=973
*** shadow/973 Fri Mar 16 05:05:02 2001 --- shadow/973.tmp.29496 Wed Mar 28 00:47:03 2001 *************** *** 92,95 **** Fixed in CVS and nightly build 2001-03-17. ------- Additional Comments From [EMAIL PROTECTED] 2001-03-16 05:05 ------- ! sorry, my last comment (fixed) doesn't apply to this report --- 92,122 ---- Fixed in CVS and nightly build 2001-03-17. ------- Additional Comments From [EMAIL PROTECTED] 2001-03-16 05:05 ------- ! sorry, my last comment (fixed) doesn't apply to this report ! ! ------- Additional Comments From [EMAIL PROTECTED] 2001-03-28 00:47 ------- ! Does this problem still exist? ! ! Can you try ! ! <java fork="yes" classname="org.objectweb.jonas_ejb.tools.GenIC" ! taskname="jonas" failonerror="true"> ! <classpath> ! <pathelement path="${build.classes}"/> ! <pathelement path="${vse.lib}/RMI_jonas.jar"/> ! </classpath> ! <arg value="-d"/> ! <arg value="${build.classes}"/> ! <arg value="${conf}/vit2.xml"/> ! </java> ! ! or ! ! <java fork="yes" classname="org.objectweb.jonas_ejb.tools.GenIC" ! taskname="jonas" failonerror="true"> ! <classpath> ! <pathelement path="${build.classes}"/> ! <pathelement path="${vse.lib}/RMI_jonas.jar"/> ! </classpath> ! <arg line="-d ${build.classes} ${conf}/vit2.xml"/> ! </java>