Safe JAR file migration
6 October 2008Its always a good idea to include refactoring information into the JAR file when you are exporting it from Eclipse. Eclipse’s JAR Export Wizard offers this option.
Here is how it works:
File > Export
select JAR file
select: Export refactorings for checked projects
This is very useful because then all the clients that are using older version of JAR will be able to migrate an old version of the JAR file to a new one using the Refactor > Migrate JAR File… refactoring. Now this refactoring automatically updates all code which is dependent on the old version of the JAR file to use the new version of the JAR file.
Related Posts:
Top Of Page | Trackback
If you found this page useful, consider linking to it. Simply copy and paste the code below into your web site.
It will look like this: Safe JAR file migration