improve mechanism for running local builds, including per-module
building rather than FULL JBDS/JBT builds
----------------------------------------------------------------------------------------------------------
Key: JBDS-486
URL:
https://issues.redhat.com/browse/JBDS-486
Project: Red Hat CodeReady Studio (devstudio)
Issue Type: Feature Request
Components: build
Affects Versions: LATER
Reporter: Nick Boldt
Assignee: Nick Boldt
Priority: Major
To run a component build locally, you need only do this:
cd /tmp; svn co
http://anonsvn.jboss.org/repos/jbosstools/trunk/build/
or
cd /tmp; svn co
http://anonsvn.jboss.org/repos/jbosstools/branches/modular_build/build/
then
cd /tmp/build; ant -DCOMPONENTS=tests,common,jmx
If you want to build from workspace sources, do the same above but from within your
workspace. Simple!
For examples on using the build script, or the order of components to build, do:
cd /tmp/build; ant help