You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by magic malu <ma...@yahoo.com> on 2007/12/11 13:05:12 UTC

CLI-2.0-SNAPSHOT download

Hi all,

How can i download commons CLI-2.0-SNAPSHOT API jar file? i seen only version 1.1 downloadable . Do you know how to get the jar file(or source) which contain CLI-2.0-SNAPSHOT API?

Thanks

       
---------------------------------
Looking for last minute shopping deals?  Find them fast with Yahoo! Search.

Re: CLI-2.0-SNAPSHOT download

Posted by simon <si...@chello.at>.
On Tue, 2007-12-11 at 12:11 -0500, Rahul Akolkar wrote:
> On 12/11/07, magic malu <ma...@yahoo.com> wrote:
> > Hi all,
> >
> > How can i download commons CLI-2.0-SNAPSHOT API jar file? i seen only version 1.1 downloadable . Do you know how to get the jar file(or source) which contain CLI-2.0-SNAPSHOT API?
> >
> <snip/>
> 
> Source:
> 
>  http://svn.apache.org/repos/asf/commons/proper/cli/trunk/
> 
> Note that anything you build with this is subject to (even major) API
> and other changes, may not be released etc.

To expand a bit:
  install subversion (svn)
  install maven 2.x  (mvn)

  svn co (the url above) cli
  cd cli
  mvn clean install

There will be a jarfile created in the "target" subdirectory.

Just about every java project at Apache can be built with these same
commands. Yay maven.

Regards, Simon


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: CLI-2.0-SNAPSHOT download

Posted by Rahul Akolkar <ra...@gmail.com>.
On 12/11/07, magic malu <ma...@yahoo.com> wrote:
> Hi all,
>
> How can i download commons CLI-2.0-SNAPSHOT API jar file? i seen only version 1.1 downloadable . Do you know how to get the jar file(or source) which contain CLI-2.0-SNAPSHOT API?
>
<snip/>

Source:

 http://svn.apache.org/repos/asf/commons/proper/cli/trunk/

Note that anything you build with this is subject to (even major) API
and other changes, may not be released etc.

-Rahul

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org