[jira] Created: (MAVENUPLOAD-1472) OpenID4Java is an OpenID implementation for Java. Please upload!

2007-04-12 Thread zhoushuqun (JIRA)
OpenID4Java is an OpenID implementation for Java. Please upload!


 Key: MAVENUPLOAD-1472
 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-1472
 Project: maven-upload-requests
  Issue Type: Bug
Reporter: zhoushuqun


http://openid4java.googlecode.com/files/openid4java-0.9.2-bundle.jar

http://openid4java.org/
http://code.google.com/p/openid4java/

OpenID4Java is an OpenID implementation for Java. Please upload!

-- 
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-2570) Maven needs to support multiple logging levels

2007-04-12 Thread Asgeir S. Nilsen (JIRA)

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

Asgeir S. Nilsen commented on MNG-2570:
---

What would it take to change the LoggerManager from ConsoleLoggerManager to for 
instance Log4JLoggerManager, and enable log4j configuration of Maven's logging?

This would enable different levels of logging for different components, and 
also different appenders.

Would it suffice to drop one of the plexus-logging jars in M2_HOME/lib ?

There is some information at 
http://plexus.codehaus.org/writing-components-trial/05_01_custom_logging_implementation.html,
 but I'm not sufficiently experienced with Maven's innards to determine what 
needs to be done..

 Maven needs to support multiple logging levels
 --

 Key: MNG-2570
 URL: http://jira.codehaus.org/browse/MNG-2570
 Project: Maven 2
  Issue Type: Improvement
  Components: Logging
Affects Versions: 2.0.4
Reporter: Brian Fox

 The current logging levels are essentially verbose (default) and debug (-X). 
 We need a slightly less verbose output so that things like compiler warnings 
 and other output is actually visable to the developer. Currently it gets 
 buried in all the noise.

-- 
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-82) go-offline / resolve-plugins does not resolve all plugin dependencies

2007-04-12 Thread Arne Degenring (JIRA)
go-offline / resolve-plugins does not resolve all plugin dependencies
-

 Key: MDEP-82
 URL: http://jira.codehaus.org/browse/MDEP-82
 Project: Maven 2.x Dependency Plugin
  Issue Type: Bug
  Components: go-offline, resolve-plugins
Affects Versions: 2.0-alpha-4
 Environment: Maven 2.0.6
Reporter: Arne Degenring
Assignee: Brian Fox
 Attachments: pom.xml

The attached pom.xml is a very simple JAR project, without any direct 
dependencies or plugin dependencies.

Start with an empty local repository, and run mvn dependency:go-offline on it. 
Some files get downloaded, but not everything that is needed for the build. If 
you run mvn -o package afterwards, you end up with the following error:

[ERROR] BUILD ERROR
[INFO] 
[INFO] The plugin 'org.apache.maven.plugins:maven-resources-plugin' does not 
exist or no valid version could be found

Afterwards, even mvn package without the -o parameter does not work any 
longer.


-- 
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: (MEAR-61) Avoid the need for redundant specification of module type

2007-04-12 Thread johan Eltes (JIRA)
Avoid the need for redundant specification of module type
-

 Key: MEAR-61
 URL: http://jira.codehaus.org/browse/MEAR-61
 Project: Maven 2.x Ear Plugin
  Issue Type: Improvement
Affects Versions: 2.3
 Environment: Any
Reporter: johan Eltes


The POMs of the modules to be packaged by the ear plugin, contain information 
about module type (e.g. packaging). The ear plug-in does not read this 
information. As a consequence, the ear POM has to redundantly define a type 
element on the dependencies ear module dependencies:

ear POM:

dependency
groupIdmywebapp/groupId
artifactIdmywebapp/artifactId
version1.0.0/version
typewar/type -- redundant information
/dependency

war POM:

project xmlns=http://maven.apache.org/POM/4.0.0; 
xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; 
xsi:schemaLocation=http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd;
 modelVersion4.0.0/modelVersion
 groupIdmywebapp/groupId
 artifactIdmywebapp/artifactId
 packagingwar/packaging -- Should be picked up from here

-- 
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: (MEAR-62) scope provided not applied

2007-04-12 Thread johan Eltes (JIRA)
scope provided not applied


 Key: MEAR-62
 URL: http://jira.codehaus.org/browse/MEAR-62
 Project: Maven 2.x Ear Plugin
  Issue Type: Bug
Affects Versions: 2.3
 Environment: Any
Reporter: johan Eltes


When packaging an ear, the ear plugin does not exclude transitive dependencies 
with scope provided. A war or ejb project may declare provided-scoped 
dependencies (e.g. j2ee apis). The purpose is to not include these dependencies 
when packaging the archive. For enterprise applications, the EAR project is 
responsible for doing the packaging of its modules dependencies. Although scope 
packaging is defined for transitive dependencies (dependencies declared by the 
module POMs), the ear plug-in still includes these libraries in the produced 
ear.

-- 
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-86) [Patch] Add support for IDEA 7 (Selena) EJB/EAR modules

2007-04-12 Thread Arik Kfir (JIRA)
[Patch] Add support for IDEA 7 (Selena) EJB/EAR modules
---

 Key: MIDEA-86
 URL: http://jira.codehaus.org/browse/MIDEA-86
 Project: Maven 2.x Idea Plugin
  Issue Type: Improvement
Affects Versions: 2.0, 2.1
 Environment: IntelliJ IDEA 7.x (Selena)
Reporter: Arik Kfir
 Attachments: idea-7-support.patch

This patch prevents generation of an entry for the deployment descriptor if it 
does not exist, in accordance to JEE 5. This is only done if the actual IDEA 
version (set in the project's POM) is indeed 7. In IDEA 7, if a descriptor is 
specified in the IML file, but does not exist, it spits out an error on every 
compilation

Also, *unrelated* to the plugin runtime, this patch adds this snippet to the 
pom.xml:
{noformat}build
plugins
  plugin
artifactIdmaven-idea-plugin/artifactId
configuration
  jdkLevel1.4/jdkLevel
/configuration
  /plugin
/plugins
  /build{noformat} 
For those who use IDEA to work on the plugin, this makes sure that the project 
JDK level is 1.4 (which is the policy currently, to prevent IDEA's suggestions 
for JDK 5-level (e.g. don't suggest using a for-each instead of for(int 
i=...))

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Moved: (MECLIPSE-254) Eclipse plugin to provide maven integration not packaged so it can be reused by other Eclipse plugins.

2007-04-12 Thread Lukas Theussl (JIRA)

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

Lukas Theussl moved MPECLIPSE-130 to MECLIPSE-254:
--

Affects Version/s: (was: 1.10)
 Workflow: Maven New  (was: jira)
  Key: MECLIPSE-254  (was: MPECLIPSE-130)
  Project: Maven 2.x Eclipse Plugin  (was: maven-eclipse-plugin)

 Eclipse plugin to provide maven integration not packaged so it can be reused 
 by other Eclipse plugins.
 --

 Key: MECLIPSE-254
 URL: http://jira.codehaus.org/browse/MECLIPSE-254
 Project: Maven 2.x Eclipse Plugin
  Issue Type: Bug
 Environment: MS Windows XP running Eclipse321/Wtp151 all in one 
 package using a Sun Java 1.5 sdk.
Reporter: Gary Mohr

 The Eclipse plugin that provides maven integration is installed into Eclipse 
 as an unpacked Jar file.  This top level Jar file does not contain the class 
 files which provide the maven functionallity, instead they are found in the 
 m2plugin.jar runtime library found in this top level Jar file.
 This means that if I am developing my own Eclipse plugin, it is not possible 
 to simply list the maven plugin (org.maven.ide.eclipse) as a dependency in my 
 plugin and then gain access to the classes delivered with the maven plugin.  
 In order to use the classes delivered in the maven plugin I am required to 
 extract the runtime library m2plugin.jar and put a copy of it in my 
 plugin's lib directory then add it to my plugin's classpath.
 Somehow it seems ironic that Maven the champion of not having to manually 
 replicate Jar files within projects would leave me in this situation.
 Please provide me an easier way to write Eclipse plugins that utilize the 
 services delivered with the Maven Eclipse plugin.
 If for instance the Maven Eclipse plugin were unpacked when it is installed 
 into Eclipse, then I should be able to add the m2plugin.jar to my plugin's 
 classpath without the need to replicate it.  As a different approach if the 
 class files from the 3 runtime libraries delivered in the plugin Jar file 
 were found in the plugin Jar file instead of buried inside the runtime 
 library, then Eclipse would be able to reference these classes when I list 
 the Maven Eclipse plugin as a dependency of my plugin.
 I am sorry if the project this was submitted to is not the correct project.  
 From its name it is kinda of hard to tell if it represents the Maven plugin 
 to support Eclipse stuff or the Eclipse plugin to support Maven stuff.

-- 
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: (MJAVADOC-116) Impossible to aggregate javadoc if snapshot never built

2007-04-12 Thread Arne Degenring (JIRA)

[ 
http://jira.codehaus.org/browse/MJAVADOC-116?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_92690
 ] 

Arne Degenring commented on MJAVADOC-116:
-

I face the same problem. It seems to be a regression, as the problem does not 
occur with maven-javadoc-plugin 2.0.

 Impossible to aggregate javadoc if snapshot never built
 ---

 Key: MJAVADOC-116
 URL: http://jira.codehaus.org/browse/MJAVADOC-116
 Project: Maven 2.x Javadoc Plugin
  Issue Type: Bug
Affects Versions: 2.2
Reporter: Damien Lecan

 In a multi-module projet, I build an aggregated Javadoc for the site.
 The project is built with mvn clean deploy site-deploy
 When I add a new project, the next build always fails because the javadoc 
 plugin can't find at least one snapshot for the new added module
 In the following example, I added a new module tele.persistance:pers-commons, 
 which have never been built before.
 Maven tries to download it but it can't find it (never build before).
 {noformat} [INFO] [site:site]
 [WARNING] Unable to load parent project from repository: Could not find the 
 model file '/continuum-folders/working-directory/116/../pom.xml'.
 [INFO] Skipped About report, file index.html already exists for the 
 English version.
 [ERROR] VM #displayTree: error : too few arguments to macro. Wanted 2 got 0
 [ERROR] VM #menuItem: error : too few arguments to macro. Wanted 1 got 0
 [INFO] Generate JavaDocs report.
 [INFO] snapshot tele:commons:1.2.0-alpha-1-SNAPSHOT: checking for updates 
 from mirror.snapshots
 [INFO] snapshot tele.persistance:pers-data:1.2.0-alpha-1-SNAPSHOT: checking 
 for updates from mirror.snapshots
 [INFO] snapshot tele.persistance:pers-api:1.2.0-alpha-1-SNAPSHOT: checking 
 for updates from mirror.snapshots
 [INFO] snapshot tele.persistance:pers-commons:1.2.0-alpha-1-SNAPSHOT: 
 checking for updates from mirror.snapshots
 Downloading: 
 http://proxy/maven2-snapshots/repository/tele/persistance/pers-commons/1.2.0-alpha-1-SNAPSHOT/pers-commons-1.2.0-alpha-1-SNAPSHOT.jar
 [WARNING] Unable to get resource 
 'tele.persistance:pers-commons:jar:1.2.0-alpha-1-SNAPSHOT' from repository 
 mirror.snapshots (http://proxy/maven2-snapshots/repository)
 [INFO] 
 
 [ERROR] BUILD ERROR
 [INFO] 
 
 [INFO] Failed to resolve artifact.
 Missing:
 --
 1) tele.persistance:pers-commons:jar:1.2.0-alpha-1-SNAPSHOT
   Try downloading the file manually from the project website.
   Then, install it using the command: 
   mvn install:install-file -DgroupId=tele.persistance 
 -DartifactId=pers-commons \
   -Dversion=1.2.0-alpha-1-SNAPSHOT -Dpackaging=jar 
 -Dfile=/path/to/file
   Path to dependency: 
   1) tele.persistance:pers-dao:jar:1.2.0-alpha-1-SNAPSHOT
   2) tele.persistance:pers-commons:jar:1.2.0-alpha-1-SNAPSHOT
 --
 1 required artifact is missing.
 for artifact: 
   tele.persistance:pers-dao:jar:1.2.0-alpha-1-SNAPSHOT
 from the specified remote repositories:
   central (http://repo1.maven.org/maven2),
   mirror.snapshots (http://proxy/maven2-snapshots/repository)
 {noformat}
 If I make an intermediate install, everything works fine

-- 
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-2921) ejb-client dependency no longer working

2007-04-12 Thread Frank Cornelis (JIRA)

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

Frank Cornelis commented on MNG-2921:
-

What bothers me most about this is that such a major feature of Maven (it's 
even documented in the Maven2 book) breaks without big 'community notice'. I 
really wonder how people actually build their J2EE applications...

 ejb-client dependency no longer working
 ---

 Key: MNG-2921
 URL: http://jira.codehaus.org/browse/MNG-2921
 Project: Maven 2
  Issue Type: Bug
  Components: Dependencies
Affects Versions: 2.0.6
 Environment: Fedora Core 6
Reporter: Frank Cornelis
Priority: Blocker
 Attachments: test.zip


 When running 'mvn clean install' on the test project (see attachment) under 
 Maven 2.0.5 every builds as expected. On Maven 2.0.6 it no longer compiles. 
 On Maven 2.0.5 I get in the log:
 [DEBUG] be.frankcornelis.maven:client:jar:1.0-SNAPSHOT (selected for null)
 [DEBUG]   be.frankcornelis.maven:model:ejb-client:client:1.0-SNAPSHOT:compile 
 (selected for compile)
 Under Maven 2.0.6 I get:
 [DEBUG] be.frankcornelis.maven:client:jar:1.0-SNAPSHOT (selected for null)
 [DEBUG]   be.frankcornelis.maven:model:ejb-client:client:1.0-SNAPSHOT 
 (selected for null)
 and an error message saying it cannot find the required interfaces defined in 
 Model.
 When I remove type:ejb-client in the Client pom.xml it compiles again.

-- 
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: (MEAR-62) scope provided not applied

2007-04-12 Thread Stephane Nicoll (JIRA)

[ 
http://jira.codehaus.org/browse/MEAR-62?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_92707
 ] 

Stephane Nicoll commented on MEAR-62:
-

bah weird !

Do you have a test project to reproduce your problem?

 scope provided not applied
 

 Key: MEAR-62
 URL: http://jira.codehaus.org/browse/MEAR-62
 Project: Maven 2.x Ear Plugin
  Issue Type: Bug
Affects Versions: 2.3
 Environment: Any
Reporter: johan Eltes

 When packaging an ear, the ear plugin does not exclude transitive 
 dependencies with scope provided. A war or ejb project may declare 
 provided-scoped dependencies (e.g. j2ee apis). The purpose is to not 
 include these dependencies when packaging the archive. For enterprise 
 applications, the EAR project is responsible for doing the packaging of its 
 modules dependencies. Although scope packaging is defined for transitive 
 dependencies (dependencies declared by the module POMs), the ear plug-in 
 still includes these libraries in the produced ear.

-- 
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: (MEAR-61) Avoid the need for redundant specification of module type

2007-04-12 Thread Stephane Nicoll (JIRA)

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

Stephane Nicoll closed MEAR-61.
---

Resolution: Won't Fix

No. Maven does not work that way.

Nothing prevents you to actually have

groupId: com.blah, artifactId = foo, version= 1.2 - Jar
groupId: com.blah, artifactId = foo, version= 1.2 - War
groupId: com.blah, artifactId = foo, version= 1.2 - Ear

The default type is Jar. You should provide it for other types.

(And it has *nothing* to do with EAR or any other plugin btw)

 Avoid the need for redundant specification of module type
 -

 Key: MEAR-61
 URL: http://jira.codehaus.org/browse/MEAR-61
 Project: Maven 2.x Ear Plugin
  Issue Type: Improvement
Affects Versions: 2.3
 Environment: Any
Reporter: johan Eltes

 The POMs of the modules to be packaged by the ear plugin, contain information 
 about module type (e.g. packaging). The ear plug-in does not read this 
 information. As a consequence, the ear POM has to redundantly define a type 
 element on the dependencies ear module dependencies:
 ear POM:
   dependency
   groupIdmywebapp/groupId
   artifactIdmywebapp/artifactId
   version1.0.0/version
   typewar/type -- redundant information
   /dependency
 war POM:
 project xmlns=http://maven.apache.org/POM/4.0.0; 
 xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; 
 xsi:schemaLocation=http://maven.apache.org/POM/4.0.0 
 http://maven.apache.org/maven-v4_0_0.xsd;
  modelVersion4.0.0/modelVersion
  groupIdmywebapp/groupId
  artifactIdmywebapp/artifactId
  packagingwar/packaging -- Should be picked up from here

-- 
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: (MEAR-61) Avoid the need for redundant specification of module type

2007-04-12 Thread johan Eltes (JIRA)

[ 
http://jira.codehaus.org/browse/MEAR-61?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_92713
 ] 

johan Eltes commented on MEAR-61:
-

Aha..of casue. I'm actually naming the dependency by assigning the type 
element. Should have grasped that...

 Avoid the need for redundant specification of module type
 -

 Key: MEAR-61
 URL: http://jira.codehaus.org/browse/MEAR-61
 Project: Maven 2.x Ear Plugin
  Issue Type: Improvement
Affects Versions: 2.3
 Environment: Any
Reporter: johan Eltes
Assignee: Stephane Nicoll

 The POMs of the modules to be packaged by the ear plugin, contain information 
 about module type (e.g. packaging). The ear plug-in does not read this 
 information. As a consequence, the ear POM has to redundantly define a type 
 element on the dependencies ear module dependencies:
 ear POM:
   dependency
   groupIdmywebapp/groupId
   artifactIdmywebapp/artifactId
   version1.0.0/version
   typewar/type -- redundant information
   /dependency
 war POM:
 project xmlns=http://maven.apache.org/POM/4.0.0; 
 xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; 
 xsi:schemaLocation=http://maven.apache.org/POM/4.0.0 
 http://maven.apache.org/maven-v4_0_0.xsd;
  modelVersion4.0.0/modelVersion
  groupIdmywebapp/groupId
  artifactIdmywebapp/artifactId
  packagingwar/packaging -- Should be picked up from here

-- 
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] Issue Comment Edited: (MEAR-61) Avoid the need for redundant specification of module type

