Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [pde-build-dev] Fwd: PDE Build

Peter Bracken schrieb:
> But the fetchFromRepository target is failing saying that " a class 
> needed by class org.tigris.subversion.svnant.SvnTask cannont be found: 
> org/apache/tools/ant/Task"
> The ant.jar is in my classpath when I launch the antRunner application. 
> does anybody know why it's not finding the class?

I might be due to the class loader policy. I think you need to
contribute the Subversion Ant task using an extension point. See how PDE
Build and JDT contributes to the Ant classpath in their plugin.xml.

Cu, Gunnar

-- 
Gunnar Wagenknecht
gunnar@xxxxxxxxxxxxxxx
http://wagenknecht.org/


Back to the top