Performing an update of maven-components ...
Updates occured, build required ...
P maven-core/bootstrap.sh
---
Building mboot ...
---
---
brett 2004/05/27 20:23:35
Modified:maven-core bootstrap.sh
Log:
bootstrap needs to clean target directory.
This should be done for others as well, which I'll look at doing and testing later
Revision ChangesPath
1.14 +1 -0 maven-components/maven-core/bootstra
Performing a clean check out of maven-components ...
Updates occured, build required ...
---
Building mboot ...
---
-
since the mail alias isn't set up...
ok, so maven-jelly-tags cvs module is now independant. Development on it
should be done on HEAD.
Cheers,
Brett
--- Begin Message ---
Hi. This is the qmail-send program at apache.org.
I'm afraid I wasn't able to deliver your message to the following addresses.
brett 2004/05/27 17:15:41
Removed: maven-jelly-tags .cvsignore project.properties project.xml
maven-jelly-tags/src/java/main/org/apache/maven/jelly/tags
BaseTagLibrary.java BaseTagSupport.java
package.html
ma
brett 2004/05/27 17:08:54
Removed: maven-jelly-tags Tag: MAVEN-1_0-BRANCH .cvsignore
project.properties project.xml
maven-jelly-tags/src/java/main/org/apache/maven/jelly/tags
Tag: MAVEN-1_0-BRANCH BaseTagLibrary.java
aheritier2004/05/27 14:37:12
Modified:pdf/xdocs navigation.xml
Log:
use icon and external window for the PDF doc
Revision ChangesPath
1.6 +1 -1 maven-plugins/pdf/xdocs/navigation.xml
Index: navigation.xml
=
aheritier2004/05/27 14:36:22
Modified:ant/src/plugin-test .cvsignore
Log:
add dist directory from ant build.
Revision ChangesPath
1.3 +1 -0 maven-plugins/ant/src/plugin-test/.cvsignore
Index: .cvsignore
===
Performing an update of maven-components ...
Updates occured, build required ...
P maven-mboot/src/bash/pluggy
---
Building mboot ...
---
---
jvanzyl 2004/05/27 13:04:02
Modified:maven-mboot/src/bash pluggy
Log:
Revision ChangesPath
1.3 +9 -1 maven-components/maven-mboot/src/bash/pluggy
Index: pluggy
===
RCS file: /home/cvs/mav
jvanzyl 2004/05/27 13:03:47
Modified:maven-plugin/src/main/java/org/apache/maven/plugin/generator/jelly
JellyHarnessGenerator.java
Log:
o some poms have no stated deps
Revision ChangesPath
1.7 +15 -10
maven-components/maven-plugin/src/mai
Performing an update of maven-components ...
Updates occured, build required ...
P maven-core/bootstrap.sh
P maven-plugin/src/main/java/org/apache/maven/plugin/generator/Main.java
P maven-plugin/src/test/java/org/apache/maven/plugin/generator/BeanGeneratorTest.java
P
maven-plugin/src/test/java/
jvanzyl 2004/05/27 10:28:21
Modified:maven-core bootstrap.sh
Log:
o pass in the pom to the plugin artifact generation mechanism
Revision ChangesPath
1.13 +3 -3 maven-components/maven-core/bootstrap.sh
Index: bootstrap.sh
==
Message:
The following issue has been closed.
Resolver: Emmanuel Venisse
Date: Thu, 27 May 2004 1:20 PM
Done.
-
View the issue:
http://jira.codehaus.org/browse/MPCHANGELOG-39
Here is an overview of the issue:
---
evenisse2004/05/27 10:18:45
Modified:changelog/src/main/org/apache/maven/clearcaselib
ClearcaseChangeLogGenerator.java
changelog/xdocs changes.xml
Log:
MPCHANGELOG-39. Fix date format with clearcase.
Revision ChangesPath
1.3 +2
jvanzyl 2004/05/27 10:14:42
Modified:maven-plugin/src/main/java/org/apache/maven/plugin/generator
AbstractGenerator.java BeanGenerator.java Main.java
PluginDescriptorGenerator.java
PluginXdocGenerator.java
The following comment has been added to this issue:
Author: Archimedes Trajano
Created: Thu, 27 May 2004 1:01 PM
Body:
Also its not documented in the list of properties here
http://maven.apache.org/reference/user-guide.html#Behavioural_Properties
I think most people if they find
- Original Message -
From: "Jason van Zyl" <[EMAIL PROTECTED]>
To: "Maven Developers List" <[EMAIL PROTECTED]>
Sent: Thursday, May 27, 2004 3:56 PM
Subject: Re: cvs
commit:maven-components/maven-plugin/src/main/java/org/apache/maven/plugin/g
eneratorBeanGenerator.java
> On Thu, 2004-05-
The following issue has been updated:
Updater: Winston Rast (mailto:[EMAIL PROTECTED])
Date: Thu, 27 May 2004 11:11 AM
Comment:
This is my minimal test project that demonstrates the problem.
Changes:
Attachment changed to test.jar
---
Message:
A new issue has been created in JIRA.
-
View the issue:
http://jira.codehaus.org/browse/MAVEN-1296
Here is an overview of the issue:
-
Key:
Message:
A new issue has been created in JIRA.
-
View the issue:
http://jira.codehaus.org/browse/MPMULTIPROJECT-31
Here is an overview of the issue:
-
The problem you have is that in your project.properties you have :
maven.xdoc.jsl=../../../jakarta-commons/commons-build/commons-site.jsl
Maven doesn't find this file.
You must have something like :
maven.xdoc.jsl=../sandbox-build/commons-site.jsl
Or
maven.xdoc.jsl=${basedir}/../../jakarta-comm
The following comment has been added to this issue:
Author: Michael Mattox
Created: Thu, 27 May 2004 9:56 AM
Body:
This is now happening in various directories that are not integrated with Maven (ie.
do not have a project.xml). As before, if I copy the projext.xml above into the
On Thu, 2004-05-27 at 09:01, Emmanuel Venisse wrote:
> It's due to the use of System.out in plugins and not ant task that use ant
> project logger.
Sorry, I'm not following. The only thing being printed out from the
plugin is the directory being cleaned and that shows up on the console.
There are
On Thu, 2004-05-27 at 03:25, Emmanuel Venisse wrote:
> What do you think about write the goal name in the output?
Maven should take care of this, it's not something that should happen in
the plugin itself as it might be used strictly from inside Maven. A goal
is a maven thing and not really anyth
On Thu, 2004-05-27 at 03:17, Emmanuel Venisse wrote:
> Why you put only the maven-plugin dependency? Some plugin needs more
> dependencies, so, we must add all plugin dependencies.
Have to start somewhere, I just wanted to get this first plugin flying.
I realize other plugins have more dependenci
The following issue has been updated:
Updater: Emmanuel (mailto:[EMAIL PROTECTED])
Date: Thu, 27 May 2004 9:23 AM
Comment:
Here is a fix of this bug. Just forcing english date format.
Changes:
Attachment changed to ClearcaseChangeLogGenerator.java
--
- Original Message -
From: "Emmanuel Venisse" <[EMAIL PROTECTED]>
To: "Maven Developers List" <[EMAIL PROTECTED]>
Sent: Thursday, May 27, 2004 9:25 AM
Subject: Re: cvs commit:
maven-components/maven-plugin/src/main/java/org/apache/maven/plugin/generato
r BeanGenerator.java
> > Modifie
Emmanuel
- Original Message -
From: "Henning P. Schmiedehausen" <[EMAIL PROTECTED]>
Newsgroups: hometree.jakarta.maven.dev
To: <[EMAIL PROTECTED]>
Sent: Thursday, May 27, 2004 2:38 PM
Subject: Re: maven:reactor and filesets
> Brett Porter <[EMAIL PROTECTED]> writes:
>
> >--_=_Next
Brett Porter <[EMAIL PROTECTED]> writes:
>--_=_NextPart_001_01C44375.89CA3B82
>Content-Type: text/plain
>maven-jelly-tags is intended to be moved out of the maven tree and into a
>new subproject. It shouldn't really live on the branch anymore either -
>thanks for pointing that out.
>It isn't
Brett Porter <[EMAIL PROTECTED]> writes:
>--_=_NextPart_001_01C44375.5AE1C7C5
>Content-Type: text/plain
>There's no need:
>excludes="proj/dontbuild/project.xml" />
>http://maven.apache.org/reference/maven-jelly-tags/tags.html#maven:reactor
Hi Brett,
thanks for the answer. I know about the
Message:
A new issue has been created in JIRA.
-
View the issue:
http://jira.codehaus.org/browse/MPJNLP-9
Here is an overview of the issue:
-
Key: M
The following issue has been updated:
Updater: Séverin Voisin (mailto:[EMAIL PROTECTED])
Date: Thu, 27 May 2004 5:16 AM
Comment:
modified file.
Changes:
Attachment changed to module.jelly.txt
-
Message:
A new issue has been created in JIRA.
-
View the issue:
http://jira.codehaus.org/browse/MPIDEA-5
Here is an overview of the issue:
-
Key: M
The following comment has been added to this issue:
Author: Raket Man
Created: Thu, 27 May 2004 3:47 AM
Body:
OK, so it's gone :-)
The only difference I have since previous run is an OS upgrade to Darwin 7.4.0 from
Darwin 7.3.0. I can't begin to understand how that would fix the
> Modified:
maven-plugin/src/main/java/org/apache/maven/plugin/generator
> BeanGenerator.java
> Log:
> o albeit simple, the first m2 plugin to execute under m1 with artifacts
> entirely generated from @tags in the m2 plugin source.
>
>__ __
>| \/ |__ _Apac
- Original Message -
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, May 27, 2004 8:47 AM
Subject: cvs commit:
maven-components/maven-plugin/src/main/java/org/apache/maven/plugin/generato
r/jelly JellyHarnessGenerator.java
> jvanzyl 2004/05/26 23:47:45
>
> Modifi
37 matches
Mail list logo