Changeset 1228 for extensions/net.sf.basedb.mev/trunk/jarsign
- Timestamp:
- Aug 19, 2010, 11:18:59 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/net.sf.basedb.mev/trunk/jarsign/readme.txt
r1145 r1228 13 13 2. Copy all JAR files from the MeV distribution into the 14 14 ./resources/jar directory 15 3. Run 'ant signjars' (*) 16 4. Commit the changes to the subversion repository. 15 3. Run 'ant fixjars' (*) 16 4. Run 'ant signjars' 17 5. Commit the changes to the subversion repository. 17 18 18 19 -------------------------------------------------------- 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. 20 * There is currently a problem with the 'magetab-parser.jar' 21 and 'goose.jar' files. 22 23 The 'magetab-parser.jar' file contains identical copies of 24 several files and the signing tool doesn't allow this. The 25 'fixjars' target will re-package the JAR file and remove 26 the extra copies. 27 28 The 'goose.jar' file has already been signed by another 29 authority. To reduce the number of warnings a user has to 30 get through we remove the existing signature and replace 31 it with our own. 24 32 -------------------------------------------------------- 25 33 26 Note!27 28 JAR files that have already been signed by another29 authority should not be re-signed. This needs to be specified30 as an exclustion in build.xml. Locate the <fileset> tag31 inside the <target name="signjars"> target and add the32 exceptions to the "excludes" attribute.33 ----------------------------------------------------------34 34 35 35 Note!
Note: See TracChangeset
for help on using the changeset viewer.