Tagged Questions
2
votes
4answers
6k views
How can I provide a custom log4j.xml for different ant tasks?
I have a build file that as part of the build process relies on several taskdefs. These taskdef items (for example, webdoclet and jasper2) use log4j as a logger. Ideally, I'd like to be able to ...
0
votes
1answer
167 views
Integrated ant - taskdef classloader issue
On Weblogic 10.3 my enterprise application includes a webservice that runs ant scripts inside. My problem is that I cannot get my custom tasks running due to java.lang.ClassNotFoundExceptions.
(All ...