Re: [configuration] Re: [nightly build] configuration failed.

2007-04-19 Thread Oliver Heger
Emmanuel Bourg wrote: snip/ Actually we have the generic methods ! :) I didn't add more specialized get methods in DataConfiguration for the new types, instead I introduced generic getters : get(Class cls, String key) getArray(Class cls, String key) getList(Class cls, String key) The

Re: [configuration] Re: [nightly build] configuration failed.

2007-04-19 Thread Oliver Heger
Emmanuel Bourg wrote: I changed TestDataConfiguration using reflection, let me know how it works for you. The tests with InternetAddress are skipped on Java 1.3. Emmanuel Bourg - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: [configuration] Re: [nightly build] configuration failed.

2007-04-18 Thread Emmanuel Bourg
I did a fresh install of Maven 1.0.2 on people.apache.org (FreeBSD 6.1, Java 5u7), with a fresh checkout of the code, and ran 'maven site'. The build failed on checkstyle with this error : Unable to create a Checker: cannot initialize module TreeWalker - Property 'allowMissingJavadoc' in

Re: [configuration] Re: [nightly build] configuration failed.

2007-04-18 Thread Niall Pemberton
On 4/18/07, Emmanuel Bourg [EMAIL PROTECTED] wrote: I did a fresh install of Maven 1.0.2 on people.apache.org (FreeBSD 6.1, Java 5u7), with a fresh checkout of the code, and ran 'maven site'. The build failed on checkstyle with this error : Unable to create a Checker: cannot initialize module

Re: [configuration] Re: [nightly build] configuration failed.

2007-04-18 Thread Oliver Heger
Emmanuel Bourg wrote: I did a fresh install of Maven 1.0.2 on people.apache.org (FreeBSD 6.1, Java 5u7), with a fresh checkout of the code, and ran 'maven site'. The build failed on checkstyle with this error : Unable to create a Checker: cannot initialize module TreeWalker - Property

Re: [configuration] Re: [nightly build] configuration failed.

2007-04-18 Thread Emmanuel Bourg
Oliver Heger a écrit : I added an explicit dependency to the newest version of the checkstyle plugin to project.xml. This should solve the problem with checkstyle. Thank you Oliver and Niall, it does indeed fix this issue. For the other problem I agree with Nial's answer: Obviously the

Re: [configuration] Re: [nightly build] configuration failed.

2007-04-18 Thread Emmanuel Bourg
Now the new dependency to javax.mail causes me trouble: Compiling with JDK 1.3 fails now because the compiler reports an invalid class version. The mail jar has been compiled with a JDK 1.3. So what do we do? I'll check if we can use a previous version of javamail compatible with Java 1.3.

Re: [configuration] Re: [nightly build] configuration failed.

2007-04-18 Thread Emmanuel Bourg
I changed TestDataConfiguration using reflection, let me know how it works for you. The tests with InternetAddress are skipped on Java 1.3. Emmanuel Bourg - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Re: [configuration] Re: [nightly build] configuration failed.

2007-04-16 Thread Emmanuel Bourg
Phil Steitz a écrit : On 4/15/07, Emmanuel Bourg [EMAIL PROTECTED] wrote: I have the same version of Maven and the build works fine with the xdoc plugin 1.8. What is wrong ? Here is what I get from maven clean xdoc on vmbuild for configuration: File..

[configuration] Re: [nightly build] configuration failed.

2007-04-15 Thread Emmanuel Bourg
I have the same version of Maven and the build works fine with the xdoc plugin 1.8. What is wrong ? Emmanuel Bourg Phil Steitz a écrit : Failed build logs: http://vmbuild.apache.org/~commons/nightly/logs//20070415/configuration.log

Re: [configuration] Re: [nightly build] configuration failed.

2007-04-15 Thread Phil Steitz
On 4/15/07, Emmanuel Bourg [EMAIL PROTECTED] wrote: I have the same version of Maven and the build works fine with the xdoc plugin 1.8. What is wrong ? Here is what I get from maven clean xdoc on vmbuild for configuration: File..