Vincent Massol wrote:

Chris,

Is there something we can do here? The issue must be in our Ant
integration code somewhere.

FYI, I had fixed the jboss plugin for Maven by adding the following:

    <!-- Construct a URL valid on any OS -->
    <util:file var="jbossfile"
      name="${maven.jboss.build.dir}/${maven.jboss.conf.name}"/>
    <j:set var="jbossurl" value="${jbossfile.toURL()}"/>

Where is this 'jbossurl' variable used then?


(I think I see the problem, but would like to understand this a bit more)

(i.e using the File.toURL() API).

Thanks
-Vincent


-- Christopher Lenz /=/ cmlenz at gmx.de


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



Reply via email to