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

Hi,

Been a while since I was working on this, I had to abandon it for a while.
I'm back on it now, trying to get Subversion working. I've got the FetchScriptGenerator working (using Gunnars patch) and it's spitting out the correct code to the fetch build file. I'm using the svnant Tasks from tigris.org, I need to define the task in the fetch script before I use it so I print out this before the svn task.
<taskdef name="svn"
             classname="org.tigris.subversion.svnant.SvnTask"
             classpath="svnant.jar"/>

This code works for me if I use it in a regular build file and run it using the 'ant' command.

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?

Thanks!

Peter Bracken wrote:

Hello Gunnar,

I ran it with the -clean argument and it worked. Thank you. I'm sure I'll have more questions soon!

Thanks

Peter

Gunnar Wagenknecht wrote:


That looks weird. Did you try to start with the "-clean" argument for
refreshing the configuration?

Cu, Gunnar


_______________________________________________
pde-build-dev mailing list
pde-build-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/pde-build-dev




Back to the top