don-vip edited a comment on pull request #121: URL: https://github.com/apache/ant/pull/121#issuecomment-735252432
@jaikiran I tried to build Ant myself and face the following error when using it: `[junitlauncher] Error: Could not find or load main class org.apache.tools.ant.taskdefs.optional.junitlauncher.StandaloneLauncher` Indeed the built `ant-junitlauncher.jar` does not contain this class, it only contains classes in the package `org/apache/tools/ant/taskdefs/optional/junitlauncher/confined`. I see your build.xml has a lot of code regarding this confined package but I don't understand it, is there something to do when building ant to get the StandaloneLauncher? ---------------------------------------------------------------- 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. 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