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/

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

Re: [jQuery] New jQuery Build System

2006-08-14 Thread Jörn Zaefferer
> Thanks, Christian. I told you it could be improved. :-) > >> Found a problem with the docs target. I'm not sure wheather this is only with the ant build or with the makefile, too: The packed version does not have the copyright/version notice. The clean-target doesn't echo anything. Some comm

Re: [jQuery] New jQuery Build System

2006-08-14 Thread Mike Alsup
Thanks, Christian. I told you it could be improved. :-) > Found a problem with the docs target. ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

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 discuss@jq

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.

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

Re: [jQuery] New jQuery Build System

2006-08-14 Thread Mike Alsup
Here's a quick hack in case anyone needs something right away.

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 John Resig
> As I need to learn Ant anyway, I try to write an ant task/script that I can > contribute to the build system. That way everyone could choose between make > and ant. Actually Christian is working on this right now, it'll hopefully be in SVN today. --John

Re: [jQuery] New jQuery Build System

2006-08-14 Thread Jörn Zaefferer
> Nope, not by default, though it's easy enough to get and works cross > platform. That was my thought, too. As I need to learn Ant anyway, I try to write an ant task/script that I can contribute to the build system. That way everyone could choose between make and ant. > We use ant here at wo

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 buil

Re: [jQuery] New jQuery Build System

2006-08-14 Thread John Resig
> 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 using Cygwin (a UNIX-like environment

Re: [jQuery] New jQuery Build System

2006-08-14 Thread Jörn Zaefferer
Hi John, > I just wanted to let everyone know that I've finished the new build > system for jQuery - it's really fantastic. All documentation, test > cases, and packages are built dynamically straight from the original > source. sounds very impressive. The idea of inline documentation and tests t

Re: [jQuery] New jQuery Build System

2006-08-14 Thread Klaus Hartl
> I just wanted to let everyone know that I've finished the new build > system for jQuery - it's really fantastic. All documentation, test > cases, and packages are built dynamically straight from the original > source. Wow, John, very impressive! ___