Re: target-group in trunk

2009-12-10 Thread Jeff Sinclair
Hi Stefan, We've implemented a common build template which other groups at the firm build upon. One issue we have had is providing a simple way for our users to plug in custom logic without having to copy Target definitions. We went about this by providing macro hooks which people could

Re: A Groovy frontend of Ant in the sandbox ?

2009-12-10 Thread Nicolas Lalevée
On Monday 07 December 2009 16:10:57 Nicolas Lalevée wrote: On Monday 07 December 2009 06:09:28 Stefan Bodewig wrote: On 2009-12-04, Nicolas Lalevée nicolas.lale...@hibnet.org wrote: I have put a snapshot there: http://people.apache.org/~hibou/groovyfront-donation/ Maybe an entry in the

IVYDE - Proposal to increase minimum supported Eclipse version to 3.4

2009-12-10 Thread Jon Schneider
I propose to increase the minimum supported Eclipse version to 3.4 to incorporate the Ivy Resolve Visualizer, subject of IVYDE-208 [1], into the next release of IvyDE. The Resolve Visualizer has a dependency on GEF Zest which requires 3.4+. The other alternative is to release the Visualizer as a

Re: target-group in trunk

2009-12-10 Thread Stefan Bodewig
On 2009-12-10, Jeff Sinclair j...@cooljeff.co.uk wrote: We've implemented a common build template which other groups at the firm build upon. One issue we have had is providing a simple way for our users to plug in custom logic without having to copy Target definitions. We went about this by

Re: IVYDE - Proposal to increase minimum supported Eclipse version to 3.4

2009-12-10 Thread Maarten Coene
Or maybe we should increase the minimum Eclipse version to 3.4 after the next IvyDE release? This way you can warn the users in the release notes that the next IvyDE version will be the last one supporting Eclipse 3.4 Maarten - Original Message From: Jon Schneider

Re: import and include in trunk

2009-12-10 Thread Matt Benson
On Dec 9, 2009, at 10:55 PM, Stefan Bodewig wrote: Hi, this mail is just summarizing the changes we've made so people can yell now before we release anything if anything is wrong. import has a few changes: * the importing build file can determine the target prefix of the imported

Re: Maybe we should open up depends for all targets [again]

2009-12-10 Thread Stefan Bodewig
On 2009-12-09, Nicolas Lalevée nicolas.lale...@hibnet.org wrote: Well, the title of this mail is referencing [1], The short summary: it was discussed whether target-groups should be allowed to contain tasks. I then mused whether we should do away with target-group completely and make target's

Re: import and include in trunk

2009-12-10 Thread Stefan Bodewig
On 2009-12-10, Matt Benson gudnabr...@gmail.com wrote: On Dec 9, 2009, at 10:55 PM, Stefan Bodewig wrote: And we've added a new task include which is similar to import with the following differences: * a resource can be included more than once if you use different prefixes. What's the

[VOTE] Accept Groovy-Front Donation

2009-12-10 Thread Stefan Bodewig
Hi, Nicolas wants to donate his ProjectHelper implementation that allows build files to be written in Groovy. It can be found attached to https://issues.apache.org/bugzilla/show_bug.cgi?id=48347 It would start life at Ant inside the sandbox. Since this is more than just a small patch,

Re: [VOTE] Accept Groovy-Front Donation

2009-12-10 Thread Stefan Bodewig
On 2009-12-11, Stefan Bodewig bode...@apache.org wrote: But before I start doing this: do we want to accept the donation? +1 Stefan - To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org For additional commands, e-mail:

Re: [VOTE] Accept Groovy-Front Donation

2009-12-10 Thread Paul King
I don't have a vote but happy to give a non-binding +1. The one thing that might need changing (shouldn't affect an acceptance decision) is the rename of import to include - this might need to be looked at given the recent introduction in trunk of include. Cheers, Paul. Stefan Bodewig wrote: