[jira] Created: (MASSEMBLY-95) Support unpacking of tar.gz, tgz, tar.bz2, and tbz2 archivers

2006-05-05 Thread Dan Tran (JIRA)
Support unpacking of tar.gz, tgz, tar.bz2, and tbz2 archivers
-

 Key: MASSEMBLY-95
 URL: http://jira.codehaus.org/browse/MASSEMBLY-95
 Project: Maven 2.x Assembly Plugin
Type: New Feature

Versions: 2.1
 Environment: xp
Reporter: Dan Tran


I submitted PLX-216's patch to support this issue. Once PLX-216 is committed, i 
will send in the patch for this issue

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



[jira] Created: (MSUREFIRE-103) Test failures in

2006-05-05 Thread Alexey Popov (JIRA)
Test failures in 
-

 Key: MSUREFIRE-103
 URL: http://jira.codehaus.org/browse/MSUREFIRE-103
 Project: Maven 2.x Surefire Plugin
Type: Bug

Versions: 2.1.3
 Environment: j2sdk1.4.2_06
Reporter: Alexey Popov


After an update the following error always occurs

[INFO] [compiler:testCompile]
Compiling 1 source file to ...\target\test-classes
[INFO] [surefire:test]
[INFO] Setting reports dir: ...\target/surefire-reports
java.lang.NoSuchMethodError
at 
org.apache.maven.surefire.SurefireBooter.createForkingClassLoader(SurefireBooter.java:291)
at 
org.apache.maven.surefire.SurefireBooter.main(SurefireBooter.java:680)
Exception in thread main
[INFO] 

[ERROR] BUILD ERROR
[INFO] 

[INFO] There are test failures.
[INFO] 

[INFO] Trace
org.apache.maven.lifecycle.LifecycleExecutionException: There are test failures.
at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:556)
at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:47
2)
at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:451)
at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.jav
a:303)
at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:270)
at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:139)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:322)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:115)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:249)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
Caused by: org.apache.maven.plugin.MojoExecutionException: There are test 
failures.
at org.apache.maven.test.SurefirePlugin.execute(SurefirePlugin.java:389)
at 
org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:415)
at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:531)
... 16 more

-- 
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: (MDEP-4) Add support of unpack types tar.gz, tgz

2006-05-05 Thread Dan Tran (JIRA)
 [ http://jira.codehaus.org/browse/MDEP-4?page=all ]

Dan Tran updated MDEP-4:


  Assign To: (was: Brian Fox)
Description: plexus-archiver supports these types, i little more work to do 
the unpack for these special types  (was: plexus-archiver supports these types, 
i little more work to do the unpack for these special type)
Summary: Add support of unpack types tar.gz, tgz  (was: 
[dependency-maven-plugin] Add support of unpack types tar.gz, tgz)

 Add support of unpack types tar.gz, tgz
 ---

  Key: MDEP-4
  URL: http://jira.codehaus.org/browse/MDEP-4
  Project: Maven 2.x Dependency Plugin
 Type: Improvement

  Environment: xp
 Reporter: Dan Tran



 plexus-archiver supports these types, i little more work to do the unpack for 
 these special types

-- 
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: (MDEP-4) [dependency-maven-plugin] Add support of unpack types tar.gz, tgz

2006-05-05 Thread Dan Tran (JIRA)
[ http://jira.codehaus.org/browse/MDEP-4?page=comments#action_64782 ] 

Dan Tran commented on MDEP-4:
-

patch submitted to PLX-216 to support this issue

 [dependency-maven-plugin] Add support of unpack types tar.gz, tgz
 -

  Key: MDEP-4
  URL: http://jira.codehaus.org/browse/MDEP-4
  Project: Maven 2.x Dependency Plugin
 Type: Improvement

  Environment: xp
 Reporter: Dan Tran
 Assignee: Brian Fox



 plexus-archiver supports these types, i little more work to do the unpack for 
 these special type

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



[jira] Created: (CONTINUUM-681) CLONE -Added notifiers from web interface are removed after a new build

2006-05-05 Thread Raul Cuesta (JIRA)
CLONE -Added notifiers from web interface are removed after a new build
---

 Key: CONTINUUM-681
 URL: http://jira.codehaus.org/browse/CONTINUUM-681
 Project: Continuum
Type: Bug

  Components: Web interface  
Versions: 1.0-alpha-4
Reporter: Raul Cuesta
 Assigned to: Emmanuel Venisse 
 Fix For: 1.0-alpha-4




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



[jira] Commented: (CONTINUUM-681) CLONE -Added notifiers from web interface are removed after a new build

2006-05-05 Thread Raul Cuesta (JIRA)
[ http://jira.codehaus.org/browse/CONTINUUM-681?page=comments#action_64788 
] 

Raul Cuesta commented on CONTINUUM-681:
---

The same problem occurs in version 1.0.3

 CLONE -Added notifiers from web interface are removed after a new build
 ---

  Key: CONTINUUM-681
  URL: http://jira.codehaus.org/browse/CONTINUUM-681
  Project: Continuum
 Type: Bug

   Components: Web interface
 Versions: 1.0-alpha-4
 Reporter: Raul Cuesta
 Assignee: Emmanuel Venisse
  Fix For: 1.0-alpha-4


 Original Estimate: 4 hours
 Remaining: 4 hours



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



[jira] Created: (CONTINUUM-682) Builds that are only On Demand, not scheduled

2006-05-05 Thread David Eric Pugh (JIRA)
Builds that are only On Demand, not scheduled
-

 Key: CONTINUUM-682
 URL: http://jira.codehaus.org/browse/CONTINUUM-682
 Project: Continuum
Type: Improvement

  Components: Core system  
Versions: 1.0.3
Reporter: David Eric Pugh


I would like to be able to have a build that is purely on demand, without 
editing build targets.  For example, I want to run a build that deploys my 
applciation to test, but I dont' want it scheduled.  Or runs our Selenium 
tests, but again, only on demand.  Currently you must pick a schedule.  I tried 
setting a schedule for 1970, so it would never run automatically, but Continuum 
prevented me by saying it would never run.  While that was nice, i would rather 
have a warning then be prevented!

-- 
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: (MPXDOC-196) Tables with a width of 100% are incorrectly displayed in IE 5

2006-05-05 Thread Arnaud Heritier (JIRA)
Tables with a width of 100% are incorrectly displayed in IE 5
-

 Key: MPXDOC-196
 URL: http://jira.codehaus.org/browse/MPXDOC-196
 Project: maven-xdoc-plugin
Type: Bug

Versions: 1.9.2
 Environment: Win2K Pro + IE5
Reporter: Arnaud Heritier
Priority: Minor


Using the maven-stylus style, the width of the table is 100% of the screen and 
not 100% of the available space.
Thus the content of the page is moved after the menu.


-- 
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-2275) profiles should be merged when inherited

2006-05-05 Thread Brian Fox (JIRA)
profiles should be merged when inherited


 Key: MNG-2275
 URL: http://jira.codehaus.org/browse/MNG-2275
 Project: Maven 2
Type: Bug

  Components: Inheritence and Interpolation  
Versions: 2.0.4
Reporter: Brian Fox


I have some default profiles setup in a super parent pom that all projects 
inherit from. In some projects I want to change the active profile, but not 
from the CLI because other projects running in the same multi-project build 
need to have the normal default. I attempted to work around this by setting the 
profile to be active on a property in the child pom. See below for parent and 
child. It appears that when I do this, the child profile replaces the parent. 
It should be merged so that the properties are pulled from the parent and uses 
the activation from the child.

parent:
!-- Setup default profiles. --
profiles
profile
iddev/id
properties

profile-default.valuessrc/main/filters/dev-default.values/profile-default.values
/properties   
/profile
profile
idauto-test/id
properties

profile-default.valuessrc/main/filters/auto-test-default.values/profile-default.values
/properties   
/profile
profile
idman-test/id
properties

profile-default.valuessrc/main/filters/man-test-default.values/profile-default.values
/properties   
/profile
profile
idprod/id
properties

profile-default.valuessrc/main/filters/prod-default.values/profile-default.values
/properties   
/profile
/profiles
 
 
child pom..
 
   !--  This is the property to override for custom properties in this 
project--
  properties

client-ct-package.values${user.default.values}/client-ct-package.values
  /properties
  build
filters
  filter${profile-default.values}/filter
  filter${user.default.values}/filter
  filter${client-ct-package.values}/filter
/filters
resources
  resource
directorysrc/main/resources/directory
filteringtrue/filtering
  /resource
/resources
  /build
   !-- temporary to activate the CT production values until all projects can 
have prod values --
profiles
 profile
  idprod/id
  activation
  property
 namedeploy-ct/name
  /property
  /activation



-- 
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-2276) profile activation by property doesn't work with properties defined in settings.

2006-05-05 Thread Brian Fox (JIRA)
profile activation by property doesn't work with properties defined in settings.


 Key: MNG-2276
 URL: http://jira.codehaus.org/browse/MNG-2276
 Project: Maven 2
Type: Bug

  Components: POM  
Versions: 2.0.4
Reporter: Brian Fox


Activating a profile like below doesn't get activated unless the property is 
set on the CLI. I need to have the property defined in the settings.xml so it's 
always set.
profiles
 profile
  idprod/id
  activation
  property
 namedeploy-ct/name
  /property
  /activation

Further, I noticed that if I set it so that the activation is like:
  activation
  property
 namedeploy-ct/namevaluetrue/value
  /property
  /activation

The profile is triggered just by setting the cli like mvn -Ddeploy-ct  It is 
not active if I use -Ddeploy-ct=false but the settings descriptor says that 
the existence of the property is only used if value is not set.


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



[jira] Updated: (MEAR-28) Patch to support JEE5 application.xml format

2006-05-05 Thread Stephane Nicoll (JIRA)
 [ http://jira.codehaus.org/browse/MEAR-28?page=all ]

Stephane Nicoll updated MEAR-28:


Fix Version: 2.2

very kwel, thanks.

 Patch to support JEE5 application.xml format
 

  Key: MEAR-28
  URL: http://jira.codehaus.org/browse/MEAR-28
  Project: Maven 2.x Ear Plugin
 Type: Improvement

 Reporter: Stefan Arentz
 Assignee: Stephane Nicoll
  Fix For: 2.2
  Attachments: MEAR-28.patch


 The attached patch adds support for version 5 style application.xml 
 descriptors.

-- 
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-2277) aggregating plugins in submodules of the reactor return all projects causing a chicken/egg issue

2006-05-05 Thread Brett Porter (JIRA)
aggregating plugins in submodules of the reactor return all projects causing a 
chicken/egg issue


 Key: MNG-2277
 URL: http://jira.codehaus.org/browse/MNG-2277
 Project: Maven 2
Type: Bug

  Components: Reactor and workspace, Plugins and Lifecycle, Plugin API  
Versions: 2.0.4
Reporter: Brett Porter


eg, assembly:attached

when this is put in maven-core, and a build is run from the root project with a 
clean repo, it fails, as the original project sorter doesn't consider the 
dependencies, building plugin-tools after maven-core.
However, hitting the aggregator when building maven-core then tries to resolve 
all of the projects as dependencies.

-- 
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: (MPTEST-62) -Dmaven.test.failure.ignore=true has no effect on test failures in second test dir added by preGoal

2006-05-05 Thread Jeff Jensen (JIRA)
-Dmaven.test.failure.ignore=true has no effect on test failures in second test 
dir added by preGoal
-

 Key: MPTEST-62
 URL: http://jira.codehaus.org/browse/MPTEST-62
 Project: maven-test-plugin
Type: Bug

Versions: 1.8
 Environment: Windows, Maven 1.1 beta 3, test plugin 1.8-snapshot
Reporter: Jeff Jensen


When adding a second source dir of tests in M1 by adding this to maven.xml:

  preGoal name=test:compile
ant:path
  id=xxx.dbunit.src.dir
  location=${basedir}/src/javatest/db/
maven:addPath
  id=maven.test.compile.src.set
  refid=xxx.dbunit.src.dir/
  /preGoal

if one of those tests fails, the build fails even with 
maven.test.failure.ignore=true.


-- 
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: (WAGONSSH-19) make SingleKnownHostProvider configurable

