How to build jar files from source files checked out from Eclipse CVS?
I have checked out the Java Nebula source files from Eclipse CVS onto my local hard drive. But how do I build these newly checked out source files from the CVS into jar files so that I can use them in my other projects?
I also intend to import the source files into jar files so that I开发者_如何学Go can import to plug-ins such as the GWT designer in eclipse so that I can use them.
Thanks for any help.
Here is a way in eclipse to build a jar of the project.
Right click on Project --> Export --> Java --> Jar and just check the Nebula related sources of which you have to make the jar file.
Most of the nebula source are eclipse plugins. You use File>Export...>Deployable plug-ins and fragments. That will export the plugin as a jar that can be installed into eclipse or RCP.
精彩评论