Samisa, All the various steps of the build are targets, so you can reasonably specify any individual target within the scripts - however, be aware that the default targets maybe setting up properties for those targets, in which case you'll need to provide them at the command line.
As an aside - although the default ANT targets attempt to build everything - it should only be doing delta builds (ie. only build if source artefacts have changed), the exception to this is when instrumenting with trace or generating the C bindings - as the generation tool does not currently support delta changes. Adrian _______________________________________ Adrian Dick ([EMAIL PROTECTED]) Samisa Abeysinghe <[EMAIL PROTECTED]> wrote on 17/02/2005 07:26:58: > Hi All, > Looks like that each time I run ant, it rebuilds the whole source. > > This is time wasting, specially when I want to make a quick fix to > the code and see if it works. > > Any tips on how to make it do only those parts that were changed? > > Thanks, > Samisa...