2006-05-05 Thread Juan F. Codagnone (JIRA)
[ http://jira.codehaus.org/browse/WAGONSSH-19?page=comments#action_64813 ] 

Juan F. Codagnone commented on WAGONSSH-19:
---

sure, the idea of this issue is to be able to inject diferent implementations 
of classes that know how to resolv the host's public keys. 

if you want (and you know what you are doing) you even can turn off the public 
key validation.

 make  SingleKnownHostProvider configurable
 --

  Key: WAGONSSH-19
  URL: http://jira.codehaus.org/browse/WAGONSSH-19
  Project: wagon-ssh
 Type: Task

 Reporter: Juan F. Codagnone
 Priority: Minor
  Attachments: WAGONSSH-19.diff


 Make org.apache.maven.wagon.providers.ssh.knownhost.SingleKnownHostProvider 
 configurable like
  server
 idtest-private-repo/id
  
 configuration
   knownHostsProvider

 implementation=org.apache.maven.wagon.providers.ssh.knownhos
 t.SingleKnownHostProvider
hostlocalhost/host

 keyB3NzaC1yc2EBIwAAAIEAwps9EL+UKFG6Fb9spvV6YSOi
 yLFwVGAgtyQ5r6xdADZRw0AdcCE87uwlVgUgMjGm0D/kifVEYFZu1DQUaKfg+6B3LEz7Dgq5Ir8eJJXq
 62mIVqHnXKPOqGIp1TPrtc2BMhSHk5z+4puun6Nbi0hw+g7b0/ywHVbs+7wb01SMREU=/key
   /knownHostsProvider
 /configuration
   /server
  /servers

-- 
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: (MANTRUN-37) Antrun breaks on multi-module builds

2006-05-05 Thread John Worrell (JIRA)
[ http://jira.codehaus.org/browse/MANTRUN-37?page=comments#action_64818 ] 

John Worrell commented on MANTRUN-37:
-

I'm also getting this same problem using Maven 2.04 and antrun 1.1.

The problem seems to be quite subtle and to depend quite subtly on the project 
structure - I had no problem with one project but when I made relatively 
innocuous looking changes I got the problem.

I'll look into sending up the POMs


 Antrun breaks on multi-module builds
 

  Key: MANTRUN-37
  URL: http://jira.codehaus.org/browse/MANTRUN-37
  Project: Maven 2.x Antrun Plugin
 Type: Bug

 Versions: 1.1
  Environment: Maven 2.0.1
 Reporter: Mike Perham
 Assignee: Carlos Sanchez
 Priority: Critical



 I just updated to antrun v1.1 (which needs to be marked as released in jira 
 BTW) and find that my multimodule build is now breaking.  Running the build 
 in the child module itself works fine but if I build the parent, it fails 
 when it gets to the child with the antrun task.  Here's part of the debug 
 output.  Note it says 1.1 in the dependency tree but 1.0 further down.
 {noformat}
 [DEBUG] org.apache.maven.plugins:maven-antrun-plugin:maven-plugin:1.1 
 (selected for runtime)
 [DEBUG]   org.apache.maven:maven-project:jar:2.0.1 (selected for runtime)
 [DEBUG] org.apache.maven:maven-model:jar:2.0.1 (selected for runtime)
 [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.0.5 (selected for 
 runtime)
 [DEBUG] classworlds:classworlds:jar:1.1-alpha-2 (selected for runtime)
 [DEBUG] org.apache.maven:maven-profile:jar:2.0.1 (selected for runtime)
 [DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9 
 (selected for runtime)
 [DEBUG] org.codehaus.plexus:plexus-utils:jar:1.0.4 (removed - nearer 
 found: 1.0.5)
 [DEBUG] junit:junit:jar:3.8.1 (selected for runtime)
 [DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9 
 (selected for runtime)
 [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.0.4 (removed - nearer 
 found: 1.0.5)
 [DEBUG]   classworlds:classworlds:jar:1.1-alpha-2 (selected for runtime)
 [DEBUG]   junit:junit:jar:3.8.1 (selected for runtime)
 [DEBUG] org.codehaus.plexus:plexus-utils:jar:1.0.5 (selected for runtime)
 [DEBUG] org.apache.maven:maven-artifact-manager:jar:2.0.1 (selected for 
 runtime)
 [DEBUG]   org.apache.maven:maven-repository-metadata:jar:2.0.1 (selected 
 for runtime)
 [DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-5 
 (selected for runtime)
 [DEBUG] org.codehaus.plexus:plexus-utils:jar:1.0.4 (removed - nearer 
 found: 1.0.5)
 [DEBUG]   org.apache.maven:maven-artifact:jar:2.0.1 (selected for runtime)
 [DEBUG] org.apache.maven:maven-artifact:jar:2.0.1 (selected for runtime)
 [DEBUG]   org.apache.maven:maven-plugin-api:jar:2.0.1 (selected for runtime)
 [DEBUG]   ant:ant:jar:1.6.5 (selected for runtime)
 [DEBUG]   ant:ant-launcher:jar:1.6.5 (selected for runtime)
 [INFO] 
 
 [ERROR] BUILD ERROR
 [INFO] 
 
 [INFO] Internal error in the plugin manager executing goal 
 'org.apache.maven.plugins:maven-antrun-plugin:1.0:run': Unable to find the 
 mojo 'org.apache.maven.plugins:maven-antrun-plugin:1.0:run' in the plugin 
 'org.apache.maven.plugins:maven-antrun-plugin'
 Component descriptor cannot be found in the component repository: 
 org.apache.maven.plugin.Mojoorg.apache.maven.plugins:maven-antrun-plugin:1.0:run.
 [INFO] 
 
 [DEBUG] Trace
 org.apache.maven.lifecycle.LifecycleExecutionException: Internal error in the 
 plugin manager executing goal 
 'org.apache.maven.plugins:maven-antrun-plugin:1.0:run': Unable to find the 
 mojo 'org.apache.maven.plugins:maven-antrun-plugin:1.0:run' in the plugin 
 'org.apache.maven.plugins:maven-antrun-plugin'
   at 
 org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:534)
   at 
 org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:472)
   at 
 org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:451)
   at 
 org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:303)
   at 
 org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:270)
   at 
 org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:139)
   at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:322)
   at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:115)
   at 

[jira] Created: (MCHANGELOG-36) Tests fail on build

2006-05-05 Thread Julian Wood (JIRA)
Tests fail on build
---

 Key: MCHANGELOG-36
 URL: http://jira.codehaus.org/browse/MCHANGELOG-36
 Project: Maven 2.x Changelog Plugin
Type: Bug

Versions: 2.0
 Environment: osx 10.4.6, java 1.4.2_06
Reporter: Julian Wood


The date test assertions all fail:

junit.framework.AssertionFailedError: Test changelog 1 set 1 date/time 
expected:23963580 but was: 23971500 
at 
org.apache.maven.changelog.ChangeLogTest.testReadFile(ChangeLogTest.java:50)

assertEquals( Test changelog 1 set 1 date/time, 23963580L, 
changeSet.getDate().getTime() );

They just have the wrong date, and they are offset by the timezone ( 7 hours, 
in my case - I'm MST -0700)

-- 
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: (MCHANGELOG-36) Tests fail on build

2006-05-05 Thread Julian Wood (JIRA)
 [ http://jira.codehaus.org/browse/MCHANGELOG-36?page=all ]

Julian Wood updated MCHANGELOG-36:
--

Attachment: MCHANGELOG-36.patch

 Tests fail on build
 ---

  Key: MCHANGELOG-36
  URL: http://jira.codehaus.org/browse/MCHANGELOG-36
  Project: Maven 2.x Changelog Plugin
 Type: Bug

 Versions: 2.0
  Environment: osx 10.4.6, java 1.4.2_06
 Reporter: Julian Wood
  Attachments: MCHANGELOG-36.patch


 The date test assertions all fail:
 junit.framework.AssertionFailedError: Test changelog 1 set 1 date/time 
 expected:23963580 but was: 23971500 
   at 
 org.apache.maven.changelog.ChangeLogTest.testReadFile(ChangeLogTest.java:50)
 assertEquals( Test changelog 1 set 1 date/time, 23963580L, 
 changeSet.getDate().getTime() );
 They just have the wrong date, and they are offset by the timezone ( 7 hours, 
 in my case - I'm MST -0700)

-- 
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: (MPCRUISECONTROL-32) Generated config.xml used deprecated currentbuildstatusbootstrapper and currentbuildstatuspublisher

2006-05-05 Thread Lukas Theussl (JIRA)
 [ http://jira.codehaus.org/browse/MPCRUISECONTROL-32?page=all ]
 
Lukas Theussl closed MPCRUISECONTROL-32:


 Assign To: Lukas Theussl
Resolution: Fixed

 Generated config.xml used deprecated currentbuildstatusbootstrapper and 
 currentbuildstatuspublisher
 ---

  Key: MPCRUISECONTROL-32
  URL: http://jira.codehaus.org/browse/MPCRUISECONTROL-32
  Project: maven-cruisecontrol-plugin
 Type: Improvement

 Versions: 1.7
 Reporter: Jamie Bisotti
 Assignee: Lukas Theussl
  Fix For: 1.8



 Should remove the deprecated tags and use 
 listenerscurrentbuildstatuslistener/listeners instead.

-- 
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: (MPCRUISECONTROL-24) Corrected the baseUrl

2006-05-05 Thread Lukas Theussl (JIRA)
 [ http://jira.codehaus.org/browse/MPCRUISECONTROL-24?page=all ]

Lukas Theussl updated MPCRUISECONTROL-24:
-

Fix Version: (was: 1.8)

 Corrected the baseUrl
 -

  Key: MPCRUISECONTROL-24
  URL: http://jira.codehaus.org/browse/MPCRUISECONTROL-24
  Project: maven-cruisecontrol-plugin
 Type: New Feature

 Versions: 1.6
  Environment: Subversion FC3
 Reporter: Philip Dodds
 Priority: Minor
  Attachments: cruisecontrol.diff, cruisecontrol.diff


 Here is the additional setting for the baseUrl,  simply allows you to 
 override the ${url} for the subversion repository so that modifications that 
 are in subjects that are at the same level as the master project can be pick 
 up.
 Attached in the SVN diff,  hopefully I got it right this time. Sorry about 
 the previous RAR file.

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



[jira] Commented: (ARCHETYPE-32) including png in site resources breaks an archetype (stacktrace+archetype.xml included)

2006-05-05 Thread Julian Wood (JIRA)
[ http://jira.codehaus.org/browse/ARCHETYPE-32?page=comments#action_64820 ] 

Julian Wood commented on ARCHETYPE-32:
--

No, I'm using alpha-3. Is alpha-4 going to be released anytime soon? It looks 
like it has been about 7 months since alpha-3 was released. 

 including png in site resources breaks an archetype (stacktrace+archetype.xml 
 included)
 ---

  Key: ARCHETYPE-32
  URL: http://jira.codehaus.org/browse/ARCHETYPE-32
  Project: Maven Archetype
 Type: Bug

   Components: Plugin
 Reporter: Jurgen De Landsheer
 Assignee: Jason van Zyl



 if I drop the png: creation is correct but it seems it wants to parse a png 
 or something?
 archetype
   idmaven-ugent-plugin-archetype/id
   sources
   source
   src/main/java/org/codehaus/mojo/test/TestMojo.java
   /source
   /sources
   testSources
   source
   
 src/test/java/org/codehaus/mojo/test/TestMojoTestSuite.java
   /source
   /testSources
   resources
   resourcesrc/main/resources/jalopy.xml/resource
   resourcesrc/main/resources/plugin.properties/resource
   /resources
   testResources
   resourcesrc/test/resources/test.properties/resource
   /testResources
   siteResources
   resourcesrc/site/site.xml/resource
   resourcesrc/site/apt/usage.apt/resource
   
 resourcesrc/site/resources/images/logobalk_small.png/resource
   /siteResources
 /archetype
 C:\JAVA\maven-pluginsmvn -e archetype:create 
 -DarchetypeGroupId=be.ugent.dict 
 -DarchetypeArtifactId=maven-ugent-plugin-archetype -DgroupId= 
 -DartifactId=test 
 C:\JAVA\maven-pluginsset MAVEN_OPTS=-Xmx32m -Xmx200m 
 + Error stacktraces are turned on.
 [INFO] Scanning for projects...
 [INFO] Reactor build order: 
 [INFO]   maven-ugent-plugin-archetype
 [INFO]   maven-mojo-report-plugin
 [INFO]   maven-lint4j-plugin
 [INFO]   maven-juge-plugin
 [INFO]   maven-project-info-plugin
 [INFO]   maven-spring-beandoc-plugin
 [INFO]   maven-linguine-maps-plugin
 [INFO]   maven-hibernate-tools-plugin
 [INFO] Searching repository for plugin with prefix: 'archetype'.
 [INFO] org.apache.maven.plugins: checking for updates from missing-plugins
 [INFO] org.apache.maven.plugins: checking for updates from ugent-plugins
 [INFO] org.codehaus.mojo: checking for updates from missing-plugins
 [INFO] org.codehaus.mojo: checking for updates from ugent-plugins
 [INFO] artifact org.apache.maven.plugins:maven-compiler-plugin: checking for 
 updates from missing-plugins
 [INFO] artifact org.apache.maven.plugins:maven-compiler-plugin: checking for 
 updates from ugent-plugins
 [INFO] artifact org.apache.maven.plugins:maven-site-plugin: checking for 
 updates from missing-plugins
 [INFO] artifact org.apache.maven.plugins:maven-site-plugin: checking for 
 updates from ugent-plugins
 [INFO] artifact org.apache.maven.plugins:maven-surefire-plugin: checking for 
 updates from missing-plugins
 [INFO] artifact org.apache.maven.plugins:maven-surefire-plugin: checking for 
 updates from ugent-plugins
 [INFO] artifact org.apache.maven.plugins:maven-archetype-plugin: checking for 
 updates from missing-plugins
 [INFO] artifact org.apache.maven.plugins:maven-archetype-plugin: checking for 
 updates from ugent-plugins
 [INFO] 
 
 [INFO] Building maven-mojo-report-plugin
 [INFO]task-segment: [archetype:create] (aggregator-style)
 [INFO] 
 
 [INFO] Setting property: classpath.resource.loader.class = 
 'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'.
 [INFO] Setting property: resource.loader = 'classpath'.
 [INFO] ** 
 [INFO] Starting Jakarta Velocity v1.4
 [INFO] RuntimeInstance initializing.
 [INFO] Default Properties File: 
 org\apache\velocity\runtime\defaults\velocity.properties
 [INFO] Default ResourceManager initializing. (class 
 org.apache.velocity.runtime.resource.ResourceManagerImpl)
 [INFO] Resource Loader Instantiated: 
 org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader
 [INFO] ClasspathResourceLoader : initialization starting.
 [INFO] ClasspathResourceLoader : initialization complete.
 [INFO] ResourceCache : initialized. (class 
 org.apache.velocity.runtime.resource.ResourceCacheImpl)
 [INFO] Default ResourceManager initialization complete.
 [INFO] Loaded System Directive: org.apache.velocity.runtime.directive.Literal
 [INFO] Loaded System Directive: org.apache.velocity.runtime.directive.Macro
 [INFO] Loaded System Directive: org.apache.velocity.runtime.directive.Parse
 [INFO] Loaded System Directive: 

[jira] Commented: (MEJB-6) Make the ejb-jar.xml deployment descriptor optional

2006-05-05 Thread Tim McCune (JIRA)
[ http://jira.codehaus.org/browse/MEJB-6?page=comments#action_64822 ] 

Tim McCune commented on MEJB-6:
---

Thanks for the patch Dan.  This was exactly what I needed to get Maven 2 to be 
able to build my project.  Sure would be nice if someone would apply it.

 Make the ejb-jar.xml deployment descriptor optional
 ---

  Key: MEJB-6
  URL: http://jira.codehaus.org/browse/MEJB-6
  Project: Maven 2.x Ejb Plugin
 Type: Improvement

 Reporter: Tim Kettler
 Priority: Trivial
  Attachments: MEJB-4-maven-ejb-plugin.patch, MEJB-6-maven-ejb-plugin.patch


 In the now near final EJB3 specification the use of deployment descripors is 
 optional. It would be nice if the maven-ejb-plugin wouldn't bump out with an 
 error if no descriptor is present.
 The attached patch introduces a new boolean configuration option 
 'enforceDeploymentDescriptor' which defaults to true so that the default 
 behavior is not changed. Feel free to change the name of the property if 
 appropriate.

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



[jira] Closed: (MNG-1181) MavenEmbedder.execute() doesn't run reactor modules

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

Resolution: Fixed

The command line and embedder now work identically when executing.

 MavenEmbedder.execute() doesn't run reactor modules
 ---

  Key: MNG-1181
  URL: http://jira.codehaus.org/browse/MNG-1181
  Project: Maven 2
 Type: Bug

   Components: Embedding
 Reporter: Eugene Kuleshov
 Assignee: Jason van Zyl
 Priority: Blocker
  Fix For: 2.0.5
  Attachments: MNG-1181.tar.gz, MavenEmbedder2.java, MavenEmbedder2.java


 MavenEmbedder.execute() doesn't run reactor modules. 
 I've been trying to run it with generate-sources goal, but it only build 
 the root project.

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



[jira] Commented: (MSUREFIREREP-6) surefire-report reruns tests

2006-05-05 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MSUREFIREREP-6?page=comments#action_64825 
] 

Brett Porter commented on MSUREFIREREP-6:
-

you can try putting skip into the build section. However, this will always 
skip tests during build (but still run them through site).

 surefire-report reruns tests
 

  Key: MSUREFIREREP-6
  URL: http://jira.codehaus.org/browse/MSUREFIREREP-6
  Project: Maven 2.x Surefire report Plugin
 Type: Bug

  Environment: maven 2.0
 Reporter: Dirk Sturzebecher



 surefire-report reruns the tests. In my case this is not just annoying, but 
 leads to a failure, as the VM (probably) is reused and leftovers from the 
 first tests are (definitly) still present.
 I run maven with: clean package site

-- 
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: (MNGECLIPSE-120) Missing libraries in eclipse classpath

2006-05-05 Thread Eugene Kuleshov (JIRA)
 [ http://jira.codehaus.org/browse/MNGECLIPSE-120?page=all ]
 
Eugene Kuleshov closed MNGECLIPSE-120:
--

Resolution: Incomplete

We can't reproduce this with information provided. Please make sure that M2 
console does not show any errors when you run Project / Clean...

If there is no errors, feel free to reopen this issue but make sure you 
attached project that we can use to reproduce this.

Thanks

 Missing libraries in eclipse classpath
 --

  Key: MNGECLIPSE-120
  URL: http://jira.codehaus.org/browse/MNGECLIPSE-120
  Project: Maven 2.x Extension for Eclipse
 Type: Bug

   Components: Dependency Resolver
 Versions: 0.0.7
  Environment: I
 Reporter: Dominic Zaza
 Assignee: Eugene Kuleshov



 When I run update source folders, my libraries are not being set in the 
 eclipse classpath. The only entry in my classpath is JRE.
 Also, I updated my plugin to version 0.0.7 from 
 http://m2eclipse.codehaus.org/. Is this a released 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] Updated: (MNGECLIPSE-116) 0.0.7 plugin will not load. Embedder related exception

2006-05-05 Thread Eugene Kuleshov (JIRA)
 [ http://jira.codehaus.org/browse/MNGECLIPSE-116?page=all ]

Eugene Kuleshov updated MNGECLIPSE-116:
---

Fix Version: (was: 0.0.7)

 0.0.7 plugin will not load. Embedder related exception
 --

  Key: MNGECLIPSE-116
  URL: http://jira.codehaus.org/browse/MNGECLIPSE-116
  Project: Maven 2.x Extension for Eclipse
 Type: Bug

 Versions: 0.0.7
  Environment: WinXP, Eclipse 3.1.2, Maven2.0.4
 Reporter: Cliff Resnick
 Assignee: Eugene Kuleshov



 I upgraded from 0.0.5 to 0.0.7 and the plugin fails to load.
 Below is output from the workspace log file:
 !MESSAGE An error occurred while automatically activating bundle 
 org.maven.ide.eclipse (443).
 !STACK 0
 org.osgi.framework.BundleException: Exception in 
 org.maven.ide.eclipse.Maven2Plugin.start() of bundle org.maven.ide.eclipse.
   at 
 org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:1013)
   at 
 org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:969)
   at 
 org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:316)
   at 
 org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:264)
   at 
 org.eclipse.core.runtime.adaptor.EclipseClassLoader.findLocalClass(EclipseClassLoader.java:116)
   at 
 org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass(BundleLoader.java:337)
   at 
 org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:389)
   at 
 org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:350)
   at 
 org.eclipse.osgi.framework.adaptor.core.AbstractClassLoader.loadClass(AbstractClassLoader.java:78)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
   at 
 org.eclipse.osgi.framework.internal.core.BundleLoader.loadClass(BundleLoader.java:275)
   at 
 org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.java:227)
   at 
 org.eclipse.osgi.framework.internal.core.AbstractBundle.loadClass(AbstractBundle.java:1248)
   at 
 org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:152)
   at 
 org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:142)
   at 
 org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:129)
   at 
 org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:48)
   at 
 org.eclipse.ui.internal.WorkbenchPlugin$1.run(WorkbenchPlugin.java:240)
   at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
   at 
 org.eclipse.ui.internal.WorkbenchPlugin.createExtension(WorkbenchPlugin.java:236)
   at 
 org.eclipse.ui.internal.dialogs.WorkbenchPreferenceNode.createPage(WorkbenchPreferenceNode.java:46)
   at 
 org.eclipse.jface.preference.PreferenceDialog.createPage(PreferenceDialog.java:1211)
   at 
 org.eclipse.ui.internal.dialogs.FilteredPreferenceDialog.createPage(FilteredPreferenceDialog.java:238)
   at 
 org.eclipse.jface.preference.PreferenceDialog.showPage(PreferenceDialog.java:1114)
   at 
 org.eclipse.ui.internal.dialogs.FilteredPreferenceDialog.showPage(FilteredPreferenceDialog.java:351)
   at 
 org.eclipse.jface.preference.PreferenceDialog$8.selectionChanged(PreferenceDialog.java:638)
   at 
 org.eclipse.jface.viewers.StructuredViewer$3.run(StructuredViewer.java:763)
   at 
 org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1044)
   at org.eclipse.core.runtime.Platform.run(Platform.java:783)
   at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:44)
   at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:148)
   at 
 org.eclipse.jface.viewers.StructuredViewer.firePostSelectionChanged(StructuredViewer.java:761)
   at 
 org.eclipse.jface.viewers.StructuredViewer.setSelection(StructuredViewer.java:1453)
   at 
 org.eclipse.jface.preference.PreferenceDialog.selectSavedItem(PreferenceDialog.java:925)
   at 
 org.eclipse.ui.internal.dialogs.FilteredPreferenceDialog.selectSavedItem(FilteredPreferenceDialog.java:394)
   at 
 org.eclipse.jface.preference.PreferenceDialog$3.run(PreferenceDialog.java:342)
   at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
   at 
 org.eclipse.jface.preference.PreferenceDialog.createContents(PreferenceDialog.java:338)
   at org.eclipse.jface.window.Window.create(Window.java:418)
   at org.eclipse.jface.dialogs.Dialog.create(Dialog.java:996)
   at 
 org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog.createDialogOn(WorkbenchPreferenceDialog.java:84)
   at 
 

