Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[virgo-dev] Building Virgo with Gradle

Hi,

finally the first Gradle based Virgo builds[1] are available at our HIPP[2]. It would be great if
you could spare some cycles to review the Gradle build and/or give the new artifacts a try.

You should be able to create the Virgo deliverables locally (without running the tests) during a short coffee break, now.

$ ./gradlew -Dci.build=true -Dskip.docs=true clean assemble distZip fullDistZip rapDistZip installDist installFullDist installRapDist

...
:packaging:jetty-server:installDist
:packaging:kernel:installDist
:packaging:nano:installDist
:packaging:tomcat-server:installDist
:packaging:nano:installFullDist
:packaging:nano:installRapDist

BUILD SUCCESSFUL

Total time: 3 mins 10.812 secs

I'll do some more testing these days and intend to merge the changes into master soon if no critical problems arise.

BTW: You might want to give "Buildship: Eclipse Plug-ins for Gradle"[3] a try if you intend to go for a deep dive into
the new build scripts.

Please drop me a note if you run into any trouble…

Thanks and regards,
  florian

[1] https://bugs.eclipse.org/bugs/show_bug.cgi?id=463462
[2] https://hudson.eclipse.org/virgo/job/gradle-build/
[3] https://projects.eclipse.org/projects/tools.buildship



Back to the top