tags:

views:

937

answers:

3

I want to install SMSlib (http://smslib.org/) in installation instruction (http://code.google.com/p/smslib/wiki/Installation).

In here I must install Apache Ant, but I didn't understand how to do that. I already download Apache Ant 1.7.1 , read manual (http://ant.apache.org/manual/index.html)

In here I must have RPM version from jpackage.org right? I already go to http://www.jpackage.org/ after that what must I do? I already try (http://mirrors.dotsrc.org/jpackage/1.7/generic/free/repodata/) and (http://www.jpackage.org/browser/browse.php?jppversion=1.7) but too many link. I don't know witch one must I download

A: 

Sound's like you're using Linux. If so, the easiest way would be to use a package management frontend like Synaptic and install ant in there.

cecube
+1  A: 

the installation of ant and smslib is pretty simple. All you need to do is extract it to some directory. Export the path in case of Linux or set the ANT_HOME\bin to the PATH variable to access it from any directory in the shell. ANT_HOME is the root directory where ant is installed.

For SMSLib Download the zip file and this link should guide you on a step by step basis

Ram
A: 

hello every one, i am using windows xp and myEclipse enterprise workbench 6.0 and i need to install ant for using jboss seams, so pls can any one help me knowing that how to install ant.

The download and installation information for Apache Ant is located at http://ant.apache.org/manual/index.html
mjustin