[jira] Updated: (MJAVADOC-69) javadoc plugin install fails when running mvn install from plugins dir

2006-05-05 Thread Brett Porter (JIRA)
 [ http://jira.codehaus.org/browse/MJAVADOC-69?page=all ]

Brett Porter updated MJAVADOC-69:
-

Fix Version: 2.0

 javadoc plugin install fails when running mvn install from plugins dir
 

  Key: MJAVADOC-69
  URL: http://jira.codehaus.org/browse/MJAVADOC-69
  Project: Maven 2.x Javadoc Plugin
 Type: Bug

  Environment: fedora core 5, jdk 1.5.0_06, x86
 Reporter: Arik Kfir
  Fix For: 2.0



 When running mvn clean install from the plugins dir (above the 
 maven-javadoc-plugin dir) the plugin fails to build. Running the same command 
 from inside the javadoc dir 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] Updated: (MJAVADOC-68) Paths with quotes cause error in Javadoc plugin

2006-05-05 Thread Brett Porter (JIRA)
 [ http://jira.codehaus.org/browse/MJAVADOC-68?page=all ]

Brett Porter updated MJAVADOC-68:
-

Fix Version: 2.0

 Paths with quotes cause error in Javadoc plugin
 ---

  Key: MJAVADOC-68
  URL: http://jira.codehaus.org/browse/MJAVADOC-68
  Project: Maven 2.x Javadoc Plugin
 Type: Bug

 Versions: 2.0-beta-3
 Reporter: Tim O'Brien
  Fix For: 2.0



 On Windows, my Maven 2 repository is in C:\Program Files\Tim 
 O'Brien\.m2.repository.   Because of the way that quotedPathArgument 
 generates a path on Windows, the classpath is invalid.   Causes Javadoc 
 plugin to fail for Windows users with apostrophes in last name.   
 From: 
 http://svn.apache.org/viewcvs.cgi/maven/plugins/trunk/maven-javadoc-plugin/src/main/java/org/apache/maven/plugin/javadoc/AbstractJavadocMojo.java?rev=392516view=markup
  private String quotedPathArgument( String value )
 {
 String path = value;
 if ( !StringUtils.isEmpty( path ) )
 {
 path = ' + path.replace( '\\', '/' ) + ';
 }
 return path;
 }

-- 
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: (MSUREFIRE-97) TestNG tests are not executed if invoked by */*Test.java naming pattern

2006-05-05 Thread Brett Porter (JIRA)
 [ http://jira.codehaus.org/browse/MSUREFIRE-97?page=all ]

Brett Porter updated MSUREFIRE-97:
--

Fix Version: 2.2

 TestNG tests are not executed if invoked by */*Test.java naming pattern
 ---

  Key: MSUREFIRE-97
  URL: http://jira.codehaus.org/browse/MSUREFIRE-97
  Project: Maven 2.x Surefire Plugin
 Type: Bug

  Environment: Windows XP, Maven 2.0.4, Surefire from snapshot server
 Reporter: Andreas Guther
  Fix For: 2.2
  Attachments: my-app-2.zip


 I created an example project and added two testng tests, one ending with 
 *Test.java, one with a not Test containing name.  Surefire seems to be able 
 to find the test but does not execute the tests inside the class (one should 
 succeed, one should fail).  The console output is below.  I will attach my 
 example project in zip format to the issue report.
 C:\workspace\my-appmvn test
  [INFO] Scanning for projects...
  [INFO] 
 
  [INFO] Building Maven Quick Start Archetype
  [INFO]task-segment: [test]
  [INFO] 
 
  [INFO] [resources:resources]
  [INFO] Using default encoding to copy filtered resources.
  [INFO] [compiler:compile]
  [INFO] Nothing to compile - all classes are up to date
  [INFO] [resources:testResources]
  [INFO] Using default encoding to copy filtered resources.
  [INFO] [compiler:testCompile]
  Compiling 2 source files to C:\workspace\my-app\target\test-classes
  [INFO] [surefire:test]
  [INFO] Surefire report directory: C:\workspace\my-app\target\surefire-reports
  ---
  T E S T S
  ---
  Running com.mycompany.app.AppTest
  Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
  Running com.mycompany.app.TestNgJavaOneTngTest
  Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
  Results :
  Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
  [INFO] 
 
  [INFO] BUILD SUCCESSFUL
  [INFO] 
 
  [INFO] Total time: 2 seconds
  [INFO] Finished at: Tue May 02 07:14:11 PDT 2006
  [INFO] Final Memory: 4M/508M
  [INFO] 
 

-- 
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: (MSUREFIRE-103) Test failures in

2006-05-05 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MSUREFIRE-103?page=comments#action_64827 
] 

