Hi people,
Please, I have the following problem:
I wrote the following target:
http://jbossesb.connectors.integration.xyz.com"/>
I'm having bizarre problems getting ant to find the class referenced
in a taskdef (specifically with tomcat, if it matters). The jar shows
up in the classpath reported by -diagnostics*, but ant can't find the
class during a build unless I explicitly set the classpath in the
taskdef tag**, or put i
For future reference:
the fact that I was creating a new reference was the cause of my problems.
Reference r = new Reference(getProject(), filtersetrefid);
This code works and allows me to use the expanded filterset in my project after
my custom task runs.
f = (FilterSet) getProject().getRefer
Well, in the face of the deafening silence from all you gurus, I've come up
with a solution to the problem:
The crucial bit is th