You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ivy-user@ant.apache.org by Potje rode kool <ev...@gmail.com> on 2010/05/12 19:53:40 UTC

WTP intergration doesn't exclude el-api

Hello,

I am trying to use the WTP intergration of Ivy.
I got a dependency on the el-api.

<dependency org="javax.el" name="el-api" rev="1.0" transitive="true"
conf="provided->default"
/>

I am currently building with ant and use a cachefileset with conf set to
runtime. In this way the el-api jar doesn't get included.

But when I try to WTP it gets included. What do I have to do to let WTP
exclude the el-api?

Thanks,

Evert