2007-04-12 Thread johan Eltes (JIRA)

[ 
http://jira.codehaus.org/browse/MEAR-61?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_92713
 ] 

johan Eltes edited comment on MEAR-61 at 4/12/07 7:57 AM:
--

Aha..of cause. I'm actually naming the dependency by assigning the type 
element. Should have grasped that...


 was:
Aha..of casue. I'm actually naming the dependency by assigning the type 
element. Should have grasped that...

 Avoid the need for redundant specification of module type
 -

 Key: MEAR-61
 URL: http://jira.codehaus.org/browse/MEAR-61
 Project: Maven 2.x Ear Plugin
  Issue Type: Improvement
Affects Versions: 2.3
 Environment: Any
Reporter: johan Eltes
Assignee: Stephane Nicoll

 The POMs of the modules to be packaged by the ear plugin, contain information 
 about module type (e.g. packaging). The ear plug-in does not read this 
 information. As a consequence, the ear POM has to redundantly define a type 
 element on the dependencies ear module dependencies:
 ear POM:
   dependency
   groupIdmywebapp/groupId
   artifactIdmywebapp/artifactId
   version1.0.0/version
   typewar/type -- redundant information
   /dependency
 war POM:
 project xmlns=http://maven.apache.org/POM/4.0.0; 
 xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; 
 xsi:schemaLocation=http://maven.apache.org/POM/4.0.0 
 http://maven.apache.org/maven-v4_0_0.xsd;
  modelVersion4.0.0/modelVersion
  groupIdmywebapp/groupId
  artifactIdmywebapp/artifactId
  packagingwar/packaging -- Should be picked up from here

-- 
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: (SCM-297) scm:tag process child poms recursively and attempts to tag submodules

2007-04-12 Thread Alexander Burak (JIRA)
scm:tag process child poms recursively and attempts to tag submodules
-

 Key: SCM-297
 URL: http://jira.codehaus.org/browse/SCM-297
 Project: Maven SCM
  Issue Type: Bug
Reporter: Alexander Burak


My project contains several submodules with own poms: 
root
  pom.xml
  module1
 pom.xml
  module2
 pom.xml

When I execute 'clean package scm:tag -Dtag=tag1' root folder is tagged 
perfectly to (Subversion) /tags/tag1 but scm:tag is then executed for 
each submodule, i.e. it tries to tag module1 folder to /tags/tag1, but 
tag1 already exists and svn reports error.
I need to be able to stop recursive processing of child poms, because all 
subdirectories of root are already tagged

-- 
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: (MPJALOPY-12) Add a property that controls the source code encoding

2007-04-12 Thread Lukas Theussl (JIRA)

[ 
http://jira.codehaus.org/browse/MPJALOPY-12?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_92722
 ] 

Lukas Theussl commented on MPJALOPY-12:
---

What happens if maven.compile.encoding is null (it is not set by default by the 
java plugin)?

 Add a property that controls the source code encoding
 -

 Key: MPJALOPY-12
 URL: http://jira.codehaus.org/browse/MPJALOPY-12
 Project: maven-jalopy-plugin
  Issue Type: Improvement
 Environment: working on a machine with diffrent (default) encoding 
 then the java source code
Reporter: Joachim Bader
 Fix For: 1.5.1

 Attachments: patch.diff


 from http://jalopy.sourceforge.net/existing/plugin-ant-usage.html
 encoding Sets the encoding that controls how Jalopy interprets text 
 files containing characters beyond the ASCII character set. Defaults to the 
 platform default encoding.

-- 
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: (SCM-298) Cannot add timestamp at the beginning of tag name

2007-04-12 Thread Alexander Burak (JIRA)
Cannot add timestamp at the beginning of tag name
-

 Key: SCM-298
 URL: http://jira.codehaus.org/browse/SCM-298
 Project: Maven SCM
  Issue Type: Improvement
Reporter: Alexander Burak
Priority: Minor


At the moment timestamp can only be added to the end of tag name, like 
tagname-MMdd, it would be nice to be able to add it to the beginning of 
tag name too: MMdd-tagname

-- 
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: (MEAR-62) scope provided not applied

2007-04-12 Thread johan Eltes (JIRA)

[ 
http://jira.codehaus.org/browse/MEAR-62?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_92724
 ] 

johan Eltes commented on MEAR-62:
-

A clean-room project worked as expected. I cleaned the repository and rebuilt 
the real-world system. It made me discover inconsistent group names. I changed 
group namespace of my artifacts half through but left one depenency to the old 
binary which - of cause - had a POM missing the concerned scope elements. Sorry 
for spamming jira... Keep up the great work :-)

 scope provided not applied
 

 Key: MEAR-62
 URL: http://jira.codehaus.org/browse/MEAR-62
 Project: Maven 2.x Ear Plugin
  Issue Type: Bug
Affects Versions: 2.3
 Environment: Any
Reporter: johan Eltes
Assignee: Stephane Nicoll

 When packaging an ear, the ear plugin does not exclude transitive 
 dependencies with scope provided. A war or ejb project may declare 
 provided-scoped dependencies (e.g. j2ee apis). The purpose is to not 
 include these dependencies when packaging the archive. For enterprise 
 applications, the EAR project is responsible for doing the packaging of its 
 modules dependencies. Although scope packaging is defined for transitive 
 dependencies (dependencies declared by the module POMs), the ear plug-in 
 still includes these libraries in the produced ear.

-- 
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-2921) ejb-client dependency no longer working

2007-04-12 Thread Klaus Brunner (JIRA)

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

Klaus Brunner commented on MNG-2921:


I don't know about the 'community', but I've certainly noticed it as well. This 
is a major problem for us and I hope it's fixed very quickly.

 ejb-client dependency no longer working
 ---

 Key: MNG-2921
 URL: http://jira.codehaus.org/browse/MNG-2921
 Project: Maven 2
  Issue Type: Bug
  Components: Dependencies
Affects Versions: 2.0.6
 Environment: Fedora Core 6
Reporter: Frank Cornelis
Priority: Blocker
 Attachments: test.zip


 When running 'mvn clean install' on the test project (see attachment) under 
 Maven 2.0.5 every builds as expected. On Maven 2.0.6 it no longer compiles. 
 On Maven 2.0.5 I get in the log:
 [DEBUG] be.frankcornelis.maven:client:jar:1.0-SNAPSHOT (selected for null)
 [DEBUG]   be.frankcornelis.maven:model:ejb-client:client:1.0-SNAPSHOT:compile 
 (selected for compile)
 Under Maven 2.0.6 I get:
 [DEBUG] be.frankcornelis.maven:client:jar:1.0-SNAPSHOT (selected for null)
 [DEBUG]   be.frankcornelis.maven:model:ejb-client:client:1.0-SNAPSHOT 
 (selected for null)
 and an error message saying it cannot find the required interfaces defined in 
 Model.
 When I remove type:ejb-client in the Client pom.xml it compiles again.

