[jira] Commented: (MRM-239) OutOfMemory error when running Arhiva for days at a time

2006-11-27 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MRM-239?page=comments#action_81144 ] 

Brett Porter commented on MRM-239:
--

can you paste the full OOME? I'd like to check whether it's heap space, or 
another memory pool.

We've certainly seen hangs, and I carefully went through the indexing and 
discovery memory and should have taken care of it, but perhaps something 
changed, or it is in a different area.

 OutOfMemory error when running Arhiva for days at a time
 

 Key: MRM-239
 URL: http://jira.codehaus.org/browse/MRM-239
 Project: Archiva
  Issue Type: Bug
Affects Versions: 1.0-beta-1
 Environment: Linux and Mac OS X
Reporter: Greg Luck
 Fix For: 1.0-beta-1


 I have been running Archiva as it existed in snapshot 20 November 2006.
 When running in Tomcat with the standard memory setting it fails after a few 
 days.
 Increasing -Xmx=128m increases the time but it still gets and OutOfMemory 
 error after a few days. 
 This is with no activity. I came back today after the weekend and hit refresh 
 on a Pom page and it gave the OOM. It seems to be time dependent. At home I 
 have been running it on Mac OS X. I saw an OutOfMemory error after a week. I 
 did even go to a page to check it. The running console had it.
 To reproduce simply run up archiva and leave it running.
 We are working around with a nightly restart.

-- 
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: (MAVENUPLOAD-1250) Upload org.hibernate:hibernate:jar:3.2.1.ga to ibiblio

2006-11-27 Thread Matt Whitlock (JIRA)
Upload org.hibernate:hibernate:jar:3.2.1.ga to ibiblio
--

 Key: MAVENUPLOAD-1250
 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-1250
 Project: maven-upload-requests
  Issue Type: Task
Reporter: Matt Whitlock


http://www.mattwhitlock.com/hibernate-3.2.1.ga-bundle.jar

http://www.hibernate.org/

Hibernate is a powerful, high performance object/relational persistence and 
query service.

-- 
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: (MAVENUPLOAD-1251) Upload rhino:js:jar:1.6R5 to ibiblio

2006-11-27 Thread Matt Whitlock (JIRA)
Upload rhino:js:jar:1.6R5 to ibiblio


 Key: MAVENUPLOAD-1251
 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-1251
 Project: maven-upload-requests
  Issue Type: Task
Reporter: Matt Whitlock


http://www.mattwhitlock.com/js-1.6R5-bundle.jar

http://www.mozilla.org/rhino/

Rhino: JavaScript for Java

-- 
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: (MAVENUPLOAD-1252) Upload ehcache:ehcache:jar:1.2.3 to ibiblio

2006-11-27 Thread Matt Whitlock (JIRA)
Upload ehcache:ehcache:jar:1.2.3 to ibiblio
---

 Key: MAVENUPLOAD-1252
 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-1252
 Project: maven-upload-requests
  Issue Type: Task
Reporter: Matt Whitlock


http://www.mattwhitlock.com/ehcache-1.2.3-bundle.jar

http://ehcache.sourceforge.net/

Ehcache is a pure Java, in-process cache that acts as a pluggable cache for 
Hibernate 2.1

-- 
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: (MRM-154) DigestUtils fails to verify checksum from ibiblio

