Hello Martin,

Could you guide me as to which classes would i have look into since i need
to extract MetaData.
I am basically trying to build a .iso19139 parser for Tika using Apache SIS.

I am trying look into the Java API doc for the MetaData Package,but i need
a starting  point as to how files are read in  Apache SIS.
The Test Cases looks a little vague for me.

Regards
Gautham

On Sat, Feb 14, 2015 at 12:04 PM, Gautham Gowrishankar <[email protected]>
wrote:

> Hello  Martin,
>
> That works...in extracting the sis.jar from the source .
> Thank you !!!
>
> Regards
> Gautham
>
> On Fri, Feb 13, 2015 at 5:23 PM, Martin Desruisseaux <
> [email protected]> wrote:
>
>> Hello Gautham
>>
>> Welcome :-)
>>
>>
>> Le 14/02/15 01:44, Gautham Shankar a écrit :
>> > 2.Tried running the sis-console.jar after building the source using
>> maven
>> >
>> >
>> F:\sis_source\apache-sis-0.5-src\sis-0.5\application\sis-console\target>java
>> -jar sis-console-0.5.jar
>> > *--------------------------------------------------------------*
>> > Exception in thread "main" java.lang.NoClassDefFoundError:
>> > org/apache/sis/util/logging/MonolineFormatter
>>
>> The reason is that the Apache SIS project is divided in many modules.
>> The "sis-console.jar" file is only the very last one in the chain; it
>> needs other modules for its working. There is different way to fix the
>> problems (e.g. run with Maven, use Maven "assembly", etc.). Would you
>> mind trying the following one?
>>
>> After a successful build, execute the following command:
>>
>> mvn org.apache.sis.core:sis-build-helper:dist --non-recursive
>>
>> It should create the following file:
>>
>> target/distribution/apache-sis-0.5.zip
>>
>> Just unzip this file in any directory you like. If you were on a Unix
>> system, you could run directly the "bin/sis" executable. But on Windows,
>> we did not yet had volunter for writing a ".bat" file. You would have to
>> unpack the file manually:
>>
>> unpack200 --remove-pack-file lib/sis.pack.gz lib/sis.jar
>>
>> Then you should be able to execute directly that lib/sis.jar file, as it
>> contains all needed dependencies in a single file. Please let me know if
>> you encounter any issue.
>>
>>
>> > 3.Also i found this link provided my Proffesor Mattman was very useful
>> to
>> > run the sis.jar on windows which could be updated on the Apache SIS WIKI
>> >
>> >
>> http://svn.apache.org/repos/asf/sis/trunk/application/sis-console/src/main/artifact/README
>>
>> Yes, you should find the same README file (with only different version
>> number) in the above-cited ZIP file. It could be use for completing the
>> wiki, if there is any volunter for taking care of the wiki?
>>
>>     Regards,
>>
>>         Martin
>>
>>
>

Reply via email to