cvs commit: gump/project checkstyle.xml

2004-05-10 Thread bodewig
bodewig 2004/05/10 01:12:29

  Modified:project  checkstyle.xml
  Log:
  checkstyle wants to use Anakia
  
  Revision  ChangesPath
  1.27  +3 -0  gump/project/checkstyle.xml
  
  Index: checkstyle.xml
  ===
  RCS file: /home/cvs/gump/project/checkstyle.xml,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- checkstyle.xml6 May 2004 16:03:40 -   1.26
  +++ checkstyle.xml10 May 2004 08:12:29 -  1.27
  @@ -48,6 +48,9 @@
   depend project=commons-cli runtime=true/
   depend project=commons-collections runtime=true/
   depend project=commons-logging runtime=true/
  +
  +!-- to run Anakia --
  +depend project=jakarta-site2 inherit=all/
   
   work nested=target/checkstyle/
   
  
  
  

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



cvs commit: gump/project checkstyle.xml

2004-03-24 Thread bodewig
bodewig 2004/03/24 00:10:38

  Modified:project  checkstyle.xml
  Log:
  fix work directory
  
  Revision  ChangesPath
  1.24  +1 -1  gump/project/checkstyle.xml
  
  Index: checkstyle.xml
  ===
  RCS file: /home/cvs/gump/project/checkstyle.xml,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- checkstyle.xml23 Mar 2004 06:39:07 -  1.23
  +++ checkstyle.xml24 Mar 2004 08:10:38 -  1.24
  @@ -79,7 +79,7 @@
   depend project=checkstyle inherit=runtime/
   depend project=junit/
   
  -work nested=target/tests/
  +work nested=target/checkstyle/
   
nag from=Conor MacNeill lt;[EMAIL PROTECTED]gt;
to=[EMAIL PROTECTED]/
  
  
  

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



cvs commit: gump/project checkstyle.xml depot.xml

2004-03-24 Thread bodewig
bodewig 2004/03/24 23:26:45

  Modified:project  checkstyle.xml depot.xml
  Log:
  Test cases need to be on the classpath
  
  Revision  ChangesPath
  1.25  +1 -1  gump/project/checkstyle.xml
  
  Index: checkstyle.xml
  ===
  RCS file: /home/cvs/gump/project/checkstyle.xml,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- checkstyle.xml24 Mar 2004 08:10:38 -  1.24
  +++ checkstyle.xml25 Mar 2004 07:26:45 -  1.25
  @@ -69,7 +69,6 @@
 project name=checkstyle-test
   packagecom.puppycrawl.tools.checkstyle/package
 
  -mkdir dir=target/checkstyle/
   ant target=gump.setup run.tests
 property name=version value=@@DATE@@/
   /ant
  @@ -80,6 +79,7 @@
   depend project=junit/
   
   work nested=target/checkstyle/
  +work nested=target/tests/
   
nag from=Conor MacNeill lt;[EMAIL PROTECTED]gt;
to=[EMAIL PROTECTED]/
  
  
  
  1.16  +1 -0  gump/project/depot.xml
  
  Index: depot.xml
  ===
  RCS file: /home/cvs/gump/project/depot.xml,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- depot.xml 23 Mar 2004 06:43:57 -  1.15
  +++ depot.xml 25 Mar 2004 07:26:45 -  1.16
  @@ -85,6 +85,7 @@
   depend project=jakarta-regexp/
   depend project=commons-httpclient/
   depend project=commons-vfs/
  +depend project=xml-xerces/
   
   jar name=jars/apache-depot-update-@@DATE@@.jar/
   
  
  
  

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



cvs commit: gump/project checkstyle.xml

2004-03-22 Thread bodewig
bodewig 2004/03/22 22:39:07

  Modified:project  checkstyle.xml
  Log:
  Missing dependency
  
  Revision  ChangesPath
  1.23  +2 -0  gump/project/checkstyle.xml
  
  Index: checkstyle.xml
  ===
  RCS file: /home/cvs/gump/project/checkstyle.xml,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- checkstyle.xml27 Feb 2004 09:22:56 -  1.22
  +++ checkstyle.xml23 Mar 2004 06:39:07 -  1.23
  @@ -74,6 +74,8 @@
 property name=version value=@@DATE@@/
   /ant
   
  +depend project=ant inherit=runtime/
  +depend project=xml-xerces/
   depend project=checkstyle inherit=runtime/
   depend project=junit/
   
  
  
  

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