4

if I have a plugin that validates code in Eclipse to a particular standard/spec, is it possible to invoke that plugin from the command line, passing source files as arguments?

Thanks

asked Jan 11, 2011 at 20:12

2 Answers 2

4

Example:

java -jar plugins\org.eclipse.equinox.launcher_1.0.0.v20070523.jar -consoleLog 
-console -nosplash -application Console.ConsoleStatistics file:///c:/temp/test.aaxl

From: https://wiki.sei.cmu.edu/aadl/index.php/Creating_Headless_(Command_Line)_Plugins

answered Jan 11, 2011 at 20:49
Sign up to request clarification or add additional context in comments.

Comments

3

You can create new headless application and run it through the command line. Here is a simple "hello word" example.

http://www.developertesting.com/archives/month200508/20050823-HeadlessHelloWorldInEclipse.html

MD XF
8,1899 gold badges45 silver badges74 bronze badges
answered Dec 28, 2011 at 15:17

Comments

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.