This is fork of ZipEditor by Uwe Voigt https://sourceforge.net/p/zipeditor ( also on mp ) converted to Git (only latest HEAD version without commit history).
And by default associated with .jar
, Java 9 .jmod
, Android .apk, .aar
archives; use android icon
2014 Results were sent as pull request patches#2
This modified version binary can be found within http://www.nodeclipse.org/updates/
update site.
http://stackoverflow.com/questions/881158/is-there-a-migration-tool-from-cvs-to-git
mentions all:
Though cvs2git is said to be better it requires Python 2.4 (and not 3.0) installed.
I tried git cvsimport
and git git-cvsimport
But then I found example at http://fedoraproject.org/wiki/Importing_Docs_CVS_modules_to_git
git-cvsimport -d :pserver:anonymous@cvs.fedoraproject.org:/cvs/docs -S docs-common -v -C <GITREPODIR> -u -p x -a -A ~/authors.txt <MODULE>
Trying
git-cvsimport -d :pserver:anonymous@zipeditor.cvs.sourceforge.net:/cvsroot/zipeditor -v -a -C ZipEditor113
git-cvsimport
also was not found.
mvn package
Only pom.xml files were added accept for ZipEditor-test,
where I had to modify ZipEditor-test/META-INF/MANIFEST.MF
, because since kepler release packaging was changed.
(Investigated before as open-archetypes/tycho-eclipse-plugin-archetype#3 )
[ERROR] Internal error: java.lang.RuntimeException: No solution found because the problem is unsatisfiable.: [Unable to satisfy dependency from ZipEditor-test 1.1.0.qualifier to bundle org.junit4 0.0.0.; No solution found because the problem is unsatisfiable.] -> [Help 1] org.apache.maven.InternalErrorException: Internal error: java.lang.RuntimeException: No solution found because the problem is unsatisfiable.: [Unable to satisfy dependency from ZipEditor-test 1.1.0.qualifier to bundle org.junit4 0.0.0.; No solution found because the problem is unsatisfiable.]
mvn integration-test
Note that mvn package
does not include running of unit test that are treated as integration tests,
and thus must be run after package
phaze.
mvn -Dtycho.mode=maven org.eclipse.tycho:tycho-versions-plugin:set-version -DnewVersion=1.2.0-SNAPSHOT