Prepare next release cycle 1.5.1
1 file changed
tree: c5a0be547d1e5dd15c3442e40bca9e2e9a5d88af
  1. aspect/
  2. build-virgo-build/
  3. common/
  4. docbook/
  5. lib/
  6. multi-bundle/
  7. org.eclipse.virgo.build.p2tools/
  8. par/
  9. resource/
  10. standard/
  11. wab/
  12. war/
  13. weaving/
  14. weaving-external/
  15. .gitignore
  16. build.properties
  17. build.versions
  18. CONTRIBUTING.md
  19. README.md
README.md

Virgo Build Tools

Note: This document is an addition to Building Virgo Build.

Building virgo-build-tools for the impatient

Put Apache Ant on the class path (export PATH=$PATH:$ANT_HOME/bin)

ant -f build-virgo-build/build.xml clean package
...
      [zip] Building zip: /Users/virgo/scm-repos/virgo-build-tools/build-virgo-build/target/artifacts/virgo-build-tools-1.5.0.RELEASE.zip

BUILD SUCCESSFUL

Prepare a release build

Note: At the time of writing we don't have a CI build anymore!

Visit build.properties and

  • choose proper version,
  • swich release.type to release and
  • add build.stamp=RELEASE:
version=1.5.0
release.type=release
build.stamp=RELEASE
...

Version 1.5.0.RELEASE has bee uploaded manually!