RE: basic forrest plugin for maven

2003-05-31 Thread Michal Maczka
> -Original Message- > From: news [mailto:[EMAIL PROTECTED] Behalf Of Leo Simons > Sent: Saturday, May 31, 2003 1:26 PM > To: [EMAIL PROTECTED] > Subject: basic forrest plugin for maven > > > Hi gang, > > I've written a very basic forrest plugin: > > http://cvs.apache.org/~leosimons/maven

basic forrest plugin for maven

2003-05-31 Thread Leo Simons
Hi gang, I've written a very basic forrest plugin: http://cvs.apache.org/~leosimons/maven-forrest-plugin.zip (12 megs!) I've copied over a forrest snapshot build from feb 19 into the plugin-resources directory, tweaked the forrest.build.xml file (see the forrest.build.xml.patch.txt), added a p

[Checkstyle] Migration from 1.1 to 2.0 (was RE: I'm working on checkstyle plugin...)

2003-05-31 Thread Vincent Massol
Hi Ben, It was finished yesterday. Ok, I've added a migration guide for you: http://maven.apache.org/reference/plugins/checkstyle/migrating.html Thanks -Vincent > -Original Message- > From: Ben Walding [mailto:[EMAIL PROTECTED] > Sent: 31 May 2003 06:12 > To: Maven Developers List > Sub

Re: [upload request] MockCreator

2003-05-31 Thread Gilles Dodinet
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

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

2003-05-31 Thread vmassol
vmassol 2003/05/31 00:08:01 Modified:src/plugins-build/checkstyle/xdocs migrating.xml Log: Be more specific... Revision ChangesPath 1.2 +3 -0 maven/src/plugins-build/checkstyle/xdocs/migrating.xml Index: migrating.xml

cvs commit: maven/src/plugins-build/checkstyle/xdocs migrating.xml navigation.xml index.xml

2003-05-31 Thread vmassol
vmassol 2003/05/31 00:00:35 Modified:src/plugins-build/checkstyle/xdocs navigation.xml index.xml Added: src/plugins-build/checkstyle/xdocs migrating.xml Log: Added migration guide. Revision ChangesPath 1.3 +1 -0 maven/src/plugins-build/checkstyle/xdocs/

Re: I'm working on checkstyle plugin...

2003-05-31 Thread Ben Walding
When you've got it all sorted, can you post a little conversion guide for us, the classworlds build is broken now due to changes in how checkstyle works. Cheers, Ben Vincent Massol wrote: Fyi, I'm currently working on the checkstyle plugin to upgrade it to use checkstyle 3.1. Hopefully, I sho

Re: [ibiblio] Jar Request

2003-05-31 Thread Ben Walding
Okily dokily ftp - I am really loathe to load a jar into a dir called "ftp" does it have some other name? and with the service wrapper... there are 6 archives that need to be unpacked, which files are going into the repo? just the jars? are the jars the same for each? do you need the .s

Re: [upload request]

2003-05-31 Thread Ben Walding
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.co

cvs commit: maven/src/plugins-build/linkcheck/xdocs properties.xml

2003-05-31 Thread bwalding
bwalding2003/05/30 15:22:22 Modified:src/plugins-build/linkcheck/xdocs properties.xml Log: Added a little more information about the cache property Revision ChangesPath 1.5 +4 -2 maven/src/plugins-build/linkcheck/xdocs/properties.xml Index: properties.xml

RE: [Checkstyle] Plugin now supports checkstyle 3.1

2003-05-31 Thread Vincent Massol
Hi Martin, I could reproduce your problem (the NoSuchFieldError). However, after a "maven clean", it worked. Can you try that? Also, I'm not sure what is the Maven behavior if there are several times the same plugin in the MAVEN_HOME/plugins/ directory. As I bumped the version to 2.0 there might

cvs commit: maven checkstyle.xml project.properties

2003-05-31 Thread vmassol
vmassol 2003/05/30 08:14:13 Modified:.project.properties Added: .checkstyle.xml Log: Converted old checkstyle format to new one (now needs an XML file). Note: I have dropped the exclusion of the whitespace check as I was not sure how to translate that into t

cvs commit: maven-new/core/src/test/org/apache/maven/artifact/handlers JarHandlerTest.java

2003-05-31 Thread michal
michal 2003/05/30 08:13:43 Modified:core/src/test/org/apache/maven/artifact/handlers JarHandlerTest.java Log: Small typo fixed Revision ChangesPath 1.3 +2 -2 maven-new/core/src/test/org/apache/maven/artifact/handlers/JarHandlerTest.jav

cvs commit: maven-new/core/src/test/org/apache/maven/artifact/handlers JarHandlerTest.java

2003-05-31 Thread michal
michal 2003/05/30 08:12:34 Modified:core/src/test/org/apache/maven/artifact/handlers JarHandlerTest.java Log: Test fixed Revision ChangesPath 1.2 +35 -28 maven-new/core/src/test/org/apache/maven/artifact/handlers/JarHandlerTest.java

RE: Dependency Not Found - Possible Solution

2003-05-31 Thread Michal Maczka
There are other types of dependencies, not only jars, so manifest is generally not so helpful. I think that once Maven will be supported by major IDEs (I hope one day it will) there will be various wizards for helping creating project XML file. XML is for computers not for humans ;) Michal > --

Re: Dependency Not Found - Possible Solution

2003-05-31 Thread James Ward
It's too bad there is not a standard for putting version info into META-INF. -James On Fri, 2003-05-30 at 08:16, Eelco Hillenius wrote: > Sounds cool. The downside to it is that it probably encourages lazy > behaviour and that it could corrupt strickt usage of versioning. > > Eelco > > - O

source jars

2003-05-31 Thread Eelco Hillenius
Hi, This is kind of a re-post. Are you considering including the building and deployment of source jars in the whole proces? I am thinking about a mechanism that helps you create source jars and that is integrated throughout maven (like when getting the dependencies, Maven looks not only for t

Re: [Checkstyle] Plugin now supports checkstyle 3.1

2003-05-31 Thread Martin Poeschl
built cvs HEAD, run 'maven site' i get: Got an exception - java.lang.NoSuchFieldError: tokenTypeToASTClassMap for each class when running 'maven checkstyle:report' it seems to work martin Vincent Massol wrote: Hi, I've just rewritten the checkstyle plugin to support checkstyle 3.1. Can you

Re: Dependency Not Found - Possible Solution

2003-05-31 Thread Eelco Hillenius
Sounds cool. The downside to it is that it probably encourages lazy behaviour and that it could corrupt strickt usage of versioning. Eelco - Original Message - From: "James Ward" <[EMAIL PROTECTED]> To: "Maven Developers List" <[EMAIL PROTECTED]> Sent: Friday, May 30, 2003 4:04 PM Subjec

Dependency Not Found - Possible Solution

2003-05-31 Thread James Ward
Hello Maven Friends. I have been thinking about the problem of when a dependency can't be found in the local or remote repo. Why can't we just make it so it asks the user where it is on the file system? Then it copies it in. For a newbie using Maven I don't like the idea of them having to copy