[jira] Updated: (CONTINUUM-1115) selecting a project to build returns you to the project group page

2007-02-05 Thread Teodoro Cue Jr. (JIRA)

 [ 
http://jira.codehaus.org/browse/CONTINUUM-1115?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Teodoro Cue Jr. updated CONTINUUM-1115:
---

Attachment: CONTINUUM-1115-continuum-webapp.patch

Patch Attached.

> selecting a project to build returns you to the project group page
> --
>
> Key: CONTINUUM-1115
> URL: http://jira.codehaus.org/browse/CONTINUUM-1115
> Project: Continuum
>  Issue Type: Bug
>  Components: Web - UI
>Affects Versions: 1.1
>Reporter: Brian Fox
> Assigned To: Teodoro Cue Jr.
> Attachments: CONTINUUM-1115-continuum-webapp.patch
>
>
> if you go into a project group, and force a build, the page reloads back at 
> the project groups page. You then have to click again to go back and see the 
> individual projects. It should reload the same page.

-- 
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: (MDEP-61) doesn't work

2007-02-05 Thread Vadim Homchik (JIRA)
 doesn't work
---

 Key: MDEP-61
 URL: http://jira.codehaus.org/browse/MDEP-61
 Project: Maven 2.x Dependency Plugin
  Issue Type: Bug
Affects Versions: 2.0-alpha-2
Reporter: Vadim Homchik
 Assigned To: Brian Fox



commons-io
commons-io
1.2
test
 

...


  org.apache.maven.plugins
  maven-dependency-plugin
  2.0-alpha-2-SNAPSHOT
  

  generate-resources
  
build-classpath
  
  
target/classpath.txt
lib
test
  

  


The result doesn't include commons-io-1.2.jar (it is in local repository).


-- 
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: (MRESOURCES-35) targetPath doesn't accept absolute paths

2007-02-05 Thread Andy Piper (JIRA)

[ 
http://jira.codehaus.org/browse/MRESOURCES-35?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_86849
 ] 

Andy Piper commented on MRESOURCES-35:
--

I see this problem also in 2.0.4. Its very annoying.

> targetPath doesn't accept absolute paths
> 
>
> Key: MRESOURCES-35
> URL: http://jira.codehaus.org/browse/MRESOURCES-35
> Project: Maven 2.x Resources Plugin
>  Issue Type: Bug
>Affects Versions: 2.2
> Environment: linux, windows
>Reporter: Paul Jungwirth
>Priority: Minor
> Attachments: absolute-resource-outputs.patch
>
>
>  is always relative to target/classes, even if you pass it an 
> absolute path. This happens if the path is from a variable, like this:
>   ${basedir}/scripts
> It also happens if you write the path directly:
>   /home/pjungwir/src/encc/scripts
> or on windows:
>   C:/home/pjungwir/src/encc/scripts
> Your resources wind up in directories like this:
>   /home/pjungwir/src/encc/target/classes/home/pjungwir/src/encc/scripts

-- 
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-274) OS-specific scripts missing from archiva/bin

2007-02-05 Thread Wendy Smoak (JIRA)
OS-specific scripts missing from archiva/bin


 Key: MRM-274
 URL: http://jira.codehaus.org/browse/MRM-274
 Project: Archiva
  Issue Type: Bug
 Environment: last changed revision r503520
Reporter: Wendy Smoak


The Archiva plexus-runtime built from source at r503520 has only bin/plexus.sh 
and bin/plexus.bat.

The usual bin/linux, bin/win32, etc., directories, with the 'wrapper' and 
scripts, are not present.



-- 
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-2810) Create a Windows Installer and update instructions on download site

2007-02-05 Thread Archimedes Trajano (JIRA)
Create a Windows Installer and update instructions on download site
---

 Key: MNG-2810
 URL: http://jira.codehaus.org/browse/MNG-2810
 Project: Maven 2
  Issue Type: Improvement
  Components: General
Affects Versions: 2.0.4
 Environment: http://maven.apache.org/download.html
Reporter: Archimedes Trajano


Please add a Windows installer (similar to the one that was done in Maven 1.x) 
and update the instructions on http://maven.apache.org/download.html since it 
still refers to 2.0.3

-- 
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-274) OS-specific scripts missing from archiva/bin

2007-02-05 Thread Wendy Smoak (JIRA)

[ 
http://jira.codehaus.org/browse/MRM-274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_86858
 ] 

Wendy Smoak commented on MRM-274:
-

Continuum at r502389 has the same problem.

And the 'plexus.bat' file does not work on WinXP:

C:\java\archiva-r503520\bin>plexus.bat
Exception in thread "main" java.lang.NoClassDefFoundError: 
org/codehaus/plexus/classworlds/lancher/Launcher


> OS-specific scripts missing from archiva/bin
> 
>
> Key: MRM-274
> URL: http://jira.codehaus.org/browse/MRM-274
> Project: Archiva
>  Issue Type: Bug
> Environment: last changed revision r503520
>Reporter: Wendy Smoak
>
> The Archiva plexus-runtime built from source at r503520 has only 
> bin/plexus.sh and bin/plexus.bat.
> The usual bin/linux, bin/win32, etc., directories, with the 'wrapper' and 
> scripts, are not present.

-- 
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-2339) ${project.*} are interpreted in the wrong place

2007-02-05 Thread Wayne Fay (JIRA)

[ 
http://jira.codehaus.org/browse/MNG-2339?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_86863
 ] 

Wayne Fay commented on MNG-2339:


We've seen this on the Users list specifically affecting Spring jars 
(context)... Wondering if anyone is working on this?

> ${project.*} are interpreted in the wrong place
> ---
>
> Key: MNG-2339
> URL: http://jira.codehaus.org/browse/MNG-2339
> Project: Maven 2
>  Issue Type: Bug
>  Components: General
>Affects Versions: 2.0.4
>Reporter: Emmanuel Venisse
>Priority: Critical
> Fix For: 2.0.x
>
>
> If a plugin use ${project.version}, this parameter is interpreted with the 
> version of the current project and not the plugin version. I think we have 
> the same pb with dependencies and other ${project.*}
> For a plugin in version 2.0 used in a project in version 1.0-SNAPSHOT, 
> ${project.version} used in the plugin will be interpreted as 1.0-SNAPSHOT 
> instead of 2.0

-- 
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-1367) Uploading Whirlycache 0.7.1

2007-02-05 Thread Olivier Lamy (JIRA)
Uploading Whirlycache 0.7.1
---

 Key: MAVENUPLOAD-1367
 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-1367
 Project: maven-upload-requests
  Issue Type: New Feature
Reporter: Olivier Lamy
 Attachments: whirlycache-0.7.1-upload-bundle.jar

Whirlycache is an in memory java cache.
I need to add it as a provider in plexus-cache.
Thanks,
--
Olivier

-- 
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: (MAVENUPLOAD-1367) Uploading Whirlycache 0.7.1

2007-02-05 Thread Carlos Sanchez (JIRA)

[ 
http://jira.codehaus.org/browse/MAVENUPLOAD-1367?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_86869
 ] 

Carlos Sanchez commented on MAVENUPLOAD-1367:
-

should log4j be runtime?

> Uploading Whirlycache 0.7.1
> ---
>
> Key: MAVENUPLOAD-1367
> URL: http://jira.codehaus.org/browse/MAVENUPLOAD-1367
> Project: maven-upload-requests
>  Issue Type: New Feature
>Reporter: Olivier Lamy
> Attachments: whirlycache-0.7.1-upload-bundle.jar
>
>
> Whirlycache is an in memory java cache.
> I need to add it as a provider in plexus-cache.
> Thanks,
> --
> Olivier

-- 
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: (MAVENUPLOAD-1310) NanoXML Lite

2007-02-05 Thread Carlos Sanchez (JIRA)

 [ 
http://jira.codehaus.org/browse/MAVENUPLOAD-1310?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Carlos Sanchez closed MAVENUPLOAD-1310.
---

Resolution: Fixed

> NanoXML Lite
> 
>
> Key: MAVENUPLOAD-1310
> URL: http://jira.codehaus.org/browse/MAVENUPLOAD-1310
> Project: maven-upload-requests
>  Issue Type: Task
>Reporter: Tassilo Schweyer
> Assigned To: Carlos Sanchez
>
> NanoXML Lite is an extremely small (6KB) XML parser 

-- 
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: (MAVENUPLOAD-1366) c3p0 0.9.1

2007-02-05 Thread Carlos Sanchez (JIRA)

[ 
http://jira.codehaus.org/browse/MAVENUPLOAD-1366?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_86871
 ] 

Carlos Sanchez commented on MAVENUPLOAD-1366:
-

pom says 0.9.0.4

> c3p0 0.9.1
> --
>
> Key: MAVENUPLOAD-1366
> URL: http://jira.codehaus.org/browse/MAVENUPLOAD-1366
> Project: maven-upload-requests
>  Issue Type: Task
>Reporter: Mark Reynolds
>
> A new version was released a couple of weeks ago and no one has uploaded it 
> to the maven central repo yet, so here it is. I was unable to determine a 
> public scm URL. The one at sourceforge is empty, but that is what I provided 
> in the POM.

-- 
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: (MAVENUPLOAD-1365) Laf-Plugin

2007-02-05 Thread Carlos Sanchez (JIRA)

 [ 
http://jira.codehaus.org/browse/MAVENUPLOAD-1365?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Carlos Sanchez closed MAVENUPLOAD-1365.
---

  Assignee: Carlos Sanchez
Resolution: Fixed

> Laf-Plugin
> --
>
> Key: MAVENUPLOAD-1365
> URL: http://jira.codehaus.org/browse/MAVENUPLOAD-1365
> Project: maven-upload-requests
>  Issue Type: Task
>Reporter: Tassilo Schweyer
> Assigned To: Carlos Sanchez
>
> The goal of this project is to provide a generic plugin framework for 
> look-and-feels and define the interface of a common kind of plugins - the 
> component plugins.

-- 
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: (MAVENUPLOAD-1364) pjl-comp-filter-1.6.4

2007-02-05 Thread Carlos Sanchez (JIRA)

 [ 
http://jira.codehaus.org/browse/MAVENUPLOAD-1364?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Carlos Sanchez closed MAVENUPLOAD-1364.
---

  Assignee: Carlos Sanchez
Resolution: Fixed

> pjl-comp-filter-1.6.4
> -
>
> Key: MAVENUPLOAD-1364
> URL: http://jira.codehaus.org/browse/MAVENUPLOAD-1364
> Project: maven-upload-requests
>  Issue Type: Bug
>Reporter: Tomislav Stojcevich
> Assigned To: Carlos Sanchez
> Attachments: pjl-comp-filter-1.6.4-bundle.jar
>
>
> Upload latest version with sources and javadocs.

-- 
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: (MAVENUPLOAD-1362) Upload tapestry-flash to central repo

2007-02-05 Thread Carlos Sanchez (JIRA)

[ 
http://jira.codehaus.org/browse/MAVENUPLOAD-1362?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_86872
 ] 

Carlos Sanchez commented on MAVENUPLOAD-1362:
-

parent is snapshot and doesn't even exist

> Upload tapestry-flash to central repo
> -
>
> Key: MAVENUPLOAD-1362
> URL: http://jira.codehaus.org/browse/MAVENUPLOAD-1362
> Project: maven-upload-requests
>  Issue Type: Task
>Reporter: Mark Reynolds
>
> I asked the developer to upload to central repository and he suggested I do 
> it myself, so here it is.

-- 
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: (MAVENUPLOAD-1363) Upload ajax4jsf 1.0.6

2007-02-05 Thread Carlos Sanchez (JIRA)

 [ 
http://jira.codehaus.org/browse/MAVENUPLOAD-1363?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Carlos Sanchez closed MAVENUPLOAD-1363.
---

  Assignee: Carlos Sanchez
Resolution: Fixed

> Upload ajax4jsf 1.0.6
> -
>
> Key: MAVENUPLOAD-1363
> URL: http://jira.codehaus.org/browse/MAVENUPLOAD-1363
> Project: maven-upload-requests
>  Issue Type: Bug
>Reporter: Petr Ferschmann
> Assigned To: Carlos Sanchez
>
> http://software.softeu.cz/bundle/ajax4jsf-1.0.6-bundle.jar
> https://ajax4jsf.dev.java.net/
> Ajax4jsf is an open source extension to the JavaServer Faces standard that 
> adds AJAX capability to JSF applications without requiring the writing of any 
> JavaScript.

-- 
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: (MAVENUPLOAD-1366) c3p0 0.9.1

2007-02-05 Thread Mark Reynolds (JIRA)

[ 
http://jira.codehaus.org/browse/MAVENUPLOAD-1366?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_86873
 ] 

Mark Reynolds commented on MAVENUPLOAD-1366:


corrected pom to say version 0.9.1

> c3p0 0.9.1
> --
>
> Key: MAVENUPLOAD-1366
> URL: http://jira.codehaus.org/browse/MAVENUPLOAD-1366
> Project: maven-upload-requests
>  Issue Type: Task
>Reporter: Mark Reynolds
>
> A new version was released a couple of weeks ago and no one has uploaded it 
> to the maven central repo yet, so here it is. I was unable to determine a 
> public scm URL. The one at sourceforge is empty, but that is what I provided 
> in the POM.

-- 
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: (MAVENUPLOAD-1360) JUnit 4.1 and 4.2 Uploads

2007-02-05 Thread Carlos Sanchez (JIRA)

 [ 
http://jira.codehaus.org/browse/MAVENUPLOAD-1360?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Carlos Sanchez closed MAVENUPLOAD-1360.
---

  Assignee: Carlos Sanchez
Resolution: Fixed

Uploaded junit 4.2 with binary and sources jars from junit.org
4.1 is already uploaded, metadata files have been fixed by hand

> JUnit 4.1 and 4.2 Uploads
> -
>
> Key: MAVENUPLOAD-1360
> URL: http://jira.codehaus.org/browse/MAVENUPLOAD-1360
> Project: maven-upload-requests
>  Issue Type: Task
>Reporter: Nathan Beyer (Cerner)
> Assigned To: Carlos Sanchez
> Attachments: junit-4.1-bundle.jar, junit-4.2-bundle.jar
>
>
> Upload bundles for JUnit 4.1 and 4.2.
> The 4.1 bundle is re-upload, so that the "junit/junit/maven-metadata.xml" 
> file is updated. The 4.2 bundle is new. The bundles were "manually" created, 
> but match the JARs created by "mvn repository:create-bundle".
> I don't have a public URL for downloading the bundles, so I've posted them as 
> attachments to this issue.

-- 
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: (MAVENUPLOAD-1348) JGroups-all-2.4.1 library

2007-02-05 Thread Carlos Sanchez (JIRA)

 [ 
http://jira.codehaus.org/browse/MAVENUPLOAD-1348?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Carlos Sanchez closed MAVENUPLOAD-1348.
---

  Assignee: Carlos Sanchez
Resolution: Fixed

> JGroups-all-2.4.1 library
> -
>
> Key: MAVENUPLOAD-1348
> URL: http://jira.codehaus.org/browse/MAVENUPLOAD-1348
> Project: maven-upload-requests
>  Issue Type: Task
>Reporter: Kiran Ayyagari
> Assigned To: Carlos Sanchez
> Attachments: jgroups-all-pom-2.4.1.jar, jgroups-all-pom-2.4.1.jar
>
>
> JGroups is a toolkit for used for reliable multicating in java based 
> applications

-- 
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: (MAVENUPLOAD-1353) Upload of jasypt and jasypt-hibernate

2007-02-05 Thread Carlos Sanchez (JIRA)

 [ 
http://jira.codehaus.org/browse/MAVENUPLOAD-1353?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Carlos Sanchez closed MAVENUPLOAD-1353.
---

  Assignee: Carlos Sanchez
Resolution: Fixed

> Upload of jasypt and jasypt-hibernate
> -
>
> Key: MAVENUPLOAD-1353
> URL: http://jira.codehaus.org/browse/MAVENUPLOAD-1353
> Project: maven-upload-requests
>  Issue Type: Task
>Reporter: Daniel Fernández
> Assigned To: Carlos Sanchez
>
> http://www.jasypt.org/jasypt-1.0-bundle.jar
> http://www.jasypt.org/jasypt-hibernate-1.0-bundle.jar
> http://www.jasypt.org
> http://www.jasypt.org/team.html
> Jasypt is a java library which allows the developer to add basic encryption 
> capabilities to his/her projects with minimum effort, and without the need of 
> having deep knowledge on how cryptography works.

-- 
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: (MEV-36) Exo POM(s) missing dependency versions

2007-02-05 Thread Carlos Sanchez (JIRA)

 [ 
http://jira.codehaus.org/browse/MEV-36?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Carlos Sanchez updated MEV-36:
--

Comment: was deleted

> Exo POM(s) missing dependency versions
> --
>
> Key: MEV-36
> URL: http://jira.codehaus.org/browse/MEV-36
> Project: Maven Evangelism
>  Issue Type: Bug
>  Components: Invalid POM
>Reporter: Vincent Massol
>
> For example, exoplatform.container-1.0.pom is missing the version for the 
> jibx dependency.
> C:\dev\xwiki\trunk>m2 install
> [INFO] 
> 
> [INFO] Building XWiki
> [INFO] 
> 
> [INFO] maven-surefire-plugin: using locally installed snapshot
> [INFO] maven-war-plugin: using locally installed snapshot
> [INFO] [resources:resources]
> Downloading: 
> http://repo1.maven.org/maven2/exo/exoplatform.container/1.0/exoplatform.container-1.0.pom
> 2K downloaded
> ---
> constituent[0]: file:/c:/apps/maven2/lib/commons-cli-1.0-beta-2.jar
> constituent[1]: file:/c:/apps/maven2/lib/commons-validator-1.1.4.jar
> constituent[2]: file:/c:/apps/maven2/lib/doxia-core-1.0-alpha-3.jar
> constituent[3]: file:/c:/apps/maven2/lib/jline-0.9.1.jar
> constituent[4]: file:/c:/apps/maven2/lib/jsch-0.1.17.jar
> constituent[5]: 
> file:/c:/apps/maven2/lib/maven-artifact-2.0-beta-1-SNAPSHOT.jar
> constituent[6]: 
> file:/c:/apps/maven2/lib/maven-artifact-manager-2.0-beta-1-SNAPSHOT.jar
> constituent[7]: file:/c:/apps/maven2/lib/maven-core-2.0-beta-1-SNAPSHOT.jar
> constituent[8]: file:/c:/apps/maven2/lib/maven-model-2.0-beta-1-SNAPSHOT.jar
> constituent[9]: file:/c:/apps/maven2/lib/maven-monitor-2.0-beta-1-SNAPSHOT.jar
> constituent[10]: 
> file:/c:/apps/maven2/lib/maven-plugin-api-2.0-beta-1-SNAPSHOT.jar
> constituent[11]: 
> file:/c:/apps/maven2/lib/maven-plugin-descriptor-2.0-beta-1-SNAPSHOT.jar
> constituent[12]: 
> file:/c:/apps/maven2/lib/maven-plugin-registry-2.0-beta-1-SNAPSHOT.jar
> constituent[13]: 
> file:/c:/apps/maven2/lib/maven-profile-2.0-beta-1-SNAPSHOT.jar
> constituent[14]: 
> file:/c:/apps/maven2/lib/maven-project-2.0-beta-1-SNAPSHOT.jar
> constituent[15]: 
> file:/c:/apps/maven2/lib/maven-reporting-api-2.0-beta-1-SNAPSHOT.jar
> constituent[16]: 
> file:/c:/apps/maven2/lib/maven-settings-2.0-beta-1-SNAPSHOT.jar
> constituent[17]: file:/c:/apps/maven2/lib/oro-2.0.7.jar
> constituent[18]: file:/c:/apps/maven2/lib/plexus-input-handler-1.0-alpha-2.jar
> constituent[19]: file:/c:/apps/maven2/lib/wagon-file-1.0-alpha-4.jar
> constituent[20]: 
> file:/c:/apps/maven2/lib/wagon-http-lightweight-1.0-alpha-4.jar
> constituent[21]: file:/c:/apps/maven2/lib/wagon-provider-api-1.0-alpha-4.jar
> constituent[22]: file:/c:/apps/maven2/lib/wagon-ssh-1.0-alpha-4.jar
> ---
> org.apache.maven.artifact.InvalidArtifactRTException: For artifact 
> {jibx:jibx-bind:null:jar}: The version cannot be empty.
> at 
> org.apache.maven.artifact.DefaultArtifact.validateIdentity(DefaultArtifact.java:108)

-- 
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: (MAVENUPLOAD-1367) Uploading Whirlycache 0.7.1

2007-02-05 Thread Olivier Lamy (JIRA)

[ 
http://jira.codehaus.org/browse/MAVENUPLOAD-1367?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_86876
 ] 

Olivier Lamy commented on MAVENUPLOAD-1367:
---

Yes runtime is enough (commons-logging is used).

> Uploading Whirlycache 0.7.1
> ---
>
> Key: MAVENUPLOAD-1367
> URL: http://jira.codehaus.org/browse/MAVENUPLOAD-1367
> Project: maven-upload-requests
>  Issue Type: New Feature
>Reporter: Olivier Lamy
> Attachments: whirlycache-0.7.1-upload-bundle.jar
>
>
> Whirlycache is an in memory java cache.
> I need to add it as a provider in plexus-cache.
> Thanks,
> --
> Olivier

-- 
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: (MAVENUPLOAD-1360) JUnit 4.1 and 4.2 Uploads

2007-02-05 Thread Nathan Beyer (Cerner) (JIRA)

[ 
http://jira.codehaus.org/browse/MAVENUPLOAD-1360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_86875
 ] 

Nathan Beyer (Cerner) commented on MAVENUPLOAD-1360:


Looks great. Thanks.

> JUnit 4.1 and 4.2 Uploads
> -
>
> Key: MAVENUPLOAD-1360
> URL: http://jira.codehaus.org/browse/MAVENUPLOAD-1360
> Project: maven-upload-requests
>  Issue Type: Task
>Reporter: Nathan Beyer (Cerner)
> Assigned To: Carlos Sanchez
> Attachments: junit-4.1-bundle.jar, junit-4.2-bundle.jar
>
>
> Upload bundles for JUnit 4.1 and 4.2.
> The 4.1 bundle is re-upload, so that the "junit/junit/maven-metadata.xml" 
> file is updated. The 4.2 bundle is new. The bundles were "manually" created, 
> but match the JARs created by "mvn repository:create-bundle".
> I don't have a public URL for downloading the bundles, so I've posted them as 
> attachments to this issue.

-- 
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: (MAVENUPLOAD-1362) Upload tapestry-flash to central repo

2007-02-05 Thread Mark Reynolds (JIRA)

[ 
http://jira.codehaus.org/browse/MAVENUPLOAD-1362?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_86878
 ] 

Mark Reynolds commented on MAVENUPLOAD-1362:


The parent does exist, so I guess that needs to be released first, or at least 
as the same time?

The parent has other children, some of which are still in SNAPSHOT, is that ok 
or must the whole pom tree be released?

> Upload tapestry-flash to central repo
> -
>
> Key: MAVENUPLOAD-1362
> URL: http://jira.codehaus.org/browse/MAVENUPLOAD-1362
> Project: maven-upload-requests
>  Issue Type: Task
>Reporter: Mark Reynolds
>
> I asked the developer to upload to central repository and he suggested I do 
> it myself, so here it is.

-- 
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: (MEV-498) javax.xml.ws:jaxws-api:2.1 is bad

2007-02-05 Thread Carlos Sanchez (JIRA)

[ 
http://jira.codehaus.org/browse/MEV-498?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_86879
 ] 

Carlos Sanchez commented on MEV-498:


They messed up, you can see how they kept changing the jar
https://maven-repository.dev.java.net/source/browse/maven-repository/www/repository/javax.xml.ws/jars/jaxws-api-2.1.jar

> javax.xml.ws:jaxws-api:2.1 is bad
> -
>
> Key: MEV-498
> URL: http://jira.codehaus.org/browse/MEV-498
> Project: Maven Evangelism
>  Issue Type: Bug
>  Components: Invalid POM
>Reporter: Dan Tran
>
> Sun just released jaxws 2.1 and the jaxws-api available at repo1.maven.org is 
> not the same with the Sun's one (both pom and the jar )
> I am working jaxws-maven-plugin and the generate code crash due to missing 
> interfaces
> We can either sync the sun version over, or remove it from repo1 to remove 
> confusion
> Here is the link to java.net repo
> https://maven-repository.dev.java.net/nonav/repository/com.sun.xml.ws/

-- 
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: (MAVENUPLOAD-1362) Upload tapestry-flash to central repo

2007-02-05 Thread Carlos Sanchez (JIRA)

[ 
http://jira.codehaus.org/browse/MAVENUPLOAD-1362?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_86881
 ] 

Carlos Sanchez commented on MAVENUPLOAD-1362:
-

just the parent, i pinged Howard to hear his comments

> Upload tapestry-flash to central repo
> -
>
> Key: MAVENUPLOAD-1362
> URL: http://jira.codehaus.org/browse/MAVENUPLOAD-1362
> Project: maven-upload-requests
>  Issue Type: Task
>Reporter: Mark Reynolds
>
> I asked the developer to upload to central repository and he suggested I do 
> it myself, so here it is.

-- 
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: (MEV-498) javax.xml.ws:jaxws-api:2.1 is bad

2007-02-05 Thread Dan Tran (JIRA)

[ 
http://jira.codehaus.org/browse/MEV-498?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_86882
 ] 

Dan Tran commented on MEV-498:
--

So what should we do?  having the old jaxws-api-2.1 is also bad.  Perhaps repo1 
should leave the bussiness of maintinaing that jar to java.net

> javax.xml.ws:jaxws-api:2.1 is bad
> -
>
> Key: MEV-498
> URL: http://jira.codehaus.org/browse/MEV-498
> Project: Maven Evangelism
>  Issue Type: Bug
>  Components: Invalid POM
>Reporter: Dan Tran
>
> Sun just released jaxws 2.1 and the jaxws-api available at repo1.maven.org is 
> not the same with the Sun's one (both pom and the jar )
> I am working jaxws-maven-plugin and the generate code crash due to missing 
> interfaces
> We can either sync the sun version over, or remove it from repo1 to remove 
> confusion
> Here is the link to java.net repo
> https://maven-repository.dev.java.net/nonav/repository/com.sun.xml.ws/

-- 
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: (MAVENUPLOAD-1367) Uploading Whirlycache 0.7.1

2007-02-05 Thread Olivier Lamy (JIRA)

 [ 
http://jira.codehaus.org/browse/MAVENUPLOAD-1367?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Olivier Lamy updated MAVENUPLOAD-1367:
--

Attachment: whirlycache-0.7.1-upload-bundle.jar

update made on upload url and on the attached bundle.
Thanks,
--
Olivier

> Uploading Whirlycache 0.7.1
> ---
>
> Key: MAVENUPLOAD-1367
> URL: http://jira.codehaus.org/browse/MAVENUPLOAD-1367
> Project: maven-upload-requests
>  Issue Type: New Feature
>Reporter: Olivier Lamy
> Attachments: whirlycache-0.7.1-upload-bundle.jar, 
> whirlycache-0.7.1-upload-bundle.jar
>
>
> Whirlycache is an in memory java cache.
> I need to add it as a provider in plexus-cache.
> Thanks,
> --
> Olivier

-- 
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: (MRM-274) OS-specific scripts missing from archiva/bin

2007-02-05 Thread Brett Porter (JIRA)

 [ 
http://jira.codehaus.org/browse/MRM-274?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Brett Porter closed MRM-274.


 Assignee: Brett Porter
   Resolution: Fixed
Fix Version/s: 1.0

> OS-specific scripts missing from archiva/bin
> 
>
> Key: MRM-274
> URL: http://jira.codehaus.org/browse/MRM-274
> Project: Archiva
>  Issue Type: Bug
> Environment: last changed revision r503520
>Reporter: Wendy Smoak
> Assigned To: Brett Porter
> Fix For: 1.0
>
>
> The Archiva plexus-runtime built from source at r503520 has only 
> bin/plexus.sh and bin/plexus.bat.
> The usual bin/linux, bin/win32, etc., directories, with the 'wrapper' and 
> scripts, are not present.

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