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 with_plugins.

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 believe) to

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 if 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 if command... That should be doable with Ant.

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 though.

[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 merge

[jQuery] Ant

2006-09-01 Thread Franck Marcia
Hi all, When I want to build jQuery with Ant, I've got this message: Unable to locate tools.jar. Expected to find it in C:\Program Files\Java\jre1.5.0_03\lib\tools.jar Buildfile: build.xml Everything works well; it's just for cleanliness. Did anyone solve this? Franck.

Re: [jQuery] Ant

2006-09-01 Thread Franck Marcia
OK guys, For the record: you need to use Java SDK, not JRE. Franck 2006/9/1, Franck Marcia [EMAIL PROTECTED]: Hi all, When I want to build jQuery with Ant, I've got this message: Unable to locate tools.jar. Expected to find it in C:\Program Files\Java\jre1.5.0_03\lib\tools.jar Buildfile: