0 Replies Latest reply on Feb 29, 2008 5:33 AM by thomas.diesler

    Run tests-compile without wsconsume

    thomas.diesler

      Folks, did you know that you can run

      [tdiesler@tddell trunk]$ ant -Dnoconsume=true tests-compile
      Buildfile: build.xml
      ...
      wsconsume:
      
      tests-compile:
       [javac] Compiling 2 source files to /home/tdiesler/svn/jbossws/stack/native/trunk/output/tests/classes
      
      BUILD SUCCESSFUL
      Total time: 5 seconds
      


      This reduces test compile time dramatically.