-- 
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: (MEAR-62) scope provided not applied

2007-04-12 Thread johan Eltes (JIRA)

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

johan Eltes closed MEAR-62.
---

Resolution: Cannot Reproduce

Requested feature already there. User error.

 scope provided not applied
 

 Key: MEAR-62
 URL: http://jira.codehaus.org/browse/MEAR-62
 Project: Maven 2.x Ear Plugin
  Issue Type: Bug
Affects Versions: 2.3
 Environment: Any
Reporter: johan Eltes
Assignee: Stephane Nicoll

 When packaging an ear, the ear plugin does not exclude transitive 
 dependencies with scope provided. A war or ejb project may declare 
 provided-scoped dependencies (e.g. j2ee apis). The purpose is to not 
 include these dependencies when packaging the archive. For enterprise 
 applications, the EAR project is responsible for doing the packaging of its 
 modules dependencies. Although scope packaging is defined for transitive 
 dependencies (dependencies declared by the module POMs), the ear plug-in 
 still includes these libraries in the produced ear.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Reopened: (SCM-244) In maven-scm-test, ChangeLogCommandTckTest relies on unreliable timing and fails for some SCM systems

2007-04-12 Thread Ryan Daum (JIRA)

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

Ryan Daum reopened SCM-244:
---


Patch contained an insufficiently long wait time to make the test work.  
Attaching the resolved patch.

 In maven-scm-test, ChangeLogCommandTckTest relies on unreliable timing and 
 fails for some SCM systems
 -

 Key: SCM-244
 URL: http://jira.codehaus.org/browse/SCM-244
 Project: Maven SCM
  Issue Type: Bug
  Components: maven-scm-api
 Environment: Linux 2.6, JDK 1.5, Maven 2
Reporter: Ryan Daum
Assignee: Emmanuel Venisse
 Fix For: 1.0-beta-5

 Attachments: maven-scm-test-TickPatch.patch


 I encountered this problem while fixing a new Mercurial SCM provider so that 
 all its unit tests pass.
 A Mercurial repository which can reproduce the bug can be found at 
 http://darksleep.com/~ryan/maven-scm-provider-hg.cgi  -- use the mercurial 
 client to clone this repository.  The problem manifests itself in 
 HgChangeLogCommandTckTest.
 ChangeLogCommandTckTestchecks in two revisions in sequence, and records the 
 time between them.  It then tries, using date/time filtering to retrieve only 
 the later one. 
 This may work fine for slower network based revision control systems where 
 there is an appreciable pause between checkins, but for Mercurial, the 
 creation of the file and its checkin often happens within the same second and 
 so the log reports the same time for creation of both revisions.
 Therefore during the date-time range query, nothing fits _between_ the date 
 filter range. 
 In _some_ cases, if the checkin happens of the second file happens to occur 
 after the second value of the date increments, the test passes, but this is 
 the exception to the rule.
 The fix would be to modify ChangeLogCommandTckTest to perform a sleep of at 
 least 1 second between checkins.
 To reproduce, checkout (as mentioned above) the Mercurial SCM provider and 
 run the unit tests.  You will see HgChangeLogCommandTckTest fail in the 
 manner described above.

-- 
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: (SCM-244) In maven-scm-test, ChangeLogCommandTckTest relies on unreliable timing and fails for some SCM systems

2007-04-12 Thread Ryan Daum (JIRA)

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

Ryan Daum updated SCM-244:
--

Attachment: ChangeLogCommandTckTest-SCM-244.patch

Patch to fix tick timeout.

 In maven-scm-test, ChangeLogCommandTckTest relies on unreliable timing and 
 fails for some SCM systems
 -

 Key: SCM-244
 URL: http://jira.codehaus.org/browse/SCM-244
 Project: Maven SCM
  Issue Type: Bug
  Components: maven-scm-api
 Environment: Linux 2.6, JDK 1.5, Maven 2
Reporter: Ryan Daum
Assignee: Emmanuel Venisse
 Fix For: 1.0-beta-5

 Attachments: ChangeLogCommandTckTest-SCM-244.patch, 
 maven-scm-test-TickPatch.patch


 I encountered this problem while fixing a new Mercurial SCM provider so that 
 all its unit tests pass.
 A Mercurial repository which can reproduce the bug can be found at 
 http://darksleep.com/~ryan/maven-scm-provider-hg.cgi  -- use the mercurial 
 client to clone this repository.  The problem manifests itself in 
 HgChangeLogCommandTckTest.
 ChangeLogCommandTckTestchecks in two revisions in sequence, and records the 
 time between them.  It then tries, using date/time filtering to retrieve only 
 the later one. 
 This may work fine for slower network based revision control systems where 
 there is an appreciable pause between checkins, but for Mercurial, the 
 creation of the file and its checkin often happens within the same second and 
 so the log reports the same time for creation of both revisions.
 Therefore during the date-time range query, nothing fits _between_ the date 
 filter range. 
 In _some_ cases, if the checkin happens of the second file happens to occur 
 after the second value of the date increments, the test passes, but this is 
 the exception to the rule.
 The fix would be to modify ChangeLogCommandTckTest to perform a sleep of at 
 least 1 second between checkins.
 To reproduce, checkout (as mentioned above) the Mercurial SCM provider and 
 run the unit tests.  You will see HgChangeLogCommandTckTest fail in the 
 manner described above.

-- 
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: (SCM-230) mercurial plugin

2007-04-12 Thread Ryan Daum (JIRA)

[ 
http://jira.codehaus.org/browse/SCM-230?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_92734
 ] 

Ryan Daum commented on SCM-230:
---

Since I don't have check-in priviledges, and I've done work to bring this 
provider up to spec with the current 1.0-SNAPSHOT maven-scm API that is on 
trunk, I am attaching a tarball for someeone else (Emmanuel?) to check into 
Subversion.

 mercurial plugin
 

 Key: SCM-230
 URL: http://jira.codehaus.org/browse/SCM-230
 Project: Maven SCM
  Issue Type: New Feature
Reporter: solo turn
Assignee: Joakim Erdfelt
 Attachments: maven-scm-hg.tar.gz, maven-scm-provider-hg-0.09.tbz, 
 maven-scm-provider-hg-0.8.tbz, maven-scm-provider-hg-0.8.tbz, 
 maven-scm-provider-hg-0.8.tbz, maven-scm-provider-hg.diff.gz, 
 maven-scm-provider-hg.tar.gz, maven-scm-provider-hg.tgz


 it would be nice to have a mercurial source provider. and if not, it would be 
 nice to update the documentation on http://maven.apache.org/scm/ so that 
 anybody could just copy the bzr provider and make a mercurial provider out of 
 it. it should be nearly the same implementation.
 mercurial is (currently) much faster than bzr and therefor really useable.

-- 
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: (SCM-230) mercurial plugin

2007-04-12 Thread Ryan Daum (JIRA)

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

Ryan Daum updated SCM-230:
--

Attachment: maven-scm-provider-hg-1.0-SNAPSHOT.tar.gz

Please integrate this provider; passes all tests.

 mercurial plugin
 

 Key: SCM-230
 URL: http://jira.codehaus.org/browse/SCM-230
 Project: Maven SCM
  Issue Type: New Feature
Reporter: solo turn
Assignee: Joakim Erdfelt
 Attachments: maven-scm-hg.tar.gz, maven-scm-provider-hg-0.09.tbz, 
 maven-scm-provider-hg-0.8.tbz, maven-scm-provider-hg-0.8.tbz, 
 maven-scm-provider-hg-0.8.tbz, maven-scm-provider-hg-1.0-SNAPSHOT.tar.gz, 
 maven-scm-provider-hg.diff.gz, maven-scm-provider-hg.tar.gz, 
 maven-scm-provider-hg.tgz


 it would be nice to have a mercurial source provider. and if not, it would be 
 nice to update the documentation on http://maven.apache.org/scm/ so that 
 anybody could just copy the bzr provider and make a mercurial provider out of 
 it. it should be nearly the same implementation.
 mercurial is (currently) much faster than bzr and therefor really useable.

-- 
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: (SUREFIRE-310) surefire-reports failes to locate java, returns There are test failures.

2007-04-12 Thread Brett Porter (JIRA)

[ 
http://jira.codehaus.org/browse/SUREFIRE-310?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_92740
 ] 

Brett Porter commented on SUREFIRE-310:
---

Can't reproduce using a symlink which has spaces, but it might be resolving it. 
Try on Windows, then will close cannot reproduce.

Could be because of the unswizzled 2.0.6


 surefire-reports failes to locate java, returns There are test failures.
 --

 Key: SUREFIRE-310
 URL: http://jira.codehaus.org/browse/SUREFIRE-310
 Project: Maven Surefire
  Issue Type: Bug
  Components: report plugin
Affects Versions: 2.3.1
 Environment: Windows, Sun JDK 1.5 u10, environment variables include: 
 JAVA_HOME = C:\Program Files\Java\jdk1_5
Reporter: Steve Lewis
Priority: Critical
 Fix For: 2.3.1

 Attachments: execution_error.txt


 When the JAVA_HOME environment variable includes spaces, surefire-reports 
 execution failes to locate java 
 Partial error below, full error in context is available in attachment.
 Forking command line: C:\Program Files\Java\jdk1.5.0_10\jre\bin\java 
 -classpath [...] 
 'C:\Program' is not recognized as an internal or external command,
 operable program or batch file.
 [INFO] 
 
 [ERROR] BUILD FAILURE
 [INFO] 
 
 [INFO] There are test failures.
 [INFO] 
 
 This is similar to behavior the gwt-maven plugin experienced a little while 
 back,
 http://groups.google.com/group/gwt-maven/browse_thread/thread/b8ccf7896b0f65f0/df999ee333246567%23df999ee333246567
 WORKAROUNDS:
   Either changing JAVA_HOME to not use spaces 
 such as c:\progra~1\java\jdk1_5
   Explicitly use a previous version of the maven-surefire-plugin 
 such as
 plugin
   artifactIdmaven-surefire-plugin/artifactId
   version2.3/version
 /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: (SUREFIRE-297) argLine has changed behavior from 2.2 to 2.3.

2007-04-12 Thread Brett Porter (JIRA)

[ 
http://jira.codehaus.org/browse/SUREFIRE-297?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_92741
 ] 

Brett Porter commented on SUREFIRE-297:
---

On Mac, quoting whole argument works on Mac in 2.2, 2.3, 2.3.1-SNAPSHOT. Check 
Windows.

On Mac, -Dproperty1=value1 1 fails every time with the weird quoting - this 
may be fixed by the newer plexus-utils. Review.

Seems to be an issue with the unswizzled 2.0.6. Can close, but document that 
full argument quoting is necessary.


 argLine has changed behavior from 2.2 to 2.3.
 -

 Key: SUREFIRE-297
 URL: http://jira.codehaus.org/browse/SUREFIRE-297
 Project: Maven Surefire
  Issue Type: Bug
Affects Versions: 2.3
 Environment: Windows XP
Reporter: Bård Dybwad Kristensen
Priority: Critical
 Fix For: 2.3.1


 Hi
 I have used the following configuration for the surefire plugin version 2.2:
   configuration
   argLine-verbose 
 -javaagent:D:\.m2\repository\jmockit\jmockit\0.83\jmockit-0.83.jar/argLine
   /configuration
 It works (not really, but that is another issue). But when I downloaded 
 version 2.3, this stopped working. The -verbose argument is still forwarded 
 to the java process, but the -javaagent is not forwarded. If I switch back to 
 the 2.2 version of the plug in, everything is fine. Any ideas?
 regards,
 bdk

-- 
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: (SUREFIRE-317) Properties in surefire reports are no longer escaped

2007-04-12 Thread Brett Porter (JIRA)

[ 
http://jira.codehaus.org/browse/SUREFIRE-317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_92739
 ] 

Brett Porter commented on SUREFIRE-317:
---

was likely on a snapshot of 2.0.6 that didn't swizzle plexus-utils. Upgrading 
to p-u 1.4 seems like it's going to be bad for surefire's health, so sticking 
to 1.1 for now.

 Properties in surefire reports are no longer escaped
 

 Key: SUREFIRE-317
 URL: http://jira.codehaus.org/browse/SUREFIRE-317
 Project: Maven Surefire
  Issue Type: Bug
  Components: xml generation
Affects Versions: 2.3
 Environment: Mac OS X, JVM 1.5
Reporter: Jacob Bay Hansen
Assignee: Brett Porter
 Fix For: 2.3.1


 In version 2.0.4 the properties section of the surefire reports would look 
 like this:
 property value=quot;Apple Computer, Inc.quot; name=java.vm.vendor/
 in version 2.0.6 it look like this:
 property value=Apple Computer, Inc name=java.vm.vendor/
 So later reporters report XML parse errors

