[jira] Commented: (MCHANGES-173) Failed to generate report when version is not the last schedule.

2009-11-26 Thread Dennis Lundberg (JIRA)

[ 
http://jira.codehaus.org/browse/MCHANGES-173?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=199599#action_199599
 ] 

Dennis Lundberg commented on MCHANGES-173:
--

You are probably hitting the limit of max 25 issues specified by the 
maxEntries parameter. This limits the amount of issues that the plugin will 
fetch from JIRA. If you have a lot of issues (more than 25) in your 1.3.0 
release, this can happen.

Please try to increase the value of maxEntries in your configuration.

We should probably increase the default value from 25 to something higher.

 Failed to generate report when version is not the last schedule.
 

 Key: MCHANGES-173
 URL: http://jira.codehaus.org/browse/MCHANGES-173
 Project: Maven 2.x Changes Plugin
  Issue Type: Bug
  Components: announcement, jira-report
Affects Versions: 2.1
Reporter: Christophe Lallement
Priority: Critical

 We try to release a snapshot version (1.2.3-SNAPSHOT) but this version is not 
 define as last release into JIRA version.
 into JIRA we have define version as this (by schedule order)
 * 1.3.0
 * 1.2.3
 * 1.2.2
 
 When we try to generate jira report for e version 1.2.3-SNAPSHOT we have this 
 error: (i don't if it occurs during jira report or annoucement)
 PS: if i schedule 1.2.3 in first position into JIRa, it works fine.
 {code}...
 [DEBUG] Default ResourceManager initialization complete.
 [DEBUG] Loaded System Directive: org.apache.velocity.runtime.directive.Literal
 [DEBUG] Loaded System Directive: org.apache.velocity.runtime.directive.Macro
 [DEBUG] Loaded System Directive: org.apache.velocity.runtime.directive.Parse
 [DEBUG] Loaded System Directive: org.apache.velocity.runtime.directive.Include
 [DEBUG] Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
 [DEBUG] Created '20' parsers.
 [DEBUG] Velocimacro : initialization starting.
 [DEBUG] Velocimacro : allowInline = true : VMs can be defined inline in 
 templates
 [DEBUG] Velocimacro : allowInlineToOverride = false : VMs defined inline may 
 NOT replace previous VM definitions
 [DEBUG] Velocimacro : allowInlineLocal = false : VMs defined inline will be 
 global in scope if allowed.
 [DEBUG] Velocimacro : autoload off : VM system will not automatically reload 
 global library macros
 [DEBUG] Velocimacro : Velocimacro : initialization complete.
 [DEBUG] RuntimeInstance successfully initialized.
 [DEBUG] Configuring mojo 
 'org.apache.maven.plugins:maven-changes-plugin:2.1:announcement-generate' --
 [DEBUG]   (s) artifactId = feedapi
 [DEBUG]   (f) basedir = C:\HOMEWARE\eclipse-341\workspace\feedapi
 [DEBUG]   (s) developmentTeam = vol-domino-feedapi team
 [DEBUG]   (s) finalName = feedapi-1.2.3-SNAPSHOT
 [DEBUG]   (f) generateJiraAnnouncement = true
 [DEBUG]   (s) groupId = ged.domino
 [DEBUG]   (s) introduction = FeedAPI is a framework to send feed between 
 component (In and Out process) with high frequency const
 aint
 [DEBUG]   (f) jiraMerge = false
 [DEBUG]   (f) jiraXML = 
 C:\HOMEWARE\eclipse-341\workspace\feedapi\target\jira-announcement.xml
 [DEBUG]   (f) maxEntries = 25
 [DEBUG]   (s) outputDirectory = 
 C:\HOMEWARE\eclipse-341\workspace\feedapi\target\announcement
 [DEBUG]   (s) packaging = jar
 [DEBUG]   (f) project = MavenProject: ged.domino:feedapi:1.2.3-SNAPSHOT @ 
 C:\HOMEWARE\eclipse-341\workspace\feedapi\pom.xml
 [DEBUG]   (f) resolutionIds = Fixed
 [DEBUG]   (f) settings = org.apache.maven.settings.setti...@1eb62b6
 [DEBUG]   (f) statusIds = Closed
 [DEBUG]   (f) template = feedapi-announcement.vm
 [DEBUG]   (f) templateDirectory = our-announcements
 [DEBUG]   (s) url = http://frontools/maven_site/domino-parent/feedapi
 [DEBUG]   (s) version = 1.2.3-SNAPSHOT
 [DEBUG]   (s) xmlPath = 
 C:\HOMEWARE\eclipse-341\workspace\feedapi\src\changes\changes.xml
 [DEBUG] -- end configuration --
 [INFO] [changes:announcement-generate {execution: announcement-generate}]
 [DEBUG] JIRA lives at: https://jtbox.fr.world.socgen/jira
 [DEBUG] The JIRA URL https://jtbox.fr.world.socgen/jira/browse/TRAFEEDAPI 
 doesn't include a pid, trying to extract it from JIRA.
 [DEBUG] Successfully reached JIRA.
 26 ao¹t 2009 10:54:10 org.apache.commons.httpclient.HttpMethodBase 
 getResponseBody
 ATTENTION: Going to buffer response body of large or unknown size. Using 
 getResponseBodyAsStream instead is recommended.
 [DEBUG] Found the pid 10236 at 
 https://jtbox.fr.world.socgen/jira/browse/TRAFEEDAPI
 [ERROR] maven-changes-plugin: None of the configured sortColumnNames 'null' 
 are correct.
 [DEBUG] download jira issues from url 
 https://jtbox.fr.world.socgen/jira/secure/IssueNavigator.jspa?view=rsspid=10236statusIds=
 resolutionIds=1tempMax=25reset=truedecorator=none
 [INFO] Downloading from JIRA at: 
 

[jira] Commented: (MCHANGES-173) Failed to generate report when version is not the last schedule.

2009-11-26 Thread Christophe Lallement (JIRA)

[ 
http://jira.codehaus.org/browse/MCHANGES-173?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=199654#action_199654
 ] 

Christophe Lallement commented on MCHANGES-173:
---

Hi Dennis,

All release together we have more than 25 entries, but concerning the 1.3.0 
just 2-3 issues.
So i'll do the test asap.

 Failed to generate report when version is not the last schedule.
 

 Key: MCHANGES-173
 URL: http://jira.codehaus.org/browse/MCHANGES-173
 Project: Maven 2.x Changes Plugin
  Issue Type: Bug
  Components: announcement, jira-report
Affects Versions: 2.1
Reporter: Christophe Lallement
Priority: Critical

 We try to release a snapshot version (1.2.3-SNAPSHOT) but this version is not 
 define as last release into JIRA version.
 into JIRA we have define version as this (by schedule order)
 * 1.3.0
 * 1.2.3
 * 1.2.2
 
 When we try to generate jira report for e version 1.2.3-SNAPSHOT we have this 
 error: (i don't if it occurs during jira report or annoucement)
 PS: if i schedule 1.2.3 in first position into JIRa, it works fine.
 {code}...
 [DEBUG] Default ResourceManager initialization complete.
 [DEBUG] Loaded System Directive: org.apache.velocity.runtime.directive.Literal
 [DEBUG] Loaded System Directive: org.apache.velocity.runtime.directive.Macro
 [DEBUG] Loaded System Directive: org.apache.velocity.runtime.directive.Parse
 [DEBUG] Loaded System Directive: org.apache.velocity.runtime.directive.Include
 [DEBUG] Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
 [DEBUG] Created '20' parsers.
 [DEBUG] Velocimacro : initialization starting.
 [DEBUG] Velocimacro : allowInline = true : VMs can be defined inline in 
 templates
 [DEBUG] Velocimacro : allowInlineToOverride = false : VMs defined inline may 
 NOT replace previous VM definitions
 [DEBUG] Velocimacro : allowInlineLocal = false : VMs defined inline will be 
 global in scope if allowed.
 [DEBUG] Velocimacro : autoload off : VM system will not automatically reload 
 global library macros
 [DEBUG] Velocimacro : Velocimacro : initialization complete.
 [DEBUG] RuntimeInstance successfully initialized.
 [DEBUG] Configuring mojo 
 'org.apache.maven.plugins:maven-changes-plugin:2.1:announcement-generate' --
 [DEBUG]   (s) artifactId = feedapi
 [DEBUG]   (f) basedir = C:\HOMEWARE\eclipse-341\workspace\feedapi
 [DEBUG]   (s) developmentTeam = vol-domino-feedapi team
 [DEBUG]   (s) finalName = feedapi-1.2.3-SNAPSHOT
 [DEBUG]   (f) generateJiraAnnouncement = true
 [DEBUG]   (s) groupId = ged.domino
 [DEBUG]   (s) introduction = FeedAPI is a framework to send feed between 
 component (In and Out process) with high frequency const
 aint
 [DEBUG]   (f) jiraMerge = false
 [DEBUG]   (f) jiraXML = 
 C:\HOMEWARE\eclipse-341\workspace\feedapi\target\jira-announcement.xml
 [DEBUG]   (f) maxEntries = 25
 [DEBUG]   (s) outputDirectory = 
 C:\HOMEWARE\eclipse-341\workspace\feedapi\target\announcement
 [DEBUG]   (s) packaging = jar
 [DEBUG]   (f) project = MavenProject: ged.domino:feedapi:1.2.3-SNAPSHOT @ 
 C:\HOMEWARE\eclipse-341\workspace\feedapi\pom.xml
 [DEBUG]   (f) resolutionIds = Fixed
 [DEBUG]   (f) settings = org.apache.maven.settings.setti...@1eb62b6
 [DEBUG]   (f) statusIds = Closed
 [DEBUG]   (f) template = feedapi-announcement.vm
 [DEBUG]   (f) templateDirectory = our-announcements
 [DEBUG]   (s) url = http://frontools/maven_site/domino-parent/feedapi
 [DEBUG]   (s) version = 1.2.3-SNAPSHOT
 [DEBUG]   (s) xmlPath = 
 C:\HOMEWARE\eclipse-341\workspace\feedapi\src\changes\changes.xml
 [DEBUG] -- end configuration --
 [INFO] [changes:announcement-generate {execution: announcement-generate}]
 [DEBUG] JIRA lives at: https://jtbox.fr.world.socgen/jira
 [DEBUG] The JIRA URL https://jtbox.fr.world.socgen/jira/browse/TRAFEEDAPI 
 doesn't include a pid, trying to extract it from JIRA.
 [DEBUG] Successfully reached JIRA.
 26 ao¹t 2009 10:54:10 org.apache.commons.httpclient.HttpMethodBase 
 getResponseBody
 ATTENTION: Going to buffer response body of large or unknown size. Using 
 getResponseBodyAsStream instead is recommended.
 [DEBUG] Found the pid 10236 at 
 https://jtbox.fr.world.socgen/jira/browse/TRAFEEDAPI
 [ERROR] maven-changes-plugin: None of the configured sortColumnNames 'null' 
 are correct.
 [DEBUG] download jira issues from url 
 https://jtbox.fr.world.socgen/jira/secure/IssueNavigator.jspa?view=rsspid=10236statusIds=
 resolutionIds=1tempMax=25reset=truedecorator=none
 [INFO] Downloading from JIRA at: 
 https://jtbox.fr.world.socgen/jira/secure/IssueNavigator.jspa?view=rsspid=10236statusIds=6res
 lutionIds=1tempMax=25reset=truedecorator=none
 26 ao¹t 2009 10:54:10 org.apache.commons.httpclient.HttpMethodBase 
 getResponseBody
 ATTENTION: Going to buffer response body of large or unknown size. Using 
 

[jira] Commented: (MCHANGES-173) Failed to generate report when version is not the last schedule.

2009-09-28 Thread Dennis Lundberg (JIRA)

[ 
http://jira.codehaus.org/browse/MCHANGES-173?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=192571#action_192571
 ] 

Dennis Lundberg commented on MCHANGES-173:
--

You probably need to increase maxEntries in your POM configuration for the 
plugin. The default value is 25, meaning that only 25 issues is fetched. Try 
something like this:

{code:xml}
configuration
  maxEntries100/maxEntries
/configuration
{code}


 Failed to generate report when version is not the last schedule.
 

 Key: MCHANGES-173
 URL: http://jira.codehaus.org/browse/MCHANGES-173
 Project: Maven 2.x Changes Plugin
  Issue Type: Bug
  Components: announcement, jira-report
Affects Versions: 2.1
Reporter: Christophe Lallement
Priority: Critical

 We try to release a snapshot version (1.2.3-SNAPSHOT) but this version is not 
 define as last release into JIRA version.
 into JIRA we have define version as this (by schedule order)
 * 1.3.0
 * 1.2.3
 * 1.2.2
 
 When we try to generate jira report for e version 1.2.3-SNAPSHOT we have this 
 error: (i don't if it occurs during jira report or annoucement)
 PS: if i schedule 1.2.3 in first position into JIRa, it works fine.
 {code}...
 [DEBUG] Default ResourceManager initialization complete.
 [DEBUG] Loaded System Directive: org.apache.velocity.runtime.directive.Literal
 [DEBUG] Loaded System Directive: org.apache.velocity.runtime.directive.Macro
 [DEBUG] Loaded System Directive: org.apache.velocity.runtime.directive.Parse
 [DEBUG] Loaded System Directive: org.apache.velocity.runtime.directive.Include
 [DEBUG] Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
 [DEBUG] Created '20' parsers.
 [DEBUG] Velocimacro : initialization starting.
 [DEBUG] Velocimacro : allowInline = true : VMs can be defined inline in 
 templates
 [DEBUG] Velocimacro : allowInlineToOverride = false : VMs defined inline may 
 NOT replace previous VM definitions
 [DEBUG] Velocimacro : allowInlineLocal = false : VMs defined inline will be 
 global in scope if allowed.
 [DEBUG] Velocimacro : autoload off : VM system will not automatically reload 
 global library macros
 [DEBUG] Velocimacro : Velocimacro : initialization complete.
 [DEBUG] RuntimeInstance successfully initialized.
 [DEBUG] Configuring mojo 
 'org.apache.maven.plugins:maven-changes-plugin:2.1:announcement-generate' --
 [DEBUG]   (s) artifactId = feedapi
 [DEBUG]   (f) basedir = C:\HOMEWARE\eclipse-341\workspace\feedapi
 [DEBUG]   (s) developmentTeam = vol-domino-feedapi team
 [DEBUG]   (s) finalName = feedapi-1.2.3-SNAPSHOT
 [DEBUG]   (f) generateJiraAnnouncement = true
 [DEBUG]   (s) groupId = ged.domino
 [DEBUG]   (s) introduction = FeedAPI is a framework to send feed between 
 component (In and Out process) with high frequency const
 aint
 [DEBUG]   (f) jiraMerge = false
 [DEBUG]   (f) jiraXML = 
 C:\HOMEWARE\eclipse-341\workspace\feedapi\target\jira-announcement.xml
 [DEBUG]   (f) maxEntries = 25
 [DEBUG]   (s) outputDirectory = 
 C:\HOMEWARE\eclipse-341\workspace\feedapi\target\announcement
 [DEBUG]   (s) packaging = jar
 [DEBUG]   (f) project = MavenProject: ged.domino:feedapi:1.2.3-SNAPSHOT @ 
 C:\HOMEWARE\eclipse-341\workspace\feedapi\pom.xml
 [DEBUG]   (f) resolutionIds = Fixed
 [DEBUG]   (f) settings = org.apache.maven.settings.setti...@1eb62b6
 [DEBUG]   (f) statusIds = Closed
 [DEBUG]   (f) template = feedapi-announcement.vm
 [DEBUG]   (f) templateDirectory = our-announcements
 [DEBUG]   (s) url = http://frontools/maven_site/domino-parent/feedapi
 [DEBUG]   (s) version = 1.2.3-SNAPSHOT
 [DEBUG]   (s) xmlPath = 
 C:\HOMEWARE\eclipse-341\workspace\feedapi\src\changes\changes.xml
 [DEBUG] -- end configuration --
 [INFO] [changes:announcement-generate {execution: announcement-generate}]
 [DEBUG] JIRA lives at: https://jtbox.fr.world.socgen/jira
 [DEBUG] The JIRA URL https://jtbox.fr.world.socgen/jira/browse/TRAFEEDAPI 
 doesn't include a pid, trying to extract it from JIRA.
 [DEBUG] Successfully reached JIRA.
 26 ao¹t 2009 10:54:10 org.apache.commons.httpclient.HttpMethodBase 
 getResponseBody
 ATTENTION: Going to buffer response body of large or unknown size. Using 
 getResponseBodyAsStream instead is recommended.
 [DEBUG] Found the pid 10236 at 
 https://jtbox.fr.world.socgen/jira/browse/TRAFEEDAPI
 [ERROR] maven-changes-plugin: None of the configured sortColumnNames 'null' 
 are correct.
 [DEBUG] download jira issues from url 
 https://jtbox.fr.world.socgen/jira/secure/IssueNavigator.jspa?view=rsspid=10236statusIds=
 resolutionIds=1tempMax=25reset=truedecorator=none
 [INFO] Downloading from JIRA at: 
 https://jtbox.fr.world.socgen/jira/secure/IssueNavigator.jspa?view=rsspid=10236statusIds=6res
 lutionIds=1tempMax=25reset=truedecorator=none
 26 ao¹t 2009 10:54:10