|
|
|
|
eclipse in headless mode.
Posted:
Jul 15, 2009 5:52 AM
|
|
|
Hello, I have a question about the eclipse in headless mode. We have developed plugins of our proprietary default web project for eclipse based platform ( Workshop 10.3 and RAD 7.0.0.5. ). It works good while creating our web project through IDE (by choosing new -> project-> MyProject -> finish. ), but for our tests we want to run it automatically ( in headless mode from the command line). Is it possible and if so....how ???
or alternately, How can i create any default Dynamic Web Project in headless mode( in command line ) ? Would be appreciated any help !!! Thanks in advance.
|
|
|
|
|
|
|
Re: eclipse in headless mode.
Posted:
Nov 7, 2009 6:18 AM
in response to: mi3ch
|
|
|
You may create an eclipse plugin to be run as an application. Such plugins are able to use eclipse JDT and webtools. See http://code.google.com/p/headlesseclipse for a solution, and example code
|
|
|
|
|