2006-11-27 Thread Aaron Digulla (JIRA)
[ http://jira.codehaus.org/browse/MRM-154?page=comments#action_81156 ] 

Aaron Digulla commented on MRM-154:
---

The supplied patch fails if the filename is - (stdin) like in 
http://repo1.maven.org/maven2/org/apache/maven/archetype/maven-archetype/1.0-alpha-4/maven-archetype-1.0-alpha-4.pom.md5:

54210dc92a25325496713d19d5ced2b9  -


 DigestUtils fails to verify checksum from ibiblio
 -

 Key: MRM-154
 URL: http://jira.codehaus.org/browse/MRM-154
 Project: Archiva
  Issue Type: Bug
Reporter: nicolas de loof
 Assigned To: Brett Porter
 Fix For: 1.0-beta-1

 Attachments: DigestUtils.java.patch, MRM-154.patch


 Downloading servletapi-24.pom fails.
 DigestUtils.cleanChecksum check for filename in remote checksum file to be 
 same as local, but tets is inverted :
 String filename = m.group( 2 );
 if ( !path.endsWith( filename ) )
 {
 throw new DigesterException( Supplied checksum does not 
 match checksum pattern );
 }
 filename = 
 /home/projects/maven/repository-staging/to-ibiblio/maven2/servletapi/servletapi/2.4/servletapi-2.4.pom
 path = servletapi-2.4.pom.
 Patch provided to test if ( !path.endsWith( filename ) )

-- 
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: (MPECLIPSE-127) Add support for wtp 1.5

2006-11-27 Thread Arnaud Heritier (JIRA)
 [ http://jira.codehaus.org/browse/MPECLIPSE-127?page=all ]

Arnaud Heritier updated MPECLIPSE-127:
--

Fix Version/s: 1.11.1

 Add support for wtp 1.5
 ---

 Key: MPECLIPSE-127
 URL: http://jira.codehaus.org/browse/MPECLIPSE-127
 Project: maven-eclipse-plugin
  Issue Type: Improvement
Affects Versions: 1.11
Reporter: Arnaud Heritier
 Assigned To: Arnaud Heritier
 Fix For: 1.11.1


 Can't we reuse some code from the m2 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] Commented: (CONTINUUM-976) Refactor Notifiers: Seprate hierarchy for Project and Project Group

2006-11-27 Thread Emmanuel Venisse (JIRA)
[ http://jira.codehaus.org/browse/CONTINUUM-976?page=comments#action_81157 
] 

Emmanuel Venisse commented on CONTINUUM-976:


Can you provide a new patch?

 Refactor Notifiers: Seprate hierarchy for Project and Project Group
 ---

 Key: CONTINUUM-976
 URL: http://jira.codehaus.org/browse/CONTINUUM-976
 Project: Continuum
  Issue Type: Task
  Components: Web interface, Notifier - Mail, Notifier - IRC, Notifier 
 - Jabber, Notifier - MSN
Affects Versions: 1.1
Reporter: Rahul Thakur
 Assigned To: Rahul Thakur
 Attachments: CONTINUUM-976.patch, CONTINUUM-976a.patch


 Refactor Notifiers hierarchy to be separate for Project and Project Group.

-- 
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: (MNG-2678) Update maven embedder/core to use latest plexus and plexus-classworlds

2006-11-27 Thread Andrew Williams (JIRA)
 [ http://jira.codehaus.org/browse/MNG-2678?page=all ]

Andrew Williams updated MNG-2678:
-

Attachment: maven.new-latestplexus.patch

Updated patch to upgrade to latest plexus/classworlds releases.
These give us a stable bootstrap 
FINALLY! :)

 Update maven embedder/core to use latest plexus and plexus-classworlds
 --

 Key: MNG-2678
 URL: http://jira.codehaus.org/browse/MNG-2678
 Project: Maven 2
  Issue Type: Improvement
  Components: Embedding
Affects Versions: 2.0.5
Reporter: Andrew Williams
 Attachments: latest-plexus.patch, latest-plexus2.patch, 
 latest-plexus3.patch, latest-plexus4.patch, maven.new-classworldsfix.patch, 
 maven.new-latestplexus.patch, maven.new-latestplexus.patch, 
 maven.new-scriptfixes.patch


 This patch updates maven embedder and related core components to use the 
 latest plexus default-container and the classworlds now shipping inside the 
 plexus project

-- 
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: (MNG-2678) Update maven embedder/core to use latest plexus and plexus-classworlds

2006-11-27 Thread Jason van Zyl (JIRA)
 [ http://jira.codehaus.org/browse/MNG-2678?page=all ]

Jason van Zyl closed MNG-2678.
--

Resolution: Fixed

All patches applied. Thanks! We'll create new issues for the next round of 
fixes.

 Update maven embedder/core to use latest plexus and plexus-classworlds
 --

 Key: MNG-2678
 URL: http://jira.codehaus.org/browse/MNG-2678
 Project: Maven 2
  Issue Type: Improvement
  Components: Embedding
Affects Versions: 2.0.5
Reporter: Andrew Williams
 Assigned To: Jason van Zyl
 Attachments: latest-plexus.patch, latest-plexus2.patch, 
 latest-plexus3.patch, latest-plexus4.patch, maven.new-classworldsfix.patch, 
 maven.new-latestplexus.patch, maven.new-latestplexus.patch, 
 maven.new-scriptfixes.patch


 This patch updates maven embedder and related core components to use the 
 latest plexus default-container and the classworlds now shipping inside the 
 plexus project

-- 
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: (MSUREFIRE-114) With forkmode once, XML reports are cumulative

2006-11-27 Thread Jason van Zyl (JIRA)
 [ http://jira.codehaus.org/browse/MSUREFIRE-114?page=all ]

Jason van Zyl closed MSUREFIRE-114.
---

Resolution: Fixed

Patch applied. Thanks!

 With forkmode once, XML reports are cumulative
 --

 Key: MSUREFIRE-114
 URL: http://jira.codehaus.org/browse/MSUREFIRE-114
 Project: Maven 2.x Surefire Plugin
  Issue Type: Bug
Affects Versions: 2.2
Reporter: Daniel Kulp
 Assigned To: Jason van Zyl
 Fix For: 2.3

 Attachments: XMLReporter-patch.txt


 With forkmode set to once, the resulting XML files seem to include the test 
 results of all the tests in the previous suites as well as it's own.
 pseudo example:
 ATest is run, it has 2 test methods.   The ATest.xml report says 2 tests run 
 and passed
 BTest is run, it has 2 test methods.  The BTest.xml report says 4 tests run 
 and passed.
 CTest is run, it has 3 test methods.   The CTest.xml report says 7 tests run 
 and passed.
 When we use cruisecontrol or other reporting tools, it then say 13 tests run 
 and passed instead of 5. What's worse, if a test in ATest fails, it's 
 listed as a failure in all the tests so you get 3 tests failed, not 1.   
 Plus, it's harder to figure out which test suite reallly had the failure.

-- 
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: (MEV-467) Missing POM for opensymphony/quartz/1.5.2/

2006-11-27 Thread damien rapenne (JIRA)
Missing POM for opensymphony/quartz/1.5.2/
--

 Key: MEV-467
 URL: http://jira.codehaus.org/browse/MEV-467
 Project: Maven Evangelism
  Issue Type: Bug
  Components: Missing POM
Reporter: damien rapenne


Missing POM for opensymphony/quartz/1.5.2/

-- 
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: (MECLIPSE-137) Developed RAD-6 Plugin Extention

2006-11-27 Thread Lee Jonas (JIRA)
[ http://jira.codehaus.org/browse/MECLIPSE-137?page=comments#action_81186 ] 

Lee Jonas commented on MECLIPSE-137:


John,

The changes to the eclipse plugin so far retain the hard-coded path of 
src/main/webapp/  Would it be possible to honour the configuration setting 
of the maven-war-plugin (or else enable us to specify this web resources 
directory path via a new maven-eclipse-plugin configuration setting)?

 Developed RAD-6 Plugin Extention
 

 Key: MECLIPSE-137
 URL: http://jira.codehaus.org/browse/MECLIPSE-137
 Project: Maven 2.x Eclipse Plugin
  Issue Type: New Feature
Reporter: Richard van Nieuwenhoven
 Assigned To: John Casey
 Attachments: maven-rad-plugin-WebContent.zip, 
 maven-rad-plugin.tar.gz, maven-rad-plugin.zip


 I just finisched developing a RAD-6 (IBM Rational Application Developer 6.0) 
 extention to the eclipse plugin.
 It supports J2EE projects with the websphere development envorment, supported 
 are
 - EJB projects
 - Web projects
 - EAR- projects
 all these projects are recognized by rad-6 as what they. The websphere 
 development enviorment including hot-deployment features funktions out of the 
 box.
 i wrote writers for:
 - the .j2ee files
 - the application.xml and the modulemaps file
 - copying the extrenal libs in the ear project root
 - adapting the MANIFEST.MF of the projects (nessesary for the websphere 
 development enviorment)
 - the .websettings file
 - the .websiteconfig file
 - the .project (only alternative project natures/builders)
 do you want to include it the the eclipse plugin or sould it be an extra 
 plugin? i should not be complicated to include it because i did the real work 
 in writer-classes.
 should i add a tgz with the sources? or how do you want the sources?

-- 
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: (CONTINUUM-1015) CLONE -velocity prevents display of date in cvs log

2006-11-27 Thread Franck HUGOT (JIRA)
CLONE -velocity prevents display of date in cvs log
---

 Key: CONTINUUM-1015
 URL: http://jira.codehaus.org/browse/CONTINUUM-1015
 Project: Continuum
  Issue Type: Bug
  Components: Web interface
Affects Versions: 1.0
 Environment: WinXP, 
Client: Concurrent Versions System (CVSNT) 2.5.02 (Servalan) Build 2115 
(client/server)
Server: Concurrent Versions System (CVSNT) 2.0.34 (client/server)
Reporter: Franck HUGOT
 Assigned To: Emmanuel Venisse
 Fix For: 1.0.3


From the log:

jvm 1| 2005-11-02 16:52:52,439 [SocketListener0-1] ERROR VelocityComponent  
- Left side of '' operation is not a valid type.  It is a class 
java.lang.Long. Currently only integers (1,2,3...) and Integer type is 
supported. screens/ProjectBuild.vm [line 59, column 31]

The visible symptom, apart from this log message, is that the change log for a 
build, eg via...
http://localhost:8081/continuum/servlet/continuum/target/ProjectBuild.vm?view=ProjectBuildbuildId=9id=1

(insert your own build/project ids) only displays 2 columns: the author and the 
comment. I was taking a closer look at that because the information I'm seeing 
is fairly useless: all changes on the updated files back to the dawn of time, 
in no discernible order. Wondering why the date wasn't displayed too I checked 
the log.

I believe the offending line is:
#if ($changeSet.date  0) td$date.format('medium',$changeSet.date)/td #end


-- 
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-1015) CLONE -velocity prevents display of date in cvs log

2006-11-27 Thread Franck HUGOT (JIRA)
[ http://jira.codehaus.org/browse/CONTINUUM-1015?page=comments#action_81187 
] 

Franck HUGOT commented on CONTINUUM-1015:
-

I get the same error message in my log files (continuum 1.0.3).

339998249 [Thread-2] INFO  
org.codehaus.plexus.notification.notifier.Notifier:mail  - Sending message: 
From '[EMAIL PROTECTED] [EMAIL PROTECTED]'.
339998249 [Thread-2] INFO  
org.codehaus.plexus.notification.notifier.Notifier:mail  - Recipient: To 
'[EMAIL PROTECTED]'.
339998352 [Thread-2] DEBUG 
org.codehaus.plexus.notification.notifier.Notifier:mail  - Current build state: 
2, previous build state: 3
339998357 [Thread-2] ERROR org.codehaus.plexus.velocity.VelocityComponent  - 
Left side of '' operation is not a valid type.  It is a class java.lang.Long. 
Currently only integers (1,2,3...) and Integer type is supported. 
/org/apache/maven/continuum/notification/mail/templates/maven2/BuildComplete.vm 
[line 25, column 27]
339998357 [Thread-2] ERROR org.codehaus.plexus.velocity.VelocityComponent  - 
Left side of '' operation is not a valid type.  It is a class java.lang.Long. 
Currently only integers (1,2,3...) and Integer type is supported. 
/org/apache/maven/continuum/notification/mail/templates/maven2/BuildComplete.vm 
[line 25, column 27]
339998357 [Thread-2] ERROR org.codehaus.plexus.velocity.VelocityComponent  - 
Left side of '' operation is not a valid type.  It is a class java.lang.Long. 
Currently only integers (1,2,3...) and Integer type is supported. 
/org/apache/maven/continuum/notification/mail/templates/maven2/BuildComplete.vm 
[line 25, column 27]
339998357 [Thread-2] ERROR org.codehaus.plexus.velocity.VelocityComponent  - 
Left side of '' operation is not a valid type.  It is a class java.lang.Long. 
Currently only integers (1,2,3...) and Integer type is supported. 
/org/apache/maven/continuum/notification/mail/templates/maven2/BuildComplete.vm 
[line 25, column 27]


It seems that notifiers does not receive the notification email message. Does 
it come from this error message?



 CLONE -velocity prevents display of date in cvs log
 ---

 Key: CONTINUUM-1015
 URL: http://jira.codehaus.org/browse/CONTINUUM-1015
 Project: Continuum
  Issue Type: Bug
  Components: Web interface
Affects Versions: 1.0
 Environment: WinXP, 
 Client: Concurrent Versions System (CVSNT) 2.5.02 (Servalan) Build 2115 
 (client/server)
 Server: Concurrent Versions System (CVSNT) 2.0.34 (client/server)
Reporter: Franck HUGOT
 Assigned To: Emmanuel Venisse
 Fix For: 1.0.3


 From the log:
 jvm 1| 2005-11-02 16:52:52,439 [SocketListener0-1] ERROR 
 VelocityComponent  - Left side of '' operation is not a valid 
 type.  It is a class java.lang.Long. Currently only integers (1,2,3...) and 
 Integer type is supported. screens/ProjectBuild.vm [line 59, column 31]
 The visible symptom, apart from this log message, is that the change log for 
 a build, eg via...
 http://localhost:8081/continuum/servlet/continuum/target/ProjectBuild.vm?view=ProjectBuildbuildId=9id=1
 (insert your own build/project ids) only displays 2 columns: the author and 
 the comment. I was taking a closer look at that because the information I'm 
 seeing is fairly useless: all changes on the updated files back to the dawn 
 of time, in no discernible order. Wondering why the date wasn't displayed too 
 I checked the log.
 I believe the offending line is:
 #if ($changeSet.date  0) td$date.format('medium',$changeSet.date)/td #end

-- 
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: (MPA-83) Process Andy Williams

2006-11-27 Thread Jason van Zyl (JIRA)
Process Andy Williams
-

 Key: MPA-83
 URL: http://jira.codehaus.org/browse/MPA-83
 Project: Maven Project Administration
  Issue Type: Task
  Components: New Committers
Reporter: Jason van Zyl
 Assigned To: Jason van Zyl




-- 
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: (CONTINUUM-965) Use a jndi object for mail notifier

2006-11-27 Thread Emmanuel Venisse (JIRA)
 [ http://jira.codehaus.org/browse/CONTINUUM-965?page=all ]

Emmanuel Venisse closed CONTINUUM-965.
--

Resolution: Fixed

Done.

 Use a jndi object for mail notifier
 ---

 Key: CONTINUUM-965
 URL: http://jira.codehaus.org/browse/CONTINUUM-965
 Project: Continuum
  Issue Type: Task
  Components: Notifier - Mail
Affects Versions: 1.1
Reporter: Emmanuel Venisse
 Assigned To: Emmanuel Venisse
 Fix For: 1.1




-- 
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: (MPA-83) Process Andy Williams

2006-11-27 Thread Jason van Zyl (JIRA)
 [ http://jira.codehaus.org/browse/MPA-83?page=all ]

Jason van Zyl updated MPA-83:
-

Affects Version/s: 2006-q4
Fix Version/s: 2006-q4

 Process Andy Williams
 -

 Key: MPA-83
 URL: http://jira.codehaus.org/browse/MPA-83
 Project: Maven Project Administration
  Issue Type: Task
  Components: New Committers
Affects Versions: 2006-q4
Reporter: Jason van Zyl
 Assigned To: Jason van Zyl
 Fix For: 2006-q4




-- 
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: (MPA-83) Process Andy Williams

2006-11-27 Thread Jason van Zyl (JIRA)
[ http://jira.codehaus.org/browse/MPA-83?page=comments#action_81190 ] 

Jason van Zyl commented on MPA-83:
--

Andy has sent in his CLA.

 Process Andy Williams
 -

 Key: MPA-83
 URL: http://jira.codehaus.org/browse/MPA-83
 Project: Maven Project Administration
  Issue Type: Task
  Components: New Committers
Affects Versions: 2006-q4
Reporter: Jason van Zyl
 Assigned To: Jason van Zyl
 Fix For: 2006-q4




-- 
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: (MCHANGELOG-52) Links are broken for viewcvs.cgi

2006-11-27 Thread Jim Crossley (JIRA)
[ http://jira.codehaus.org/browse/MCHANGELOG-52?page=comments#action_81191 
] 

Jim Crossley commented on MCHANGELOG-52:


Using 2.0-SNAPSHOT from http://people.apache.org/repo/m2-snapshot-repository/ 
as you request, I get a different error:

[INFO] [changelog:changelog]
[INFO] Generating changed sets xml to: 
/home/jim/src/myproject/target/changelog.xml
[INFO] Executing: cvs -z3 -f -d :pserver:[EMAIL PROTECTED]:/usr/local/cvsroot 
-q log -d '2006-10-28T10:40:33-04002006-11-28T09:40:33-0500'
[INFO] Working directory: /home/jim/src/myproject/src/main/java
[ERROR] Provider message:
[ERROR] The cvs command failed.
[ERROR] Command output:
[ERROR] cvs [log aborted]: Can't parse date/time: `2006-10-28T10:40:33-0400'

I believe this may be related to SCM-187 which appears to be fixed but possibly 
not yet released.  Is it possible to make the plugin use the latest scm 
snapshot?

 Links are broken for viewcvs.cgi
 

 Key: MCHANGELOG-52
 URL: http://jira.codehaus.org/browse/MCHANGELOG-52
 Project: Maven 2.x Changelog Plugin
  Issue Type: Bug
Affects Versions: 2.0-beta-1
 Environment: cvs on linux
Reporter: Jim Crossley

 My project.scm.url is 'http://cvs/viewcvs.cgi/myproject/'.  If I make a 
 change to 'src/main/java/com/foo/Bar.java', the resulting link is 
 'http://cvs/viewcvs.cgi/myproject/om/foo/Bar.java'.  Note the absence of 
 'src/main/java/c'.  The lopped-off 'c' is especially distressing.
 I can hack sort of a fix by adding this to the plugin element:
   configuration
 scmUrlhttp://cvs/viewcvs.cgi/sdvrpc-maven/src/main/java/c/scmUrl
   /configuration
 But that's gross, and it would only account for changes beneath 
 'src/main/java', so changes beneath ${basedir} would still be broken.

-- 
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: (MRM-236) Unable to 'proxy through' more than one managed repo

2006-11-27 Thread Wendy Smoak (JIRA)
[ http://jira.codehaus.org/browse/MRM-236?page=comments#action_81200 ] 

Wendy Smoak commented on MRM-236:
-

This seems to be fixed with Archiva built from source at r479651.

After a clean build, if I add two managed repositories, both of them show in 
the 'Proxied through' select list on 'Add Proxied Repository'.

 Unable to 'proxy through' more than one managed repo
 

 Key: MRM-236
 URL: http://jira.codehaus.org/browse/MRM-236
 Project: Archiva
  Issue Type: Bug
  Components: web application
Affects Versions: 1.0
 Environment: Affects r478814 1.0-SNAPSHOT
Reporter: Wendy Smoak

 On Proxied Repositories - Add or Edit, only the 'first' managed repository 
 added to the system is listed in the 'Proxied through' select list.
 It should allow you to choose any of the managed repositories. 

-- 
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: (MECLIPSE-137) Developed RAD-6 Plugin Extention

2006-11-27 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MECLIPSE-137?page=comments#action_81203 ] 

John Casey commented on MECLIPSE-137:
-

Lee,

This should be pretty easy to expose as a configuration point. I'll take a 
quick look at that today, if you like.

Girish,

I was actually hoping that, once we had some file formats to look at, we could 
devise a plan to support both RAD versions. I'm not sure whether this will 
require parallel implementations within the maven-eclipse-plugin or not 
(haven't seen the file formats...), but either way, I think it's going to be 
important to support both, since many people won't be switching overnight.

Richard,

I think I managed to understand the tests well enough in there to rework them 
into the new testing format...I'm not 100% sure, but as I understand things, 
they are testing the functionality in question. Please let me know if you find 
this statement to be incorrect.

 Developed RAD-6 Plugin Extention
 

 Key: MECLIPSE-137
 URL: http://jira.codehaus.org/browse/MECLIPSE-137
 Project: Maven 2.x Eclipse Plugin
  Issue Type: New Feature
Reporter: Richard van Nieuwenhoven
 Assigned To: John Casey
 Attachments: maven-rad-plugin-WebContent.zip, 
 maven-rad-plugin.tar.gz, maven-rad-plugin.zip


 I just finisched developing a RAD-6 (IBM Rational Application Developer 6.0) 
 extention to the eclipse plugin.
 It supports J2EE projects with the websphere development envorment, supported 
 are
 - EJB projects
 - Web projects
 - EAR- projects
 all these projects are recognized by rad-6 as what they. The websphere 
 development enviorment including hot-deployment features funktions out of the 
 box.
 i wrote writers for:
 - the .j2ee files
 - the application.xml and the modulemaps file
 - copying the extrenal libs in the ear project root
 - adapting the MANIFEST.MF of the projects (nessesary for the websphere 
 development enviorment)
 - the .websettings file
 - the .websiteconfig file
 - the .project (only alternative project natures/builders)
 do you want to include it the the eclipse plugin or sould it be an extra 
 plugin? i should not be complicated to include it because i did the real work 
 in writer-classes.
 should i add a tgz with the sources? or how do you want the sources?

-- 
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: (MIDEA-78) Projects with pom packaging do not get their dependencies added as IDEA libraries attached to the module

2006-11-27 Thread Vincent Massol (JIRA)
Projects with pom packaging do not get their dependencies added as IDEA 
libraries attached to the module
--

 Key: MIDEA-78
 URL: http://jira.codehaus.org/browse/MIDEA-78
 Project: Maven 2.x Idea Plugin
  Issue Type: Bug
Affects Versions: 2.0
Reporter: Vincent Massol


For example when you have a functional test maven module, you declare junit as 
a dependency. This projects is of packaging pom as there's no 
functional-test packaging type.

-- 
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: (MEV-467) Missing POM for opensymphony/quartz/1.5.2/

2006-11-27 Thread Carlos Sanchez (JIRA)
 [ http://jira.codehaus.org/browse/MEV-467?page=all ]

Carlos Sanchez closed MEV-467.
--

  Assignee: Carlos Sanchez
Resolution: Incomplete

You have to provide it
http://maven.apache.org/guides/mini/guide-maven-evangelism.html

 Missing POM for opensymphony/quartz/1.5.2/
 --

 Key: MEV-467
 URL: http://jira.codehaus.org/browse/MEV-467
 Project: Maven Evangelism
  Issue Type: Bug
  Components: Missing POM
Reporter: damien rapenne
 Assigned To: Carlos Sanchez

 Missing POM for opensymphony/quartz/1.5.2/

-- 
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: (CONTINUUM-1016) group rename breaks security roles

2006-11-27 Thread Jesse McConnell (JIRA)
group rename breaks security roles
--

 Key: CONTINUUM-1016
 URL: http://jira.codehaus.org/browse/CONTINUUM-1016
 Project: Continuum
  Issue Type: Bug
  Components: Web - Security
Affects Versions: 1.1
Reporter: Jesse McConnell


When a group is renamed the corresponding dynamic roles are no longer linked up 
correctly so authz fails for all subsequent checks

resolution is two parts: 

a) validate on continuum startup that all groups have corresponding roles 
created, and if missing then generate them
b) on group rename update the existing roles to reflect the change

-- 
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: (MECLIPSE-137) Developed RAD-6 Plugin Extention

2006-11-27 Thread Lee Jonas (JIRA)
 [ http://jira.codehaus.org/browse/MECLIPSE-137?page=all ]

Lee Jonas updated MECLIPSE-137:
---

Attachment: MECLIPSE-137-maven-eclipse-plugin.patch

John,

I have attached a patch file containing an initial attempt at honouring the 
warSourceDirectory setting on the maven-war-plugin, based on something done 
elsewhere in the maven-eclipse-plugin.

It also contains a modification to the RadWebSettingsWriter to include 
referenced projects within the same RAD workspace - they were not getting 
loaded when launching the web app in a test server.

regards
Lee

 Developed RAD-6 Plugin Extention
 

 Key: MECLIPSE-137
 URL: http://jira.codehaus.org/browse/MECLIPSE-137
 Project: Maven 2.x Eclipse Plugin
  Issue Type: New Feature
Reporter: Richard van Nieuwenhoven
 Assigned To: John Casey
 Attachments: maven-rad-plugin-WebContent.zip, 
 maven-rad-plugin.tar.gz, maven-rad-plugin.zip, 
 MECLIPSE-137-maven-eclipse-plugin.patch


 I just finisched developing a RAD-6 (IBM Rational Application Developer 6.0) 
 extention to the eclipse plugin.
 It supports J2EE projects with the websphere development envorment, supported 
 are
 - EJB projects
 - Web projects
 - EAR- projects
 all these projects are recognized by rad-6 as what they. The websphere 
 development enviorment including hot-deployment features funktions out of the 
 box.
 i wrote writers for:
 - the .j2ee files
 - the application.xml and the modulemaps file
 - copying the extrenal libs in the ear project root
 - adapting the MANIFEST.MF of the projects (nessesary for the websphere 
 development enviorment)
 - the .websettings file
 - the .websiteconfig file
 - the .project (only alternative project natures/builders)
 do you want to include it the the eclipse plugin or sould it be an extra 
 plugin? i should not be complicated to include it because i did the real work 
 in writer-classes.
 should i add a tgz with the sources? or how do you want the sources?

-- 
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: (MNG-2066) Specify multiple proxies

2006-11-27 Thread Carlos Sanchez (JIRA)
[ http://jira.codehaus.org/browse/MNG-2066?page=comments#action_81212 ] 

Carlos Sanchez commented on MNG-2066:
-

Some comments:

- patches have to be against trunk
- public api can't be modified, we need to keep backwards compatibility
- need documentation, for instance that setting http proxy will affect https 
requests
- unit tests would be great

 Specify multiple proxies
 

 Key: MNG-2066
 URL: http://jira.codehaus.org/browse/MNG-2066
 Project: Maven 2
  Issue Type: Improvement
Affects Versions: 2.0.2
Reporter: Thomas Recloux
 Fix For: 2.1

 Attachments: multiple-proxies-paches.zip


 After this discussion :
 http://www.mail-archive.com/dev@maven.apache.org/msg53099.html
 In the attached zip file, you'll find four patch files :
 - on the maven-artifact-manager projet : changes in the DefaultWagonManager 
 class, using the http proxy when no https proxy is specified.
 - on the maven-core project : changes in the DefaultMaven, adding all teh 
 active proxies from the settings to the wagon manager
 - on the maven-settings project : changes in the settings.mdo file
 Theses patches are built on the maven-2.0.x branch.

-- 
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-509) Ability to process scheduled builds the same as forced builds.

2006-11-27 Thread Brill Pappin (JIRA)
[ http://jira.codehaus.org/browse/CONTINUUM-509?page=comments#action_81217 
] 

Brill Pappin commented on CONTINUUM-509:


Have another argument for this ability:

with the one component per module style of Maven, modules that have been stable 
but have unstable dependent modules can get out of sync.

e.g. two source modules, one nobody spends time in and another that is being 
reworked all the time. Since the 
stable module doesn't change, it will never be built and the changes that 
broken it from module 2 will not be detected.

For a fix:
- Dependency change checking.
- scheduled force build.

I don't care which way I have to do it, but some way would be helpful.



 Ability to process scheduled builds the same as forced builds.
 --

 Key: CONTINUUM-509
 URL: http://jira.codehaus.org/browse/CONTINUUM-509
 Project: Continuum
  Issue Type: Improvement
  Components: Core system
Affects Versions: 1.0.2
Reporter: Shinobu Kawai
Priority: Minor
 Fix For: 1.1


 It would be great if you could configure a build schedule to act like a 
 forced build on the scheduled build.
 The use case for this is when you have two build definitions:
 - One will be set to default for a forced, light build.  For example, install 
 the artifact.
 - Another will be set to a scheduled, heavy build.  For example, deploy the 
 artifact and the project site.
 If the default build is triggered, the other build will be skipped since 
 nothing has been updated since the forced build.  And we do not want to do 
 heavy stuff in the default build.

-- 
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: (MCHANGELOG-52) Links are broken for viewcvs.cgi

2006-11-27 Thread Dennis Lundberg (JIRA)
[ http://jira.codehaus.org/browse/MCHANGELOG-52?page=comments#action_81220 
] 

Dennis Lundberg commented on MCHANGELOG-52:
---

We are very close to releasing 2.0 of this plugin. I'm afraid we can't wait for 
another version of Maven SCM to be released. We'll have to fix this issue in a 
later version of  this plugin.

 Links are broken for viewcvs.cgi
 

 Key: MCHANGELOG-52
 URL: http://jira.codehaus.org/browse/MCHANGELOG-52
 Project: Maven 2.x Changelog Plugin
  Issue Type: Bug
Affects Versions: 2.0-beta-1
 Environment: cvs on linux
Reporter: Jim Crossley

 My project.scm.url is 'http://cvs/viewcvs.cgi/myproject/'.  If I make a 
 change to 'src/main/java/com/foo/Bar.java', the resulting link is 
 'http://cvs/viewcvs.cgi/myproject/om/foo/Bar.java'.  Note the absence of 
 'src/main/java/c'.  The lopped-off 'c' is especially distressing.
 I can hack sort of a fix by adding this to the plugin element:
   configuration
 scmUrlhttp://cvs/viewcvs.cgi/sdvrpc-maven/src/main/java/c/scmUrl
   /configuration
 But that's gross, and it would only account for changes beneath 
 'src/main/java', so changes beneath ${basedir} would still be broken.

-- 
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: (CONTINUUM-509) Ability to process scheduled builds the same as forced builds.

2006-11-27 Thread Jesse McConnell (JIRA)
 [ http://jira.codehaus.org/browse/CONTINUUM-509?page=all ]

Jesse McConnell updated CONTINUUM-509:
--

Priority: Major  (was: Minor)

upping priority to major...

also, the build on dependency has been added to trunk so the modules in your 
example should be getting rebuilt now :)

 Ability to process scheduled builds the same as forced builds.
 --

 Key: CONTINUUM-509
 URL: http://jira.codehaus.org/browse/CONTINUUM-509
 Project: Continuum
  Issue Type: Improvement
  Components: Core system
Affects Versions: 1.0.2
Reporter: Shinobu Kawai
 Fix For: 1.1


 It would be great if you could configure a build schedule to act like a 
 forced build on the scheduled build.
 The use case for this is when you have two build definitions:
 - One will be set to default for a forced, light build.  For example, install 
 the artifact.
 - Another will be set to a scheduled, heavy build.  For example, deploy the 
 artifact and the project site.
 If the default build is triggered, the other build will be skipped since 
 nothing has been updated since the forced build.  And we do not want to do 
 heavy stuff in the default build.

-- 
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: (MNG-2066) Specify multiple proxies

2006-11-27 Thread Thomas Recloux (JIRA)
[ http://jira.codehaus.org/browse/MNG-2066?page=comments#action_81236 ] 

Thomas Recloux commented on MNG-2066:
-

Thanks for your comments 

 patches have to be against trunk

Does this mean this patch can't be integrated until 2.1 ?

 public api can't be modified, we need to keep backwards compatibility

You are speaking of the Settings object ? In this case, can I had a 
java.util.List getActiveProxies() method and keep the Proxy 
getActiveProxy() ? Should I mark it has deprecated ?

 need documentation, for instance that setting http proxy will affect https 
 requests

Where should I document it ? In this guide : 
http://maven.apache.org/guides/mini/guide-proxies.html ?

 unit tests would be great

OK

 Specify multiple proxies
 

 Key: MNG-2066
 URL: http://jira.codehaus.org/browse/MNG-2066
 Project: Maven 2
  Issue Type: Improvement
Affects Versions: 2.0.2
Reporter: Thomas Recloux
 Fix For: 2.1

 Attachments: multiple-proxies-paches.zip


 After this discussion :
 http://www.mail-archive.com/dev@maven.apache.org/msg53099.html
 In the attached zip file, you'll find four patch files :
 - on the maven-artifact-manager projet : changes in the DefaultWagonManager 
 class, using the http proxy when no https proxy is specified.
 - on the maven-core project : changes in the DefaultMaven, adding all teh 
 active proxies from the settings to the wagon manager
 - on the maven-settings project : changes in the settings.mdo file
 Theses patches are built on the maven-2.0.x branch.

-- 
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: (MNG-2066) Specify multiple proxies

2006-11-27 Thread Carlos Sanchez (JIRA)
[ http://jira.codehaus.org/browse/MNG-2066?page=comments#action_81238 ] 

Carlos Sanchez commented on MNG-2066:
-

 Does this mean this patch can't be integrated until 2.1 ?

No, just that we work against trunk and then merge to the 2.0.x branch if needed

 You are speaking of the Settings object ? In this case, can I had a 
 java.util.List getActiveProxies() method and keep the Proxy 
 getActiveProxy() ? Should I mark it has deprecated ?

Yes

 Where should I document it ? In this guide : 
 http://maven.apache.org/guides/mini/guide-proxies.html ?

Yes, and also javadocs would be great


 Specify multiple proxies
 

 Key: MNG-2066
 URL: http://jira.codehaus.org/browse/MNG-2066
 Project: Maven 2
  Issue Type: Improvement
Affects Versions: 2.0.2
Reporter: Thomas Recloux
 Fix For: 2.1

 Attachments: multiple-proxies-paches.zip


 After this discussion :
 http://www.mail-archive.com/dev@maven.apache.org/msg53099.html
 In the attached zip file, you'll find four patch files :
 - on the maven-artifact-manager projet : changes in the DefaultWagonManager 
 class, using the http proxy when no https proxy is specified.
 - on the maven-core project : changes in the DefaultMaven, adding all teh 
 active proxies from the settings to the wagon manager
 - on the maven-settings project : changes in the settings.mdo file
 Theses patches are built on the maven-2.0.x branch.

-- 
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: (MAVENUPLOAD-1253) upload vraptor 2.3

2006-11-27 Thread Nico Steppat (JIRA)
upload vraptor 2.3
--

 Key: MAVENUPLOAD-1253
 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-1253
 Project: maven-upload-requests
  Issue Type: Task
Reporter: Nico Steppat


VRaptor 2.3 framework update with many improvements and loads of new docs.
 
VRaptor 2 is a mvc controller based on the idea (stolen) from Rails that 
configuration should be minimal and conventions should be maximized.

-- 
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: (MRM-241) Unable to edit or delete users, links are missing the username

2006-11-27 Thread Wendy Smoak (JIRA)
Unable to edit or delete users, links are missing the username
--

 Key: MRM-241
 URL: http://jira.codehaus.org/browse/MRM-241
 Project: Archiva
  Issue Type: Bug
Affects Versions: 1.0
 Environment: Archiva 1.0-SNAPSHOT r479690
Reporter: Wendy Smoak


On the User Management page, all of the 'edit' and 'delete' links are missing 
the username param value, for example:

   http://localhost:9091/security/useredit.action?username=



-- 
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: (MRM-241) Unable to edit or delete users, links are missing the username

2006-11-27 Thread Wendy Smoak (JIRA)
 [ http://jira.codehaus.org/browse/MRM-241?page=all ]

Wendy Smoak updated MRM-241:


Component/s: web application

 Unable to edit or delete users, links are missing the username
 --

 Key: MRM-241
 URL: http://jira.codehaus.org/browse/MRM-241
 Project: Archiva
  Issue Type: Bug
  Components: web application
Affects Versions: 1.0
 Environment: Archiva 1.0-SNAPSHOT r479690
Reporter: Wendy Smoak

 On the User Management page, all of the 'edit' and 'delete' links are missing 
 the username param value, for example:
http://localhost:9091/security/useredit.action?username=

-- 
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: (MAVENUPLOAD-1254) Upload ZK Forge Libraries to the central repository

2006-11-27 Thread Tom M. Yeh (JIRA)
Upload ZK Forge Libraries to the central repository
---

 Key: MAVENUPLOAD-1254
 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-1254
 Project: maven-upload-requests
  Issue Type: Task
Reporter: Tom M. Yeh


http://www.zkoss.org/maven/bundles/2.1.3/dojoz-0.2.2-1-bundle.jar
http://www.zkoss.org/maven/bundles/2.1.3/fckez-2.3-1-bundle.jar
http://www.zkoss.org/maven/bundles/2.1.3/gmapsz-2.0-1-bundle.jar

http://www.zkoss.org
http://sourceforge.net/users/tomyeh/

ZK Forge is a collection of libraries for the ZK project.
ZK is an open-source Ajax Web framework that enables rich user interface for 
Web applications with no JavaScript and little programming.

-- 
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