Changeset 1145 for extensions/net.sf.basedb.mev/trunk/jarsign
- Timestamp:
- Jul 29, 2009, 2:17:47 PM (14 years ago)
- 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 13 13 2. Copy all JAR files from the MeV distribution into the 14 14 ./resources/jar directory 15 3. Run 'ant signjars' 15 3. Run 'ant signjars' (*) 16 16 4. Commit the changes to the subversion repository. 17 17 18 18 -------------------------------------------------------- 19 * There is currently a problem with the 'magetab-parser.jar' file. 20 It contains identical copies of several files and the signing tool 21 doesn't allow this. To fix it simple extract the 'magetab-parser.jar' 22 file to a temporary directory and then immediately repackage everything 23 and replace the original 'magetab-parser.jar' file. 24 -------------------------------------------------------- 25 19 26 Note! 20 27 … … 24 31 inside the <target name="signjars"> target and add the 25 32 exceptions to the "excludes" attribute. 33 ---------------------------------------------------------- 26 34 27 ----------------------------------------------------------28 35 Note! 29 36 … … 42 49 To re-generate the keystore execute the following command: 43 50 44 keytool -genkey - alias mev-base -keypass mev-base -keystore mev-base.key51 keytool -genkey -validity 1000 -alias mev-base -keypass mev-base -keystore mev-base.key 45 52 --------------------------------------------------------------- 46 53
Note: See TracChangeset
for help on using the changeset viewer.