Attached is a new descriptor for the checkstyle project on sourceforge. 
I have contacted the author and he is happy to have it gumped. Also 
attached is a patch making the use of checkstyle an option when building 
mutant

You'll also need to add it to the gump profile. I didn't provide a patch 
for that here because I have removed the maven module from my gump.xml 
currently and don't want to confuse issues.

Thanks
Conor


Index: project/jakarta-ant.xml
===================================================================
RCS file: 
/home/cvspublic/jakarta-alexandria/proposal/gump/project/jakarta-ant.xml,v
retrieving revision 1.36
diff -3 -u -w -p -r1.36 jakarta-ant.xml
--- project/jakarta-ant.xml     28 Feb 2002 13:18:16 -0000      1.36
+++ project/jakarta-ant.xml     2 Mar 2002 10:03:55 -0000
@@ -92,6 +92,7 @@

      <depend project="jakarta-ant"/>
      <depend project="xml-xerces"/>
+    <option project="checkstyle"/>
      <work nested="proposal/mutant/bin/common"/>
      <work nested="proposal/mutant/bin/init"/>
      <work nested="proposal/mutant/bin/antcore"/>
<module name="checkstyle">

  <url href="http://checkstyle.sourceforge.net/"/>
  <description>
    Java style checker
  </description>

  <cvs repository="sourceforge" host-prefix="cvs.checkstyle" dir="checkstyle"/>
  
  <project name="checkstyle">
    <ant target="run.tests"/>
    <depend project="jakarta-ant"/>
    <depend project="xml-xerces"/>
    <depend project="xml-xalan2"/>
    <depend project="junit"/>
    <depend project="antlr"/>
    <depend project="jakarta-regexp"/>
    <work nested="classes/checkstyle"/>
    <work nested="classes/tests"/>
  </project>
</module>

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

Reply via email to