[jira] Updated: (WAGON-55) Provide support for HTTP compression (request and response)
[ http://jira.codehaus.org/browse/WAGON-55?page=all ] Nathan Beyer (Apache) updated WAGON-55: --- Attachment: LightweightHttpWagonGzipTest.java lightweight_gzip_patch.diff > Provide support for HTTP compression (request and response) > --- > > Key: WAGON-55 > URL: http://jira.codehaus.org/browse/WAGON-55 > Project: wagon > Type: New Feature > Components: wagon-webdav, wagon-http-lightweight, wagon-http > Reporter: Nathan Beyer (Cerner) > Attachments: HttpWagonGzipTest.java, LightweightHttpWagonGzipTest.java, > gzip_patch.diff, lightweight_gzip_patch.diff, webdav_gzip_patch.diff > > > Implement support for HTTP-based wagon providers to utilize HTTP compression > (gzip?). For downloads, this would entail sending Accept-Encoding headers to > indicate that a server can compress the response. For uploads, as with > WebDAV, this would entail compressing the content and setting the appropriate > Content-Type values. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Commented: (MAVEN-1764) planetmirror repository listed in the documentation prevents any project from building
[ http://jira.codehaus.org/browse/MAVEN-1764?page=comments#action_69865 ] Henning Schmiedehausen commented on MAVEN-1764: --- Is still not changed (last site publish for 1.x was June 20th). Is still not changed in the URL listed above (http://maven.apache.org/using/repositories.html) which has last published at Oct 20th 2005 (!), almost nine months ago). > planetmirror repository listed in the documentation prevents any project from > building > -- > > Key: MAVEN-1764 > URL: http://jira.codehaus.org/browse/MAVEN-1764 > Project: Maven > Type: Bug > Components: documentation > Reporter: Henning Schmiedehausen > Assignee: Carlos Sanchez > Priority: Critical > Fix For: 1.1-beta-3 > Attachments: oro-2.0.7.jar > > > On http://maven.apache.org/using/repositories.html, some maven repository > URLs are listed as examples. One of these is > http://public.planetmirror.com/pub/maven/. However, this is not a "real" > maven repository, planetmirror.com insists on showing you advertisments > before a jar can be downloaded. It does behave differently whether you > access an URL with a browser, wget or maven. > This leads to hard to find build errors, because maven (1.0.2, the last > released version of 1.x, you know), even with the artifact updates installed, > chokes on these redirects and saves the HTML page as jar file. Which in turn > leads to hard to find build errors. > Please either remove planetmirror.com from the documentation pages or work > with the people there to fix this behaviour. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Reopened: (MAVEN-1764) planetmirror repository listed in the documentation prevents any project from building
[ http://jira.codehaus.org/browse/MAVEN-1764?page=all ] Henning Schmiedehausen reopened MAVEN-1764: --- There is still a second mentioning of planetmirror in the page. > planetmirror repository listed in the documentation prevents any project from > building > -- > > Key: MAVEN-1764 > URL: http://jira.codehaus.org/browse/MAVEN-1764 > Project: Maven > Type: Bug > Components: documentation > Reporter: Henning Schmiedehausen > Assignee: Carlos Sanchez > Priority: Critical > Fix For: 1.1-beta-3 > Attachments: oro-2.0.7.jar > > > On http://maven.apache.org/using/repositories.html, some maven repository > URLs are listed as examples. One of these is > http://public.planetmirror.com/pub/maven/. However, this is not a "real" > maven repository, planetmirror.com insists on showing you advertisments > before a jar can be downloaded. It does behave differently whether you > access an URL with a browser, wget or maven. > This leads to hard to find build errors, because maven (1.0.2, the last > released version of 1.x, you know), even with the artifact updates installed, > chokes on these redirects and saves the HTML page as jar file. Which in turn > leads to hard to find build errors. > Please either remove planetmirror.com from the documentation pages or work > with the people there to fix this behaviour. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Closed: (MAVEN-1764) planetmirror repository listed in the documentation prevents any project from building
[ http://jira.codehaus.org/browse/MAVEN-1764?page=all ] Carlos Sanchez closed MAVEN-1764: - Resolution: Fixed > planetmirror repository listed in the documentation prevents any project from > building > -- > > Key: MAVEN-1764 > URL: http://jira.codehaus.org/browse/MAVEN-1764 > Project: Maven > Type: Bug > Components: documentation > Reporter: Henning Schmiedehausen > Assignee: Carlos Sanchez > Priority: Critical > Fix For: 1.1-beta-3 > Attachments: oro-2.0.7.jar > > > On http://maven.apache.org/using/repositories.html, some maven repository > URLs are listed as examples. One of these is > http://public.planetmirror.com/pub/maven/. However, this is not a "real" > maven repository, planetmirror.com insists on showing you advertisments > before a jar can be downloaded. It does behave differently whether you > access an URL with a browser, wget or maven. > This leads to hard to find build errors, because maven (1.0.2, the last > released version of 1.x, you know), even with the artifact updates installed, > chokes on these redirects and saves the HTML page as jar file. Which in turn > leads to hard to find build errors. > Please either remove planetmirror.com from the documentation pages or work > with the people there to fix this behaviour. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Commented: (CONTINUUM-779) Creation of AbstractActionLogger that extends ActionSupport and implements LogEnabled
[ http://jira.codehaus.org/browse/CONTINUUM-779?page=comments#action_69867 ] Trygve Laugstol commented on CONTINUUM-779: --- 1) Why can't the ActionSupport implement LogEnabled directly? The logger field should not be protected, it should be private. The subclasses will access the logger through getLogger() 2) getLogger().logX() should always include the exception so it will be printed out on the console. > Creation of AbstractActionLogger that extends ActionSupport and implements > LogEnabled > - > > Key: CONTINUUM-779 > URL: http://jira.codehaus.org/browse/CONTINUUM-779 > Project: Continuum > Type: Sub-task > Reporter: Teodoro Cue Jr. > Attachments: AXPENTBUILDENV-60-continuum-webapp.patch > > > A class that will be use by all actions. This is to eliminate code repetition > when actions implements the LogEnabled interface. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Created: (MNG-2451) [maven-changes-plugin] The images used in the changes report are not copied to the generated site
[maven-changes-plugin] The images used in the changes report are not copied to the generated site - Key: MNG-2451 URL: http://jira.codehaus.org/browse/MNG-2451 Project: Maven 2 Type: Bug Components: Sandbox Reporter: Dennis Lundberg The images for rss feed and the different action types (add, fix, remove, update) are not copied to the generated site in the target directory. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Moved: (MCHANGES-42) [maven-changes-plugin] The images used in the changes report are not copied to the generated site
[ http://jira.codehaus.org/browse/MCHANGES-42?page=all ] Carlos Sanchez moved MNG-2451 to MCHANGES-42: - Component: (was: Sandbox) Complexity: (was: Intermediate) Key: MCHANGES-42 (was: MNG-2451) Project: Maven 2.x Changes Plugin (was: Maven 2) > [maven-changes-plugin] The images used in the changes report are not copied > to the generated site > - > > Key: MCHANGES-42 > URL: http://jira.codehaus.org/browse/MCHANGES-42 > Project: Maven 2.x Changes Plugin > Type: Bug > Reporter: Dennis Lundberg > Assignee: Dennis Lundberg > > > The images for rss feed and the different action types (add, fix, remove, > update) are not copied to the generated site in the target directory. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Closed: (MCHANGES-42) [maven-changes-plugin] The images used in the changes report are not copied to the generated site
[ http://jira.codehaus.org/browse/MCHANGES-42?page=all ] Dennis Lundberg closed MCHANGES-42: --- Resolution: Duplicate > [maven-changes-plugin] The images used in the changes report are not copied > to the generated site > - > > Key: MCHANGES-42 > URL: http://jira.codehaus.org/browse/MCHANGES-42 > Project: Maven 2.x Changes Plugin > Type: Bug > Reporter: Dennis Lundberg > Assignee: Dennis Lundberg > > > The images for rss feed and the different action types (add, fix, remove, > update) are not copied to the generated site in the target directory. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Closed: (MCHANGES-41) documentation missing on website
[ http://jira.codehaus.org/browse/MCHANGES-41?page=all ] Dennis Lundberg closed MCHANGES-41: --- Assign To: Dennis Lundberg Resolution: Fixed Added link to goals page. > documentation missing on website > > > Key: MCHANGES-41 > URL: http://jira.codehaus.org/browse/MCHANGES-41 > Project: Maven 2.x Changes Plugin > Type: Improvement > Reporter: Jorg Heymans > Assignee: Dennis Lundberg > Priority: Minor > > > The link to the "full description of goals" comes up empty here : > http://maven.apache.org/plugins/maven-war-plugin/introduction.html > Additionally, http://maven.apache.org/plugins/maven-changelog-plugin and > http://maven.apache.org/plugins/maven-changes-plugin are also not working > anymore. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Closed: (MCHANGES-38) All images in the report are broken.
[ http://jira.codehaus.org/browse/MCHANGES-38?page=all ] Dennis Lundberg closed MCHANGES-38: --- Resolution: Fixed > All images in the report are broken. > > > Key: MCHANGES-38 > URL: http://jira.codehaus.org/browse/MCHANGES-38 > Project: Maven 2.x Changes Plugin > Type: Bug > Versions: 2.0 > Environment: osx 10.4.6, java 1.4.2_06 > Reporter: Julian Wood > Assignee: Dennis Lundberg > > > With the move to skins (by the site plugin?), none of the images depended > upon by changes are available anymore. Thus all inline images are broken in > the report. > The changes plugin needs to copy the images itself. > More info here: > http://www.nabble.com/Re%3A+Site+plugin+changes--p4636168.html -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Closed: (MCHANGES-37) Allow to change the changes.xml path
[ http://jira.codehaus.org/browse/MCHANGES-37?page=all ] Dennis Lundberg closed MCHANGES-37: --- Assign To: Dennis Lundberg Resolution: Fixed Added Mikes configuration as an example in the site documentation. > Allow to change the changes.xml path > > > Key: MCHANGES-37 > URL: http://jira.codehaus.org/browse/MCHANGES-37 > Project: Maven 2.x Changes Plugin > Type: Improvement > Versions: 2.0 > Reporter: Roberto Lo Giacco > Assignee: Dennis Lundberg > Priority: Minor > > > Trying to override the default value of the xmlPath property an error is > generated stating the xmlPath property is read only and thus cannot be > modified. I wish to store the changes.xml file in a directory other than > src/changes. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Closed: (MCHANGES-15) move to reporting api 2.0 and add canGenerateReport() method
[ http://jira.codehaus.org/browse/MCHANGES-15?page=all ] Dennis Lundberg closed MCHANGES-15: --- Assign To: Dennis Lundberg Resolution: Fixed Applied with modifications. Thanks! > move to reporting api 2.0 and add canGenerateReport() method > > > Key: MCHANGES-15 > URL: http://jira.codehaus.org/browse/MCHANGES-15 > Project: Maven 2.x Changes Plugin > Type: Bug > Reporter: fabrizio giustina > Assignee: Dennis Lundberg > Attachments: CHANGES-cangenerate.diff > > > the changes plugin has not been updated after a breaking change in maven > reporting api 2.0 and maven 2.0 complains about the missing > canGenerateReport() method. > The patch update the plugin dependencies and adds such method to the > changes.xml and jira mojos: > - changes.xml mojo doesn't generate a report if changes.xml is missing > - jira mojo doesn't generate a report if issue management is not set -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Created: (MSITE-161) allow declaring google analytics code in maven generated website
allow declaring google analytics code in maven generated website Key: MSITE-161 URL: http://jira.codehaus.org/browse/MSITE-161 Project: Maven 2.x Site Plugin Type: New Feature Reporter: Milos Kleint as per discussion with trygve, i'm adding this issue. I have a non maven-site-plugin solution at mojo.codehaus.org that does postprocessing of the generated site. http://fisheye.codehaus.org/browse/mojo/trunk/mojo/mojo-sandbox/ganalytics-maven-mojo -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Updated: (MEJB-17) review plugin documentation
[ http://jira.codehaus.org/browse/MEJB-17?page=all ] Marvin King updated MEJB-17: Attachment: MEJB-17-maven-ejb-plugin.patch > review plugin documentation > --- > > Key: MEJB-17 > URL: http://jira.codehaus.org/browse/MEJB-17 > Project: Maven 2.x Ejb Plugin > Type: Task > Reporter: Marvin King > Assignee: Marvin King > Attachments: MEJB-17-maven-ejb-plugin.patch > > Original Estimate: 14 hours >Time Spent: 6 hours > Remaining: 8 hours > -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Closed: (MCHANGES-35) Handle jira standard urls (without the numeric projectid)
[ http://jira.codehaus.org/browse/MCHANGES-35?page=all ] Dennis Lundberg closed MCHANGES-35: --- Assign To: Dennis Lundberg Resolution: Fixed Applied with modifications. Thanks! > Handle jira standard urls (without the numeric projectid) > - > > Key: MCHANGES-35 > URL: http://jira.codehaus.org/browse/MCHANGES-35 > Project: Maven 2.x Changes Plugin > Type: Improvement > Reporter: fabrizio giustina > Assignee: Dennis Lundberg > Attachments: CHANGES-jirafancyurl.diff > > > handle standard urls by fetching the project id from the project page. > This patch has already been applied to the maven 1 jira plugin, it would be > nice to have it in the m2 version too. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Updated: (MCHANGES-38) All images in the report are broken.
[ http://jira.codehaus.org/browse/MCHANGES-38?page=all ] Dennis Lundberg updated MCHANGES-38: Fix Version: 2.0-beta-2 > All images in the report are broken. > > > Key: MCHANGES-38 > URL: http://jira.codehaus.org/browse/MCHANGES-38 > Project: Maven 2.x Changes Plugin > Type: Bug > Versions: 2.0 > Environment: osx 10.4.6, java 1.4.2_06 > Reporter: Julian Wood > Assignee: Dennis Lundberg > Fix For: 2.0-beta-2 > > > With the move to skins (by the site plugin?), none of the images depended > upon by changes are available anymore. Thus all inline images are broken in > the report. > The changes plugin needs to copy the images itself. > More info here: > http://www.nabble.com/Re%3A+Site+plugin+changes--p4636168.html -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Updated: (MCHANGES-41) documentation missing on website
[ http://jira.codehaus.org/browse/MCHANGES-41?page=all ] Dennis Lundberg updated MCHANGES-41: Fix Version: 2.0-beta-2 > documentation missing on website > > > Key: MCHANGES-41 > URL: http://jira.codehaus.org/browse/MCHANGES-41 > Project: Maven 2.x Changes Plugin > Type: Improvement > Reporter: Jorg Heymans > Assignee: Dennis Lundberg > Priority: Minor > Fix For: 2.0-beta-2 > > > The link to the "full description of goals" comes up empty here : > http://maven.apache.org/plugins/maven-war-plugin/introduction.html > Additionally, http://maven.apache.org/plugins/maven-changelog-plugin and > http://maven.apache.org/plugins/maven-changes-plugin are also not working > anymore. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Updated: (MCHANGES-15) move to reporting api 2.0 and add canGenerateReport() method
[ http://jira.codehaus.org/browse/MCHANGES-15?page=all ] Dennis Lundberg updated MCHANGES-15: Fix Version: 2.0-beta-2 > move to reporting api 2.0 and add canGenerateReport() method > > > Key: MCHANGES-15 > URL: http://jira.codehaus.org/browse/MCHANGES-15 > Project: Maven 2.x Changes Plugin > Type: Bug > Reporter: fabrizio giustina > Assignee: Dennis Lundberg > Fix For: 2.0-beta-2 > Attachments: CHANGES-cangenerate.diff > > > the changes plugin has not been updated after a breaking change in maven > reporting api 2.0 and maven 2.0 complains about the missing > canGenerateReport() method. > The patch update the plugin dependencies and adds such method to the > changes.xml and jira mojos: > - changes.xml mojo doesn't generate a report if changes.xml is missing > - jira mojo doesn't generate a report if issue management is not set -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Updated: (MCHANGES-37) Allow to change the changes.xml path
[ http://jira.codehaus.org/browse/MCHANGES-37?page=all ] Dennis Lundberg updated MCHANGES-37: Fix Version: 2.0-beta-2 > Allow to change the changes.xml path > > > Key: MCHANGES-37 > URL: http://jira.codehaus.org/browse/MCHANGES-37 > Project: Maven 2.x Changes Plugin > Type: Improvement > Versions: 2.0 > Reporter: Roberto Lo Giacco > Assignee: Dennis Lundberg > Priority: Minor > Fix For: 2.0-beta-2 > > > Trying to override the default value of the xmlPath property an error is > generated stating the xmlPath property is read only and thus cannot be > modified. I wish to store the changes.xml file in a directory other than > src/changes. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Updated: (MCHANGES-42) [maven-changes-plugin] The images used in the changes report are not copied to the generated site
[ http://jira.codehaus.org/browse/MCHANGES-42?page=all ] Dennis Lundberg updated MCHANGES-42: Fix Version: 2.0-beta-2 > [maven-changes-plugin] The images used in the changes report are not copied > to the generated site > - > > Key: MCHANGES-42 > URL: http://jira.codehaus.org/browse/MCHANGES-42 > Project: Maven 2.x Changes Plugin > Type: Bug > Reporter: Dennis Lundberg > Assignee: Dennis Lundberg > Fix For: 2.0-beta-2 > > > The images for rss feed and the different action types (add, fix, remove, > update) are not copied to the generated site in the target directory. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Updated: (MCHANGES-35) Handle jira standard urls (without the numeric projectid)
[ http://jira.codehaus.org/browse/MCHANGES-35?page=all ] Dennis Lundberg updated MCHANGES-35: Fix Version: 2.0-beta-2 > Handle jira standard urls (without the numeric projectid) > - > > Key: MCHANGES-35 > URL: http://jira.codehaus.org/browse/MCHANGES-35 > Project: Maven 2.x Changes Plugin > Type: Improvement > Reporter: fabrizio giustina > Assignee: Dennis Lundberg > Fix For: 2.0-beta-2 > Attachments: CHANGES-jirafancyurl.diff > > > handle standard urls by fetching the project id from the project page. > This patch has already been applied to the maven 1 jira plugin, it would be > nice to have it in the m2 version too. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Updated: (MCHANGES-39) Not using correct apt syntax in howto document renders a strange looking html page
[ http://jira.codehaus.org/browse/MCHANGES-39?page=all ] Dennis Lundberg updated MCHANGES-39: Fix Version: 2.0-beta-2 > Not using correct apt syntax in howto document renders a strange looking html > page > -- > > Key: MCHANGES-39 > URL: http://jira.codehaus.org/browse/MCHANGES-39 > Project: Maven 2.x Changes Plugin > Type: Bug > Reporter: Dennis Lundberg > Assignee: Dennis Lundberg > Priority: Minor > Fix For: 2.0-beta-2 > Attachments: howto.patch > > > The currently deployed site at > http://maven.apache.org/plugins/maven-changes-plugin/howto.html > looks strange after the section "How to Generate Jira Report". > This is due to a missing line break in the apt file. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Closed: (MCHANGES-17) jira report should support /browse/ syntax URL, and use configuration for the project id
[ http://jira.codehaus.org/browse/MCHANGES-17?page=all ] Dennis Lundberg closed MCHANGES-17: --- Assign To: Dennis Lundberg Resolution: Duplicate > jira report should support /browse/ syntax URL, and use configuration for the > project id > > > Key: MCHANGES-17 > URL: http://jira.codehaus.org/browse/MCHANGES-17 > Project: Maven 2.x Changes Plugin > Type: Bug > Reporter: Brett Porter > Assignee: Dennis Lundberg > > -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Closed: (MCHANGES-34) e.printStackTrace() instead of log on xml parsing error
[ http://jira.codehaus.org/browse/MCHANGES-34?page=all ] Dennis Lundberg closed MCHANGES-34: --- Assign To: Dennis Lundberg Resolution: Fixed Fix Version: 2.0-beta-2 > e.printStackTrace() instead of log on xml parsing error > --- > > Key: MCHANGES-34 > URL: http://jira.codehaus.org/browse/MCHANGES-34 > Project: Maven 2.x Changes Plugin > Type: Improvement > Reporter: Grzegorz Slowikowski > Assignee: Dennis Lundberg > Priority: Trivial > Fix For: 2.0-beta-2 > > > When parsing changes.xml we got exception. This exception is not logged. > There is e.printStackTrace() instead of log statement. > (org.apache.maven.changes.ChangesXML.java line 62) -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Closed: (MCHANGES-40) Documentation of changes plugin should be improved
[ http://jira.codehaus.org/browse/MCHANGES-40?page=all ] Dennis Lundberg closed MCHANGES-40: --- Assign To: Dennis Lundberg Resolution: Fixed Fix Version: 2.0-beta-2 Regenerated the old sample changes report and switched to using a live JIRA report. > Documentation of changes plugin should be improved > -- > > Key: MCHANGES-40 > URL: http://jira.codehaus.org/browse/MCHANGES-40 > Project: Maven 2.x Changes Plugin > Type: Improvement > Reporter: Wim Deblauwe > Assignee: Dennis Lundberg > Fix For: 2.0-beta-2 > > > There is no documentation on the possible configuration things you can do > with the changes plugin > (http://maven.apache.org/plugins/maven-changes-plugin/howto.html). Also when > clicking on the JIRA sample report, you suddenly go a different site, this is > quite confusing. > One thing that especially needs documentation is changing the location of > changes.xml. There are quite a few people (MCHANGES-22, MCHANGES-3), who want > to change it to src/site/changes/changes.xml in stead of the default > src/changes/changes.xml. It reduces the clutter in the src directory, and > since the changes.xml is used in the site, it is more locigal to me to have > in the alternate location in stead of the default. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Created: (MSUREFIRE-148) SurefireBooter can initialize classloader with badly formed URLs
SurefireBooter can initialize classloader with badly formed URLs Key: MSUREFIRE-148 URL: http://jira.codehaus.org/browse/MSUREFIRE-148 Project: Maven 2.x Surefire Plugin Type: Bug Reporter: Jeremy Boynes In SurefireBooter.createClassLoader() the path is converted to a URL using File f = new File( url ); urls.add( f.toURL() ); File.toURL does not perform URL encoding so the resulting URL may contain invalid characters. This is an issue on Windows machines where the default maven repository is in "C:\Documents and Settings\user\.m2\..." (the filename contains spaces). If a test accesses a resource that is loaded from a dependency jar then the URL returned to that test is malformed. With JDK 1.4 this can be fixed using urls.add( f.toURI().toURL() ); as toURI() does encode the path. If surefire still needs to run under pre-1.4 JVMs this would need to be explicitly encoded. I'm willing to supply a patch for that if wanted. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Closed: (MECLIPSE-126) mark contents of "target" directory as derived
[ http://jira.codehaus.org/browse/MECLIPSE-126?page=all ] fabrizio giustina closed MECLIPSE-126: -- Assign To: fabrizio giustina Resolution: Won't Fix Fix Version: 2.3 the "derived resource" marker is not applied by eclipse on the output directory. Such marker is added by eclipse itself when a java file is compiled to a class file or any file is copied from the src to the target directory. This means that project resources are marked as derived when compiling from eclipse, but not when the project is built by maven (since maven would have to mark each single file, and this has to be done in the .metadata directory in the eclipse workspace). > mark contents of "target" directory as derived > -- > > Key: MECLIPSE-126 > URL: http://jira.codehaus.org/browse/MECLIPSE-126 > Project: Maven 2.x Eclipse Plugin > Type: Bug > Versions: 2.2 > Reporter: Andreas Schildbach > Assignee: fabrizio giustina > Fix For: 2.3 > > > Eclipse has the notion of "derived resources", which are normally excluded > from many dialogs like the "Open Resource" dialog (Ctrl-Shift-R). Without > this marker, all those dialogs would be cluttered with unrelevant files > (which can't be edited anyway because they will be overwritten on the next > build). > Unfortunately, unlike Eclipse itself, "mvn eclipse:eclipse" does not mark > generated files as derived. A good candidate would be the entire contents of > the "target" directory. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Closed: (MECLIPSE-124) Put all dependencies under eclipse container
[ http://jira.codehaus.org/browse/MECLIPSE-124?page=all ] fabrizio giustina closed MECLIPSE-124: -- Assign To: fabrizio giustina Resolution: Won't Fix Fix Version: 2.3 The aim of the maven eclipse plugin is to generate an eclipse configuration that makes the project usable in eclipse without the need for installing any maven specific plugin into eclipse. Adding a classpath container would require installing an eclipse plugin for building a maven project. > Put all dependencies under eclipse container > > > Key: MECLIPSE-124 > URL: http://jira.codehaus.org/browse/MECLIPSE-124 > Project: Maven 2.x Eclipse Plugin > Type: Improvement > Environment: Eclipse 3.1 + 3.2, maven 2.0.4 > Reporter: David Rabinowitz > Assignee: fabrizio giustina > Fix For: 2.3 > > > When a project is created using "mvn eclipse:eclipse" it usually includes > many depedencies, all listed in a long list that takes a good portion of the > screen (especially if there are several projects simultaneously, as it is > usually the case). > Is it possible to group them all under a container, like teh m2eclipse plugin > does? > David -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Created: (MCHANGES-43) Improve compatibility with the Maven 1 changes plugin
Improve compatibility with the Maven 1 changes plugin - Key: MCHANGES-43 URL: http://jira.codehaus.org/browse/MCHANGES-43 Project: Maven 2.x Changes Plugin Type: Bug Reporter: Dennis Lundberg Assigned to: Dennis Lundberg Fix For: 2.0-beta-2 A changes.xml file used for the Maven 1 changes plugin has an optional attribute "description" on the element. In the Maven 2 plugin that attribute is called "desc". Change that to "description" to improve compatibility with the Maven 1 plugin. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Closed: (MCHANGES-43) Improve compatibility with the Maven 1 changes plugin
[ http://jira.codehaus.org/browse/MCHANGES-43?page=all ] Dennis Lundberg closed MCHANGES-43: --- Resolution: Fixed > Improve compatibility with the Maven 1 changes plugin > - > > Key: MCHANGES-43 > URL: http://jira.codehaus.org/browse/MCHANGES-43 > Project: Maven 2.x Changes Plugin > Type: Bug > Reporter: Dennis Lundberg > Assignee: Dennis Lundberg > Fix For: 2.0-beta-2 > > > A changes.xml file used for the Maven 1 changes plugin has an optional > attribute "description" on the element. In the Maven 2 plugin that > attribute is called "desc". Change that to "description" to improve > compatibility with the Maven 1 plugin. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] Created: (MCHANGES-44) Rename all packages to org.apache.maven.plugin...
Rename all packages to org.apache.maven.plugin... - Key: MCHANGES-44 URL: http://jira.codehaus.org/browse/MCHANGES-44 Project: Maven 2.x Changes Plugin Type: Task Reporter: Dennis Lundberg Fix For: 2.0 Currently the java code for the plugin is in these packages: - org.apache.maven.announcement - org.apache.maven.changes - org.apache.maven.jira - org.apache.maven.resource That needs to change so that all code is under org.apache.maven.plugin -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira