Saturday, April 6, 2013

Random Eclipse Tips


  • User Library - You can label a bunch of jars as a one user library and just import that one library in all your projects and servers without having to worry about adding the same jars in all places. You can also export library to a file like you would export a playlist. One nice feature is that you can also define source jar for each jar, so wile debugging you can actually see the source. You also get access Javadoc and that makes development so much easier.
  • svn:ignore - Do you have some files or directories in your project that you don't want to sync with the repositorty? Just right click on that file go to Team > Add to svn:ignore