Your browser was unable to load all of the resources. They may have been blocked by your firewall, proxy or browser configuration.
Press Ctrl+F5 or Ctrl+Shift+R to have your browser try again.

How to set up build automation for Java project? #3717

QBUser2017 ·
Hi,

I have to start a new Java project. So I want to prepare a POC using QuickBuild to automatically trigger build process to execute the following steps:
1. Checkout source code from Subversion repository
2. Build project using Ant builder (build.xml)
3. Installation/distribution
4. Execute unit tests
5. Publish JUnit reports

I have gone through your online help, but still I need a sample for small dummy Java project with all specified steps, so that I can try locally on my m/c.

Please reply me as soon as possible.

Thanks
  • replies 1
  • views 413
  • stars 0
robinshen ADMIN ·
Below tutorial covers everything except "installation/distribution":
http://wiki.pmease.com/display/QB70/Set ... irst+Build

For "installation/distribution", you may modify your Ant build xml to add specific target for that. It depends on your installation/distribution tools though.