Re: [jQuery] New jQuery Build System

2006-08-14 Thread Jonathan Sharp
On 8/14/06, John Resig [EMAIL PROTECTED] wrote: I have Java installed (and Ant), but I have no idea how to install those UNIX commands. Could you provide either a short description how to install these under Windows XP or provide an ant task to make the same? I know that it's possible to build it

Re: [jQuery] New jQuery Build System

2006-08-14 Thread Jörn Zaefferer
Actually Christian is working on this right now, it'll hopefully be in SVN today. Oohhkay... ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] New jQuery Build System

2006-08-14 Thread Mike Alsup
Here's a quick hack in case anyone needs something right away. project name=jQuery default=jquery basedir=. property name=SRC_DIR value=src / property name=BUILD_DIR value=build / property name=JAR value=${BUILD_DIR}/js.jar / property name=PREFIX value=. / property

Re: [jQuery] New jQuery Build System

2006-08-14 Thread Christian Bach
Damn it Mike, i guess you won the race :) Great work. /christian Mike Alsup wrote: Here's a quick hack in case anyone needs something right away. project name=jQuery default=jquery basedir=. property name=SRC_DIR value=src / property name=BUILD_DIR value=build / property

Re: [jQuery] New jQuery Build System

2006-08-14 Thread Christian Bach
Mike, Found a problem with the docs target. You forgot to copy the style dir. target name=docs depends=jquery echo message=Building Documentation / delete dir=${DOCS_DIR} / mkdir dir=${DOCS_DIR}/data / mkdir dir=${DOCS_DIR}/js / copy

Re: [jQuery] New jQuery Build System

2006-08-14 Thread Mike Alsup
:-) Well, it's just a quick port of John's makefile. I'm sure it can be improved. Mike On 8/14/06, Christian Bach [EMAIL PROTECTED] wrote: Damn it Mike, i guess you won the race :) Great work. /christian ___ jQuery mailing list

Re: [jQuery] New jQuery Build System

2006-08-14 Thread Jonathan Sharp
Asuming you have the ant environment setup right, ant target(s) with multiple targets seperated by spaces, so similar to make.-jsOn 8/14/06, Jörn Zaefferer [EMAIL PROTECTED] wrote: Thanks, Christian.I told you it could be improved.:-) Found a problem with the docs target.I'm not sure wheather

Re: [jQuery] New jQuery Build System

2006-08-14 Thread Mike Alsup
A simple (for the ant experts here) question: How'd I call the jQuery targets from another build file? You can see examples here: http://ant.apache.org/manual/CoreTasks/ant.html ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/