Brett Porter commented on MSUREFIRE-103:


after an update - how did you get the update?


 Test failures in 
 -

  Key: MSUREFIRE-103
  URL: http://jira.codehaus.org/browse/MSUREFIRE-103
  Project: Maven 2.x Surefire Plugin
 Type: Bug

 Versions: 2.1.3
  Environment: j2sdk1.4.2_06
 Reporter: Alexey Popov


 Original Estimate: 2 hours
 Remaining: 2 hours

 After an update the following error always occurs
 [INFO] [compiler:testCompile]
 Compiling 1 source file to ...\target\test-classes
 [INFO] [surefire:test]
 [INFO] Setting reports dir: ...\target/surefire-reports
 java.lang.NoSuchMethodError
 at 
 org.apache.maven.surefire.SurefireBooter.createForkingClassLoader(SurefireBooter.java:291)
 at 
 org.apache.maven.surefire.SurefireBooter.main(SurefireBooter.java:680)
 Exception in thread main
 [INFO] 
 
 [ERROR] BUILD ERROR
 [INFO] 
 
 [INFO] There are test failures.
 [INFO] 
 
 [INFO] Trace
 org.apache.maven.lifecycle.LifecycleExecutionException: There are test 
 failures.
 at 
 org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:556)
 at 
 org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:47
 2)
 at 
 org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:451)
 at 
 org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.jav
 a:303)
 at 
 org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:270)
 at 
 org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:139)
 at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:322)
 at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:115)
 at org.apache.maven.cli.MavenCli.main(MavenCli.java:249)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
 at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
 at java.lang.reflect.Method.invoke(Method.java:585)
 at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
 at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
 at 
 org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
 at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
 Caused by: org.apache.maven.plugin.MojoExecutionException: There are test 
 failures.
 at 
 org.apache.maven.test.SurefirePlugin.execute(SurefirePlugin.java:389)
 at 
 org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:415)
 at 
 org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:531)
 ... 16 more

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



