You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by vm...@apache.org on 2003/05/30 11:19:21 UTC

cvs commit: maven/src/plugins-build/checkstyle/xdocs changes.xml

vmassol     2003/05/30 02:19:21

  Modified:    src/plugins-build/checkstyle project.xml
               src/plugins-build/checkstyle/xdocs changes.xml
  Log:
  Preparing to release checkstyle plugin 1.1
  
  Revision  Changes    Path
  1.12      +7 -0      maven/src/plugins-build/checkstyle/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/checkstyle/project.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- project.xml	9 Apr 2003 01:06:44 -0000	1.11
  +++ project.xml	30 May 2003 09:19:21 -0000	1.12
  @@ -14,6 +14,13 @@
       <connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:maven/src/plugins-build/checkstyle/</connection>
       <url>http://cvs.apache.org/viewcvs/maven/src/plugins-build/checkstyle/</url>
     </repository>
  +  <versions>
  +    <version>
  +      <id>1.1</id>
  +      <name>1.1</name>
  +      <tag>MAVEN_CHECKSTYLE_1_1</tag>
  +    </version>
  +  </versions>
     <developers>
       <developer>
         <name>dIon Gillard</name>
  
  
  
  1.2       +1 -1      maven/src/plugins-build/checkstyle/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/checkstyle/xdocs/changes.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- changes.xml	24 Jan 2003 03:44:59 -0000	1.1
  +++ changes.xml	30 May 2003 09:19:21 -0000	1.2
  @@ -6,7 +6,7 @@
     </properties>
   
     <body>
  -    <release version="1.1" date="in CVS">
  +    <release version="1.1" date="2003-05-30">
         <action dev="vmassol" type="add">
           Added a new <code>maven.checkstyle.useFile</code> property.
           If false, the checkstyle task will display violations on stdout.
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [upload request] MockCreator

Posted by Gilles Dodinet <rh...@wanadoo.fr>.
the mockobjects.0.01.jar isnot needed, the 0.07 (even the 0.09 i guess) 
can be used instead of that prior version. In any case, if you want to 
upload it,  it should of course have in its own dir (mockobjects, 
already present).

Thanks.


Ben Walding wrote:

> Done.
>
> What is the mockobjects-0_01.jar for?
>
> I've set the perms to 000 until I know what it is and what is should 
> be called version wise. (i.e. it should possibly have it's own dirs?)
>
> Cheers,
>
> Ben
>
> Gilles Dodinet wrote:
>
>> hi-
>>
>> should it possible to upload mockcreator-0.2.4 
>> (http://mockcreator.com/mockcreator/MockCreator-024-runtime.zip) ? 
>> included in the zip is the 0.2.4 version (de.abstrakt.mock.jar).
>>
>> thanks.
>>
>> -- gd
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>> For additional commands, e-mail: dev-help@maven.apache.org
>>
>>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [upload request]

Posted by Ben Walding <de...@walding.com>.
Done.

What is the mockobjects-0_01.jar for?

I've set the perms to 000 until I know what it is and what is should be 
called version wise. (i.e. it should possibly have it's own dirs?)

Cheers,

Ben

Gilles Dodinet wrote:

> hi-
>
> should it possible to upload mockcreator-0.2.4 
> (http://mockcreator.com/mockcreator/MockCreator-024-runtime.zip) ? 
> included in the zip is the 0.2.4 version (de.abstrakt.mock.jar).
>
> thanks.
>
> -- gd
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[upload request]

Posted by Gilles Dodinet <rh...@wanadoo.fr>.
hi-

should it possible to upload mockcreator-0.2.4 
(http://mockcreator.com/mockcreator/MockCreator-024-runtime.zip) ? 
included in the zip is the 0.2.4 version (de.abstrakt.mock.jar).

thanks.

-- gd


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[patch] DefaultProjectUnmareshaller

Posted by Gilles Dodinet <rh...@wanadoo.fr>.
hi-

to test the ProjectMarshaller ive written i use the ProjectUnmarshaller. 
However, the Unmarshaller doesnt respect the mavan-project.xsd.  Instead 
of modifying it all i chose to modify the Marshaller, tho some elements 
are still missing, ive added the aspectSourceDirectory and 
intgrationUnitTestSourceDirectory. No biggie but it helped me a lot.
A question araises then : why does the unmarshaller doesnt conform to 
the schema ? is the xsd deprecated ?



Index: DefaultProjectUnmarshaller.java
===================================================================
RCS file: 
/home/cvspublic/maven-new/core/src/java/org/apache/maven/project/builder/DefaultProjectUnmarshaller.java,v
retrieving revision 1.8
diff -u -r1.8 DefaultProjectUnmarshaller.java
--- DefaultProjectUnmarshaller.java    29 May 2003 20:26:22 -0000    1.8
+++ DefaultProjectUnmarshaller.java    30 May 2003 10:00:45 -0000
@@ -434,6 +434,14 @@
                         {
                             b.setUnitTestSourceDirectory( 
parser.nextText() );
                         }
+             else if ( parser.getName().equals( 
"integrationUnitTestSourceDirectory" ) )
+             {
+                 b.setIntegrationUnitTestSourceDirectory( 
parser.nextText() );
+             }
+             else if ( parser.getName().equals( "aspectSourceDirectory" ) )
+             {
+                 b.setAspectSourceDirectory( parser.nextText() );
+             }
                         else if ( parser.getName().equals( "unitTest" ) )
                         {
                             UnitTest ut = new UnitTest();


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org