Re: external clojure lib >
On Tue, Sep 7, 2010 at 8:36 AM, Abraham wrote: > still i am not getting , i meant to say that , i want to use > clojure.contrib. libraries , how to make it work with my system . from > where this lib has to copied and which directory to copy... > may be lib is clj's files One word: Leiningen :) -- Sean A Corfield -- (904) 302-SEAN Railo Technologies, Inc. -- http://getrailo.com/ An Architect's View -- http://corfield.org/ "If you're not annoying somebody, you're not really alive." -- Margaret Atwood -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en
Re: external clojure lib >
On Tue, 7 Sep 2010 08:36:27 -0700 (PDT) Abraham wrote: > still i am not getting , i meant to say that , i want to use > clojure.contrib. libraries , how to make it work with my system . from > where this lib has to copied and which directory to copy... > may be lib is clj's files As other have pointed out, the usual way to deal with this is with "java infrastructure" tools (maven and leiningen) or your IDE. If you really want to start using clojure without having to deal with the java infrastructure, my writeup at http://www.mired.org/home/mwm/papers/simple-clojure.html covers the basics. I've recently updated it to include data on generating jar files, more for completeness sake than anything else, as you wouldn't want to do that on a regular basis. http://www.mired.org/consulting.html Independent Network/Unix/Perforce consultant, email for more information. O< ascii ribbon campaign - stop html mail - www.asciiribbon.org -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en
Re: external clojure lib >
You've seen a lot of recommendations for Leiningen. I suggest you try it out: everyone seems to think it will solve your problem (Hint: it will). But even if you have no idea what it is, the fact that everyone is suggesting it means you should try it out before you simply repeat the question you've asked already. On Sep 7, 8:36 am, Abraham wrote: > still i am not getting , i meant to say that , i want to use > clojure.contrib. libraries , how to make it work with my system . from > where this lib has to copied and which directory to copy... > may be lib is clj's files > > Anybody' > Thanks in advance > AV > > On Sep 7, 11:02 am, Abraham Varghese wrote: > > > Hello Sunil , > > > Using windows xp , just got into clojure , not much knowledge > > > Thanks > > AV > > > On Sep 6, 8:00 pm, Sunil S Nandihalli > > wrote: > > > > Hi Abraham, > > > Make sure that the jar file of the "external" library you are referring > > > to > > > is in path. If you are developing clojure code .. I would strongly advice > > > you to use leiningen which takes care of a lot of these things for you. > > > Btw. > > > what is the "development environment" you are using? .. > > > > Try to be a little more elaborate when you ask questions like these.. > > > Sunil. > > > > On Mon, Sep 6, 2010 at 3:50 PM, Abraham Varghese > > > wrote: > > > > > Dear all , > > > > > How to get external clojure libs workng in my system? like > > > > clojure.contrib , etc? > > > > > Thanks in advance > > > > AV > > > > > -- > > > > You received this message because you are subscribed to the Google > > > > Groups "Clojure" group. > > > > To post to this group, send email to clojure@googlegroups.com > > > > Note that posts from new members are moderated - please be patient with > > > > your first post. > > > > To unsubscribe from this group, send email to > > > > clojure+unsubscr...@googlegroups.com > > > > > > > > For more options, visit this group at > > > >http://groups.google.com/group/clojure?hl=en > > -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en
Re: external clojure lib >
still i am not getting , i meant to say that , i want to use clojure.contrib. libraries , how to make it work with my system . from where this lib has to copied and which directory to copy... may be lib is clj's files Anybody' Thanks in advance AV On Sep 7, 11:02 am, Abraham Varghese wrote: > Hello Sunil , > > Using windows xp , just got into clojure , not much knowledge > > Thanks > AV > > On Sep 6, 8:00 pm, Sunil S Nandihalli > wrote: > > > > > Hi Abraham, > > Make sure that the jar file of the "external" library you are referring to > > is in path. If you are developing clojure code .. I would strongly advice > > you to use leiningen which takes care of a lot of these things for you. Btw. > > what is the "development environment" you are using? .. > > > Try to be a little more elaborate when you ask questions like these.. > > Sunil. > > > On Mon, Sep 6, 2010 at 3:50 PM, Abraham Varghese > > wrote: > > > > Dear all , > > > > How to get external clojure libs workng in my system? like > > > clojure.contrib , etc? > > > > Thanks in advance > > > AV > > > > -- > > > You received this message because you are subscribed to the Google > > > Groups "Clojure" group. > > > To post to this group, send email to clojure@googlegroups.com > > > Note that posts from new members are moderated - please be patient with > > > your first post. > > > To unsubscribe from this group, send email to > > > clojure+unsubscr...@googlegroups.com > > > > > > For more options, visit this group at > > >http://groups.google.com/group/clojure?hl=en -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en
Re: external clojure lib >
Hello Sunil , Using windows xp , just got into clojure , not much knowledge Thanks AV On Sep 6, 8:00 pm, Sunil S Nandihalli wrote: > Hi Abraham, > Make sure that the jar file of the "external" library you are referring to > is in path. If you are developing clojure code .. I would strongly advice > you to use leiningen which takes care of a lot of these things for you. Btw. > what is the "development environment" you are using? .. > > Try to be a little more elaborate when you ask questions like these.. > Sunil. > > On Mon, Sep 6, 2010 at 3:50 PM, Abraham Varghese wrote: > > > > > Dear all , > > > How to get external clojure libs workng in my system? like > > clojure.contrib , etc? > > > Thanks in advance > > AV > > > -- > > You received this message because you are subscribed to the Google > > Groups "Clojure" group. > > To post to this group, send email to clojure@googlegroups.com > > Note that posts from new members are moderated - please be patient with > > your first post. > > To unsubscribe from this group, send email to > > clojure+unsubscr...@googlegroups.com > > > > For more options, visit this group at > >http://groups.google.com/group/clojure?hl=en -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en
Re: external clojure lib >
Leinengen makes the process pretty painless, see: http://github.com/technomancy/leiningen On Sep 6, 5:20 am, Abraham Varghese wrote: > Dear all , > > How to get external clojure libs workng in my system? like > clojure.contrib , etc? > > Thanks in advance > AV -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en
Re: external clojure lib >
when I say "is in path" ... I meant that you CLASSPATH variable has this jar file in it.. On Mon, Sep 6, 2010 at 8:30 PM, Sunil S Nandihalli < sunil.nandiha...@gmail.com> wrote: > Hi Abraham, > Make sure that the jar file of the "external" library you are referring to > is in path. If you are developing clojure code .. I would strongly advice > you to use leiningen which takes care of a lot of these things for you. Btw. > what is the "development environment" you are using? .. > > Try to be a little more elaborate when you ask questions like these.. > Sunil. > > > On Mon, Sep 6, 2010 at 3:50 PM, Abraham Varghese wrote: > >> Dear all , >> >> How to get external clojure libs workng in my system? like >> clojure.contrib , etc? >> >> Thanks in advance >> AV >> >> -- >> You received this message because you are subscribed to the Google >> Groups "Clojure" group. >> To post to this group, send email to clojure@googlegroups.com >> Note that posts from new members are moderated - please be patient with >> your first post. >> To unsubscribe from this group, send email to >> clojure+unsubscr...@googlegroups.com >> For more options, visit this group at >> http://groups.google.com/group/clojure?hl=en >> > > -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en
Re: external clojure lib >
Hi Abraham, Make sure that the jar file of the "external" library you are referring to is in path. If you are developing clojure code .. I would strongly advice you to use leiningen which takes care of a lot of these things for you. Btw. what is the "development environment" you are using? .. Try to be a little more elaborate when you ask questions like these.. Sunil. On Mon, Sep 6, 2010 at 3:50 PM, Abraham Varghese wrote: > Dear all , > > How to get external clojure libs workng in my system? like > clojure.contrib , etc? > > Thanks in advance > AV > > -- > You received this message because you are subscribed to the Google > Groups "Clojure" group. > To post to this group, send email to clojure@googlegroups.com > Note that posts from new members are moderated - please be patient with > your first post. > To unsubscribe from this group, send email to > clojure+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/clojure?hl=en > -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en