Ignore:
Timestamp:
03/12/13 13:44:04 (11 years ago)
Author:
keeloo
Message:

Repaired command line parsing, improved the
DataRoot? class annotation, modified context files as a result of
running tests. Added an instruction for installing.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vlo/branches/vlo-2.13-param/vlo_importer/nbactions.xml

    r2641 r2677  
    88            </goals>
    99            <properties>
    10                 <exec.args>-classpath %classpath eu.clarin.cmdi.vlo.importer.MetadataImporter -c /Users/keeloo/VloConfig.xml</exec.args>
     10                <exec.args>-DconfigFile=/Users/keeloo/VloConfig.xml -classpath %classpath eu.clarin.cmdi.vlo.importer.MetadataImporter</exec.args>
    1111                <exec.executable>java</exec.executable>
    1212                <exec.classpathScope>runtime</exec.classpathScope>
     
    2020            </goals>
    2121            <properties>
    22                 <exec.args>-Xdebug -Xrunjdwp:transport=dt_socket,server=n,address=${jpda.address} -classpath %classpath eu.clarin.cmdi.vlo.importer.MetadataImporter -c /Users/keeloo/VloConfig.xml</exec.args>
     22                <exec.args>-Xdebug -Xrunjdwp:transport=dt_socket,server=n,address=${jpda.address} -DconfigFile=/Users/keeloo/VloConfig.xml -classpath %classpath eu.clarin.cmdi.vlo.importer.MetadataImporter</exec.args>
    2323                <exec.executable>java</exec.executable>
    2424                <exec.classpathScope>runtime</exec.classpathScope>
     
    3333            </goals>
    3434            <properties>
    35                 <exec.args>${profiler.args} -classpath %classpath eu.clarin.cmdi.vlo.importer.MetadataImporter -c /Users/keeloo/VloConfig.xml</exec.args>
     35                <exec.args>${profiler.args} -DconfigFile=/Users/keeloo/VloConfig.xml -classpath %classpath eu.clarin.cmdi.vlo.importer.MetadataImporter</exec.args>
    3636                <exec.executable>${profiler.java}</exec.executable>
    3737            </properties>
Note: See TracChangeset for help on using the changeset viewer.