[jira] Resolved: (MPXDOC-200) [m1.1-RC1 Oct06] maven-xdoc-plugin-1.10.1-SNAPSHOT fails under JDK 6

2007-02-20 Thread Shinobu Kawai (JIRA)
[ http://jira.codehaus.org/browse/MPXDOC-200?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shinobu Kawai resolved MPXDOC-200. -- Assignee: Shinobu Kawai Resolution: Fixed Fix Version/s: 1.10.1 Resolved! :) > [m1.

[jira] Commented: (MPXDOC-200) [m1.1-RC1 Oct06] maven-xdoc-plugin-1.10.1-SNAPSHOT fails under JDK 6

2007-02-18 Thread Shinobu Kawai (JIRA)
[ http://jira.codehaus.org/browse/MPXDOC-200?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_87872 ] Shinobu Kawai commented on MPXDOC-200: -- I applied a workaround to SVN, but looks like I don't have permission to resolve

[jira] Commented: (MPXDOC-200) [m1.1-RC1 Oct06] maven-xdoc-plugin-1.10.1-SNAPSHOT fails under JDK 6

2007-02-18 Thread Shinobu Kawai (JIRA)
[ http://jira.codehaus.org/browse/MPXDOC-200?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_87869 ] Shinobu Kawai commented on MPXDOC-200: -- This is due to a jelly bug [1] due to a change in the java6 ClassLoader implemen

[jira] Commented: (MPWAR-62) maven-war-plugin doesn't compile java sources when used with maven-test-plugin 1.8

2006-09-06 Thread Shinobu Kawai (JIRA)
[ http://jira.codehaus.org/browse/MPWAR-62?page=comments#action_74214 ] Shinobu Kawai commented on MPWAR-62: This should be revisited once MPTEST-66 is fixed one way or another. > maven-war-plugin doesn't compile java sources when used with

[jira] Closed: (MPEJB-23) ejb:init does not compile java code if tests are not run

2006-09-06 Thread Shinobu Kawai (JIRA)
[ http://jira.codehaus.org/browse/MPEJB-23?page=all ] Shinobu Kawai closed MPEJB-23. -- Resolution: Fixed This should be revisited once MPTEST-66 is fixed one way or another. > ejb:init does not compile java code if tests are not run > --

[jira] Commented: (MPTEST-66) 1.8 version introduces bug in other plugins

2006-08-23 Thread Shinobu Kawai (JIRA)
[ http://jira.codehaus.org/browse/MPTEST-66?page=comments#action_73116 ] Shinobu Kawai commented on MPTEST-66: - Not clear how the whole prereqs stuff work, but I was wondering if adding an attribute to call attainGoal with the same werkz sess

[jira] Commented: (MPTEST-66) 1.8 version introduces bug in other plugins

2006-08-21 Thread Shinobu Kawai (JIRA)
[ http://jira.codehaus.org/browse/MPTEST-66?page=comments#action_72976 ] Shinobu Kawai commented on MPTEST-66: - Actually, it's going to compile twice anyways (unless we revert the whole MPTEST-46 fix) because test:compile is being attainGoal-

[jira] Commented: (MPTEST-66) 1.8 version introduces bug in other plugins

2006-08-21 Thread Shinobu Kawai (JIRA)
[ http://jira.codehaus.org/browse/MPTEST-66?page=comments#action_72972 ] Shinobu Kawai commented on MPTEST-66: - I like nicolas' solution for backward compatability, but I'm not sure if it is "right" to assume that test:test will always compil

[jira] Commented: (MJAVADOC-85) allow only one taglet

2006-08-17 Thread Shinobu Kawai (JIRA)
[ http://jira.codehaus.org/browse/MJAVADOC-85?page=comments#action_72576 ] Shinobu Kawai commented on MJAVADOC-85: --- Unfortunately, the plugin currently only allows one taglet. > allow only one taglet > -- > >

[jira] Created: (MPJUNITREPORT-14) Don't run test:test if not needed.

2006-08-04 Thread Shinobu Kawai (JIRA)
Don't run test:test if not needed. -- Key: MPJUNITREPORT-14 URL: http://jira.codehaus.org/browse/MPJUNITREPORT-14 Project: maven-junitreport-plugin Issue Type: Wish Reporter: Shinobu Kawai

[jira] Updated: (MJAVADOC-81) Additional doclets do not run.

2006-08-02 Thread Shinobu Kawai (JIRA)
[ http://jira.codehaus.org/browse/MJAVADOC-81?page=all ] Shinobu Kawai updated MJAVADOC-81: -- Attachment: MJAVADOC-81 Patch to expose name, description, and outputName. Applied, I can add the following to my pom to make it work: ...

[jira] Updated: (MJAVADOC-81) Additional doclets do not run.

2006-08-02 Thread Shinobu Kawai (JIRA)
[ http://jira.codehaus.org/browse/MJAVADOC-81?page=all ] Shinobu Kawai updated MJAVADOC-81: -- Attachment: pom.xml The pom that doesn't work. I get the following in the log: [INFO] Skipped "JavaDocs" report, file "apidocs/index.html" already exists for

[jira] Created: (MJAVADOC-81) Additional doclets do not run.

2006-08-02 Thread Shinobu Kawai (JIRA)
Additional doclets do not run. -- Key: MJAVADOC-81 URL: http://jira.codehaus.org/browse/MJAVADOC-81 Project: Maven 2.x Javadoc Plugin Issue Type: Bug Affects Versions: 2.0 Reporter: Shinobu Kawai

[jira] Updated: (MPWAR-62) maven-war-plugin doesn't compile java sources when used with maven-test-plugin 1.8

2006-08-01 Thread Shinobu Kawai (JIRA)
[ http://jira.codehaus.org/browse/MPWAR-62?page=all ] Shinobu Kawai updated MPWAR-62: --- Attachment: MPWAR-62 Patch to fix bug against latest in SVN. > maven-war-plugin doesn't compile java sources when used with > maven-test-plugin 1.8 >

[jira] Commented: (MPTEST-67) maven.compile.target is not considered in test:compile

2006-07-28 Thread Shinobu Kawai (JIRA)
[ http://jira.codehaus.org/browse/MPTEST-67?page=comments#action_70999 ] Shinobu Kawai commented on MPTEST-67: - Good point. You might want to create a new issue for that. The test plugin is recycling many of the java plugin properties (incl

[jira] Created: (MPEJB-23) ejb:init does not compile java code if tests are not run

2006-07-27 Thread Shinobu Kawai (JIRA)
ejb:init does not compile java code if tests are not run Key: MPEJB-23 URL: http://jira.codehaus.org/browse/MPEJB-23 Project: maven-ejb-plugin Issue Type: Bug Reporter: Shi

[jira] Updated: (MPEJB-23) ejb:init does not compile java code if tests are not run

2006-07-27 Thread Shinobu Kawai (JIRA)
[ http://jira.codehaus.org/browse/MPEJB-23?page=all ] Shinobu Kawai updated MPEJB-23: --- Attachment: MPEJB-23 Patch to fix bug. > ejb:init does not compile java code if tests are not run > > >

[jira] Commented: (MPMULTIPROJECT-68) maven-multiproject-plugin:register should not register if no child projects

2006-07-26 Thread Shinobu Kawai (JIRA)
[ http://jira.codehaus.org/browse/MPMULTIPROJECT-68?page=comments#action_70796 ] Shinobu Kawai commented on MPMULTIPROJECT-68: - It worked with a fresh maven 1.0.2 + multiproject 1.5 + my patch. :) > maven-multiproject-plugin:registe

[jira] Updated: (MPMULTIPROJECT-68) maven-multiproject-plugin:register should not register if no child projects

2006-07-26 Thread Shinobu Kawai (JIRA)
[ http://jira.codehaus.org/browse/MPMULTIPROJECT-68?page=all ] Shinobu Kawai updated MPMULTIPROJECT-68: Attachment: MPMULTIPROJECT-68 Patch to grant wish. > maven-multiproject-plugin:register should not register if no child projects > --

[jira] Created: (MPMULTIPROJECT-68) maven-multiproject-plugin:register should not register if no child projects

2006-07-26 Thread Shinobu Kawai (JIRA)
maven-multiproject-plugin:register should not register if no child projects --- Key: MPMULTIPROJECT-68 URL: http://jira.codehaus.org/browse/MPMULTIPROJECT-68 Project: maven-multip

[jira] Updated: (MPMULTIPROJECT-67) maven-multiproject-plugin:deregister does not work

2006-07-26 Thread Shinobu Kawai (JIRA)
[ http://jira.codehaus.org/browse/MPMULTIPROJECT-67?page=all ] Shinobu Kawai updated MPMULTIPROJECT-67: Attachment: MPMULTIPROJECT-67 Patch to fix bug. > maven-multiproject-plugin:deregister does not work > --

[jira] Created: (MPMULTIPROJECT-67) maven-multiproject-plugin:deregister does not work

2006-07-26 Thread Shinobu Kawai (JIRA)
maven-multiproject-plugin:deregister does not work -- Key: MPMULTIPROJECT-67 URL: http://jira.codehaus.org/browse/MPMULTIPROJECT-67 Project: maven-multiproject-plugin Issue Type: Bug Affect

[jira] Created: (MPMULTIPROJECT-66) pre/postGoal defined in plugins are only called once during multiproject goals

2006-07-25 Thread Shinobu Kawai (JIRA)
pre/postGoal defined in plugins are only called once during multiproject goals -- Key: MPMULTIPROJECT-66 URL: http://jira.codehaus.org/browse/MPMULTIPROJECT-66 Project: maven-

[jira] Updated: (MPTEST-67) maven.compile.target is not considered in test:compile

2006-07-24 Thread Shinobu Kawai (JIRA)
[ http://jira.codehaus.org/browse/MPTEST-67?page=all ] Shinobu Kawai updated MPTEST-67: Attachment: MPTEST-67 Patch to use maven.compile.target > maven.compile.target is not considered in test:compile > --

[jira] Created: (MPTEST-67) maven.compile.target is not considered in test:compile

2006-07-24 Thread Shinobu Kawai (JIRA)
maven.compile.target is not considered in test:compile -- Key: MPTEST-67 URL: http://jira.codehaus.org/browse/MPTEST-67 Project: maven-test-plugin Issue Type: Bug Affects Versions: 1.8

[jira] Created: (MPJUNITREPORT-13) Ability to group packages and show in summary section

2006-07-19 Thread Shinobu Kawai (JIRA)
Ability to group packages and show in summary section - Key: MPJUNITREPORT-13 URL: http://jira.codehaus.org/browse/MPJUNITREPORT-13 Project: maven-junitreport-plugin Issue Type: Wish

[jira] Created: (CONTINUUM-770) Abitily to manually kick off a schedule and all of it's builds

2006-07-11 Thread Shinobu Kawai (JIRA)
Abitily to manually kick off a schedule and all of it's builds -- Key: CONTINUUM-770 URL: http://jira.codehaus.org/browse/CONTINUUM-770 Project: Continuum Type: Wish Components: Web interface Report

[jira] Created: (CONTINUUM-748) Build Now button on Build Definitions does not get grayed out.

2006-06-30 Thread Shinobu Kawai (JIRA)
Build Now button on Build Definitions does not get grayed out. -- Key: CONTINUUM-748 URL: http://jira.codehaus.org/browse/CONTINUUM-748 Project: Continuum Type: Bug Components: Web interface Version

[jira] Commented: (CONTINUUM-667) need a way to limit the mount of time a unit test runs for

2006-06-12 Thread Shinobu Kawai (JIRA)
[ http://jira.codehaus.org/browse/CONTINUUM-667?page=comments#action_67167 ] Shinobu Kawai commented on CONTINUUM-667: - Since CONTINUUM-669 was marked as a duplicate of this issue, I would like this to be expanded to a more generic scope. A timeout

[jira] Updated: (MAVEN-1763) Maven - Guide to Maven Evangelism has wrong svn URL

2006-06-03 Thread Shinobu Kawai (JIRA)
[ http://jira.codehaus.org/browse/MAVEN-1763?page=all ] Shinobu Kawai updated MAVEN-1763: - Attachment: MAVEN-1763 > Maven - Guide to Maven Evangelism has wrong svn URL > --- > > Key: MAVEN-1763 >

[jira] Updated: (MAVEN-1763) Maven - Guide to Maven Evangelism has wrong svn URL

2006-06-03 Thread Shinobu Kawai (JIRA)
[ http://jira.codehaus.org/browse/MAVEN-1763?page=all ] Shinobu Kawai updated MAVEN-1763: - Attachment: MAVEN-1763 > Maven - Guide to Maven Evangelism has wrong svn URL > --- > > Key: MAVEN-1763 >

[jira] Created: (MAVEN-1763) Maven - Guide to Maven Evangelism has wrong svn URL

2006-06-03 Thread Shinobu Kawai (JIRA)
Maven - Guide to Maven Evangelism has wrong svn URL --- Key: MAVEN-1763 URL: http://jira.codehaus.org/browse/MAVEN-1763 Project: Maven Type: Bug Components: documentation Reporter: Shinobu Kawai In the "Maven

[jira] Updated: (MEV-405) pom for cactus:cactus:13-1.7.2

2006-06-03 Thread Shinobu Kawai (JIRA)
[ http://jira.codehaus.org/browse/MEV-405?page=all ] Shinobu Kawai updated MEV-405: -- Attachment: cactus-13-1.7.2.pom > pom for cactus:cactus:13-1.7.2 > -- > > Key: MEV-405 > URL: http://jira.codehaus.org/browse/

[jira] Updated: (MEV-404) pom for cactus:cactus-ant:13-1.7.2

2006-06-03 Thread Shinobu Kawai (JIRA)
[ http://jira.codehaus.org/browse/MEV-404?page=all ] Shinobu Kawai updated MEV-404: -- Attachment: cactus-ant-13-1.7.2.pom > pom for cactus:cactus-ant:13-1.7.2 > -- > > Key: MEV-404 > URL: http://jira.codehaus

[jira] Created: (MEV-405) pom for cactus:cactus:13-1.7.2

2006-06-03 Thread Shinobu Kawai (JIRA)
pom for cactus:cactus:13-1.7.2 -- Key: MEV-405 URL: http://jira.codehaus.org/browse/MEV-405 Project: Maven Evangelism Type: Bug Components: Missing POM Reporter: Shinobu Kawai initial pom suggestion for cactus:cactus:13-1.7.2 -

[jira] Created: (MEV-404) pom for cactus:cactus-ant:13-1.7.2

2006-06-03 Thread Shinobu Kawai (JIRA)
pom for cactus:cactus-ant:13-1.7.2 -- Key: MEV-404 URL: http://jira.codehaus.org/browse/MEV-404 Project: Maven Evangelism Type: Bug Components: Missing POM Reporter: Shinobu Kawai initial pom suggestion for cactus:cactus-ant

[jira] Created: (MAVENUPLOAD-929) [NOT AN UPLOAD REQUEST] pom.xml is not uploaded for cactus 13-1.7.2

2006-06-02 Thread Shinobu Kawai (JIRA)
[NOT AN UPLOAD REQUEST] pom.xml is not uploaded for cactus 13-1.7.2 --- Key: MAVENUPLOAD-929 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-929 Project: maven-upload-requests Type: Bug Reporter: S

[jira] Created: (MINSTALL-22) Add ability to produce checksums for install:install-file

2006-05-31 Thread Shinobu Kawai (JIRA)
Add ability to produce checksums for install:install-file - Key: MINSTALL-22 URL: http://jira.codehaus.org/browse/MINSTALL-22 Project: Maven 2.x Install Plugin Type: Wish Reporter: Shinobu Kawai Priorit

[jira] Created: (MINSTALL-23) Issue tracking URL points to maven 2 jira.

2006-05-31 Thread Shinobu Kawai (JIRA)
Issue tracking URL points to maven 2 jira. -- Key: MINSTALL-23 URL: http://jira.codehaus.org/browse/MINSTALL-23 Project: Maven 2.x Install Plugin Type: Bug Reporter: Shinobu Kawai Priority: Trivial http://maven.apach

[jira] Created: (CONTINUUM-712) Download as text link in Build result page does not work from URL send in notification mails

2006-05-26 Thread Shinobu Kawai (JIRA)
Download as text link in Build result page does not work from URL send in notification mails - Key: CONTINUUM-712 URL: http://jira.codehaus.org/browse/CONTINUUM-712 Project: Continu

[jira] Created: (CONTINUUM-702) Ability to show build output only if build fails

2006-05-19 Thread Shinobu Kawai (JIRA)
Ability to show build output only if build fails Key: CONTINUUM-702 URL: http://jira.codehaus.org/browse/CONTINUUM-702 Project: Continuum Type: Wish Components: Mail Notifier Reporter: Shinobu Kawai Priori

[jira] Created: (CONTINUUM-695) Ability to edit Notifier from Project.

2006-05-12 Thread Shinobu Kawai (JIRA)
Ability to edit Notifier from Project. -- Key: CONTINUUM-695 URL: http://jira.codehaus.org/browse/CONTINUUM-695 Project: Continuum Type: Wish Components: Web interface Versions: 1.0.3 Reporter: Shinobu Kawai Pr

[jira] Created: (MSITE-130) Site generation fails for site.xml in UTF8 with BOM

2006-05-11 Thread Shinobu Kawai (JIRA)
Site generation fails for site.xml in UTF8 with BOM --- Key: MSITE-130 URL: http://jira.codehaus.org/browse/MSITE-130 Project: Maven 2.x Site Plugin Type: Improvement Reporter: Shinobu Kawai Priority: Critical

[jira] Created: (CONTINUUM-677) Developer access not showing https

2006-05-01 Thread Shinobu Kawai (JIRA)
Developer access not showing https -- Key: CONTINUUM-677 URL: http://jira.codehaus.org/browse/CONTINUUM-677 Project: Continuum Type: Bug Components: Documentation Reporter: Shinobu Kawai Priority: Minor In the Source Rep

[jira] Created: (CONTINUUM-676) Typo in Legend : "Build In Progess"

2006-05-01 Thread Shinobu Kawai (JIRA)
Typo in Legend : "Build In Progess" --- Key: CONTINUUM-676 URL: http://jira.codehaus.org/browse/CONTINUUM-676 Project: Continuum Type: Bug Components: Web interface Versions: 1.0.3 Reporter: Shinobu Kawai Priority:

[jira] Created: (CONTINUUM-675) Add Working Copy to the Legends

2006-05-01 Thread Shinobu Kawai (JIRA)
Add Working Copy to the Legends --- Key: CONTINUUM-675 URL: http://jira.codehaus.org/browse/CONTINUUM-675 Project: Continuum Type: Improvement Components: Web interface Versions: 1.0.3 Reporter: Shinobu Kawai Priority:

[jira] Closed: (CONTINUUM-497) Ability to download from the Working Copy page.

2006-05-01 Thread Shinobu Kawai (JIRA)
[ http://jira.codehaus.org/browse/CONTINUUM-497?page=all ] Shinobu Kawai closed CONTINUUM-497: --- Resolution: Fixed Fix Version: 1.0.3 Looks fixed in 1.0.3. :) > Ability to download from the Working Copy page. > --

[jira] Created: (MPCHANGELOG-87) Ability to set timezone for the report's Date column.

2006-04-28 Thread Shinobu Kawai (JIRA)
Ability to set timezone for the report's Date column. - Key: MPCHANGELOG-87 URL: http://jira.codehaus.org/browse/MPCHANGELOG-87 Project: maven-changelog-plugin Type: Wish Reporter: Shinobu Kawai It would be g

[jira] Created: (CONTINUUM-669) Ability to set timeout to a build

2006-04-27 Thread Shinobu Kawai (JIRA)
Ability to set timeout to a build - Key: CONTINUUM-669 URL: http://jira.codehaus.org/browse/CONTINUUM-669 Project: Continuum Type: Wish Components: Core system Versions: 1.0.3 Reporter: Shinobu Kawai Priority: Mino

[jira] Created: (CONTINUUM-668) Build history not showing after 1.0.2 to 1.0.3 migration

2006-04-27 Thread Shinobu Kawai (JIRA)
Build history not showing after 1.0.2 to 1.0.3 migration Key: CONTINUUM-668 URL: http://jira.codehaus.org/browse/CONTINUUM-668 Project: Continuum Type: Bug Components: Web interface Versions: 1.0.3