Hi Karan,
Yes, at the moment, running the top level make/build.xml script is
required after every checkout. The outlook is for the Ant building logic
to eventually get devolved down to separate Ant scripts in each
individual module so they will be capable of building just themselves.
This componentised building should save the overhead of a "full build"
when files in just one module have been changed. A full build will
involve the top level Ant scripts calling down into each module's Ant
script in turn.
If you are working in just one module (e.g. luni or nio etc) and you are
an Eclipse user then Tim's instructions on working inside the Eclipse
workspace will be of interest to you [1] ; particularly as it does not
require carrying out full builds.
Best regards,
George
IBM UK
[1]
http://incubator.apache.org/harmony/subcomponents/classlibrary/dev_eclipse.html
karan malhi wrote:
Hi,
Need help with the procedure to follow after checkout. Do we need to
re-run ant using make/build.xml after every checkout ? Is there any
plan to use maven?