Stefan Bodewig wrote:

> On Thu, 26 Sep 2002, Costin Manolache <[EMAIL PROTECTED]> wrote:
> 
>> I would like to insert a project to be executed just after
>> ant-boostrap.
> 
> Why is that important for you?  All projects that need this project to
> be run before they get built should simply depend on it.
> 
>> Is there any clean way to do it ?
> 
> Make all projects other than bootstrap-ant depend on it.
> 
> Easier but less clean: rename boostrap-ant to bootstrap-real-ant and
> call your project bootstrap-ant (and make sure it depends on
> bootstrap-real-ant and exports bootstrap-real-ant's jars).

That's a good one !

I don't want to touch all project descriptors. What I want to do is build
embed just after bootstrap-ant, and make sure all other projects
are built after that. 


-- 
Costin



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to