You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@harmony.apache.org by karan malhi <ka...@gmail.com> on 2006/02/28 03:54:56 UTC

procedure after checkout

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?

-- 
Karan Singh


Re: procedure after checkout

Posted by Alexey Petrenko <al...@gmail.com>.
2006/2/28, karan malhi <ka...@gmail.com>:
> Do we need to re-run ant using make/build.xml  after every checkout ?
What for?
For building new sources? Yes.

--
Alexey A. Petrenko
Intel Middleware Products Division

Re: procedure after checkout

Posted by George Harley <ge...@googlemail.com>.
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?
>


Re: procedure after checkout

Posted by Geir Magnusson Jr <ge...@pobox.com>.
the security module is already that way...

George Harley wrote:
> Hi Karan,
> 
> I neglected to mention in my previous response that if you think you 
> could get involved with "component-ising" (or otherwise enhancing) the 
> Ant build scripts then that would be a real help to everyone.
> 
> Best regards,
> George
> IBM UK
> 
> 
> 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?
>>
> 
> 

Re: procedure after checkout

Posted by George Harley <ge...@googlemail.com>.
Hi Karan,

I neglected to mention in my previous response that if you think you 
could get involved with "component-ising" (or otherwise enhancing) the 
Ant build scripts then that would be a real help to everyone.

Best regards,
George
IBM UK


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?
>