Can't get it right now. Trying to finish out my last week of work at this job with a bang. If no one has it by the time I get home in a couple of hours, I'll be glad to give this a try.
Joe On Jun 10, 2013, at 12:02 PM, Martin Desruisseaux <[email protected]> wrote: > Hello all > > Would it be possible for some volunteer to try the following please? > > svn update > mvn clean install > > If there is any build failure, please let me known. Otherwise: > > mvn org.apache.sis:sis-build-helper:pack --non-recursive > > A sis-0.3-geoapi3.0.pack.gz file should exists in the target/bundles > directory. Then: > > cd target/bundles/ > unpack200 --remove-pack-file sis-0.3-geoapi3.0.pack.gz sis.jar > java -jar sis.jar > > Only the "about" command is implemented for now. The "metadata" command > proposed last week should be committed tomorrow. If the following command: > > java -jar sis.jar about > > show a lot of question mark, then this is an encoding issue (SIS uses a lot > of Unicode characters). If you know that your console use UTF-8, you may try: > > java -jar sis.jar about --encoding UTF-8 > > If you are on Windows... well... some character substitution may be needed. > Java has an API for that, but I will wait for feedbacks first... > > Thanks, > > Martin >
