I have a java project created in eclipse with test cases. I want to run that test cases using bamboo, but without maven, ant or grails. All my libraries are all ready added to classpath. Please assist.
Simon says:
"
First run your Java application from a command line, outside Eclipse. Verify that it works correctly.
Then Create a Script task in one of your Bamboo plans and run the same command that you run on the command line from the script task.
"
Simon out.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.