Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [dash-dev] using -listener with org.eclipse.core.antRunner

Hi,

I don't think this is the most relevant mailing-list to ask questions about PDE/Build. Maybe the PDE forum would be more appropriate.

Anyway,
You should create a fragment for the org,eclipse.ant bundle that adds ant-contrib and its deps to the classpath of antRunner. And then add this fragment to your test feature or platform.
As an example, take a look at what is done in fragment org.eclipse.ant.optional.junit [1] to add a dependency to org.junit from antRunner. It extends classpath using a "Require-Bundle" directive, but you can probably use a "Bundle-ClassPath" to add your libs...

HTH,
Mickael

[1] http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.ant.optional.junit/
--

Mickael Istria
R&D Engineer

BonitaSoft - Open your processes
email : mickael.istria@xxxxxxxxxxxxxx

This message and any attachment (the "message") is intended solely for the addressees and is confidential. If you receive this message by mistake, please delete it and notify the sender immediately. Any use not in accordance with its purpose, any out-spread or disclosure, either as a whole or partially, is prohibited except with formal approval. Internet cannot guarantee the integrity of this message, therefore BonitaSoft will not be liable for the message if modified.


Back to the top