News »Browse Articles »
Open source headless builder plugin for Eclipse is released
0
Open source headless builder plugin for Eclipse is released
We have faced the problem of building our application on our continuous integration server. It was a pain to write separate ant build scripts, because all information is already present in the eclipse environment, so nobody is interested in synchronizing hundreds of eclipse projects build path settings to build scripts.
Usually builds will start with checking out the project folders from source code management system into a "to be workspace" root folder. What you can use headlesseclipse for after checkout (the arguments of the program one by one):
import - creates an Eclipse workspace from the root folder, and imports all of the subfolders as Eclipse projects
clean - calls the clean build on every project. It is often useful, if we reuse the workspace
build - Builds all projects using incremental building. After a clean, or for the first time, a full build will be run. It runs Ant builders correctly. The console of the Ant builders are also dumped to system out
exportwars - This will export all dynamic web projects to a war file in the workspace root directory as .war. They are ready to deploy!
These are the main features currently. We plan to implement server creation, publish, export jars and ears, running unit tests.
Source:
http://www.theserverside.com/news/thread.tss?thread_id=58304
Usually builds will start with checking out the project folders from source code management system into a "to be workspace" root folder. What you can use headlesseclipse for after checkout (the arguments of the program one by one):
import - creates an Eclipse workspace from the root folder, and imports all of the subfolders as Eclipse projects
clean - calls the clean build on every project. It is often useful, if we reuse the workspace
build - Builds all projects using incremental building. After a clean, or for the first time, a full build will be run. It runs Ant builders correctly. The console of the Ant builders are also dumped to system out
exportwars - This will export all dynamic web projects to a war file in the workspace root directory as .war. They are ready to deploy!
These are the main features currently. We plan to implement server creation, publish, export jars and ears, running unit tests.
Source:
http://www.theserverside.com/news/thread.tss?thread_id=58304
Search News
News Categories
What's the News?
Post a link to something interesting from another site, or submit your own original writing for the Java community to read.
Most Popular News
-
How to stand out from other Java/JEE Professionals?
Published about 14-01-2009 | Rated +3 -
10 reasons IT certification will be important in 2009
Published about 05-01-2009 | Rated +2 -
The 9 hottest skills for `09
Published about 02-01-2009 | Rated +1 -
New Features in Servlets 3.0
Published about 05-01-2009 | Rated +4
Most Recent User Submitted News
- Installing and Setting up BlazeDS in JBoss AS 5
Published about 25-08-2009 | Rated 0 - Domain-driven design with Java EE 6
Published about 03-06-2009 | Rated +1 - Anatomy of a Java Finalizer
Published about 14-07-2009 | Rated 0 - Inside the New Apache Solr
Published about 16-11-2009 | Rated 0







