[jQuery] Ant task: with_plugins working?

2006-10-30 Thread Klaus Hartl
Hi all, is the Ant task "with_plugins" working for you? It doesn't seem to work for me... Or is there work in progress on that one? -- Klaus ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] Ant task: with_plugins working?

2006-10-30 Thread Yehuda Katz
Jorn made some modification to make it possible (I believe) to choose specific plugins. I think you need to use with_plugins as an optional MODIFIER now, so you could do ant docs with_plugins, or ant pack with_plugins. I could be wrong though. On 10/30/06, Klaus Hartl <[EMAIL PROTECTED]> wrote: Hi

Re: [jQuery] Ant task: with_plugins working?

2006-10-30 Thread Klaus Hartl
Yehuda Katz schrieb: > Jorn made some modification to make it possible (I believe) to choose > specific plugins. I think you need to use with_plugins as an optional > MODIFIER now, so you could do ant docs with_plugins, or ant pack > with_plugins. I could be wrong though. The task does not merg

Re: [jQuery] Ant task: with_plugins working?

2006-10-31 Thread Jörn Zaefferer
Klaus Hartl schrieb: > Yehuda Katz schrieb: > >> Jorn made some modification to make it possible (I believe) to choose >> specific plugins. I think you need to use with_plugins as an optional >> MODIFIER now, so you could do ant docs with_plugins, or ant pack >> with_plugins. I could be wrong

Re: [jQuery] Ant task: with_plugins working?

2006-11-01 Thread Klaus Hartl
Jörn Zaefferer schrieb: > Klaus Hartl schrieb: >> Yehuda Katz schrieb: >> >>> Jorn made some modification to make it possible (I believe) to choose >>> specific plugins. I think you need to use with_plugins as an optional >>> MODIFIER now, so you could do ant docs with_plugins, or ant pack >>

Re: [jQuery] Ant task: with_plugins working?

2006-11-01 Thread Yehuda Katz
The problem with that line is that if a user has checked out the svn without the plugins directory, the ant task fails.On 11/1/06, Klaus Hartl < [EMAIL PROTECTED]> wrote:Jörn Zaefferer schrieb:> Klaus Hartl schrieb: >> Yehuda Katz schrieb:> Jorn made some modification to make it possible (I bel

Re: [jQuery] Ant task: with_plugins working?

2006-11-01 Thread Klaus Hartl
Yehuda Katz schrieb: > The problem with that line is that if a user has checked out the svn > without the plugins directory, the ant task fails. I see. I'm already checking the Ant documentation for something like a command... That should be doable with Ant. -- Klaus ___

Re: [jQuery] Ant task: with_plugins working?

2006-11-01 Thread Jörn Zaefferer
Klaus Hartl schrieb: > Yehuda Katz schrieb: > >> The problem with that line is that if a user has checked out the svn >> without the plugins directory, the ant task fails. >> > > I see. I'm already checking the Ant documentation for something like a > command... > > That should be doable