True, if had not thought of the commons-build dependency. In this case, passing Ant builds and tests is enough I think.
Gary ________________________________ From: Steven Caswell [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 01, 2005 3:01 PM To: Gary Gregory Cc: Jakarta Commons Developers List Subject: Re: [lang] Release Candidiate 8 available It looks like checkstyle.xml is the file that is required and that checkstyle.properties is no longer used. It is easy enough to copy checkstyle.xml into the source distribution, but that alone won't enable maven site:generate to be run on the unzipped source. Various pieces of the maven setup require commons-build to also be available, so I'm not sure that it is necessary that the source distribution pass site:generate. I think passing test:test should be sufficient. I propose we wait until after the release and then remove checkstyle.properties. There should be plenty of time from there to verify it really isn't used. On 6/1/05, Gary Gregory <[EMAIL PROTECTED]> wrote: Hello All: I have run the following with success on Window XP SP2 based on unzipping http://people.apache.org/~stevencaswell/commons-lang-2.1/distributions/c ommons-lang-2.1-RC8-src.zip. Ant 1.6.4 with the command "ant clean dist-build-2.1 test" with: Sun Java 1.5.0_03 Sun Java 1.4.2_08 Sun Java 1.3.1_14 Maven 1.0.2 with the command "maven clean site:generate" (for all Sun java versions above) always gives me: BUILD FAILED File...... C:\Documents and Settings\ggregory.SSSI\.maven\cache\maven-checkstyle-plugin-2.5\plugin.j elly Element... ant:checkstyle Line...... 144 Column.... 63 Unable to create a Checker: unable to find file: checkstyle.xml Total time: 5 seconds Finished at: Tue May 31 23:06:42 PDT 2005 The checkstyle file(s) are missing from the src dist. Do we still need BOTH checkstyle.properties and checkstyle.xml in SVN? Thanks, Gary -----Original Message----- From: Steven Caswell [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 31, 2005 7:38 PM To: Jakarta Commons Developers List Subject: [lang] Release Candidiate 8 available Commons-lang 2.1 release candidate 8 is available at http://www.apache.org/~stevencaswell/commons-lang-2.1/ Primary change is Gary's working out the oddball build and class loading issue that only seems to happen on Windows XP (SP2) since Simon reports that the ant build works fine for him on Linux. As with previous RCs, verification against as many JDK versions would be appreciated, and a sanity check of the docs would also be welcome. Vote to follow if no reports of problems. -- Steven Caswell [EMAIL PROTECTED] Take back the web - http://www.mozilla.org -- Steven Caswell [EMAIL PROTECTED] Take back the web - http://www.mozilla.org
