1 Reply Latest reply on Nov 26, 2010 4:07 AM by javatwo

    jsfunitWar task: lib, classes did not work

    javatwo

      I tried to use the jsfunitwar to add test classes to the war.

       

      <jsfunitwar srcfile="build/foo.war"
         destfile="build/foo-jsfunit.war">
         <TestRunner/>
         <lib file="build/test.jar" />
         <classes dir="build/test-classes" includes="**/*.class"/> 
        </jsfunitwar>

       

      the foo-jsfunit.war is created successfully, but it did not contain any test classes, nor test.jar which had been built in previous step.

      thanks for help.

      Dave