Changeset 1212


Ignore:
Timestamp:
04/15/11 08:52:30 (13 years ago)
Author:
patdui
Message:

update the install

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ComponentRegistry/trunk/HOW_TO_INSTALL.txt

    r330 r1212  
    1313
    1414NOTE on generating java classes from general-component-schema.xsd.
    15 The ComponentRegistry needs the general-component-schema.xsd, which can be found at:
    16 1) http://www.clarin.eu/cmd/general-component-schema.xsd
    17 2) or checkout from svn: svn co http://svn.clarin.eu/metadata/trunk metadata
    18 If you have it, the pom.xml of ComponentRegistry must point to the directory were the schema is located.
    19 Look for maven-jaxb2-plugin configuration and change the location accordingly e.g.:
    20 <schemaDirectory>../../metadata/toolkit/</schemaDirectory>
     15The ComponentRegistry needs the general-component-schema.xsd, which should be found at:
     161) ComponentRegistry/src/main/binding/ -> that directory has a svn:externals property pointing to the schema.
     17Do a 'svn propget svn:externals' to see the property. Results in: 'http://svn.clarin.eu/metadata/trunk/toolkit/general-component-schema.xsd general-component-schema.xsd'
    2118
    2219Missing some artifacts for Maven?:
Note: See TracChangeset for help on using the changeset viewer.