-- 
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: (SUREFIRE-302) Inconsistent surefire artifacts are being brought into the chain causing configuration problems

2007-04-12 Thread Brett Porter (JIRA)

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

Brett Porter closed SUREFIRE-302.
-

  Assignee: Brett Porter
Resolution: Cannot Reproduce

I believe this was pre-swizzling plexus-utils. Works now.

 Inconsistent surefire artifacts are being brought into the chain causing 
 configuration problems
 ---

 Key: SUREFIRE-302
 URL: http://jira.codehaus.org/browse/SUREFIRE-302
 Project: Maven Surefire
  Issue Type: Bug
Reporter: Jason van Zyl
Assignee: Brett Porter
 Fix For: 2.3.1


 A by product of forking being turned on in the Maven Embedder tests I can see 
 that it's looking for the executable field which doesn't exist in 2.2. The 
 POMs need to be checked and really be updated to use depMan so we can control 
 everything from a top level directory.
 Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 1.025 sec  
 FAILURE!  

 testEmbedderWillStillStartupWhenTheSettingsConfigurationIsCrap(org.apache.maven.embedder.MavenEmbedderCrappySettingsConfigurationTest)
   Time elapsed: 1.015 sec   ERROR!
 java.lang.NoSuchFieldError: executable
   

 at 
 org.apache.maven.surefire.booter.Commandline.getShellCommandline(Commandline.java:79)
   
  
 at 
 org.codehaus.plexus.util.cli.Commandline.execute(Commandline.java:625)
   
 
 at 
 org.codehaus.plexus.util.cli.CommandLineUtils.executeCommandLine(CommandLineUtils.java:102)
   

 at 
 org.codehaus.plexus.util.cli.CommandLineUtils.executeCommandLine(CommandLineUtils.java:89)
   
 
 at 
 org.apache.maven.surefire.booter.SurefireBooter.fork(SurefireBooter.java:553) 
   
 
 at 
 org.apache.maven.surefire.booter.SurefireBooter.forkSuites(SurefireBooter.java:412)
   

 at 
 org.apache.maven.surefire.booter.SurefireBooter.runSuitesForkOnce(SurefireBooter.java:312)
   
 
 at 
 org.apache.maven.surefire.booter.SurefireBooter.run(SurefireBooter.java:202)  
   
 
 at 
 org.apache.maven.plugin.surefire.SurefirePlugin.execute(SurefirePlugin.java:398)
   
   
 at 
 org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:598)
   

 at 
 org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:499)
   

 at 
 org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:440)
  
 at 
 org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:419)
   
 
 at 
 org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:271)
  
 at 
 org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:238)
   
 at 
 org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:146)
   
 
 at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:303) 
   

[jira] Closed: (SUREFIRE-301) Surefire is forking when it's not requested

2007-04-12 Thread Brett Porter (JIRA)

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

Brett Porter closed SUREFIRE-301.
-

  Assignee: Brett Porter
Resolution: Cannot Reproduce

forkMode defaults to once. Mojo defaults are not output in the effective POM.


 Surefire is forking when it's not requested
 ---

 Key: SUREFIRE-301
 URL: http://jira.codehaus.org/browse/SUREFIRE-301
 Project: Maven Surefire
  Issue Type: Bug
Affects Versions: 2.3
Reporter: Jason van Zyl
Assignee: Brett Porter
 Fix For: 2.3.1


 Even using help:effective POM there is no mention of forking but this is 
 happening:
 Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 1.025 sec  
 FAILURE!  

 testEmbedderWillStillStartupWhenTheSettingsConfigurationIsCrap(org.apache.maven.embedder.MavenEmbedderCrappySettingsConfigurationTest)
   Time elapsed: 1.015 sec   ERROR!
 java.lang.NoSuchFieldError: executable
   

 at 
 org.apache.maven.surefire.booter.Commandline.getShellCommandline(Commandline.java:79)
   
  
 at 
 org.codehaus.plexus.util.cli.Commandline.execute(Commandline.java:625)
   
 
 at 
 org.codehaus.plexus.util.cli.CommandLineUtils.executeCommandLine(CommandLineUtils.java:102)
   

 at 
 org.codehaus.plexus.util.cli.CommandLineUtils.executeCommandLine(CommandLineUtils.java:89)
   
 
 at 
 org.apache.maven.surefire.booter.SurefireBooter.fork(SurefireBooter.java:553) 
   
 
 at 
 org.apache.maven.surefire.booter.SurefireBooter.forkSuites(SurefireBooter.java:412)
   

 at 
 org.apache.maven.surefire.booter.SurefireBooter.runSuitesForkOnce(SurefireBooter.java:312)
   
 
 at 
 org.apache.maven.surefire.booter.SurefireBooter.run(SurefireBooter.java:202)  
   
 
 at 
 org.apache.maven.plugin.surefire.SurefirePlugin.execute(SurefirePlugin.java:398)
   
   
 at 
 org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:598)
   

 at 
 org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:499)
   

 at 
 org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:440)
  
 at 
 org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:419)
   
 
 at 
 org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:271)
  
 at 
 org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:238)
   
 at 
 org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:146)
   
 
 at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:303) 
   

 at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:123)   
   

[jira] Commented: (SUREFIRE-310) surefire-reports failes to locate java, returns There are test failures.

2007-04-12 Thread Steve Lewis (JIRA)

[ 
http://jira.codehaus.org/browse/SUREFIRE-310?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_92746
 ] 

Steve Lewis commented on SUREFIRE-310:
--

Thanks for taking a moment to look at this Brett.  

Just to make this explicit, I reported it as a Windows bug because it doesn't 
occur in a *nix environment.
I thought I made this clear but can see that I did leave that unsaid.

 surefire-reports failes to locate java, returns There are test failures.
 --

 Key: SUREFIRE-310
 URL: http://jira.codehaus.org/browse/SUREFIRE-310
 Project: Maven Surefire
  Issue Type: Bug
  Components: report plugin
Affects Versions: 2.3.1
 Environment: Windows, Sun JDK 1.5 u10, environment variables include: 
 JAVA_HOME = C:\Program Files\Java\jdk1_5
Reporter: Steve Lewis
Priority: Critical
 Fix For: 2.3.1

 Attachments: execution_error.txt


 When the JAVA_HOME environment variable includes spaces, surefire-reports 
 execution failes to locate java 
 Partial error below, full error in context is available in attachment.
 Forking command line: C:\Program Files\Java\jdk1.5.0_10\jre\bin\java 
 -classpath [...] 
 'C:\Program' is not recognized as an internal or external command,
 operable program or batch file.
 [INFO] 
 
 [ERROR] BUILD FAILURE
 [INFO] 
 
 [INFO] There are test failures.
 [INFO] 
 
 This is similar to behavior the gwt-maven plugin experienced a little while 
 back,
 http://groups.google.com/group/gwt-maven/browse_thread/thread/b8ccf7896b0f65f0/df999ee333246567%23df999ee333246567
 WORKAROUNDS:
   Either changing JAVA_HOME to not use spaces 
 such as c:\progra~1\java\jdk1_5
   Explicitly use a previous version of the maven-surefire-plugin 
 such as
 plugin
   artifactIdmaven-surefire-plugin/artifactId
   version2.3/version
 /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: (SCM-230) mercurial plugin

2007-04-12 Thread Emmanuel Venisse (JIRA)

[ 
http://jira.codehaus.org/browse/SCM-230?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_92747
 ] 

Emmanuel Venisse commented on SCM-230:
--

Can you provide a patch for the site?

 mercurial plugin
 

 Key: SCM-230
 URL: http://jira.codehaus.org/browse/SCM-230
 Project: Maven SCM
  Issue Type: New Feature
Reporter: solo turn
Assignee: Joakim Erdfelt
 Attachments: maven-scm-hg.tar.gz, maven-scm-provider-hg-0.09.tbz, 
 maven-scm-provider-hg-0.8.tbz, maven-scm-provider-hg-0.8.tbz, 
 maven-scm-provider-hg-0.8.tbz, maven-scm-provider-hg-1.0-SNAPSHOT.tar.gz, 
 maven-scm-provider-hg.diff.gz, maven-scm-provider-hg.tar.gz, 
 maven-scm-provider-hg.tgz


 it would be nice to have a mercurial source provider. and if not, it would be 
 nice to update the documentation on http://maven.apache.org/scm/ so that 
 anybody could just copy the bzr provider and make a mercurial provider out of 
 it. it should be nearly the same implementation.
 mercurial is (currently) much faster than bzr and therefor really useable.

-- 
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: (WAGONFTP-17) Null pointer at org.apache.maven.wagon.providers.ftp.FtpWagon.openConnection(FtpWagon.java:130)

2007-04-12 Thread Carlos Sanchez (JIRA)

[ 
http://jira.codehaus.org/browse/WAGONFTP-17?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_92749
 ] 

Carlos Sanchez commented on WAGONFTP-17:


have you tried with the latest releases ? 1.0-beta-2

 Null pointer at 
 org.apache.maven.wagon.providers.ftp.FtpWagon.openConnection(FtpWagon.java:130)
 ---

 Key: WAGONFTP-17
 URL: http://jira.codehaus.org/browse/WAGONFTP-17
 Project: wagon-ftp
  Issue Type: Bug
Affects Versions: 1.0-alpha-6
 Environment: Windows XP, java 1.5 , maven 2.0.6
Reporter: Rahul Khot

 [DEBUG] Configuring mojo 
 'org.apache.maven.plugins:maven-deploy-plugin:2.3:deploy' --
 [DEBUG]   (f) artifact = abc-plugins:abc-plugin:maven-plugin:1.0.0.0
 [DEBUG]   (f) attachedArtifacts = []
 [DEBUG]   (f) deploymentRepository = [helixasptest] - 
 ftp://abc.com/public_html
 [DEBUG]   (s) localRepository = [local] - file://C:\Documents and 
 Settings\user\.m2\repository
 [DEBUG]   (f) packaging = maven-plugin
 [DEBUG]   (f) pomFile = C:\Documents and 
 Settings\user\workspace\abc\abc-plugins\abc-plugin\pom.xml
 [DEBUG]   (f) updateReleaseInfo = false
 [DEBUG] -- end configuration --
 [INFO] [deploy:deploy]
 altDeploymentRepository = null
 [INFO] 
 
 [ERROR] FATAL ERROR
 [INFO] 
 
 [INFO] null
 [INFO] 
 
 [DEBUG] Trace
 java.lang.NullPointerException

-- 
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: (MRRESOURCES-18) Error when no 'inceptionYear' is specified in POM

2007-04-12 Thread Daniel Kulp (JIRA)

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

Daniel Kulp closed MRRESOURCES-18.
--

Resolution: Fixed

 Error when no 'inceptionYear' is specified in POM
 -

 Key: MRRESOURCES-18
 URL: http://jira.codehaus.org/browse/MRRESOURCES-18
 Project: Maven 2.x Remote Resources Plugin
  Issue Type: Bug
