On Tue, 2007-12-11 at 12:11 -0500, Rahul Akolkar wrote:
> On 12/11/07, magic malu <[EMAIL PROTECTED]> 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to