Jorge.

1. Can I ask why you are not using the <sysproperty> element to set properties?

<java>
  <sysproperty key="java.rmi.server.codebase"
      value="file:///${basedir}/build/classes/" />

2. what does ant -verbose say?

     I think this is a bug in the ant <jvmargs> tag, but, until now, i
did not have a response from the ant team.

     So if i do:
         <jvmarg
value="-Djava.rmi.server.codebase=file:///${basedir}/build/classes/
file:///$basedir/lib/jini/jini-core.jar" />
         - jmarg only provides the first url to forked jvm;
     and like this:
         <jvmarg
value='-Djava.rmi.server.codebase="file:///${basedir}/build/classes/
file:///$basedir/lib/jini/jini-core.jar"' />
         - jmarg only provides the first url to forked jvm with the first
quote, so "file:/// is an unknown protocol.




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



Reply via email to