Affects Versions: 1.0-alpha-3
Reporter: Konstantin Pavlov
Assignee: Daniel Kulp
Priority: Minor
 Fix For: 1.0-alpha-5


 [INFO] [remote-resources:process {execution: default}]
 [INFO] 
 
 [ERROR] BUILD ERROR
 [INFO] 
 
 [INFO] You must specify an inceptionYear.
 'inceptionYear' is optionl element in the POM (see 
 http://maven.apache.org/maven-v4_0_0.xsd), but plugin requires it to be 
 specified.

-- 
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: (MRRESOURCES-19) Bundle mojo only looks for txt and vm files

2007-04-12 Thread Daniel Kulp (JIRA)

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

Daniel Kulp closed MRRESOURCES-19.
--

Resolution: Fixed

 Bundle mojo only looks for txt and vm files
 ---

 Key: MRRESOURCES-19
 URL: http://jira.codehaus.org/browse/MRRESOURCES-19
 Project: Maven 2.x Remote Resources Plugin
  Issue Type: Improvement
Affects Versions: 1.0-alpha-4
Reporter: Daniel Kulp
Assignee: Daniel Kulp
 Fix For: 1.0-alpha-5


 The patternset used for selecting resources should be configurable.

-- 
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: (MRRESOURCES-21) Supplement the data model used by Velocity

2007-04-12 Thread Daniel Kulp (JIRA)

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

Daniel Kulp closed MRRESOURCES-21.
--

Resolution: Fixed

 Supplement the data model used by Velocity
 --

 Key: MRRESOURCES-21
 URL: http://jira.codehaus.org/browse/MRRESOURCES-21
 Project: Maven 2.x Remote Resources Plugin
  Issue Type: Improvement
Affects Versions: 1.0-alpha-4
 Environment: 
 https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-remote-resources-plugin
  r523911.
Reporter: Elliot Metsger
Assignee: Daniel Kulp
Priority: Minor
 Fix For: 1.0-alpha-5

 Attachments: MRRP-21.patch, MRRP-21.patch


 Related to MRRESOURCES-2, I'd like to be able to deal with artifacts that 
 have incomplete POM's, because incomplete NOTICE files are generated.
 But instead of having the MRRP append to a locally managed NOTICE file like 
 MRRESOURCES-2, I'd like to augment the data model used by Velocity.
 The idea is that MRR plugin will take a parameter to a file which contains 
 POM XML snippits.  The ModelInheritanceAssembler merges the POM XML snippits 
 with the actual artifact POM.  Thoughts?  I'll plan on submitting a patch.

-- 
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: (MRRESOURCES-20) Support for binary resources

2007-04-12 Thread Daniel Kulp (JIRA)

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

Daniel Kulp closed MRRESOURCES-20.
--

Resolution: Fixed

 Support for binary resources
 

 Key: MRRESOURCES-20
 URL: http://jira.codehaus.org/browse/MRRESOURCES-20
 Project: Maven 2.x Remote Resources Plugin
  Issue Type: Improvement
Affects Versions: 1.0-alpha-4
Reporter: Daniel Kulp
Assignee: Daniel Kulp
 Fix For: 1.0-alpha-5


 Right now, all remote-resources are fed through velocity.   Resources not 
 ending in .vm should just be directly copied.

-- 
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: (MPJAVADOC-79) plugin generates wrong javadoc JAR name

2007-04-12 Thread O. Bigalk (JIRA)
plugin generates wrong javadoc JAR name
---

 Key: MPJAVADOC-79
 URL: http://jira.codehaus.org/browse/MPJAVADOC-79
 Project: maven-javadoc-plugin
  Issue Type: Bug
Affects Versions: 1.8
Reporter: O. Bigalk
Priority: Minor
 Attachments: plugin.jelly.diff

maven javadoc:jar generates a JAR file named foo-x.y_javadoc.jar
but the maven-eclipse-plugin tries to link to foo-x.y.javadoc.jar
It is very easy to fix this in maven-javadoc-plugin/plugin.jelly

The diff is atached.


-- 
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: (SUREFIRE-285) Build fails on Windows when the folder being executed has spaces in it.

2007-04-12 Thread Carlos Sanchez (JIRA)

[ 
http://jira.codehaus.org/browse/SUREFIRE-285?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_92752
 ] 

Carlos Sanchez commented on SUREFIRE-285:
-

daniel, this issue is not related to your problem, check SUREFIRE-310

 Build fails on Windows when the folder being executed has spaces in it.
 ---

 Key: SUREFIRE-285
 URL: http://jira.codehaus.org/browse/SUREFIRE-285
 Project: Maven Surefire
  Issue Type: Bug
  Components: plugin
Affects Versions: 2.3
 Environment: Windows XP, Maven 2.0.4
Reporter: Petar Tahchiev
 Fix For: 2.4

 Attachments: MavenSurefire.patch, SUREFIRE-285.patch


 Hi guys,
 I am a fan of the Fedora Core linux system, and I don't have any problem when 
 trying to build the surefire plugin on that box, but today I sat on a Windows 
 PC and I checkout the project in My Documents folder. I tried to build the 
 plugin and one of the tests - UrlUtilTest failed. After examining the results 
 it turned out that it was looking for url of the type:
 file:/C:\My Documents\workspace\surefire but found 
 file:/C:\My%20Documents\workspace\surefire, which I guess is because you 
 have forgotten to escape the intervals. 
 Anyway I escaped the spaces and it works as a charm. 
 Please review accept my patch.

-- 
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: (SCM-230) mercurial plugin

2007-04-12 Thread Ryan Daum (JIRA)

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

Ryan Daum updated SCM-230:
--

Attachment: site-patch

Sure.  Attaching.

I also have a slight modification to the existing HgScmProvider which I will 
add as a patch once the initial version is checked in (so I have something to 
do the diff against.)

 mercurial plugin
 

 Key: SCM-230
 URL: http://jira.codehaus.org/browse/SCM-230
 Project: Maven SCM
  Issue Type: New Feature
Reporter: solo turn
Assignee: Joakim Erdfelt
 Attachments: maven-scm-hg.tar.gz, maven-scm-provider-hg-0.09.tbz, 
 maven-scm-provider-hg-0.8.tbz, maven-scm-provider-hg-0.8.tbz, 
 maven-scm-provider-hg-0.8.tbz, maven-scm-provider-hg-1.0-SNAPSHOT.tar.gz, 
 maven-scm-provider-hg.diff.gz, maven-scm-provider-hg.tar.gz, 
 maven-scm-provider-hg.tgz, site-patch


 it would be nice to have a mercurial source provider. and if not, it would be 
 nice to update the documentation on http://maven.apache.org/scm/ so that 
 anybody could just copy the bzr provider and make a mercurial provider out of 
 it. it should be nearly the same implementation.
 mercurial is (currently) much faster than bzr and therefor really useable.

-- 
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: (SCM-230) mercurial plugin

2007-04-12 Thread Ryan Daum (JIRA)

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

Ryan Daum updated SCM-230:
--

Attachment: site-patch-2

Oops, there was a problem with the last patch in the way it created the new 
mercurial.apt

Here's new and improved

 mercurial plugin
 

 Key: SCM-230
 URL: http://jira.codehaus.org/browse/SCM-230
 Project: Maven SCM
  Issue Type: New Feature
Reporter: solo turn
Assignee: Joakim Erdfelt
 Attachments: maven-scm-hg.tar.gz, maven-scm-provider-hg-0.09.tbz, 
 maven-scm-provider-hg-0.8.tbz, maven-scm-provider-hg-0.8.tbz, 
 maven-scm-provider-hg-0.8.tbz, maven-scm-provider-hg-1.0-SNAPSHOT.tar.gz, 
 maven-scm-provider-hg.diff.gz, maven-scm-provider-hg.tar.gz, 
 maven-scm-provider-hg.tgz, site-patch, site-patch-2


 it would be nice to have a mercurial source provider. and if not, it would be 
 nice to update the documentation on http://maven.apache.org/scm/ so that 
 anybody could just copy the bzr provider and make a mercurial provider out of 
 it. it should be nearly the same implementation.
 mercurial is (currently) much faster than bzr and therefor really useable.

-- 
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: (SUREFIRE-297) argLine has changed behavior from 2.2 to 2.3.

2007-04-12 Thread Carlos Sanchez (JIRA)

[ 
http://jira.codehaus.org/browse/SUREFIRE-297?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_92759
 ] 

Carlos Sanchez commented on SUREFIRE-297:
-

In windows I didn't get it to work neither in trunk, branch, previous versions, 
double quote, single quote,...

I've added the test to maven-surefire-plugin\src\it\testArgLine

 argLine has changed behavior from 2.2 to 2.3.
 -

 Key: SUREFIRE-297
 URL: http://jira.codehaus.org/browse/SUREFIRE-297
 Project: Maven Surefire
  Issue Type: Bug
Affects Versions: 2.3
 Environment: Windows XP
Reporter: Bård Dybwad Kristensen
Priority: Critical
 Fix For: 2.3.1


 Hi
 I have used the following configuration for the surefire plugin version 2.2:
   configuration
   argLine-verbose 
 -javaagent:D:\.m2\repository\jmockit\jmockit\0.83\jmockit-0.83.jar/argLine
   /configuration
 It works (not really, but that is another issue). But when I downloaded 
 version 2.3, this stopped working. The -verbose argument is still forwarded 
 to the java process, but the -javaagent is not forwarded. If I switch back to 
 the 2.2 version of the plug in, everything is fine. Any ideas?
 regards,
 bdk

-- 
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: (SUREFIRE-310) surefire-reports failes to locate java, returns There are test failures.

2007-04-12 Thread Carlos Sanchez (JIRA)

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

Carlos Sanchez closed SUREFIRE-310.
---

  Assignee: Carlos Sanchez
Resolution: Fixed

This was caused by plexus-utils 1.4.x PLXUTILS-31, solved rolling back to 1.1

 surefire-reports failes to locate java, returns There are test failures.
 --

 Key: SUREFIRE-310
 URL: http://jira.codehaus.org/browse/SUREFIRE-310
 Project: Maven Surefire
  Issue Type: Bug
  Components: report plugin
Affects Versions: 2.3.1
 Environment: Windows, Sun JDK 1.5 u10, environment variables include: 
 JAVA_HOME = C:\Program Files\Java\jdk1_5
Reporter: Steve Lewis
Assignee: Carlos Sanchez
Priority: Critical
 Fix For: 2.3.1

 Attachments: execution_error.txt


 When the JAVA_HOME environment variable includes spaces, surefire-reports 
 execution failes to locate java 
 Partial error below, full error in context is available in attachment.
 Forking command line: C:\Program Files\Java\jdk1.5.0_10\jre\bin\java 
 -classpath [...] 
 'C:\Program' is not recognized as an internal or external command,
 operable program or batch file.
 [INFO] 
 
 [ERROR] BUILD FAILURE
 [INFO] 
 
 [INFO] There are test failures.
 [INFO] 
 
 This is similar to behavior the gwt-maven plugin experienced a little while 
 back,
 http://groups.google.com/group/gwt-maven/browse_thread/thread/b8ccf7896b0f65f0/df999ee333246567%23df999ee333246567
 WORKAROUNDS:
   Either changing JAVA_HOME to not use spaces 
 such as c:\progra~1\java\jdk1_5
   Explicitly use a previous version of the maven-surefire-plugin 
 such as
 plugin
   artifactIdmaven-surefire-plugin/artifactId
   version2.3/version
 /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: (SUREFIRE-297) argLine has changed behavior from 2.2 to 2.3.

2007-04-12 Thread Carlos Sanchez (JIRA)

[ 
http://jira.codehaus.org/browse/SUREFIRE-297?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_92762
 ] 

Carlos Sanchez commented on SUREFIRE-297:
-

with this config 

  argLine-Djava.library.path=foo foo/foo/bar/1.0/argLine

I get

[DEBUG] Using JVM: c:\Program Files\Java\jdk1.5.0_10\jre\bin\java
[INFO] Surefire report directory: 
d:\dev\maven\surefire\maven-surefire-plugin\src\it\testArgLine\target\surefire-reports
Forking command line: c:\Program Files\Java\jdk1.5.0_10\jre\bin\java 
'-Djava.library.path=foo' 'foo/foo/bar/1.0' -classpath C:\Documents and 
Settings\csanchez\.m2\repository\org\codehaus\plexus\plexus-archiver\1.0-alpha-7\plexus-archiver-1.0-alpha-7.jar;C:\Documents
 and Settings\csanchez\.m2\re
pository\junit\junit\3.8.1\junit-3.8.1.jar;C:\Documents and 
Settings\csanchez\.m2\repository\org\codehaus\plexus\plexus-container-default\1.0-alpha-8\plexus-container-default-1.0-alpha-8.jar;C:\Documents
 and 
Settings\csanchez\.m2\repository\org\apache\maven\surefire\surefire-api\2.3\surefire-api-2.3
.jar;C:\Documents and 
Settings\csanchez\.m2\repository\classworlds\classworlds\1.1-alpha-2\classworlds-1.1-alpha-2.jar;C:\Documents
 and 
Settings\csanchez\.m2\repository\org\codehaus\plexus\plexus-utils\1.1\plexus-utils-1.1.jar;C:\Documents
 and Settings\csanchez\.m2\repository\commons-lang\commons-la
ng\2.1\commons-lang-2.1.jar;C:\Documents and 
Settings\csanchez\.m2\repository\org\apache\maven\surefire\surefire-booter\2.3\surefire-booter-2.3.jar
 org.apache.maven.surefire.booter.SurefireBooter 
c:\DOCUME~1\csanchez\LOCALS~1\Temp\surefire53727tmp 
c:\DOCUME~1\csanchez\LOCALS~1\Temp\surefire53728tmp

java.lang.NoClassDefFoundError: '-Djava/library/path=foo' 'foo/foo/bar/1/0'
Exception in thread main

 argLine has changed behavior from 2.2 to 2.3.
 -

 Key: SUREFIRE-297
 URL: http://jira.codehaus.org/browse/SUREFIRE-297
 Project: Maven Surefire
  Issue Type: Bug
Affects Versions: 2.3
 Environment: Windows XP
Reporter: Bård Dybwad Kristensen
Priority: Critical
 Fix For: 2.3.1


 Hi
 I have used the following configuration for the surefire plugin version 2.2:
   configuration
   argLine-verbose 
 -javaagent:D:\.m2\repository\jmockit\jmockit\0.83\jmockit-0.83.jar/argLine
   /configuration
 It works (not really, but that is another issue). But when I downloaded 
 version 2.3, this stopped working. The -verbose argument is still forwarded 
 to the java process, but the -javaagent is not forwarded. If I switch back to 
 the 2.2 version of the plug in, everything is fine. Any ideas?
 regards,
 bdk

-- 
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: (SUREFIRE-297) argLine has changed behavior from 2.2 to 2.3.

2007-04-12 Thread Carlos Sanchez (JIRA)

[ 
http://jira.codehaus.org/browse/SUREFIRE-297?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_92765
 ] 

Carlos Sanchez commented on SUREFIRE-297:
-

that was the output for the 2.3.1-SNAPSHOT plugin, which depends on 
surefire-booter 2.3, should it be 2.3.1-SNAPSHOT ?

 argLine has changed behavior from 2.2 to 2.3.
 -

 Key: SUREFIRE-297
 URL: http://jira.codehaus.org/browse/SUREFIRE-297
 Project: Maven Surefire
  Issue Type: Bug
Affects Versions: 2.3
 Environment: Windows XP
Reporter: Bård Dybwad Kristensen
Priority: Critical
 Fix For: 2.3.1


 Hi
 I have used the following configuration for the surefire plugin version 2.2:
   configuration
   argLine-verbose 
 -javaagent:D:\.m2\repository\jmockit\jmockit\0.83\jmockit-0.83.jar/argLine
   /configuration
 It works (not really, but that is another issue). But when I downloaded 
 version 2.3, this stopped working. The -verbose argument is still forwarded 
 to the java process, but the -javaagent is not forwarded. If I switch back to 
 the 2.2 version of the plug in, everything is fine. Any ideas?
 regards,
 bdk

-- 
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-2945) plugin to facilitate downloads of snapshot plugins and dependencies for each insertion into internal repository.

2007-04-12 Thread Brian Fox (JIRA)
plugin to facilitate downloads of snapshot plugins and dependencies for each 
insertion into internal repository.


 Key: MNG-2945
 URL: http://jira.codehaus.org/browse/MNG-2945
 Project: Maven 2
  Issue Type: New Feature
  Components: Plugin Requests
Reporter: Brian Fox
Priority: Minor


Discussed here.
http://www.nabble.com/Re%3A-Remove-auto-resolution-of-plugin-versions-from-Maven-2.1-p9965795s177.html

 Here's how I deal with instances where I need a snapshot plugin in my 
 corp build:
 1. Checkout the code for the snapshot.
 2. Build it, changing the version to something like 
 2.0-[companyname]-svnrev 3. If I have to patch the source at all, I 
 take the whole thing and put it in my svn. If not, then the svnrev in 
 the release points me back to where I got it in case I need it later.
 4. Deploy it to my repos.
 5. Use this now internally released version in my builds.


I've done this, and also with smaller external snapshots I've downloaded them 
and just adjusted the metadata (and filename) before deploying to my local 
repos.

What would be really, really, really useful would be a plugin that you could 
call that would download a snapshot of a project and its (transient,
snapshot) dependencies, re-label it as a fixed internal version. There's 
occasions where you just can't wait for an external project to release (and of 
course this problem is recursive!), and rebuilding everything yourself is a bit 
drag on the person doing a release.

something like
mvn artifact:freeze-snapshot org.apache.myfaces myfaces-all 1.1.6-SNAPSHOT 
1.1.6-mycorp

-- 
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-1473) JCaptcha 1.0-RC5 Release

2007-04-12 Thread Carlos Sanchez (JIRA)

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

Carlos Sanchez closed MAVENUPLOAD-1473.
---

  Assignee: Carlos Sanchez
Resolution: Fixed

 JCaptcha 1.0-RC5 Release
 

 Key: MAVENUPLOAD-1473
 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-1473
 Project: maven-upload-requests
  Issue Type: Task
Reporter: Antoine Véret
Assignee: Carlos Sanchez

 JCAPTCHA, for Java Completely Automated Public Test to tell Computers and 
 Humans Apart
 The open source java framework for captcha definition and integration
 Thanks

-- 
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-1472) OpenID4Java is an OpenID implementation for Java. Please upload!

2007-04-12 Thread Carlos Sanchez (JIRA)

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

Carlos Sanchez closed MAVENUPLOAD-1472.
---

  Assignee: Carlos Sanchez
Resolution: Fixed

 OpenID4Java is an OpenID implementation for Java. Please upload!
 

 Key: MAVENUPLOAD-1472
 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-1472
 Project: maven-upload-requests
  Issue Type: Bug
Reporter: zhoushuqun
Assignee: Carlos Sanchez

 http://openid4java.googlecode.com/files/openid4java-0.9.2-bundle.jar
 http://openid4java.org/
 http://code.google.com/p/openid4java/
 OpenID4Java is an OpenID implementation for Java. Please upload!

-- 
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-1455) java exchange connector

2007-04-12 Thread Carlos Sanchez (JIRA)

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

Carlos Sanchez closed MAVENUPLOAD-1455.
---

  Assignee: Carlos Sanchez
Resolution: Fixed

 java exchange connector
 ---

 Key: MAVENUPLOAD-1455
 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-1455
 Project: maven-upload-requests
  Issue Type: Wish
Reporter: eli hasson
Assignee: Carlos Sanchez

 java exchange connector is a pure java api for Microsoft exchange server.
 for more information:
 [EMAIL PROTECTED]

-- 
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-1469) upload new release 1.8 to org.mentaframework

2007-04-12 Thread Carlos Sanchez (JIRA)

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

Carlos Sanchez closed MAVENUPLOAD-1469.
---

  Assignee: Carlos Sanchez
Resolution: Fixed

 upload new release 1.8 to org.mentaframework
 

 Key: MAVENUPLOAD-1469
 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-1469
 Project: maven-upload-requests
  Issue Type: Task
Reporter: Fernando Boaglio
Assignee: Carlos Sanchez

 The Mentawai goal is to be a simple, flexible, joyful and productive Java web 
 framework.
 This is a new release with a lot of improvements . 
 TIA.

-- 
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-1470) upload new release 1.9 to org.mentaframework

2007-04-12 Thread Carlos Sanchez (JIRA)

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

Carlos Sanchez closed MAVENUPLOAD-1470.
---

  Assignee: Carlos Sanchez
Resolution: Fixed

 upload new release 1.9 to org.mentaframework
 

 Key: MAVENUPLOAD-1470
 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-1470
 Project: maven-upload-requests
  Issue Type: Task
Reporter: Fernando Boaglio
Assignee: Carlos Sanchez

 The Mentawai goal is to be a simple, flexible, joyful and productive Java web 
 framework.
 This is a new release with a lot of improvements .
 TIA

-- 
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-1466) Dozer is a powerful, yet simple Java Bean to Java Bean mapper that recursively copies data from one object to another

2007-04-12 Thread Carlos Sanchez (JIRA)

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

Carlos Sanchez closed MAVENUPLOAD-1466.
---

  Assignee: Carlos Sanchez
Resolution: Fixed

for faster uploadsconsider creating your repo and we'll automatically sync

 Dozer is a powerful, yet simple Java Bean to Java Bean mapper that 
 recursively copies data from one object to another
 -

 Key: MAVENUPLOAD-1466
 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-1466
 Project: maven-upload-requests
  Issue Type: Task
Reporter: Matt Tierney
Assignee: Carlos Sanchez
 Attachments: dozer-3.2.1-bundle.jar, dozer-3.2.1-javadoc.jar, 
 dozer-3.2.1-sources.jar


 Dozer is a powerful, yet simple Java Bean to Java Bean mapper that 
 recursively copies data from one object to another. Typically, these Java 
 Beans will be of different complex types. 
 Dozer supports simple property mapping, complex type mapping, bi-directional 
 mapping, implicit-explicit mapping, as well as recursive mapping. This 
 includes mapping collection attributes that also need mapping at the element 
 level.
 Dozer not only supports mapping between attribute names, but also converting 
 between types. Many conversion scenarios are supported out of the box, but 
 Dozer also allows you to specify custom conversions via XML.
 The mapper is used any time you need to take one type of Java Bean and map it 
 to another type of Java Bean. Most field mapping can be done automatically by 
 Dozer using reflection, but any custom mapping can be predescribed in XML 
 format. Mapping is bi-directional so only one relationship between classes 
 needs defining. If any property names on both objects are the same you do not 
 even need to do any explicit property mapping for these fields.

-- 
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-1468) Add AXL ftpserver

2007-04-12 Thread Carlos Sanchez (JIRA)

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

Carlos Sanchez commented on MAVENUPLOAD-1468:
-

why com.theorem.ftp groupid ? I'd put it in com.axlradius

 Add AXL ftpserver
 -

 Key: MAVENUPLOAD-1468
 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-1468
 Project: maven-upload-requests
  Issue Type: Wish
Reporter: Daniel Kulp

 Add the AXL FTP Server to central for everyone to use.

-- 
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-1467) Upload jMock 1.2.0

2007-04-12 Thread Carlos Sanchez (JIRA)

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

Carlos Sanchez closed MAVENUPLOAD-1467.
---

  Assignee: Carlos Sanchez
Resolution: Fixed

 Upload jMock 1.2.0
 --

 Key: MAVENUPLOAD-1467
 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-1467
 Project: maven-upload-requests
  Issue Type: Task
Reporter: Corporate Gadfly
Assignee: Carlos Sanchez

 http://haroon.sis.utoronto.ca/jmock-1.2.0/jmock-1.2.0-bundle.jar
 http://haroon.sis.utoronto.ca/jmock-1.2.0/jmock-cglib-1.2.0-bundle.jar
 jMock is a library that supports test-driven development of Java code with 
 mock objects.

-- 
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-1471) Spring 2.0.4 vs. Hibernate 3.2.3.ga

2007-04-12 Thread Carlos Sanchez (JIRA)

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

Carlos Sanchez closed MAVENUPLOAD-1471.
---

  Assignee: Carlos Sanchez
Resolution: Incomplete

then somebody has to provide it 

see http://maven.apache.org/guides/mini/guide-central-repository-upload.html

 Spring 2.0.4 vs. Hibernate 3.2.3.ga
 ---

 Key: MAVENUPLOAD-1471
 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-1471
 Project: maven-upload-requests
  Issue Type: Task
Reporter: Gabor Moos
Assignee: Carlos Sanchez

 The Spring 2.0.4 spring-hibernate module lists hibernate 3.2.3.ga as a 
 dependency. The central repository does not have that version available.
 Also, the Hibernate releases are generally not up to date, there are newer 
 versions of Hibernate Annotations, Entity Manager, as well.

-- 
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-1468) Add AXL ftpserver

2007-04-12 Thread Carlos Sanchez (JIRA)

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

Carlos Sanchez closed MAVENUPLOAD-1468.
---

  Assignee: Carlos Sanchez
Resolution: Fixed

 Add AXL ftpserver
 -

 Key: MAVENUPLOAD-1468
 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-1468
 Project: maven-upload-requests
  Issue Type: Wish
Reporter: Daniel Kulp
Assignee: Carlos Sanchez

 Add the AXL FTP Server to central for everyone to use.

-- 
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-515) jdbcappender by Danko Mannhaupt not in ibiblio

2007-04-12 Thread Carlos Sanchez (JIRA)

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

Carlos Sanchez closed MEV-515.
--

  Assignee: Carlos Sanchez
Resolution: Incomplete

Read http://maven.apache.org/guides/mini/guide-central-repository-upload.html

 jdbcappender by Danko Mannhaupt not in ibiblio
 --

 Key: MEV-515
 URL: http://jira.codehaus.org/browse/MEV-515
 Project: Maven Evangelism
  Issue Type: Wish
  Components: Missing POM
Reporter: Alain Coetmeur
Assignee: Carlos Sanchez

 not sure I respect the procedure, but I hope.
 I've understood that you're goal is to gather as much as possible open source 
 project on ibiblio as possible.
 I propose to add the improved jdbcappender
 http://www.dankomannhaupt.de/projects/index.html
 of danko mannhaupt on ibiblio
 according to the author,
 the improved jdbcappender is under apache licence
 the pachage is org.apache.log4j.jdbcplus,
 but I know you need the group id DNS name to be owned by the author, so I set 
 the group id to
 de.dankomannhaupt.log4j.jdbcplus
 there are many other release before 2.1.1, but they are sorted by date.
 I don't depend on that (enterprise repository), and with another version 
 (that I called 2.1.1-pre20040822)
 best regards.

-- 
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: (WAGONFTP-17) Null pointer at org.apache.maven.wagon.providers.ftp.FtpWagon.openConnection(FtpWagon.java:130)

2007-04-12 Thread Rahul Khot (JIRA)

[ 
http://jira.codehaus.org/browse/WAGONFTP-17?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_92779
 ] 

Rahul Khot commented on WAGONFTP-17:


Same stack as before Null Pointer at a different line

org.apache.maven.wagon.providers.ftp.FtpWagon.openConnection(FtpWagon.java:130)
at org.apache.maven.wagon.AbstractWagon.connect(AbstractWagon.java:143)
at 
org.apache.maven.artifact.manager.DefaultWagonManager.putRemoteFile(DefaultWagonManager.java:235)
at 
org.apache.maven.artifact.manager.DefaultWagonManager.putArtifact(DefaultWagonManager.java:153)
at 
org.apache.maven.artifact.deployer.DefaultArtifactDeployer.deploy(DefaultArtifactDeployer.java:80)

 Null pointer at 
 org.apache.maven.wagon.providers.ftp.FtpWagon.openConnection(FtpWagon.java:130)
 ---

 Key: WAGONFTP-17
 URL: http://jira.codehaus.org/browse/WAGONFTP-17
 Project: wagon-ftp
  Issue Type: Bug
Affects Versions: 1.0-alpha-6
 Environment: Windows XP, java 1.5 , maven 2.0.6
Reporter: Rahul Khot

 [DEBUG] Configuring mojo 
 'org.apache.maven.plugins:maven-deploy-plugin:2.3:deploy' --
 [DEBUG]   (f) artifact = abc-plugins:abc-plugin:maven-plugin:1.0.0.0
 [DEBUG]   (f) attachedArtifacts = []
 [DEBUG]   (f) deploymentRepository = [helixasptest] - 
 ftp://abc.com/public_html
 [DEBUG]   (s) localRepository = [local] - file://C:\Documents and 
 Settings\user\.m2\repository
 [DEBUG]   (f) packaging = maven-plugin
 [DEBUG]   (f) pomFile = C:\Documents and 
 Settings\user\workspace\abc\abc-plugins\abc-plugin\pom.xml
 [DEBUG]   (f) updateReleaseInfo = false
 [DEBUG] -- end configuration --
 [INFO] [deploy:deploy]
 altDeploymentRepository = null
 [INFO] 
 
 [ERROR] FATAL ERROR
 [INFO] 
 
 [INFO] null
 [INFO] 
 
 [DEBUG] Trace
 java.lang.NullPointerException

-- 
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: (MSOURCES-15) Sources jar increases in size (possibly includes whole harddisk volume)

2007-04-12 Thread Martijn Dashorst (JIRA)
Sources jar increases in size (possibly includes whole harddisk volume)
---

 Key: MSOURCES-15
 URL: http://jira.codehaus.org/browse/MSOURCES-15
 Project: Maven 2.x Sources Plugin
  Issue Type: Bug
Reporter: Martijn Dashorst
 Attachments: pom.xml

This may be fixed with the following issue: 
http://jira.codehaus.org/browse/MSOURCES-6

However, I wanted to submit my testcase, just to make sure it is solved, or 
this may be another issue (it didn't bite us before).

The attached pom.xml shows the same problem as in 
http://jira.codehaus.org/browse/MSOURCES-6: the whole project directory is 
included, instead of just the sources (and resources).

In this pom the difference is that the referenced file in the resources section 
is not available. This might be a special case, or not. Given that 2.0.3 is not 
released yet, I wasn't able to determine if that would solve this problem.

-- 
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: (MSOURCES-15) Sources jar increases in size (possibly includes whole harddisk volume)

2007-04-12 Thread Carlos Sanchez (JIRA)

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

Carlos Sanchez closed MSOURCES-15.
--

  Assignee: Carlos Sanchez
Resolution: Duplicate

MSOURCES-6 was fixed in 2.0.3 
You need to test with 2.0.3-SNAPSHOT before opening a new issue

 Sources jar increases in size (possibly includes whole harddisk volume)
 ---

 Key: MSOURCES-15
 URL: http://jira.codehaus.org/browse/MSOURCES-15
 Project: Maven 2.x Sources Plugin
  Issue Type: Bug
Reporter: Martijn Dashorst
Assignee: Carlos Sanchez
 Attachments: pom.xml


 This may be fixed with the following issue: 
 http://jira.codehaus.org/browse/MSOURCES-6
 However, I wanted to submit my testcase, just to make sure it is solved, or 
 this may be another issue (it didn't bite us before).
 The attached pom.xml shows the same problem as in 
 http://jira.codehaus.org/browse/MSOURCES-6: the whole project directory is 
 included, instead of just the sources (and resources).
 In this pom the difference is that the referenced file in the resources 
 section is not available. This might be a special case, or not. Given that 
 2.0.3 is not released yet, I wasn't able to determine if that would solve 
 this problem.

-- 
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: (WAGONFTP-17) Null pointer at org.apache.maven.wagon.providers.ftp.FtpWagon.openConnection(FtpWagon.java:130)

2007-04-12 Thread Carlos Sanchez (JIRA)

[ 
http://jira.codehaus.org/browse/WAGONFTP-17?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_92783
 ] 

Carlos Sanchez commented on WAGONFTP-17:


for what i see either username or password in your settings is not defined, or 
the server id doesn't match

 Null pointer at 
 org.apache.maven.wagon.providers.ftp.FtpWagon.openConnection(FtpWagon.java:130)
 ---

 Key: WAGONFTP-17
 URL: http://jira.codehaus.org/browse/WAGONFTP-17
 Project: wagon-ftp
  Issue Type: Bug
Affects Versions: 1.0-alpha-6
 Environment: Windows XP, java 1.5 , maven 2.0.6
Reporter: Rahul Khot

 [DEBUG] Configuring mojo 
 'org.apache.maven.plugins:maven-deploy-plugin:2.3:deploy' --
 [DEBUG]   (f) artifact = abc-plugins:abc-plugin:maven-plugin:1.0.0.0
 [DEBUG]   (f) attachedArtifacts = []
 [DEBUG]   (f) deploymentRepository = [helixasptest] - 
 ftp://abc.com/public_html
 [DEBUG]   (s) localRepository = [local] - file://C:\Documents and 
 Settings\user\.m2\repository
 [DEBUG]   (f) packaging = maven-plugin
 [DEBUG]   (f) pomFile = C:\Documents and 
 Settings\user\workspace\abc\abc-plugins\abc-plugin\pom.xml
 [DEBUG]   (f) updateReleaseInfo = false
 [DEBUG] -- end configuration --
 [INFO] [deploy:deploy]
 altDeploymentRepository = null
 [INFO] 
 
 [ERROR] FATAL ERROR
 [INFO] 
 
 [INFO] null
 [INFO] 
 
 [DEBUG] Trace
 java.lang.NullPointerException

-- 
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: (WAGONFTP-17) Null pointer at org.apache.maven.wagon.providers.ftp.FtpWagon.openConnection(FtpWagon.java:130)

2007-04-12 Thread Carlos Sanchez (JIRA)

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

Carlos Sanchez closed WAGONFTP-17.
--

 Assignee: Carlos Sanchez
   Resolution: Fixed
Fix Version/s: 1.0-rc1

Fixed by throwing AuthenticationException if user/passwd are not defined

 Null pointer at 
 org.apache.maven.wagon.providers.ftp.FtpWagon.openConnection(FtpWagon.java:130)
 ---

 Key: WAGONFTP-17
 URL: http://jira.codehaus.org/browse/WAGONFTP-17
 Project: wagon-ftp
  Issue Type: Bug
Affects Versions: 1.0-alpha-6
 Environment: Windows XP, java 1.5 , maven 2.0.6
Reporter: Rahul Khot
Assignee: Carlos Sanchez
 Fix For: 1.0-rc1


 [DEBUG] Configuring mojo 
 'org.apache.maven.plugins:maven-deploy-plugin:2.3:deploy' --
 [DEBUG]   (f) artifact = abc-plugins:abc-plugin:maven-plugin:1.0.0.0
 [DEBUG]   (f) attachedArtifacts = []
 [DEBUG]   (f) deploymentRepository = [helixasptest] - 
 ftp://abc.com/public_html
 [DEBUG]   (s) localRepository = [local] - file://C:\Documents and 
 Settings\user\.m2\repository
 [DEBUG]   (f) packaging = maven-plugin
 [DEBUG]   (f) pomFile = C:\Documents and 
 Settings\user\workspace\abc\abc-plugins\abc-plugin\pom.xml
 [DEBUG]   (f) updateReleaseInfo = false
 [DEBUG] -- end configuration --
 [INFO] [deploy:deploy]
 altDeploymentRepository = null
 [INFO] 
 
 [ERROR] FATAL ERROR
 [INFO] 
 
 [INFO] null
 [INFO] 
 
 [DEBUG] Trace
 java.lang.NullPointerException

-- 
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: (MSOURCES-15) Sources jar increases in size (possibly includes whole harddisk volume)

2007-04-12 Thread Martijn Dashorst (JIRA)

[ 
http://jira.codehaus.org/browse/MSOURCES-15?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_92787
 ] 

Martijn Dashorst commented on MSOURCES-15:
--

Good one. I'll go and submit another bug report in the future trying to help 
out. Next thing I'll be responsible for fixing the issue myself?

I did say I tried 2.0.3, but I don't have the time and the energy to check out 
the plugin, build it, get a whole lot of other (development? snapshot?) plugins 
downloaded into my repo, to confirm this. The original bug is marked critical, 
I assume one of the maintainers of this plugin has the snapshot readily 
available to check this pom. So yes, please expect me to become a full maven 
developer to confirm this.


 Sources jar increases in size (possibly includes whole harddisk volume)
 ---

 Key: MSOURCES-15
 URL: http://jira.codehaus.org/browse/MSOURCES-15
 Project: Maven 2.x Sources Plugin
  Issue Type: Bug
Reporter: Martijn Dashorst
Assignee: Carlos Sanchez
 Attachments: pom.xml


 This may be fixed with the following issue: 
 http://jira.codehaus.org/browse/MSOURCES-6
 However, I wanted to submit my testcase, just to make sure it is solved, or 
 this may be another issue (it didn't bite us before).
 The attached pom.xml shows the same problem as in 
 http://jira.codehaus.org/browse/MSOURCES-6: the whole project directory is 
 included, instead of just the sources (and resources).
 In this pom the difference is that the referenced file in the resources 
 section is not available. This might be a special case, or not. Given that 
 2.0.3 is not released yet, I wasn't able to determine if that would solve 
 this problem.

-- 
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-2470) uniqueVersion not inherited in child projects

2007-04-12 Thread Max Bowsher (JIRA)

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

Max Bowsher commented on MNG-2470:
--

Works fine for me with Maven 2.0.4, 2.0.5, 2.0.6.

korebantic: Can you re-test and check you can reproduce this?

 uniqueVersion not inherited in child projects
 -

 Key: MNG-2470
 URL: http://jira.codehaus.org/browse/MNG-2470
 Project: Maven 2
  Issue Type: Bug
  Components: Inheritance and Interpolation
Affects Versions: 2.0.4
 Environment: Linux
Reporter: korebantic

 My parent project defines the following:
  distributionManagement
snapshotRepository
  idYo/id
  nameYo Repository/name
  urlscp://yo/home/maven/www/url
  uniqueVersionfalse/uniqueVersion
/snapshotRepository
  /distributionManagement
 When I run the following command in the child project:
 mvn help:effective-pom
 I get the following results:
  ...
  distributionManagement
snapshotRepository
  idYo/id
  nameYo Repository/name
  urlscp://yo/home/maven/www/url
/snapshotRepository
  /distributionManagement
  ...
 It looks like inheritence is ignoring the uniqueVersion element. 
 This is also verified, when I run mvn deploy -- the parent project installs 
 a non-timestamped version in the remote repository, but the child project 
 installs a timestamped version.

-- 
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: (MSOURCES-15) Sources jar increases in size (possibly includes whole harddisk volume)

2007-04-12 Thread Carlos Sanchez (JIRA)

[ 
http://jira.codehaus.org/browse/MSOURCES-15?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_92790
 ] 

Carlos Sanchez commented on MSOURCES-15:


Given that 2.0.3 is not released yet, I wasn't able to determine if that would 
solve this problem. 
that sound like you didn't try

the snapshots should be available in the repository already, you need to add 
the snapshot repo and set the version to 2.0.3-SNAPSHOT, done, no building

Next thing I'll be responsible for fixing the issue myself?
that's what everybody does here, this is open source and we help each other

 Sources jar increases in size (possibly includes whole harddisk volume)
 ---

 Key: MSOURCES-15
 URL: http://jira.codehaus.org/browse/MSOURCES-15
 Project: Maven 2.x Sources Plugin
  Issue Type: Bug
Reporter: Martijn Dashorst
Assignee: Carlos Sanchez
 Attachments: pom.xml


 This may be fixed with the following issue: 
 http://jira.codehaus.org/browse/MSOURCES-6
 However, I wanted to submit my testcase, just to make sure it is solved, or 
 this may be another issue (it didn't bite us before).
 The attached pom.xml shows the same problem as in 
 http://jira.codehaus.org/browse/MSOURCES-6: the whole project directory is 
 included, instead of just the sources (and resources).
 In this pom the difference is that the referenced file in the resources 
 section is not available. This might be a special case, or not. Given that 
 2.0.3 is not released yet, I wasn't able to determine if that would solve 
 this problem.

-- 
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-1474) Upload EasyMock class extension 2.2.2 to maven 1 and 2 repo

2007-04-12 Thread Henri Tremblay (JIRA)
Upload EasyMock class extension 2.2.2 to maven 1 and 2 repo
---

 Key: MAVENUPLOAD-1474
 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-1474
 Project: maven-upload-requests
  Issue Type: Task
Reporter: Henri Tremblay
Assignee: Carlos Sanchez


Can you please upload EasyMock class extension 2.2.1 to maven 1 and 2 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] Closed: (MAVENUPLOAD-1474) Upload EasyMock class extension 2.2.2 to maven 1 and 2 repo

2007-04-12 Thread Henri Tremblay (JIRA)

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

Henri Tremblay closed MAVENUPLOAD-1474.
---

Resolution: Won't Fix

Was expecting to be able to modify the issue after cloning it... Doesn't seem 
to be the case so I'll create a brand-new one.

 Upload EasyMock class extension 2.2.2 to maven 1 and 2 repo
 ---

 Key: MAVENUPLOAD-1474
 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-1474
 Project: maven-upload-requests
  Issue Type: Task
Reporter: Henri Tremblay
Assignee: Carlos Sanchez

 Can you please upload EasyMock class extension 2.2.1 to maven 1 and 2 
 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] Created: (MAVENUPLOAD-1475) Upload EasyMock class extension 2.2.2 to maven 1 and 2 repo

