|
Project Information
Members
Featured
Downloads
Links
|
NewsThe project is officially dead now. Both major contributor became Maven fan. If you feel like you would continue this project, mail to us, and we will grant you the permissions you need. Good luck, and go to use Maven :)1.1.8 published on 2010.01.14. See release notes for details InstallationUpdate site is moved to http://eclipse.indweb.hu. To install, use update manager of Eclipse. There are other plugins in this site, so use the following setting. AboutEclipse projects contain a lot of information about dependencies. Such information is necessary to compile the projects if you want to use some continuous integration tool. A lot of ant scripts must be created if one want to do the same as Eclipse does during build, export and so on. The information will be duplicated. If dependency changes, ant script will change as well. It would be so great to avoid such work and use Eclipse itself for building. Would not it? This plugin does the tricks instead of You. The plugin can be well used to create builds of traditional Java EE web modules and applications. One Minute Version of Usage GuideOn Windows: eclipsec -nosplash -data <workspace_dir> -application com.ind.eclipse.headlessworkspace.Application [parameters] On Unix like systems, you need to start a fake X server, like Xvfb: Xvfb :7 & export DISPLAY=:7 eclipse -nosplash -data <workspace_dir> -application com.ind.eclipse.headlessworkspace.Application [parameters] Examplemkdir ProjectWorkspace cd ProjectWorkspace svn checkout http://svn.somewhere.org/svn/Project/trunk . eclipsec -nosplash -data . -application com.ind.eclipse.headlessworkspace.Application import clean build exportwars exportjars exportears exportplugins exportfeatures exportproducts dumpclasspath This will create a directory, check out projects from svn, then call this plugin to setup a workspace (import), clean output directories (if necessary), build the workspace. Contribute!Feedback, feedback, feedback... Install it, and use! Any report is appreciated. If you feel to take part, contact us please. |
