In your case, I see only one solution. You need to use the Shell project. In your project, you create a little shell script that run your ant/maven for the build, and use it as the command line to run.
Emmanuel Hilco Wijbenga a écrit :
We have Ant stored in CVS as part of our project so that after a checkout everything is available for a build (it also facilitates reproducible builds). I would like to setup Continuum to build our project but I don't see how I can get Continuum to use "our" Ant. As we will be moving to Maven in the near future the same would apply there: we'd put Maven in CVS and we'd want to use "our" Maven to run the build. Is this currently possible? If yes, how?
