Re: [jquery-dev] Ant build

2009-12-08 Thread Jörn Zaefferer
Fixed the ant build (build.xml) to clone/pull both Sizzle and QUnit. Tested on Windows XP. Jörn On Tue, Nov 10, 2009 at 4:37 AM, Justin Meyer justinbme...@gmail.comwrote: Does building with Ant work from github anymore? I'm guessing no b/c it needs to get QUnit/Sizzle. Would it be nice if

Re: [jquery-dev] Ant build

2009-12-08 Thread Julian Aubourg
After I added git to my path (I used the bash version), it is still not working: BUILD FAILED C:\wamp\www\zend\jQueryJulian\jquery\build.xml:44: C:\wamp\www\zend\jQueryJulian\jquery\${SRC_DIR} not found. Worked flawlessly (with manual git cloning/pulling of qunit sizzle) before. I'm under

Re: [jquery-dev] Ant build

2009-12-08 Thread Julian Aubourg
My bad, I see what you changed and I didn't merge properly. 2009/12/8 Julian Aubourg aubourg.jul...@gmail.com After I added git to my path (I used the bash version), it is still not working: BUILD FAILED C:\wamp\www\zend\jQueryJulian\jquery\build.xml:44:

Re: [jquery-dev] Ant build

2009-11-12 Thread Jörn Zaefferer
Sizzle lives as a copy in the jQuery repository. QUnit should be pulled in as a sort of git external, though its required only for testing, not for making a build of jQuery itself. Jörn On Tue, Nov 10, 2009 at 4:37 AM, Justin Meyer justinbme...@gmail.comwrote: Does building with Ant work from

Re: [jquery-dev] Ant build

2009-11-12 Thread John Resig
Actually, both Sizzle and QUnit need to be pulled in dynamically (using Git submodules). The commands needed to do that are all in the Makefile and are run automatically before a build occurs. --John On Thu, Nov 12, 2009 at 8:15 AM, Jörn Zaefferer joern.zaeffe...@googlemail.com wrote: Sizzle

[jquery-dev] Ant build

2009-11-09 Thread Justin Meyer
Does building with Ant work from github anymore? I'm guessing no b/c it needs to get QUnit/Sizzle. Would it be nice if you could pull in dependencies in JS like ruby's gem install, and all your building would already be done via JavaScript. Hm ... JMVC has this feature :). -- You