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