2007-04-12 Thread Henri Tremblay (JIRA)
Upload EasyMock class extension 2.2.2 to maven 1 and 2 repo
---

 Key: MAVENUPLOAD-1475
 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-1475
 Project: maven-upload-requests
  Issue Type: Task
Reporter: Henri Tremblay


Can you please upload EasyMock class extension 2.2.2 to maven 1 and 2 
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] Reopened: (MNG-2169) Want to contribute: Contributing Maven 2 refcard

2007-04-12 Thread Hans Baier (JIRA)

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

Hans Baier reopened MNG-2169:
-


Added new version

 Want to contribute: Contributing Maven 2 refcard
 

 Key: MNG-2169
 URL: http://jira.codehaus.org/browse/MNG-2169
 Project: Maven 2
  Issue Type: New Feature
  Components: Documentation:  General
 Environment: All
Reporter: Hans Baier
Assignee: Vincent Siveton
 Fix For: 2.0.5

 Attachments: MavenQuickReference.pdf, MavenQuickReference.pdf, 
 MavenQuickReference.tex, MavenQuickReference.tex, 
 MavenQuickReferencePublicDomain.odt


 Hello, I want to contribute a refcard for maven,
 the one I desperately wanted when I started

-- 
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-2169) Want to contribute: Contributing Maven 2 refcard

2007-04-12 Thread Hans Baier (JIRA)

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

Hans Baier updated MNG-2169:


Attachment: Maven-Refcard.odt

New Version of Refcard

 Want to contribute: Contributing Maven 2 refcard
 

 Key: MNG-2169
 URL: http://jira.codehaus.org/browse/MNG-2169
 Project: Maven 2
  Issue Type: New Feature
  Components: Documentation:  General
 Environment: All
Reporter: Hans Baier
Assignee: Vincent Siveton
 Fix For: 2.0.5

 Attachments: Maven-Refcard.odt, MavenQuickReference.pdf, 
 MavenQuickReference.pdf, MavenQuickReference.tex, MavenQuickReference.tex, 
 MavenQuickReferencePublicDomain.odt


 Hello, I want to contribute a refcard for maven,
 the one I desperately wanted when I started

-- 
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-2169) Want to contribute: Contributing Maven 2 refcard

2007-04-12 Thread Hans Baier (JIRA)

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

Hans Baier updated MNG-2169:


Attachment: Maven-Refcard.pdf

New Version

 Want to contribute: Contributing Maven 2 refcard
 

 Key: MNG-2169
 URL: http://jira.codehaus.org/browse/MNG-2169
 Project: Maven 2
  Issue Type: New Feature
  Components: Documentation:  General
 Environment: All
Reporter: Hans Baier
Assignee: Vincent Siveton
 Fix For: 2.0.5

 Attachments: Maven-Refcard.odt, Maven-Refcard.pdf, 
 MavenQuickReference.pdf, MavenQuickReference.pdf, MavenQuickReference.tex, 
 MavenQuickReference.tex, MavenQuickReferencePublicDomain.odt


 Hello, I want to contribute a refcard for maven,
 the one I desperately wanted when I started

-- 
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-2921) ejb-client dependency no longer working

2007-04-12 Thread Piotr Tabor (JIRA)

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

Piotr Tabor updated MNG-2921:
-

Attachment: MNG-2921.diff

Patch proposition

 ejb-client dependency no longer working
 ---

 Key: MNG-2921
 URL: http://jira.codehaus.org/browse/MNG-2921
 Project: Maven 2
  Issue Type: Bug
  Components: Dependencies
Affects Versions: 2.0.6
 Environment: Fedora Core 6
Reporter: Frank Cornelis
Priority: Blocker
 Attachments: MNG-2921.diff, test.zip


 When running 'mvn clean install' on the test project (see attachment) under 
 Maven 2.0.5 every builds as expected. On Maven 2.0.6 it no longer compiles. 
 On Maven 2.0.5 I get in the log:
 [DEBUG] be.frankcornelis.maven:client:jar:1.0-SNAPSHOT (selected for null)
 [DEBUG]   be.frankcornelis.maven:model:ejb-client:client:1.0-SNAPSHOT:compile 
 (selected for compile)
 Under Maven 2.0.6 I get:
 [DEBUG] be.frankcornelis.maven:client:jar:1.0-SNAPSHOT (selected for null)
 [DEBUG]   be.frankcornelis.maven:model:ejb-client:client:1.0-SNAPSHOT 
 (selected for null)
 and an error message saying it cannot find the required interfaces defined in 
 Model.
 When I remove type:ejb-client in the Client pom.xml it compiles again.

-- 
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-2921) ejb-client dependency no longer working

2007-04-12 Thread Carlos Sanchez (JIRA)

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

Carlos Sanchez updated MNG-2921:


 Fix Version/s: 2.0.7
Patch attached: Yes

 ejb-client dependency no longer working
 ---

 Key: MNG-2921
 URL: http://jira.codehaus.org/browse/MNG-2921
 Project: Maven 2
  Issue Type: Bug
  Components: Dependencies
Affects Versions: 2.0.6
 Environment: Fedora Core 6
Reporter: Frank Cornelis
Priority: Blocker
 Fix For: 2.0.7

 Attachments: MNG-2921.diff, test.zip


 When running 'mvn clean install' on the test project (see attachment) under 
 Maven 2.0.5 every builds as expected. On Maven 2.0.6 it no longer compiles. 
 On Maven 2.0.5 I get in the log:
 [DEBUG] be.frankcornelis.maven:client:jar:1.0-SNAPSHOT (selected for null)
 [DEBUG]   be.frankcornelis.maven:model:ejb-client:client:1.0-SNAPSHOT:compile 
 (selected for compile)
 Under Maven 2.0.6 I get:
 [DEBUG] be.frankcornelis.maven:client:jar:1.0-SNAPSHOT (selected for null)
 [DEBUG]   be.frankcornelis.maven:model:ejb-client:client:1.0-SNAPSHOT 
 (selected for null)
 and an error message saying it cannot find the required interfaces defined in 
 Model.
 When I remove type:ejb-client in the Client pom.xml it compiles again.

-- 
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-2921) ejb-client dependency no longer working

2007-04-12 Thread Carlos Sanchez (JIRA)

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

Carlos Sanchez commented on MNG-2921:
-

Added test to it0119
https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/it0119-ejbClientDependency

 ejb-client dependency no longer working
 ---

 Key: MNG-2921
 URL: http://jira.codehaus.org/browse/MNG-2921
 Project: Maven 2
  Issue Type: Bug
  Components: Dependencies
Affects Versions: 2.0.6
 Environment: Fedora Core 6
Reporter: Frank Cornelis
Priority: Blocker
 Fix For: 2.0.7

 Attachments: MNG-2921.diff, test.zip


 When running 'mvn clean install' on the test project (see attachment) under 
 Maven 2.0.5 every builds as expected. On Maven 2.0.6 it no longer compiles. 
 On Maven 2.0.5 I get in the log:
 [DEBUG] be.frankcornelis.maven:client:jar:1.0-SNAPSHOT (selected for null)
 [DEBUG]   be.frankcornelis.maven:model:ejb-client:client:1.0-SNAPSHOT:compile 
 (selected for compile)
 Under Maven 2.0.6 I get:
 [DEBUG] be.frankcornelis.maven:client:jar:1.0-SNAPSHOT (selected for null)
 [DEBUG]   be.frankcornelis.maven:model:ejb-client:client:1.0-SNAPSHOT 
 (selected for null)
 and an error message saying it cannot find the required interfaces defined in 
 Model.
 When I remove type:ejb-client in the Client pom.xml it compiles again.

-- 
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-2921) ejb-client dependency no longer working

2007-04-12 Thread Carlos Sanchez (JIRA)

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

Carlos Sanchez commented on MNG-2921:
-

actually it's in it0120
https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/it0120-ejbClientDependency

 ejb-client dependency no longer working
 ---

 Key: MNG-2921
 URL: http://jira.codehaus.org/browse/MNG-2921
 Project: Maven 2
  Issue Type: Bug
  Components: Dependencies
Affects Versions: 2.0.6
 Environment: Fedora Core 6
Reporter: Frank Cornelis
Priority: Blocker
 Fix For: 2.0.7

 Attachments: MNG-2921.diff, test.zip


 When running 'mvn clean install' on the test project (see attachment) under 
 Maven 2.0.5 every builds as expected. On Maven 2.0.6 it no longer compiles. 
 On Maven 2.0.5 I get in the log:
 [DEBUG] be.frankcornelis.maven:client:jar:1.0-SNAPSHOT (selected for null)
 [DEBUG]   be.frankcornelis.maven:model:ejb-client:client:1.0-SNAPSHOT:compile 
 (selected for compile)
 Under Maven 2.0.6 I get:
 [DEBUG] be.frankcornelis.maven:client:jar:1.0-SNAPSHOT (selected for null)
 [DEBUG]   be.frankcornelis.maven:model:ejb-client:client:1.0-SNAPSHOT 
 (selected for null)
 and an error message saying it cannot find the required interfaces defined in 
 Model.
 When I remove type:ejb-client in the Client pom.xml it compiles again.

-- 
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: (MPJALOPY-12) Add a property that controls the source code encoding

2007-04-12 Thread Joachim Bader (JIRA)

[ 
http://jira.codehaus.org/browse/MPJALOPY-12?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_92806
 ] 

Joachim Bader commented on MPJALOPY-12:
---

null value ist permitted for setEncoding(String)
null indicates the platform's default encoding
http://jalopy.sourceforge.net/jalopy/apidocs/de/hunsicker/jalopy/Jalopy.html#setEncoding(java.lang.String)

 Add a property that controls the source code encoding
 -

 Key: MPJALOPY-12
 URL: http://jira.codehaus.org/browse/MPJALOPY-12
 Project: maven-jalopy-plugin
  Issue Type: Improvement
 Environment: working on a machine with diffrent (default) encoding 
 then the java source code
Reporter: Joachim Bader
 Fix For: 1.5.1

 Attachments: patch.diff


 from http://jalopy.sourceforge.net/existing/plugin-ant-usage.html
 encoding Sets the encoding that controls how Jalopy interprets text 
 files containing characters beyond the ASCII character set. Defaults to the 
 platform default encoding.

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