jaikiran commented on PR #197:
URL: https://github.com/apache/ant/pull/197#issuecomment-1419267691

   > When I build the project the tests do not seem to be executed 
   
   Some of the tasks in Ant, including the `junitlauncher` aren't part of the 
"core". You will have to first fetch the dependencies of these tasks as follows:
   ```
   ant -f fetch.xml -Ddest=optional
   ```
   and then run:
   ```
   ./build.sh clean test
   ```
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
For additional commands, e-mail: dev-h...@ant.apache.org

Reply via email to