Featured image of post OpenJDK 1.7 for OSX Continuous Build With Hudson - Part 1

OpenJDK 1.7 for OSX Continuous Build With Hudson - Part 1

Pre-requisite

Hudson jobs

I created free-style software project jobs, one for building 32 bits JVM, openjdk-1.7-i586, the other to build 64 bits JVM, openjdk-1.7-x86_64.

Each one will use self sufficient script, each script will :

  • download soylatte JVMs (i386/amd64) under $HUDSON_HOME/DROP_DIR (so it could be reused for future builds).
  • jaxp, jaf and jaxws2 since these are not available from the url defined in ant build scripts. Also download under $HUDSON_HOME/DROP_DIR.
  • patch project so it will build under 32 and 64bits OS/X, and will be able to build 32bits JVM on 64bits OS/X (patches commited to OpenJDK Bugzilla #100155)
comments powered by Disqus
Built with Hugo
Theme Stack designed by Jimmy