Re: CoreLoader not used for antlib & typedef [Re: Launching unit test of antunit]

2008-11-26 Thread Gilles Scokart
2008/11/26 Stefan Bodewig <[EMAIL PROTECTED]>: > On 2008-11-26, Gilles Scokart <[EMAIL PROTECTED]> wrote: > >> I still have move-test.xml failing. I tried on windows XP and on >> cygwin, with a JDK 1.6 and with 1.5. The antunit test is always >> failing. > >> Did others have the problem? > > Never

Re: CoreLoader not used for antlib & typedef [Re: Launching unit test of antunit]

2008-11-26 Thread Stefan Bodewig
On 2008-11-26, Gilles Scokart <[EMAIL PROTECTED]> wrote: > I still have move-test.xml failing. I tried on windows XP and on > cygwin, with a JDK 1.6 and with 1.5. The antunit test is always > failing. > Did others have the problem? Never, neither on Windows/Cygwin nor on Linux. BTW, I thought

Re: CoreLoader not used for antlib & typedef [Re: Launching unit test of antunit]

2008-11-26 Thread Gilles Scokart
I still have move-test.xml failing. I tried on windows XP and on cygwin, with a JDK 1.6 and with 1.5. The antunit test is always failing. Did others have the problem? I already had some file-system issues on my machines when deleting files, (the delete of freshly created files were sometime fail

Re: CoreLoader not used for antlib & typedef [Re: Launching unit test of antunit]

2008-11-20 Thread Gilles Scokart
2008/11/20 Stefan Bodewig <[EMAIL PROTECTED]>: > On 2008-11-19, Gilles Scokart <[EMAIL PROTECTED]> wrote: > >> I was thus thinking to provide this classpath using the >> project.setCoreLoader. But that didn't worked. >> Indeed, the coreLoader is not used when declaring antlib. > > Is coreLoader us

Re: CoreLoader not used for antlib & typedef [Re: Launching unit test of antunit]

2008-11-19 Thread Stefan Bodewig
On 2008-11-19, Gilles Scokart <[EMAIL PROTECTED]> wrote: > I was thus thinking to provide this classpath using the > project.setCoreLoader. But that didn't worked. > Indeed, the coreLoader is not used when declaring antlib. Is coreLoader used at all? Anywhere? There are bugzilla issues talking

CoreLoader not used for antlib & typedef [Re: Launching unit test of antunit]

2008-11-19 Thread Gilles Scokart
It took me quiet a lot of time to find the way to build antunit, so I wanted to understand the root cause of the problem (and lost a few hours more ;-) ) The problem actually comes from the fact the the antunit unit test creates projects and execute build using BuildFileTest. However, the created

Re: Launching unit test of antunit

2008-11-17 Thread Stefan Bodewig
On 2008-11-15, Gilles Scokart <[EMAIL PROTECTED]> wrote: > The only workaround.I found is : > ant -lib build/classes\;build/test-classes test I use two -libs, but otherwise I do exactly the same. Stefan - To unsubscribe, e-mai