Re: VFS gump failed

2005-12-05 Thread Stefan Bodewig
On Mon, 05 Dec 2005, Mario Ivankovits <[EMAIL PROTECTED]> wrote:

> Could someone please explain why gump fails with commons-vfs?  In
> fact, the tests should fail with errors as there is no testserver
> for VFS to reach, but a ClassNotFoundException is strange, isnt it?

Because the test-classes directory wasn't on the CLASSPATH (Nial
changed the descriptor to include it via a  directory already,
should work now).

Ant running in Gump will ignore any  setting in the
buildfile which means we need to know the location of compiled classes
that also get usedduring the build.

Stefan

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



VFS gump failed

2005-12-05 Thread Mario Ivankovits

Hi!

Could someone please explain why gump fails with commons-vfs?
In fact, the tests should fail with errors as there is no testserver for VFS to 
reach, but a ClassNotFoundException is strange, isnt it?

internal-test:
   [mkdir] Created dir: 
/x1/gump/public/workspace/jakarta-commons/vfs/target/test-reports
   [junit] Running org.apache.commons.vfs.provider.ftp.test.FtpProviderTestCase
   [junit] Testsuite: 
org.apache.commons.vfs.provider.ftp.test.FtpProviderTestCase
   [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0 sec
   [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0 sec

   [junit]  Caused an ERROR
   [junit] org.apache.commons.vfs.provider.ftp.test.FtpProviderTestCase
   [junit] java.lang.ClassNotFoundException: 
org.apache.commons.vfs.provider.ftp.test.FtpProviderTestCase
   [junit]  at java.net.URLClassLoader$1.run(URLClassLoader.java:199)
   [junit]  at java.security.AccessController.doPrivileged(Native Method)
   [junit]  at java.net.URLClassLoader.findClass(URLClassLoader.java:187)
   [junit]  at java.lang.ClassLoader.loadClass(ClassLoader.java:289)
   [junit]  at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:274)


Thanks!

---
Mario


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]