RE: Re: taskdef-classpath fails to add jars to classpath

2005-04-04 Thread cknell
st Subject: Re: taskdef-classpath fails to add jars to classpath Hello, the fact that the class org/apache/avalon/framework/logger/Logger is not found might indicate that this class is loaded directly or undirectly by another class, which is using your startup classloader. this is docum

Re: taskdef-classpath fails to add jars to classpath

2005-04-04 Thread Antoine Levy-Lambert
Hello, the fact that the class org/apache/avalon/framework/logger/Logger is not found might indicate that this class is loaded directly or undirectly by another class, which is using your startup classloader. this is documented under http://ant.apache.org/faq.html#delegating-classloader This kind

taskdef-classpath fails to add jars to classpath

2005-04-04 Thread cknell
I have the following: - ant 1.6.2 - FOP 0.20.5 - WinXP Pro 2002 Service Pack 2 - FOP_HOME is defined as "C:\Program Files\Apache Software Foundation\fop-0.20.5" - CLASSPATH is defined as "C:/apache-ant-1.6.2\lib\ant.jar;C:/apache-ant-1.6.2\lib\optional.jar;C:/apache-a nt-1.6.2\lib\xercesImp