jvanzyl 2004/05/19 16:46:42
Modified:maven-project/src/main/java/org/apache/maven/artifact/snapshot
DefaultSnapshotResolver.java
Log:
o just removing debugging info
Revision ChangesPath
1.4 +2 -7
maven-components/maven-project/src/main/
aheritier2004/05/19 16:38:15
Modified:simian/xdocs properties.xml
Log:
MAVEN-1285
Revision ChangesPath
1.6 +1 -1 maven-plugins/simian/xdocs/properties.xml
Index: properties.xml
===
RCS fil
aheritier2004/05/19 16:20:34
Modified:javadoc plugin.jelly
javadoc/src/plugin-test project.xml
javadoc/src/plugin-test/src/main/org/apache/maven
package.html
Added: javadoc/src/plugin-test/src/main/org/apache/maven
aheritier2004/05/19 16:16:53
maven-plugins/javadoc/src/plugin-test/src/main/org/apache/maven2/doc-files - New
directory
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
aheritier2004/05/19 16:16:41
maven-plugins/javadoc/src/plugin-test/src/main/org/apache/maven2 - New directory
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Cvs server side jalopy scares me, but I like the IDEA option to reformat on
commit just fine :)
We certainly need to do this on HEAD and only ever branch something clean.
- Brett
> -Original Message-
> From: Jerome Lacoste [mailto:[EMAIL PROTECTED]
> Sent: Thursday, 20 May 2004 1:59 AM
> An other approach is to change automatically the code on the server with a
> cron like this every day:
> - checkout the code
> - run jalopy or other code formatter
> - checkin all changes with [Maven formatter] in message.
>
> With this process, we'll have only files checkin in the day that wil
- Original Message -
From: "Jerome Lacoste" <[EMAIL PROTECTED]>
To: "Maven Developers List" <[EMAIL PROTECTED]>
Sent: Wednesday, May 19, 2004 5:30 PM
Subject: Re: cvs
commit:maven-components/maven-project/src/test/java/org/apache/maven/project
AbstractProjectTestCase.java
>
> > Perhaps
> Perhaps we can run Jalopy in cvs when we commit some modifications. With
> this method, our code will be always well formatted.
> I'll try to do this for all my business projects.
Just as a note: the cruisecontrol project adopted a pretty drastic approach:
checkstyle is ran before the build.
M
On Wed, 2004-05-19 at 04:58, Maczka Michal wrote:
> Jason!
>
> I have a question regarding the coding style you are using.
>
> I thought that you are consequently using this style of putting braces:
> "( expression )"
> But to my surprise I can see that you are doing:
>
> > -artifactR
- Original Message -
From: "Jason van Zyl" <[EMAIL PROTECTED]>
To: "Maven Developers List" <[EMAIL PROTECTED]>
Sent: Wednesday, May 19, 2004 2:26 PM
Subject: RE: cvs commit:
maven-components/maven-project/src/test/java/org/apache/maven/project
AbstractProjectTestCase.java
> On Wed, 2004
Wouldn't it be better to set the default value of third parameter to
"false"?
I am not sure if we will need to have a method with 2 parameters but for
compatibility with existing code imo "false" is better.
Michal
> +public MavenProject build( File projectDescriptor,
> boolean usePare
brett 2004/05/19 05:53:26
Modified:test project.xml
test/xdocs changes.xml
Log:
[maven-scm-plugin] prepare release 1.6.1
Revision ChangesPath
1.30 +6 -1 maven-plugins/test/project.xml
Index: project.xml
===
brett 2004/05/19 05:40:51
Modified:xdoc project.xml
xdoc/xdocs changes.xml
Log:
[maven-scm-plugin] prepare release 1.7.1
Revision ChangesPath
1.52 +7 -2 maven-plugins/xdoc/project.xml
Index: project.xml
===
brett 2004/05/19 05:31:35
Modified:test plugin.jelly project.xml
test/xdocs changes.xml
Log:
fix classloader issues
Revision ChangesPath
1.31 +20 -10maven-plugins/test/plugin.jelly
Index: plugin.jelly
==
On Wed, 2004-05-19 at 04:58, Maczka Michal wrote:
> Jason!
>
> I have a question regarding the coding style you are using.
>
> I thought that you are consequently using this style of putting braces:
> "( expression )"
> But to my surprise I can see that you are doing:
>
> > -artifactR
Don't yet release the Javadoc plugin, please.
I found another problem.
I fixed the problem with doc-files but I duplicated entries in "all classes"
:-(
I'll try to fix this today.
Arnaud
> -Message d'origine-
> De : Arnaud Heritier [mailto:[EMAIL PROTECTED]
> Envoyé : mercredi 19 mai 200
brett 2004/05/19 03:22:12
Modified:src/java/org/apache/maven/plugin Tag: MAVEN-1_0-BRANCH
GoalToJellyScriptHousingMapper.java
PluginCacheManager.java
Log:
PR: MAVEN-1286
pre/post goals can be defined more than once in a cache
R
Hello Brett,
Here are my recent updates:
XDOC 1.7.1 (Release Manager - Jason):
- I added the missing pdf icon
- I fixed the reports page (MPXDOC-102)
JAVADOC 1.5.1 (Release Manager - Jason):
- I fixed MPJAVADOC-24: doc-files directories weren't copied
ANT 1.8 (Release Manager - Jason):
- I repl
Performing an update of maven-components ...
Updates occured, build required ...
P maven-mboot/src/bash/maven.functions
P maven-project/src/main/java/org/apache/maven/project/DefaultMavenProjectBuilder.java
P maven-project/src/main/java/org/apache/maven/project/MavenProjectBuilder.java
Jason!
I have a question regarding the coding style you are using.
I thought that you are consequently using this style of putting braces:
"( expression )"
But to my surprise I can see that you are doing:
> -artifactResolver = ( ArtifactResolver ) lookup(
ArtifactResolver.ROLE ); (me)
evenisse2004/05/19 01:49:46
Modified:maven-project/src/main/java/org/apache/maven/project
DefaultMavenProjectBuilder.java
Log:
Fix last commit.
Revision ChangesPath
1.16 +3 -3
maven-components/maven-project/src/main/java/org/apache/maven
evenisse2004/05/19 01:46:45
Modified:maven-project/src/main/java/org/apache/maven/project
DefaultMavenProjectBuilder.java
MavenProjectBuilder.java
Log:
Add build( projectDescriptor, useParentPom ) method
Revision ChangesPath
evenisse2004/05/19 01:40:38
Modified:maven-mboot/src/bash maven.functions
Log:
Fix MBOOT_CP generation for cygwin :
- convert MBOOT_CP to unix format if a user define it
- Remove MBOOT_CP conversion to unix format after initialization because we already
have it in unix format.
During final testing a shostopper (MAVEN-1286) was found.
I will fix and re-test before releasing RC3.
If anyone has plugin releases pending (eg the xdoc bugs found post-1.7),
please prepare a well-tested release soon to get it bundled with RC3. If you
feel it needs a release but you are not the
25 matches
Mail list logo