[RPM (6.0)] [DIST generic] jsap-2.1-5.jpp6
Will Tatam <[email protected]> Thu, 1 Nov 2012 02:20:59 +0100
| Newsgroups | gmane.linux.jpackage.announce |
|---|---|
| Message-ID | <[email protected]> |
Name : jsap Relocations: (not relocatable) Version : 2.1 Vendor: JPackage Project Release : 5.jpp6 Build Date: Thu 01 Nov 2012 02:19:45 AM CET Install Date: (not installed) Build Host: flat.netmindz.net Group : Development/Libraries/Java Source RPM: (none) Size : 1286771 License: LGPL Signature : (none) Packager : Will Tatam <[email protected]> URL : http://www.martiansoftware.com/jsap/ Summary : A Java-based Simple Argument Parser Description : JSAP not only syntactically validates your program's command line arguments, but it converts those arguments into objects you specify. If you tell JSAP that one of your parameters is an Integer, for example, and the user does not provide a String that can be converted to an Integer when invoking the program, JSAP will throw a ParseException when you have it parse the command line. If no exception is thrown, you are guaranteed an Integer when you request that parameter's value from your program. There's a pretty big (and growing) list of return types suppored by JSAP, including Integers, Floats, Dates, URLs, and even java.awt.Colors; you can also add your own in a matter of minutes. --------------- Will Tatam <[email protected]> 2.1-5 - Auto rebuild for JPackage 6 in centos5 mock --------------- jsap.src: W: specfile-error /usr/bin/build-classpath: error: Could not find xstream Java extension for this JVM jsap.src: W: specfile-error /usr/bin/build-classpath: error: Some specified jars were not found jsap.src: W: no-signature 1 packages and 0 specfiles checked; 0 errors, 3 warnings. --------------- Index: jsap.spec =================================================================== RCS file: /home/projects/jpackage/cvs/rpms/free/jsap/jsap.spec,v retrieving revision 1.2 diff -u -r1.2 jsap.spec --- jsap.spec 13 Aug 2012 06:37:05 -0000 1.2 +++ jsap.spec 1 Nov 2012 01:20:58 -0000 @@ -35,7 +35,7 @@ Name: jsap Version: 2.1 -Release: 4%{?dist} +Release: 5%{?dist} Epoch: 0 Summary: A Java-based Simple Argument Parser License: LGPL @@ -122,6 +122,9 @@ %changelog +* Thu Nov 01 2012 Will Tatam <[email protected]> 2.1-5 +- Auto rebuild for JPackage 6 in centos5 mock + * Mon Aug 13 2012 Ralph Apel <[email protected]> 0:2.1-4 - First JPP-6 release