I have several ant targets with custom run configurations setup in my eclipse; is there a way to trigger these ant targets with run configurations from a command line?
Asked
Active
Viewed 189 times
0
-
You can run Ant build files in the Eclipse environment using the `org.eclipse.ant.core.antRunner` application, but I don't think this uses the external tools run configuration. – greg-449 Mar 17 '14 at 21:17
-
Never used it, but http://www.ant4eclipse.org/ may be useful – Rebse Mar 17 '14 at 21:44