GoogleCodeArchive / piccolo2d

Automatically exported from code.google.com/p/piccolo2d
0 stars 0 forks source link

Set up hudson CI build #108

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
at http://allain.homelinux.org:2121/

Original issue reported on code.google.com by mr0...@mro.name on 26 Jul 2009 at 6:22

GoogleCodeExporter commented 9 years ago
ok, as of r575 I think hudson should be able to build stuff.

Left TODOS:
1) enter the correct local path where to push the site: parent/pom.xml line 327
2) tell hudson to call "mvn -P hudson clean install site site:deploy"
3) verify build + published site
4) merge the branch to trunk
5) tell hudson o build the trunk
6) verify build + published site
7) close this issue.

Original comment by mr0...@mro.name on 26 Jul 2009 at 9:27

GoogleCodeExporter commented 9 years ago
Issue 45 has been merged into this issue.

Original comment by mr0...@mro.name on 26 Jul 2009 at 9:33

GoogleCodeExporter commented 9 years ago
the merge will be:
$ svn co https://piccolo2d.googlecode.com/svn/piccolo2d.java/trunk p2d.java
$ cd p2d.java
$ svn merge -r568:HEAD
https://piccolo2d.googlecode.com/svn/piccolo2d.java/branches/mvn4hudson
$ svn ci -m "issue#108 fixed."

Original comment by mr0...@mro.name on 26 Jul 2009 at 9:44

GoogleCodeExporter commented 9 years ago
let's not forget to add the CI stuff to the reports' pom section as to 
advertise it a
bit.

Original comment by mr0...@mro.name on 27 Jul 2009 at 4:04

GoogleCodeExporter commented 9 years ago
reports: http://allain.homelinux.org/piccolo2d/piccolo2d-complete/

Original comment by mr0...@mro.name on 27 Jul 2009 at 4:04

GoogleCodeExporter commented 9 years ago
Needed to explicitly declare java environment as headless in hudson.

-Djava.awt.headless=true

Original comment by allain.lalonde on 27 Jul 2009 at 4:42

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
fixed in r584

Original comment by allain.lalonde on 27 Jul 2009 at 7:12

GoogleCodeExporter commented 9 years ago
Looks great, nice work Allain and Marcus.

Original comment by heue...@gmail.com on 28 Jul 2009 at 1:38

GoogleCodeExporter commented 9 years ago
Yes, I'm very glad to have it in place. Shall we feature the URL from the 
google code
page?

Big thanks to Allain for hosting us in his basement!

Original comment by mr0...@mro.name on 28 Jul 2009 at 9:43