Ignore:
Timestamp:
Jul 29, 2009, 2:17:47 PM (14 years ago)
Author:
Nicklas Nordborg
Message:

References #226: Update to MeV 4.4

MeV has been updated. Remains to implement support for -firstRow and -firstColumn command line parameters and test this.

Location:
extensions/net.sf.basedb.mev/trunk/jarsign
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/net.sf.basedb.mev/trunk/jarsign/readme.txt

    r976 r1145  
    13132. Copy all JAR files from the MeV distribution into the
    1414  ./resources/jar directory
    15 3. Run 'ant signjars'
     153. Run 'ant signjars' (*)
    16164. Commit the changes to the subversion repository.
    1717
    1818--------------------------------------------------------
     19* There is currently a problem with the 'magetab-parser.jar' file.
     20It contains identical copies of several files and the signing tool
     21doesn't allow this. To fix it simple extract the 'magetab-parser.jar'
     22file to a temporary directory and then immediately repackage everything
     23and replace the original 'magetab-parser.jar' file.
     24--------------------------------------------------------
     25
    1926Note!
    2027
     
    2431inside the <target name="signjars"> target and add the
    2532exceptions to the "excludes" attribute.
     33----------------------------------------------------------
    2634
    27 ----------------------------------------------------------
    2835Note!
    2936
     
    4249To re-generate the keystore execute the following command:
    4350
    44 keytool -genkey -alias mev-base -keypass mev-base -keystore mev-base.key
     51keytool -genkey -validity 1000 -alias mev-base -keypass mev-base -keystore mev-base.key
    4552---------------------------------------------------------------
    4653
Note: See TracChangeset for help on using the changeset viewer.