Re: BATCH: Unable to send...

2004-06-23 Thread Stefan Bodewig
On Tue, 22 Jun 2004, Maarten Coene [EMAIL PROTECTED] wrote:
 I think the problem is that gump uses another msv version than dom4j
 does. If I take a look at the classpath I see:
 
 gump: msv-20030225/msv.jar;msv-20030225/xsdlib.jar
 dom4j: msv-20030807.jar;xsdlib-20030807.jar

Hmm, http://wwws.sun.com/software/xml/developers/multischema/ still
lists Gump's version as the latest.  Any idea where I could find a
more recent one?

Stefan

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



Re: BATCH: Unable to send...

2004-06-23 Thread Stefan Bodewig
On Wed, 23 Jun 2004, Stefan Bodewig [EMAIL PROTECTED] wrote:

 Any idea where I could find a more recent one?

Looks as if we could build it from source https://msv.dev.java.net/.

Stefan

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



Re: BATCH: Unable to send...

2004-06-23 Thread Maarten Coene
Yes, I noticed it too yesterday. I just downloaded these other ones from 
ibiblio ( http://www.ibiblio.org/maven/msv/jars/ ), but I'm not sure if 
they are official now since SUN doesn't list them ...

Perhaps dom4j should stick to the offical jars... Does anyone know what 
the status is of these msv jars? In the meantime, I'll see what I can do 
to make the tests run agains both versions.

Maarten
Stefan Bodewig wrote:
On Tue, 22 Jun 2004, Maarten Coene [EMAIL PROTECTED] wrote:
 

I think the problem is that gump uses another msv version than dom4j
does. If I take a look at the classpath I see:
gump: msv-20030225/msv.jar;msv-20030225/xsdlib.jar
dom4j: msv-20030807.jar;xsdlib-20030807.jar
   

Hmm, http://wwws.sun.com/software/xml/developers/multischema/ still
lists Gump's version as the latest.  Any idea where I could find a
more recent one?
Stefan
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
 

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


cvs commit: gump/project msv.xml

2004-06-23 Thread bodewig
bodewig 2004/06/23 00:56:25

  Modified:profile  gump.xml
   project  msv.xml
  Log:
  Build msv
  
  Revision  ChangesPath
  1.353 +1 -1  gump/profile/gump.xml
  
  Index: gump.xml
  ===
  RCS file: /home/cvs/gump/profile/gump.xml,v
  retrieving revision 1.352
  retrieving revision 1.353
  diff -u -r1.352 -r1.353
  --- gump.xml  14 Jun 2004 13:14:29 -  1.352
  +++ gump.xml  23 Jun 2004 07:56:25 -  1.353
  @@ -308,7 +308,7 @@
 project name=mockobjects  package=mockobjects-0.09/
 !--project name=mockobjects-j2ee-13 package=mockobjects-0.09/
 project name=mockobjects-j2ee-14 package=mockobjects-0.09/--
  -  project name=msv  package=msv-20030225/
  +  !--project name=msv  package=msv-20030225/--
 project name=multipartrequest package=MultipartRequest-1.30rc1/
 project name=relaxng  package=relaxngDatatype-1.0/
 project name=eclipse  package=eclipse-2.1/
  
  
  
  1.3   +32 -3 gump/project/msv.xml
  
  Index: msv.xml
  ===
  RCS file: /home/cvs/gump/project/msv.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- msv.xml   27 Feb 2004 09:22:56 -  1.2
  +++ msv.xml   23 Jun 2004 07:56:25 -  1.3
  @@ -16,16 +16,45 @@
   --
   module name=msv
   
  -  url href=http://wwws.sun.com/software/xml/developers/multischema//
  +  url href=https://msv.dev.java.net//
 description
   Sun Multi-Schema XML Validator 
 /description
   
  +  cvs repository=java.net/
  +
  +  project name=xsdlib
  +packagecom.sun.msv/package
  +
  +ant basedir=xsdlib target=release/
  +
  +depend project=ant/
  +depend project=relaxng/
  +depend project=xml-xerces/
  +
  +jar name=xsdlib/dist/xsdlib.jar id=xsdlib/
  +  /project
  +
 project name=msv
   packagecom.sun.msv/package
   
  -jar name=msv.jar id=msv/
  -jar name=xsdlib.jar id=xsdlib/
  +ant basedir=msv target=dist/
  +
  +depend project=ant/
  +depend project=iso-relax/
  +depend project=jakarta-servletapi-5-servlet/
  +depend project=relaxng/
  +depend project=xml-commons-resolver/
  +depend project=xml-xerces/
  +depend project=xsdlib inherit=jars/
  +
  +!-- I'm afraid this is going to cause problems in non-clean
  + builds, in particular on Windows.  Let's try anyway since the
  + build process deletes the compiled classes and I can't seem
  + to find a workaround. --
  +work nested=msv/dist/msv.jar/
  +
  +jar name=msv/dist/msv.jar id=msv/
 /project
   
   /module
  
  
  

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



msv and dom4j (was Re: BATCH: Unable to send...)

2004-06-23 Thread Stefan Bodewig
On Wed, 23 Jun 2004, Maarten Coene [EMAIL PROTECTED] wrote:

 Yes, I noticed it too yesterday. I just downloaded these other ones
 from ibiblio ( http://www.ibiblio.org/maven/msv/jars/ ), but I'm not
 sure if they are official now since SUN doesn't list them ...

Look at java.net, there seems to be some ongoing development.

I've turned msv into a project Gump builds, which was more work than I
had expected since msv's build process is, uhm, strange.  dom4j builds
successfully against the Gump built msv on my box.

 I'll see what I can do to make the tests run agains both versions.

This is probably going to benefit your users anyway since they are
likely to stick with the released official version as well.

Stefan

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



[Gump Wiki] New: BrutusConfig/RequestANightlyBuild

2004-06-23 Thread general
   Date: 2004-06-23T09:46:12
   Editor: 130.89.169.128 
   Wiki: Gump Wiki
   Page: BrutusConfig/RequestANightlyBuild
   URL: http://wiki.apache.org/gump/BrutusConfig/RequestANightlyBuild

   seems to be working...

New Page:

Brutus runs gump. Gump should ideally not be used for generation of nightly builds, 
since its not very safe. You can set up your own nightly builds in your shell account 
on minotaur. If you would like us to set it up for you on brutus, read 
[wiki:BrutusConfig/NightlyBuilds this page], then add your request below using the 
template provided:

= Template =

=== project: $project-$subproject ===
{{{
  On behalf of:$PMC
  Request by:  $Person
  repository type: (svn|css)
  module name: $project
  subdirectory:$subproject
  build type:  (ant|maven)
  build target:(jar|site|dist|)
}}}

= Pending requests =

add your request below


= Activated builds =

{{{
  On behalf of:Excalibur PMC
  Request by:  Leo Simons
  repository type: svn
  module name: excalibur
  subdirectory:trunk/site
  build type:  maven
  build target:site
}}}

{{{
  On behalf of:Excalibur PMC
  Request by:  Leo Simons
  repository type: svn
  module name: excalibur
  subdirectory:trunk
  build type:  maven
  build target:multiproject:install
}}}

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



[Gump Wiki] Updated: BrutusConfig/NightlyBuild

2004-06-23 Thread general
   Date: 2004-06-23T09:51:26
   Editor: 130.89.169.128 
   Wiki: Gump Wiki
   Page: BrutusConfig/NightlyBuild
   URL: http://wiki.apache.org/gump/BrutusConfig/NightlyBuild

   no comment

Change Log:

--
@@ -1,4 +1,4 @@
-Gump is not so suitable for nightly builds as its not trusted. Might make sense to 
configure some nightly build support on brutus. This document details how I set the 
basics for that up on brutus. If you want brutus to build nightlies for you, 
[wiki:BrutusConfig/RequestNightlyBuild request a nightly build].
+Gump is not so suitable for nightly builds as its not trusted. Might make sense to 
configure some nightly build support on brutus. This document details how I set the 
basics for that up on brutus. If you want brutus to build nightlies for you, 
[wiki:BrutusConfig/RequestANightlyBuild request a nightly build].
 
 {{{
 # create user for nightly builds

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



[Gump Wiki] Updated: BrutusConfig/RequestANightlyBuild

2004-06-23 Thread general
   Date: 2004-06-23T09:55:32
   Editor: 130.89.169.128 
   Wiki: Gump Wiki
   Page: BrutusConfig/RequestANightlyBuild
   URL: http://wiki.apache.org/gump/BrutusConfig/RequestANightlyBuild

   no comment

Change Log:

--
@@ -48,7 +48,8 @@
 }}}
 
 = Admin Howto =
-
+{{{
 ssh brutus.apache.org
 su - nightlybuild
 echo 'build (cvs|svn) (ant|maven) $target $project $dir'  
~/etc/cron.d/$i$j-build-$project-$subproject.sh
+}}}

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



[Gump Wiki] Updated: BrutusConfig/NightlyBuild

2004-06-23 Thread general
   Date: 2004-06-23T09:56:48
   Editor: 130.89.169.128 
   Wiki: Gump Wiki
   Page: BrutusConfig/NightlyBuild
   URL: http://wiki.apache.org/gump/BrutusConfig/NightlyBuild

   no comment

Change Log:

--
@@ -5,6 +5,7 @@
 useradd -d /home/nightlybuild -g nightlybuild nightlybuild
 passwd nightlybuild # something sensible
 su - nightlybuild
+echo '[EMAIL PROTECTED]'  ~/.forward
 
 # set up basic profile
 echo #! /bin/bash  ~/.profile

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



Re: BrutusConfig/NightlyBuild

2004-06-23 Thread Leo Simons
Hi gang!
thinking about the nightly build system, its clear it would be desirable 
for gump to be able to build those securely. Until that is in place, I 
figured we could still use brutus to do some of that.

I experimented a little with some shell scripts. Log of what I did is at
  http://wiki.apache.org/gump/BrutusConfig/NightlyBuild
with the basic admin process documented at
  http://wiki.apache.org/gump/BrutusConfig/RequestANightlyBuild
I know, I know, this is a /way/ crappy setup, but I wanted something in 
place quickly.

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


[Gump Wiki] Updated: BrutusConfig/NightlyBuild

2004-06-23 Thread general
   Date: 2004-06-23T10:25:18
   Editor: 130.89.169.128 
   Wiki: Gump Wiki
   Page: BrutusConfig/NightlyBuild
   URL: http://wiki.apache.org/gump/BrutusConfig/NightlyBuild

   no comment

Change Log:

--
@@ -139,7 +139,7 @@
   \( -not -path '*.svn*' \)  )
 if [ -n $licenses ]; then
   echo found license, copying results...  $log
-  cp -f -v --target-directory $logdir 21 31 41 51 61 71 81 91  $log
+  cp -f -v --target-directory $logdir $files 21 31 41 51 61 71 81 91 
 $log
  
   files=$(find .   \
 \( -path '*build*' -or -path '*target*' \) \
@@ -152,7 +152,7 @@
 \( -not -path '*.svn*' \)  )
   if [ -n $files ]; then
 echo $files  $log
-cp -f -v --target-directory $logdir 21 31 41 51 61 71 81 91  
$log
+cp -f -v --target-directory $logdir $files 21 31 41 51 61 71 81 
91  $log
   fi
 fi
 echo ---  
$log

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



Re: [brutus] dead processes

2004-06-23 Thread Adam R. B. Jack
 # I'm tempted to put up a crontab that kills these processes. WDYT?

We've not found a good way to kill them from Python, so why not. Could we
get a mail (or report file somewhere) of what was killed?

regards

Adam


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



Re: Gump work-in-progress (CleanUp branch)

2004-06-23 Thread Adam R. B. Jack

 I've been struggling with Gump performance issues for months now. That is
 'clogs up' (on large workspaces) has continually hampered usage 
(frankly)
 my progress .

One thing that I did find when I was doing performance analysis/tuning of
the DOM-like (create a tree of objects then serialize) code was that this
code was one huge major total and complete *leak*. It really ought just add
a simple attribute to the class the leverages it (i.e. owner) and it ought
clean up (when __del__ is called remove that, breaking circular links) -- 
**but it doesn't**. I watch memory grow with it in, and not without it. I
don't get Python!

I removed use of this  the leak goes away.


http://cvs.apache.org/viewcvs.cgi/gump/python/gump/utils/owner.py?rev=1.4.4.2view=markup

This needs to be made prettier, but see it runs in 2 something hours, which
isn't bad for a virtual machines:

http://gump.try.sybase.com/buildLog.html

regards

Adam


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



Re: [brutus] dead processes

2004-06-23 Thread Adam R. B. Jack
BTW: One of the 'admin to-do's is to see (not sure how) if Brutus is happy
or dogging. While you are in there, mind keeping an eye out? I think the
'slowness' is Python Gump leaking (and some stray CPU intensive paths that
Python let's one code so fast/easily ;-) but it'd be nice to know from an OS
perspective.

Thanks in advance, and hope this activity means you are invincible (or
invisible :).

regards,

Adam
- Original Message - 
From: Leo Simons [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, June 23, 2004 11:22 AM
Subject: [brutus] dead processes


 [EMAIL PROTECTED]:~$  ps aux | grep gump | grep -v tomcat | egrep \
  'May|Jun'  dead-processes.txt
 [EMAIL PROTECTED]:~$ cat dead-processes.txt | grep -c ''
 81

 # 81 process that have been lying around since june 13. Not good.

 [EMAIL PROTECTED]:~$ cat dead-processes.txt | egrep -o 'gump +[0-9]+' \
 | egrep -o '[0-9]+' | xargs sudo /sbin/kill
 [EMAIL PROTECTED]:~$  ps aux | grep gump | grep -v tomcat | egrep  \
   'May|Jun'  dead-processes.txt
 [EMAIL PROTECTED]:~$ cat dead-processes.txt | grep -c ''
 [EMAIL PROTECTED]:~$

 # I'm tempted to put up a crontab that kills these processes. WDYT?

 - LSD

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



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



cvs commit: gump/python/gump/build builder.py

2004-06-23 Thread ajack
ajack   2004/06/23 14:38:43

  Modified:python/gump/utils Tag: CleanUp work.py
   src/documentation/content/xdocs/metadata Tag: CleanUp
maven.xml project.xml
   project  Tag: CleanUp ant.xml jakarta-commons-sandbox.xml
dom4j.xml
   python/gump/document/xdocs Tag: CleanUp xdoc.py
documenter.py
   .Tag: CleanUp .cvsignore
   python/gump/update Tag: CleanUp cvs.py
   python/gump/build Tag: CleanUp builder.py
  Log:
  Cosmetic.
  
  Revision  ChangesPath
  No   revision
  No   revision
  1.15.4.5  +3 -0  gump/python/gump/utils/work.py
  
  Index: work.py
  ===
  RCS file: /home/cvs/gump/python/gump/utils/work.py,v
  retrieving revision 1.15.4.4
  retrieving revision 1.15.4.5
  diff -u -r1.15.4.4 -r1.15.4.5
  --- work.py   14 Jun 2004 21:31:45 -  1.15.4.4
  +++ work.py   23 Jun 2004 21:38:42 -  1.15.4.5
  @@ -146,6 +146,9 @@
   overview += -\n
   return overview
   
  +def hasOutput(self):
  +return self.result.hasOutput()
  +
   def tail(self,lines=50,wrapLen=0,eol=None,marker=None):
   return self.result.tail(lines,wrapLen,eol,marker)
   
  
  
  
  No   revision
  No   revision
  1.1.2.2   +6 -0  gump/src/documentation/content/xdocs/metadata/maven.xml
  
  Index: maven.xml
  ===
  RCS file: /home/cvs/gump/src/documentation/content/xdocs/metadata/maven.xml,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- maven.xml 21 Jun 2004 04:06:10 -  1.1.2.1
  +++ maven.xml 23 Jun 2004 21:38:42 -  1.1.2.2
  @@ -45,6 +45,12 @@
   /p
   
   p
  +  Gump generates a strongbuild.properties/strong file for Maven, in which 
is specifies the jar
  +  overrides, and also any link 
href=project.html#propertyproperties/link that are passes into
  +  the lt;maven element.
  +/p
  +
  +p
Currently Gump does strongnot/strong read the Maven project.xml (POM) to 
attempt to determine
dependencies, the Gump descriptor needs to have them. The 'gump' goal in Maven
ought generate such a file.
  
  
  
  1.8.4.1   +7 -1  gump/src/documentation/content/xdocs/metadata/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/gump/src/documentation/content/xdocs/metadata/project.xml,v
  retrieving revision 1.8
  retrieving revision 1.8.4.1
  diff -u -r1.8 -r1.8.4.1
  --- project.xml   16 Mar 2004 08:53:32 -  1.8
  +++ project.xml   23 Jun 2004 21:38:42 -  1.8.4.1
  @@ -713,7 +713,13 @@
 tddir/td
 tdThe directory to create, relative to srcdir of the
 module containing this project./td
  -  tdYes/td
  +  tdYes, unless emfile/em is specified./td
  +/tr
  +tr
  +  tdfile/td
  +  tdThe file to delete, relative to srcdir of the
  +  module containing this project./td
  +  tdYes, unless emdir/em is specified/td
   /tr
 /table
   /section
  
  
  
  No   revision
  No   revision
  1.19.2.1  +7 -7  gump/project/ant.xml
  
  Index: ant.xml
  ===
  RCS file: /home/cvs/gump/project/ant.xml,v
  retrieving revision 1.19
  retrieving revision 1.19.2.1
  diff -u -r1.19 -r1.19.2.1
  --- ant.xml   2 Jun 2004 12:21:49 -   1.19
  +++ ant.xml   23 Jun 2004 21:38:42 -  1.19.2.1
  @@ -55,7 +55,7 @@
   
   license name=LICENSE/
   
  -nag from=Gump Integration Build lt;[EMAIL PROTECTED]gt;
  +nag from=Gump Integration Build lt;[EMAIL PROTECTED]gt;
to=[EMAIL PROTECTED]/
 /project
   
  @@ -109,7 +109,7 @@
   
   javadoc nested=build/javadocs project=ant/
   
  -nag from=Gump Integration Build lt;[EMAIL PROTECTED]gt;
  +nag from=Gump Integration Build lt;[EMAIL PROTECTED]gt;
to=[EMAIL PROTECTED]/
 /project
   
  @@ -124,7 +124,7 @@
   home nested=build/lib/
   jar name=ant-testutil.jar id=ant-testutil/
   
  -nag from=Gump Integration Build lt;[EMAIL PROTECTED]gt;
  +nag from=Gump Integration Build lt;[EMAIL PROTECTED]gt;
to=[EMAIL PROTECTED]/
 /project
   
  @@ -144,7 +144,7 @@
   work nested=src/testcases/
   work nested=src/etc/testcases/
   
  -nag from=Gump Integration Build lt;[EMAIL PROTECTED]gt;
  +nag from=Gump Integration Build lt;[EMAIL PROTECTED]gt;
to=[EMAIL PROTECTED]
subject=Test 

xmlbeans-v1-test

2004-06-23 Thread Kevin Krouse
Hello,

I'm hoping I can get a little help with adding a new gump project to xmlbeans.  I'm 
new to gump so I don't really know how it's all put together or automated.  I'd like 
to add a 'test' project that depends on the xml-xmlbeans' build and which runs the ant 
target 'drt' in xml-xmlbeans/v1/build.xml.  Robert Donkin suggested I post here and 
ask for gump karma and check out gump from cvs and play with project/xml-xmlbeans.xml 
from there.

Any suggestions on next steps?

thanks!

--
Kevin Krouse
BEA Systems

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



Re: Infrastructural stuff

2004-06-23 Thread Stephen McConnell
Niclas Hedhman wrote:
On Wednesday 23 June 2004 08:01, Stephen McConnell wrote:

aka invisible!

So how can we see if he is ok or not?? 
Send a probe!
Leo, do you feel ignored by the public in large? Maybe you should look in the 
mirror... :o)
:-)
Steve.
--
|---|
| Magic by Merlin   |
| Production by Avalon  |
|   |
| http://avalon.apache.org  |
|---|
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


BATCH: Unable to send...

2004-06-23 Thread brutus
Dear Gumpmeisters,

The following 6 notifys should have been sent

*** G U M P
[EMAIL PROTECTED]: checkstyle/checkstyle-test failed
[EMAIL PROTECTED]: cocoon-2.1/cocoon-block-scratchpad failed
[EMAIL PROTECTED]: smartfrog/smartfrog-tasks-test failed
[EMAIL PROTECTED]: incubator-geronimo/incubator-geronimo failed
[EMAIL PROTECTED]: dom4j/dom4j success
[EMAIL PROTECTED]: jaxen/jaxen-test failed
*** G U M P
[EMAIL PROTECTED]: checkstyle/checkstyle-test failed
To whom it may engage...

This is an automated request, but not an unsolicited one. For 
more information please visit http://gump.apache.org/nagged.html, 
and/or contact folk at [EMAIL PROTECTED]

Project checkstyle-test has an issue affecting its community integration, and has been 
outstanding for 35 runs.
Project State : 'Failed', Reason 'Build Failed'

Full details are available at:

http://brutus.apache.org:8080/gump/checkstyle/checkstyle-test/index.html

That said, some snippets follow:


The following annotations were provided:
 -INFO- Enable debug output, due to a sequence of 34 previous errors.
 -INFO- Failed with reason build failed


The following work was performed:
http://brutus.apache.org:8080/gump/checkstyle/checkstyle-test/gump_work/build_checkstyle_checkstyle-test.html
Work Name: build_checkstyle_checkstyle-test (Type: Build)
State: Failed
Elapsed: 0 hours, 2 minutes, 31 seconds
Command Line: java -Djava.awt.headless=true 
-Xbootclasspath/p:/usr/local/gump/public/workspace/xml-xerces2/java/build/xercesImpl.jar:/usr/local/gump/public/workspace/xml-xerces2/java/build/xml-apis.jar
 org.apache.tools.ant.Main -debug 
-Dgump.merge=/usr/local/gump/public/gump/work/merge.xml -Dbuild.sysclasspath=only 
-Dversion=20040623 gump.setup run.tests 
[Working Directory: /usr/local/gump/public/workspace/checkstyle]
CLASSPATH : 
/usr/local/j2sdk1.4.2_04/lib/tools.jar:/usr/local/gump/public/workspace/checkstyle/target/checkstyle:/usr/local/gump/public/workspace/checkstyle/target/tests:/usr/local/gump/public/workspace/ant/dist/lib/ant-stylebook.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-jmf.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-swing.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-trax.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-junit.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-launcher.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-nodeps.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant.jar:/usr/local/gump/public/workspace/checkstyle/target/dist/checkstyle-20040623/checkstyle-20040623.jar:/usr/local/gump/packages/antlr-2.7.3/antlr.jar:/usr/local/gump/public/workspace/jakarta-regexp/build/jakarta-regexp-20040623.jar:/usr/local/gump/public/workspace/ant/bootstrap/lib/ant-launcher.jar:/usr/local/gump/public/workspace/ant/bootstrap/lib/ant.jar:/usr/local/gump/public/workspace/jakarta-bcel/bin/bcel.jar:/usr/local/gump/public/workspace/jakarta-commons/beanutils/dist/commons-beanutils-core.jar:/usr/local/gump/public/workspace/jakarta-commons/cli/target/commons-cli-20040623.jar:/usr/local/gump/public/workspace/jakarta-commons/collections/build/commons-collections-20040623.jar:/usr/local/gump/public/workspace/jakarta-commons/logging/dist/commons-logging.jar:/usr/local/gump/public/workspace/jakarta-commons/logging/dist/commons-logging-api.jar:/usr/local/gump/public/workspace/jdom/build/jdom.jar:/usr/local/gump/public/workspace/jakarta-velocity/bin/velocity-20040623.jar:/usr/local/gump/public/workspace/avalon-logkit/target/avalon-logkit-20040623.jar:/usr/local/gump/public/workspace/dist/junit/junit.jar-
[junitreport] Parsing file: 
'/usr/local/gump/public/workspace/checkstyle/target/testreports/TEST-com.puppycrawl.tools.checkstyle.checks.sizes.ParameterNumberCheckTest.xml'
[junitreport] Parsing file: 
'/usr/local/gump/public/workspace/checkstyle/target/testreports/TEST-com.puppycrawl.tools.checkstyle.checks.usage.OneMethodPrivateFieldCheckTest.xml'
[junitreport] Parsing file: 
'/usr/local/gump/public/workspace/checkstyle/target/testreports/TEST-com.puppycrawl.tools.checkstyle.checks.usage.UnusedLocalVariableCheckTest.xml'
[junitreport] Parsing file: 
'/usr/local/gump/public/workspace/checkstyle/target/testreports/TEST-com.puppycrawl.tools.checkstyle.checks.usage.UnusedParameterCheckTest.xml'
[junitreport] Parsing file: 
'/usr/local/gump/public/workspace/checkstyle/target/testreports/TEST-com.puppycrawl.tools.checkstyle.checks.usage.UnusedPrivateFieldCheckTest.xml'
[junitreport] Parsing file: 
'/usr/local/gump/public/workspace/checkstyle/target/testreports/TEST-com.puppycrawl.tools.checkstyle.checks.usage.UnusedPrivateMethodCheckTest.xml'
[junitreport] Parsing file: 
'/usr/local/gump/public/workspace/checkstyle/target/testreports/TEST-com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyForInitializerPadCheckTest.xml