[jira] Updated: (MPANNOUNCEMENT-15) A way to override the team name in "The ${pom.groupId} team"

2004-10-27 Thread jira
The following issue has been updated: Updater: Shinobu Kawai (mailto:[EMAIL PROTECTED]) Date: Thu, 28 Oct 2004 1:20 AM Comment: The patch to grant my wish. Changes: Attachment changed to announcement.teamname.patch ---

[jira] Created: (MPANNOUNCEMENT-16) A way to put the "maven.repo.remote" in the announcement.

2004-10-27 Thread jira
Message: A new issue has been created in JIRA. - View the issue: http://jira.codehaus.org/browse/MPANNOUNCEMENT-16 Here is an overview of the issue: -

[jira] Created: (MPANNOUNCEMENT-15) A way to override the team name in "The ${pom.groupId} team"

2004-10-27 Thread jira
Message: A new issue has been created in JIRA. - View the issue: http://jira.codehaus.org/browse/MPANNOUNCEMENT-15 Here is an overview of the issue: -

[ANN] maven-doccheck-plugin 1.4-0.1

2004-10-27 Thread Shinobu Kawai
TWIMC, Here's my first maven plugin. :) Any comments are welcome. (Especially in the documentation. I'm so bad at writing documentation.) The Maven-DocCheck team is pleased to announce the Maven DocCheck Plugin 1.4-0.1 release! http://maven-doccheck.sourceforge.net/ Changes in this versio

[jira] Commented: (MAVEN-1437) Cannot build bootstrap with JDK 1.5

2004-10-27 Thread jira
The following comment has been added to this issue: Author: Archimedes Trajano Created: Wed, 27 Oct 2004 8:39 PM Body: Index: project.properties === RCS file: /home/cvspublic/maven/project.properties,v retrieving revis

[jira] Commented: (MAVEN-1437) Cannot build bootstrap with JDK 1.5

2004-10-27 Thread jira
The following comment has been added to this issue: Author: Archimedes Trajano Created: Wed, 27 Oct 2004 8:36 PM Body: Actually, I built maven with target=1.1 and source=1.3 and that works. I guess 1.3 would work too. All I did was modify the project.properties of maven to get i

[jira] Commented: (MAVEN-1437) Cannot build bootstrap with JDK 1.5

2004-10-27 Thread jira
The following comment has been added to this issue: Author: Brett Porter Created: Wed, 27 Oct 2004 8:28 PM Body: I will build maven releases with target=1.3 Does that solve your issue? - View this comment: http:

[jira] Commented: (MAVEN-1437) Cannot build bootstrap with JDK 1.5

2004-10-27 Thread jira
The following comment has been added to this issue: Author: Archimedes Trajano Created: Wed, 27 Oct 2004 8:11 PM Body: Please note because of the fix done on MPJAVA-22 we cannot run maven in non Java5 JREs such as IBM JDK 1.3 ---

Re: source layout of jelly tags

2004-10-27 Thread Brett Porter
> > I'd be happy to do it on HEAD after 1.0.1 is merged. Sorry for the hassle. > > Is anything going to change? I can do the merge and swap if it's only > the merge that's needed. Unless you're going to change stuff in there > between now and the 1.0.1 release. There maybe something with the :get

[jira] Updated: (MAVEN-1480) Improvement on repository-upload.xml

2004-10-27 Thread jira
The following issue has been updated: Updater: Felipe Leme (mailto:[EMAIL PROTECTED]) Date: Wed, 27 Oct 2004 7:59 PM Changes: Attachment changed to MAVEN-1480.patch - For a full history of the issue

[jira] Created: (MAVEN-1480) Improvement on repository-upload.xml

2004-10-27 Thread jira
Message: A new issue has been created in JIRA. - View the issue: http://jira.codehaus.org/browse/MAVEN-1480 Here is an overview of the issue: - Key:

[jira] Commented: (MAVENUPLOAD-242) Please upload aspectjtools 1.2.1rc1

2004-10-27 Thread jira
The following comment has been added to this issue: Author: Felipe Leme Created: Wed, 27 Oct 2004 7:44 PM Body: I didn't use jar because it creates a manifest and I thought it shouldn't have one. Anyway, I updated the bundles (this and 241) and will create a doc patch about these

[jira] Commented: (MAVENUPLOAD-242) Please upload aspectjtools 1.2.1rc1

2004-10-27 Thread jira
The following comment has been added to this issue: Author: Carlos Sanchez Created: Wed, 27 Oct 2004 6:14 PM Body: Felipe, unzip works well but jar don't, why don't you try to use jar instead of zip? I can do so, but it'll be by friday -

[jira] Commented: (MAVEN-1422) Inheritence with more than 3 layers does not work

2004-10-27 Thread jira
The following comment has been added to this issue: Author: Edwin Chiu Created: Wed, 27 Oct 2004 5:11 PM Body: Seen MAVEN-1479 for a possible fix - View this comment: http://jira.codehaus.org/browse/MAVEN-1422?pa

Re: source layout of jelly tags

2004-10-27 Thread Jason van Zyl
On Wed, 2004-10-27 at 16:53, Brett Porter wrote: > Jason van Zyl wrote: > > >Hi, > > > >I'm creating some new tags to help make the geronimo build easier and I > >would like to update the source layout to the new format that we agreed > >on a while ago. > > > I'd prefer not for a few reasons. >

[jira] Updated: (MAVEN-1479) Multiproject inheritance (again)

2004-10-27 Thread jira
The following issue has been updated: Updater: Edwin Chiu (mailto:[EMAIL PROTECTED]) Date: Wed, 27 Oct 2004 5:06 PM Comment: Updated patch, handles more than one ancestor Changes: Attachment changed to MavenUtils.java.patch --

Re: source layout of jelly tags

2004-10-27 Thread Brett Porter
Jason van Zyl wrote: Hi, I'm creating some new tags to help make the geronimo build easier and I would like to update the source layout to the new format that we agreed on a while ago. I'd prefer not for a few reasons. You can't move the files on the cvs server because I think you'll break old b

[jira] Commented: (MAVEN-1437) Cannot build bootstrap with JDK 1.5

2004-10-27 Thread jira
The following comment has been added to this issue: Author: Brett Porter Created: Wed, 27 Oct 2004 4:40 PM Body: MPJAVA-22, which is fixed - View this comment: http://jira.codehaus.org/browse/MAVEN-1437?page=comm

Re: Subversion , was : RE: source layout of jelly tags

2004-10-27 Thread Jason van Zyl
On Wed, 2004-10-27 at 14:34, Christopher L Merrill wrote: > Does this mean that Maven cannot be used with a Subversion repository? Maven itself dosen't care what you use for your SCM, that's entirely up to you. There are just different options for the various plugins, but I'm talking about maven2

Re: Subversion , was : RE: source layout of jelly tags

2004-10-27 Thread Christopher L Merrill
Does this mean that Maven cannot be used with a Subversion repository? I had previously found this post: http://www.mail-archive.com/[EMAIL PROTECTED]/msg13243.html which seemed to indicate that the two were compatible. If not...we won't be able to use Maven on our next project :( C Jason van Zyl

Re: Subversion , was : RE: source layout of jelly tags

2004-10-27 Thread John Casey
aren't there still some lingering issues regarding Subversion's stability? I don't have any particular issue in mind, but it seems like I've seen complaints related to SVN on #codehaus in the not-so-distant past... Jason van Zyl wrote: On Wed, 2004-10-27 at 13:55, Arnaud HERITIER wrote: Just a

Re: Subversion , was : RE: source layout of jelly tags

2004-10-27 Thread Jason van Zyl
On Wed, 2004-10-27 at 13:55, Arnaud HERITIER wrote: > Just a question: > > What about to move to subversion? > It could make easier the move of files? I think that would eventually be a good idea, but I would like to do that when Continuum works well enough with SVN and then I would like to switc

Subversion , was : RE: source layout of jelly tags

2004-10-27 Thread Arnaud HERITIER
Just a question: What about to move to subversion? It could make easier the move of files? Arnaud. > -Message d'origine- > De : Arnaud HERITIER [mailto:[EMAIL PROTECTED] > Envoyé : mercredi 27 octobre 2004 19:41 > À : 'Maven Developers List' > Objet : RE: source layout of jelly tags >

RE: source layout of jelly tags

2004-10-27 Thread Arnaud HERITIER
+1 for me. Arnaud > -Message d'origine- > De : Jason van Zyl [mailto:[EMAIL PROTECTED] > Envoyé : mercredi 27 octobre 2004 17:47 > À : Maven Developers List > Objet : source layout of jelly tags > > Hi, > > I'm creating some new tags to help make the geronimo build easier and I > would

[jira] Updated: (MPMULTIPROJECT-39) Multiproject inheritance (again)

2004-10-27 Thread jira
The following issue has been updated: Updater: Edwin Chiu (mailto:[EMAIL PROTECTED]) Date: Wed, 27 Oct 2004 1:25 PM Comment: Attached is a messy patch to fix the inheritence problem. The testcase works under this patch. Maybe someone can volunteer to clean up the patch. It's probab

source layout of jelly tags

2004-10-27 Thread Jason van Zyl
Hi, I'm creating some new tags to help make the geronimo build easier and I would like to update the source layout to the new format that we agreed on a while ago. I'm not sure if the wiki has been deface or still working but essentially: src/main/java src/main/resources src/test/java src/test/re

[jira] Commented: (MAVEN-1437) Cannot build bootstrap with JDK 1.5

2004-10-27 Thread jira
The following comment has been added to this issue: Author: Archimedes Trajano Created: Wed, 27 Oct 2004 11:46 AM Body: What is this bug a duplicate of? - View this comment: http://jira.codehaus.org/browse/MAVEN-

[jira] Commented: (MAVENUPLOAD-242) Please upload aspectjtools 1.2.1rc1

2004-10-27 Thread jira
The following comment has been added to this issue: Author: Felipe Leme Created: Wed, 27 Oct 2004 9:46 AM Body: Carlos, Could you please fix the bundle for me? Otherwise we will get into that same ping-pong like last time... (notice that the jar is fine - try to ssh into my accou

[jira] Closed: (MAVENUPLOAD-240) Ashkay Take 2

2004-10-27 Thread jira
Message: The following issue has been closed. - View the issue: http://jira.codehaus.org/browse/MAVENUPLOAD-240 Here is an overview of the issue: -

[jira] Commented: (MAVENUPLOAD-241) Please upload aspectjrt 1.2.1rc1

2004-10-27 Thread jira
The following comment has been added to this issue: Author: Carlos Sanchez Created: Wed, 27 Oct 2004 9:19 AM Body: Error inflating file! (-3) - View this comment: http://jira.codehaus.org/browse/MAVENUPLOAD-241?p

[jira] Commented: (MAVENUPLOAD-242) Please upload aspectjtools 1.2.1rc1

2004-10-27 Thread jira
The following comment has been added to this issue: Author: Carlos Sanchez Created: Wed, 27 Oct 2004 9:18 AM Body: jar xf aspectjtools-1.2.1rc1-bundle.jar Error inflating file! (-3) - View this comment: http://ji

[jira] Closed: (MAVEN-1437) Cannot build bootstrap with JDK 1.5

2004-10-27 Thread jira
Message: The following issue has been closed. Resolver: Brett Porter Date: Wed, 27 Oct 2004 7:41 AM works - View the issue: http://jira.codehaus.org/browse/MAVEN-1437 Here is an overview of the issue: ---

cvs commit: maven/xdocs changes.xml

2004-10-27 Thread brett
brett 2004/10/27 04:33:51 Modified:xdocsTag: MAVEN-1_0-BRANCH changes.xml Log: changes Revision ChangesPath No revision No revision 1.14.4.38 +5 -0 maven/xdocs/changes.xml Index: changes.xml ===

cvs commit: maven/xdocs faq.fml

2004-10-27 Thread brett
brett 2004/10/27 04:16:37 Modified:xdocsTag: MAVEN-1_0-BRANCH faq.fml Log: add comment on entities Revision ChangesPath No revision No revision 1.5.4.11 +30 -0 maven/xdocs/faq.fml Index: faq.fml ===

[jira] Closed: (MAVEN-1476) document non-support of xml-entities in project.xml going forward

2004-10-27 Thread jira
Message: The following issue has been closed. Resolver: Brett Porter Date: Wed, 27 Oct 2004 7:09 AM faq'd - View the issue: http://jira.codehaus.org/browse/MAVEN-1476 Here is an overview of the issue: ---

[jira] Created: (MPPDF-24) Internal links failed

2004-10-27 Thread jira
Message: A new issue has been created in JIRA. - View the issue: http://jira.codehaus.org/browse/MPPDF-24 Here is an overview of the issue: - Key: M

[jira] Updated: (MPXDOC-91) bundled css files contain no filter tokens for ui property values

2004-10-27 Thread jira
The following issue has been updated: Updater: Brett Porter (mailto:[EMAIL PROTECTED]) Date: Wed, 27 Oct 2004 6:55 AM Changes: Fix Version changed from 1.7 - For a full history of the issue, see:

[jira] Created: (MPPDF-23) Add links from table of contents to page or section in the pdf

2004-10-27 Thread jira
Message: A new issue has been created in JIRA. - View the issue: http://jira.codehaus.org/browse/MPPDF-23 Here is an overview of the issue: - Key: M

[jira] Created: (MPPDF-22) Allow copy and paste from pdf to text editor

2004-10-27 Thread jira
Message: A new issue has been created in JIRA. - View the issue: http://jira.codehaus.org/browse/MPPDF-22 Here is an overview of the issue: - Key: M

[jira] Commented: (MAVEN-1391) fold in werkz, forehead, grant

2004-10-27 Thread jira
The following comment has been added to this issue: Author: Brett Porter Created: Wed, 27 Oct 2004 6:40 AM Body: get rid of which, not really needed. - View this comment: http://jira.codehaus.org/browse/MAVEN-139

[jira] Commented: (MAVEN-1391) fold in werkz, forehead, grant

2004-10-27 Thread jira
The following comment has been added to this issue: Author: Brett Porter Created: Wed, 27 Oct 2004 6:39 AM Body: fold in graph too, because it has been rewritten since. - View this comment: http://jira.codehaus.o

[jira] Updated: (MPJCOVERAGE-20) allow comma separeted values for maven.jcoverage.instrumentation.excludes

2004-10-27 Thread jira
The following issue has been updated: Updater: Tobias Joch (mailto:[EMAIL PROTECTED]) Date: Wed, 27 Oct 2004 4:15 AM Comment: here is the patch as file... Changes: Attachment changed to patch.txt --

[jira] Created: (MPJCOVERAGE-20) allow comma separeted values for maven.jcoverage.instrumentation.excludes

2004-10-27 Thread jira
Message: A new issue has been created in JIRA. - View the issue: http://jira.codehaus.org/browse/MPJCOVERAGE-20 Here is an overview of the issue: -