0 Replies Latest reply on Jun 22, 2004 1:56 PM by mkarrys

    New Ant Task

      I have tried a few things but I can't seem to figure out if this is possible with ANT, (at least with a single task like "source-to-toplevel").

      I would like to be able to debug the JBOSS server from Netbeans and to do this I need to copy all the org/jboss/** to the top level directory complete with the package structure. I can manually do this and get everything to work but it would be nice if there was an ANT task which could traverse each module and copy everything out of the **/src/main to the "project.root". Then I would have all the source files under "project.root"/org/jboss/*.

      Thanks for any help.
      Mike