RE: svnant problems

2009-02-26 Thread Furingstad
No The fileset define where to find the JAR files! the could be replaced with eg. ant then I define all the JAR:s in the structure with a name starting with "svn", with the /Klas Muthu Velappan wrote: > > Chris, > > Have you placed these 3 ja

Re: svnant problems

2009-02-24 Thread Furingstad
Hi I use the following taskdef to load svnant and it works perfectly! /Klas Chris Green-6 wrote: > > Hi > > I'm trying to get svnant running and keep getting an error :- > > Could not load definitions from reso

dealing with compile errors in javac

2009-02-19 Thread Furingstad
We have a big development project with approximately 15000 - 2 java source objects which we regularly are compiling in our CI environment to determine dependency errors (mainly outbound dependency problem). Our problem is to get the javac process going even if we find a compile error. We have

RE: Catch compile error with trycatch

2009-02-12 Thread Furingstad
Thanks, that solved my problem!! /Klas Rinehart, Raleigh wrote: > >> >> >> Hi >> >> We are trying to catch our compile errors with Ant Contrim trycatch task >> but >> for some reason we cant it to catch any errors. >> >> Im grateful for all ideas!! >> >> this is our testscript: >> >> >>

RE: Catch compile error with trycatch

2009-02-10 Thread Furingstad
> > > > > > > > > > string="${build.failed}"/> > > > > > > > > -Original Message- > From: Furingstad [mailto:k...@furingstad.nu] &

Catch compile error with trycatch

2009-02-10 Thread Furingstad
Hi We are trying to catch our compile errors with Ant Contrim trycatch task but for some reason we cant it to catch any errors. Im grateful for all ideas!! this is our testscript: