Re: Installation issues on slack 13.0 (ant?)

2010-03-20 Thread Tim Johnson
* Steve [100320 05:24]: > On Mar 20, 2:44 pm, Tim Johnson wrote: > > Unless you're hacking on clojure itself you don't need to build it, > there's a pre-built jar file in the zip you downloaded (clojure.jar). > So you won't need ant (ant is a like make for Java). Aha! > So you can just do wha

Re: Installation issues on slack 13.0 (ant?)

2010-03-20 Thread Steve
On Mar 20, 2:44 pm, Tim Johnson wrote: > >   Let me focus the attention of anyone who might be reading this to >   the file named: >   `readme.txt' at the top of the directory unzipped from >   `clojure-1.1.0.zip' >   The following instructions (and ONLY the following instructions) >   are present

Re: Installation issues on slack 13.0 (ant?)

2010-03-19 Thread Tim Johnson
* Micha?? Marczyk [100319 18:17]: > Actually that Maven repo suggestion strikes me as misguided now, > seeing how your purpose is to have a usable ant command and not access > ant as a library... You'll probably be better of with the latest ant > distribution from their webpage. > > The installat

Re: Installation issues on slack 13.0 (ant?)

2010-03-19 Thread Michał Marczyk
Actually that Maven repo suggestion strikes me as misguided now, seeing how your purpose is to have a usable ant command and not access ant as a library... You'll probably be better of with the latest ant distribution from their webpage. The installation docs are here: http://ant.apache.org/manua

Re: Installation issues on slack 13.0 (ant?)

2010-03-19 Thread Tim Johnson
* Micha?? Marczyk [100319 16:46]: > I would guess that you need the ant-launcher jar too: > > http://repo1.maven.org/maven2/ant/ant-launcher/1.6.5/ > > If you find there might be something else missing, check out the whole > ant group: > > http://repo1.maven.org/maven2/ant/ I'm looking at that

Re: Installation issues on slack 13.0 (ant?)

2010-03-19 Thread Michał Marczyk
I would guess that you need the ant-launcher jar too: http://repo1.maven.org/maven2/ant/ant-launcher/1.6.5/ If you find there might be something else missing, check out the whole ant group: http://repo1.maven.org/maven2/ant/ HTH. Sincerely, Michał -- You received this message because you are

Re: Installation issues on slack 13.0 (ant?)

2010-03-19 Thread Tim Johnson
* Micha?? Marczyk [100319 15:56]: > On 20 March 2010 00:32, Tim Johnson wrote: > > So what am I looking for? > > Is it apache-ant, or some other system? > > And where do I download it? > > Yes, it's Apache Ant: > > http://ant.apache.org/ > Thanks. I got it. Installed it as per instructions a

Re: Installation issues on slack 13.0 (ant?)

2010-03-19 Thread Michał Marczyk
On 20 March 2010 00:32, Tim Johnson wrote: > So what am I looking for? > Is it apache-ant, or some other system? > And where do I download it? Yes, it's Apache Ant: http://ant.apache.org/ > Note: slack has very good build tools for applications with C as the > source, so if ant is written in C,

Installation issues on slack 13.0 (ant?)

2010-03-19 Thread Tim Johnson
FYI: I'm using slackware 13.0, 32-bit slack has much to redeem it, but there is no apt-get, synaptic and aptitude. Thus when I unzip clojure-1.1.0.zip, the closest I can find to installation instructions are at readme.txt. Looks like a very simple process, except that I am unfamiliar with `ant'. Lo