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 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.