Skip to Content

How to launch a .launch file?

Posted in

I had a look at ant4eclipse and think that it makes an amazing impression and would like to use it in an CI environment. I can compile my RCP plug-ins with it. Great! Thanks!

Now I would like to run the tests. I guess my perfect solution would be to be able to run a given .launch file. The ant4eclipse page says it would allow launching these LaunchConfigurations. But it doesn't seem to be documented. I found in the source code a "ExecuteLauncherTask" class. And indeed, I can specify <ant4eclipse:executeLauncher> in my build.xml. But running ant leads to a missing launchConfiguration property which I can't provide as attribute nor as nested element.

Can anybody help me?