If I have a plugin that checks code in Eclipse for a specific standard / spec, can I call this plugin from the command line, passing the source files as arguments?
thanks
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
You can create a new headless application and run it through the command line. Here is a simple hi-word example.
http://www.developertesting.com/archives/month200508/20050823-HeadlessHelloWorldInEclipse.html
Source: https://habr.com/ru/post/1335154/More articles:Microformats Semantics Issues - microformatsHibernation criterion with a query not executing a query for matching @OneToMany - javabyte array to file - c #Maven: How do you feel about dependencies that are both direct and transitive? - javaiPhone: How to fix cheat based on changing device date? Is there a server I can get time for? - datetimeNSProgressIndicator not animating in layer-supported mode - cocoaVectors and matrices in Python 3.x - pythonWhat does setWidth ("*") do in CSS / SmartGWT? - cssIs there a parser for dating modern natural languages ββfor Java? - javaWhere is the Vim document format specification? - vimAll Articles