Re: ApacheCon Presentation

2007-11-15 Thread Steve Loughran
Xavier Hanin wrote: Here's what we do in Ivy build to use emma (this is just an example): With cleaner metadata using only one ivy:cachepath would be enough. Without Ivy, you can simply use a get task and build a path from the downloa

Re: ApacheCon Presentation

2007-11-15 Thread Wolfgang Häfelinger
ture | Dir. 2.7.0.2 European Patent Office Patentlaan 3-9 | 2288 EE Rijswijk | The Netherlands Tel. +31 (0)70 340 4931 [EMAIL PROTECTED] http://www.epo.org Kev Jackson <[EMAIL PROTECTED]> 15-11-2007 03:11 Please respond to "Ant Developers List" To Ant Developers List cc S

Re: ApacheCon Presentation

2007-11-15 Thread Wolfgang Häfelinger
"Xavier Hanin" <[EMAIL PROTECTED]> 14-11-2007 23:29 Please respond to "Ant Developers List" To "Ant Developers List" cc Subject Re: ApacheCon Presentation Here's what we do in Ivy build to use emma (this is just an example):

Re: ApacheCon Presentation

2007-11-14 Thread Kev Jackson
Hi, I wonder whether Ant/Ivy has a "dependency fetching" mechanism like Maven has regarding "plugins". This is what I have in mind: A antlib provides tasks and macros and implements them in terms of 3rdparty libraries. Those libraries are described in dependencies (perhaps a la Maven).

Re: ApacheCon Presentation

2007-11-14 Thread Xavier Hanin
Here's what we do in Ivy build to use emma (this is just an example): With cleaner metadata using only one ivy:cachepath would be enough. Without Ivy, you can simply use a get task and build a path from the downloaded jar. That's what w

Re: ApacheCon Presentation

2007-11-14 Thread Peter Reilly
ger > Research & Architecture | Dir. 2.7.0.2 > European Patent Office > Patentlaan 3-9 | 2288 EE Rijswijk | The Netherlands > Tel. +31 (0)70 340 4931 > [EMAIL PROTECTED] > http://www.epo.org > > > > > "Dominique Devienne" <[EMAIL PROTECTED]> >

Re: ApacheCon Presentation

2007-11-14 Thread Wolfgang Häfelinger
4931 [EMAIL PROTECTED] http://www.epo.org "Dominique Devienne" <[EMAIL PROTECTED]> 14-11-2007 17:40 Please respond to "Ant Developers List" To "Ant Developers List" cc Subject Re: ApacheCon Presentation On Nov 14, 2007 9:50 AM, Peter Reilly <[EMAIL PR

Re: ApacheCon Presentation

2007-11-14 Thread Dominique Devienne
On Nov 14, 2007 9:50 AM, Peter Reilly <[EMAIL PROTECTED]> wrote: > On Nov 14, 2007 3:18 PM, Dominique Devienne <[EMAIL PROTECTED]> wrote: > > On Nov 14, 2007 8:07 AM, Wolfgang Häfelinger <[EMAIL PROTECTED]> wrote: > > > * Simple fix...place all third-party jars in $ANT_HOME/lib > > > > > > Honestly

Re: ApacheCon Presentation

2007-11-14 Thread Wolfgang Häfelinger
" To "Ant Developers List" cc Subject Re: ApacheCon Presentation On Nov 14, 2007 3:18 PM, Dominique Devienne <[EMAIL PROTECTED]> wrote: > On Nov 14, 2007 8:07 AM, Wolfgang Häfelinger <[EMAIL PROTECTED]> wrote: > > * Simple fix...place all third-party jars

Re: ApacheCon Presentation

2007-11-14 Thread Wolfgang Häfelinger
n 3-9 | 2288 EE Rijswijk | The Netherlands Tel. +31 (0)70 340 4931 [EMAIL PROTECTED] http://www.epo.org "Dominique Devienne" <[EMAIL PROTECTED]> 14-11-2007 16:18 Please respond to "Ant Developers List" To "Ant Developers List" cc Subject Re: ApacheCon P

Re: ApacheCon Presentation

2007-11-14 Thread Peter Reilly
On Nov 14, 2007 3:18 PM, Dominique Devienne <[EMAIL PROTECTED]> wrote: > On Nov 14, 2007 8:07 AM, Wolfgang Häfelinger <[EMAIL PROTECTED]> wrote: > > * Simple fix...place all third-party jars in $ANT_HOME/lib > > > > Honestly, putting something into Ant's lib directory is really ugly and all > > th

Re: ApacheCon Presentation

2007-11-14 Thread Dominique Devienne
On Nov 14, 2007 8:07 AM, Wolfgang Häfelinger <[EMAIL PROTECTED]> wrote: > * Simple fix...place all third-party jars in $ANT_HOME/lib > > Honestly, putting something into Ant's lib directory is really ugly and all > those alternatives ($HOME/.ant etc) do not solve the overall problem. If the proje

RE: ApacheCon Presentation

2007-11-14 Thread Rebhan, Gilbert
Hi, Kev -Original Message- From: Kev Jackson [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 13, 2007 3:02 AM To: Ant Developers List; Ant Users List Subject: ApacheCon Presentation /* Hi all, As some of you probably know already, the HK OSSummit has been canceled due to lack of a

Re: ApacheCon Presentation

2007-11-14 Thread Wolfgang Häfelinger
Hey Kev, I just browsed your presentation and came across page 3/54 where I'm reading * Simple fix...place all third-party jars in $ANT_HOME/lib Honestly, putting something into Ant's lib directory is really ugly and all those alternatives ($HOME/.ant etc) do not solve the overall problem.

Re: ApacheCon Presentation

2007-11-13 Thread Xavier Hanin
Nice presentation, thanks for sharing! One minor thing about Ivy presentation: I think the slide on artifact declaration is misleading: when you say that the master conf has no dependency, this is not a consequence of the publication section, the master conf could have dependencies. The only thing