[jira] Commented: (MRESOURCES-12) Wrog filtering after at symbol using profiles

2006-05-05 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MRESOURCES-12?page=comments#action_64833 
] 

Brett Porter commented on MRESOURCES-12:


do you have an example of this?

 Wrog filtering after at symbol using profiles
 -

  Key: MRESOURCES-12
  URL: http://jira.codehaus.org/browse/MRESOURCES-12
  Project: Maven 2.x Resources Plugin
 Type: Bug

  Environment: All platforms
 Reporter: Motxilo
 Priority: Minor



 Using profiles, when a resource -for instance, a Spring XML context file- 
 needs to be filtered before being deployed, it seems that  after an at 
 character (@) included in a comment in the middle of the file, properties 
 aren't filtered at all, while others before the aforementioned comment are.

-- 
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: (MSITE-119) Use of position attribute causes publishedDate and version to disappear

2006-05-05 Thread Brett Porter (JIRA)
 [ http://jira.codehaus.org/browse/MSITE-119?page=all ]

Brett Porter updated MSITE-119:
---

Version: (was: 2.0)
 2.0-beta-5
Fix Version: 2.0-beta-5

 Use of position attribute causes publishedDate and version to disappear
 ---

  Key: MSITE-119
  URL: http://jira.codehaus.org/browse/MSITE-119
  Project: Maven 2.x Site Plugin
 Type: Bug

 Versions: 2.0-beta-5
  Environment: maven-site-plugin 2.0-SNAPSHOT built from svn
 Reporter: Wendy Smoak
 Priority: Minor
  Fix For: 2.0-beta-5



 In site.xml, 
 project ...
 publishDate format=dd MMM  position=top/
 version position=top /
 ...
 results in neither the date nor the version appearing in the site.  (The area 
 below the logo where they normally appear is blank.)
 It works fine without the position attribute.
 See: 
 http://www.nabble.com/Re%3A-m2-Adding-the-project-version-number-to-the-website-p4075502.html

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



[jira] Closed: (MIDEA-52) Add paramater idea:isJava5, and scope jdkName to idea:jdkName

2006-05-05 Thread Brett Porter (JIRA)
 [ http://jira.codehaus.org/browse/MIDEA-52?page=all ]
 
Brett Porter closed MIDEA-52:
-

 Assign To: Brett Porter
Resolution: Won't Fix

this is unnecessary. There is a jdkLevel parameter for setting this.

 Add paramater idea:isJava5, and scope jdkName to idea:jdkName
 -

  Key: MIDEA-52
  URL: http://jira.codehaus.org/browse/MIDEA-52
  Project: Maven 2.x Idea Plugin
 Type: New Feature

 Reporter: Danie Roux
 Assignee: Brett Porter
 Priority: Minor
  Attachments: jdkName_and_java5.patch


 IDEA does not default to a JDK 5 source level compiler. By using 
 -Didea:isJava5=true, the generated projects files will have the flag set, 
 with the patch attached.
 I also scoped the jdkName parameter to idea:jdkName

-- 
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: (MIDEA-49) WebModuleProperties reactor modules: adding with method 5 not compatible with /WEB-INF/classes

2006-05-05 Thread Brett Porter (JIRA)
 [ http://jira.codehaus.org/browse/MIDEA-49?page=all ]

Brett Porter updated MIDEA-49:
--

Fix Version: 2.0

 WebModuleProperties reactor modules: adding with method 5 not compatible with 
 /WEB-INF/classes
 --

  Key: MIDEA-49
  URL: http://jira.codehaus.org/browse/MIDEA-49
  Project: Maven 2.x Idea Plugin
 Type: Bug

 Versions: 2.0
 Reporter: Manfred Geiler
  Fix For: 2.0
  Attachments: MIDEA-49-1.patch, MIDEA-49-2.patch


 Currently reactor project modules are added with method 5:
 if ( linkModules  isReactorProject( artifact.getGroupId(), 
 artifact.getArtifactId() ) )
 {
 containerElement.addAttribute( type, module );
 containerElement.addAttribute( name, 
 artifact.getArtifactId() );
 Element methodAttribute = createElement( containerElement, 
 attribute );
 methodAttribute.addAttribute( name, method );
 methodAttribute.addAttribute( value, 5 );   
 
 Element uriAttribute = createElement( containerElement, 
 attribute );
 uriAttribute.addAttribute( name, URI );
 uriAttribute.addAttribute( value, /WEB-INF/classes );
 }
 Well, method 5 seems to be JAR module output and copy file to in IDEA. 
 This method is not compatible with the given URI attribute, which should 
 rather be something like /WEB-INF/lib/foobar.jar.
 So, one way to fix this is to use method 1 (Copy module output to) 
 instead, then the used URI is correct. --See patch 1.
 Another (more maven-style way) is to fix the URI to be /WEB-INF/lib/ + 
 artifact.getArtifactId() + - + artifact.getVersion() + .jar. --See patch 
 2.
 Regards,
 Manfred

-- 
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: (MCHANGELOG-36) Tests fail on build

2006-05-05 Thread Brett Porter (JIRA)
 [ http://jira.codehaus.org/browse/MCHANGELOG-36?page=all ]

Brett Porter updated MCHANGELOG-36:
---

Fix Version: 2.0

 Tests fail on build
 ---

  Key: MCHANGELOG-36
  URL: http://jira.codehaus.org/browse/MCHANGELOG-36
  Project: Maven 2.x Changelog Plugin
 Type: Bug

 Versions: 2.0
  Environment: osx 10.4.6, java 1.4.2_06
 Reporter: Julian Wood
  Fix For: 2.0
  Attachments: MCHANGELOG-36.patch


 The date test assertions all fail:
 junit.framework.AssertionFailedError: Test changelog 1 set 1 date/time 
 expected:23963580 but was: 23971500 
   at 
 org.apache.maven.changelog.ChangeLogTest.testReadFile(ChangeLogTest.java:50)
 assertEquals( Test changelog 1 set 1 date/time, 23963580L, 
 changeSet.getDate().getTime() );
 They just have the wrong date, and they are offset by the timezone ( 7 hours, 
 in my case - I'm MST -0700)

-- 
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: (MASSEMBLY-78) Update docs and tag for the 2.0.1 release

2006-05-05 Thread Brett Porter (JIRA)
 [ http://jira.codehaus.org/browse/MASSEMBLY-78?page=all ]
 
Brett Porter closed MASSEMBLY-78:
-

 Assign To: Brett Porter
Resolution: Won't Fix

the tag wound up in http://svn.apache.org/repos/asf/maven/components/tags/

all this wll be straightened out for the 2.1 release that is coming up

 Update docs and tag for the 2.0.1 release
 -

  Key: MASSEMBLY-78
  URL: http://jira.codehaus.org/browse/MASSEMBLY-78
  Project: Maven 2.x Assembly Plugin
 Type: Wish

 Versions: 2.0.1
 Reporter: Wendy Smoak
 Assignee: Brett Porter
 Priority: Minor



 Please update the website, the docs for maven-assembly-plugin were last 
 published in October 2005.
  * http://maven.apache.org/plugins/maven-assembly-plugin/index.html
 There was a 2.0.1 release in January according to ibiblio...
  * 
 http://www.ibiblio.org/maven2/org/apache/maven/plugins/maven-assembly-plugin/2.0.1/
 ... but there is no tag for it:
  * http://svn.apache.org/repos/asf/maven/plugins/tags/
 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