Re: [jQuery] Help with the SVN Build Process

2006-10-01 Thread Joel Birch
On 02/10/2006, at 7:25 AM, Michael Geary wrote: > > Joel, even if you want to use the svn version, you don't need to do > any of > this ant build stuff at all. All it does is strip comments and > concatenate > files. > > The .js files straight out of svn are perfectly usable just as they > a

Re: [jQuery] Help with the SVN Build Process

2006-10-01 Thread Michael Geary
> Sam was correct that I wanted the latest SVN version. I also > wanted to see if I was missing out on any other information > that the build process provided. > > @Michael: I got the idea that it would be a good thing to > have access to this from what John Resig mentioned when 1.0 > was rele

Re: [jQuery] Help with the SVN Build Process

2006-10-01 Thread Jörn Zaefferer
Klaus Hartl schrieb: > Maybe you can also run the ant task in Aptana (it's based on Eclipse). > That way you have a first-class HTML/CSS/JavaScript IDE as bonus, it > even supports JQuery... > Unfortuanetely they ripped the ant support. The JS editor is way to slow on large files (jquery sour

Re: [jQuery] Help with the SVN Build Process

2006-10-01 Thread Klaus Hartl
Jörn Zaefferer schrieb: > Joel Birch schrieb: >> Thanks Jörn, Sam, Michael and Jake, >> >> I will look into Eclipse - hopefully I can work that out on my own - >> I don't want to create unnecessary work for you Jörn. Thanks for your >> generous offer. >> > To get you started: After intalli

Re: [jQuery] Help with the SVN Build Process

2006-10-01 Thread Ⓙⓐⓚⓔ
it doesn't fail, but I'm not even sure it built test properly! time to load eclipse! On 10/1/06, Ⓙⓐⓚⓔ <[EMAIL PROTECTED]> wrote: > my patched version is at http://cigar.dynalias.org/jQuery/Makefile > > take a copy! > > On 10/1/06, Karl Swedberg <[EMAIL PROTECTED]> wrote: > > On Oct 1, 2006, at 12

Re: [jQuery] Help with the SVN Build Process

2006-10-01 Thread Ⓙⓐⓚⓔ
my patched version is at http://cigar.dynalias.org/jQuery/Makefile take a copy! On 10/1/06, Karl Swedberg <[EMAIL PROTECTED]> wrote: > On Oct 1, 2006, at 12:30 AM, Ⓙⓐⓚⓔ wrote: > > > I saw ant, and since I hadn't anted on this machine,,, I figured try > > the old fashioned Makefile... it's missing

Re: [jQuery] Help with the SVN Build Process

2006-10-01 Thread Joel Birch
Thanks a lot Jörn! Joel. On 01/10/2006, at 11:10 PM, Jörn Zaefferer wrote: > Joel Birch schrieb: >> Thanks Jörn, Sam, Michael and Jake, >> >> I will look into Eclipse - hopefully I can work that out on my own - >> I don't want to create unnecessary work for you Jörn. Thanks for your >> generous

Re: [jQuery] Help with the SVN Build Process

2006-10-01 Thread Jörn Zaefferer
Joel Birch schrieb: > Thanks Jörn, Sam, Michael and Jake, > > I will look into Eclipse - hopefully I can work that out on my own - > I don't want to create unnecessary work for you Jörn. Thanks for your > generous offer. > To get you started: After intalling Eclipse (www.eclipse.org), instal

Re: [jQuery] Help with the SVN Build Process

2006-10-01 Thread Karl Swedberg
On Oct 1, 2006, at 12:30 AM, Ⓙⓐⓚⓔ wrote: > I saw ant, and since I hadn't anted on this machine,,, I figured try > the old fashioned Makefile... it's missing a line @66 to create the > test/js directory out of the box it does all the make features > except test pretty good start! > > @66 >

Re: [jQuery] Help with the SVN Build Process

2006-10-01 Thread Joel Birch
Thanks Jörn, Sam, Michael and Jake, I will look into Eclipse - hopefully I can work that out on my own - I don't want to create unnecessary work for you Jörn. Thanks for your generous offer. Sam was correct that I wanted the latest SVN version. I also wanted to see if I was missing out on a

Re: [jQuery] Help with the SVN Build Process

2006-10-01 Thread Jörn Zaefferer
Hi Joel! > The more I think about it the more I realise I am missing something > here - especially as no-one else seems bothered by this. I understand > what software developers use SVN for but do not understand why the > general user of the software is required to set up all these Java/ > A

Re: [jQuery] Help with the SVN Build Process

2006-10-01 Thread Sam Collett
On 01/10/06, Michael Geary <[EMAIL PROTECTED]> wrote: > > From: Joel Birch > > > > I am obviously missing something here - can we not just have > > some sort of friendly web interface that retrieves the latest > > version of jQuery and whatever else this "Ant build" gives > > you? This seems like a

Re: [jQuery] Help with the SVN Build Process

2006-10-01 Thread Michael Geary
> From: Joel Birch > > I am obviously missing something here - can we not just have > some sort of friendly web interface that retrieves the latest > version of jQuery and whatever else this "Ant build" gives > you? This seems like a high barrier to entry considering the > potential demographi

Re: [jQuery] Help with the SVN Build Process

2006-09-30 Thread Ⓙⓐⓚⓔ
Sorry! I got make on my machine from installing xcode(from appple) or cpan(cpan.perl.org) or somewhere along the way! I've use it a all the time,,, cpan (the magic perl installer) sometimes fails, so I have to resort to make. make syntax is "way out there"... ant is cool and xml! good luck antin

Re: [jQuery] Help with the SVN Build Process

2006-09-30 Thread Joel Birch
Thanks for the response Jake. You still give me far too much credit though. I have no idea how to go about using "Makefile". What is it? I assume its not an OS X application with a simple GUI. Do I use the Terminal? If so, what do I type? A google search reveals more baffling command-line d

Re: [jQuery] Help with the SVN Build Process

2006-09-30 Thread Ⓙⓐⓚⓔ
I saw ant, and since I hadn't anted on this machine,,, I figured try the old fashioned Makefile... it's missing a line @66 to create the test/js directory out of the box it does all the make features except test pretty good start! @66 @@mkdir -p ${TEST_DIR}/js Skip the ant if you

Re: [jQuery] Help with the SVN Build Process

2006-09-30 Thread Joel Birch
Hi folks! I am a graphic designer who has taught myself web development over the last few years. I have been using jQuery for the behaviour layer of a site since maybe March this year and absolutely love it. From a Mac-oriented, drag and drop,user-friendly perspective, jQuery makes javascr

Re: [jQuery] Help with the SVN Build Process

2006-08-17 Thread Sam Collett
On 16/08/06, John Resig <[EMAIL PROTECTED]> wrote: > Step 1: > Go to this page and download and install "Java Runtime Environment (JRE) 5.0": > http://java.sun.com/javase/downloads/index.jsp > > Step 2: > Download and install Apache Ant: > http://ant.apache.org/bindownload.cgi > > Step 3: > Go to t

Re: [jQuery] Help with the SVN Build Process [u]

2006-08-16 Thread devsteff [c]
t the same functionality as the jquery.js and the packed version but without the comments? > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of John Resig > Sent: Wednesday, August 16, 2006 11:24 PM > To: jQuery Discussion. > Subject: Re

Re: [jQuery] Help with the SVN Build Process

2006-08-16 Thread John Resig
Step 1: Go to this page and download and install "Java Runtime Environment (JRE) 5.0": http://java.sun.com/javase/downloads/index.jsp Step 2: Download and install Apache Ant: http://ant.apache.org/bindownload.cgi Step 3: Go to the jQuery directory and type 'ant'. You now have a compiled version o

[jQuery] Help with the SVN Build Process

2006-08-16 Thread CBWhiz
Hello. I have been building via the build.cmd script (i'm on windows) for some time. However, recently you changed it to be 'unix like' building, with makefiles, and throwing in somethign about java to boot. Needless to say, I'm confused. Can you give a 'linux-build-enviornment' newbie a quick tu

[jQuery] Help with the SVN Build Process

2006-08-16 Thread CBWhiz
Hello. I have been building via the build.cmd script (i'm on windows) for some time. However, recently you changed it to be 'unix like' building, with makefiles, and throwing in somethign about java to boot. Needless to say, I'm confused. Can you give a 'linux-build-enviornment' newbie a quick