Problem with verbose attribute of axis-wsdl2java tag

2008-04-10 Thread Luiz Barbosa
Hi people, Please, I have the following problem: I wrote the following target: http://jbossesb.connectors.integration.xyz.com"/>

taskdef not receiving the classpath properly?

2008-04-10 Thread Kathryn Rivard
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

RE: adding filters to a filterset

2008-04-10 Thread Alec Fernandez
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

Re: Problem with OUTOFDATE (ant-contrib) task

2008-04-10 Thread Ken Turner
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