You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Brett Porter (JIRA)" <ji...@codehaus.org> on 2008/06/13 05:05:12 UTC

[jira] Created: (MNG-3623) [regression] it0081 and it0065 fail since the xbean migration

[regression] it0081 and it0065 fail since the xbean migration
-------------------------------------------------------------

                 Key: MNG-3623
                 URL: http://jira.codehaus.org/browse/MNG-3623
             Project: Maven 2
          Issue Type: Bug
          Components: Plugins and Lifecycle
    Affects Versions: 2.1-alpha-1
            Reporter: Brett Porter
             Fix For: 2.1-alpha-1


both contain errors similar to:

Caused by: org.apache.xbean.recipe.ConstructionException: Type class could not be found: org.apache.maven.plugin.coreit.TestBasedirMojo
        at org.apache.xbean.recipe.ObjectRecipe.getType(ObjectRecipe.java:351)
        at org.apache.xbean.recipe.ObjectRecipe.internalCreate(ObjectRecipe.java:262)
        at org.apache.xbean.recipe.AbstractRecipe.create(AbstractRecipe.java:96)
        at org.apache.xbean.recipe.AbstractRecipe.create(AbstractRecipe.java:61)
        at org.apache.xbean.recipe.AbstractRecipe.create(AbstractRecipe.java:49)
        at org.codehaus.plexus.component.builder.XBeanComponentBuilder.createComponentInstance(XBeanComponentBuilder.java:122)
        ... 28 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: (MNG-3623) [regression] it0081 and it0065 fail since the xbean migration

Posted by "Jason van Zyl (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNG-3623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=140567#action_140567 ] 

Jason van Zyl commented on MNG-3623:
------------------------------------

According to this:

http://ci.sonatype.org/view/Maven%202.1x/job/Maven-2.1.x-ITs/155/console

It's this:

Results :

Tests in error: 
  testitMNG3473(org.apache.maven.integrationtests.MavenITmng3473PluginReportCrash)
  testit0112(org.apache.maven.integrationtests.MavenIT0112ExtensionsThatDragDependencies)

Was this on a Windows machine?

> [regression] it0081 and it0065 fail since the xbean migration
> -------------------------------------------------------------
>
>                 Key: MNG-3623
>                 URL: http://jira.codehaus.org/browse/MNG-3623
>             Project: Maven 2
>          Issue Type: Bug
>          Components: Plugins and Lifecycle
>    Affects Versions: 2.1-alpha-1
>            Reporter: Brett Porter
>             Fix For: 2.1-alpha-1
>
>
> both contain errors similar to:
> Caused by: org.apache.xbean.recipe.ConstructionException: Type class could not be found: org.apache.maven.plugin.coreit.TestBasedirMojo
>         at org.apache.xbean.recipe.ObjectRecipe.getType(ObjectRecipe.java:351)
>         at org.apache.xbean.recipe.ObjectRecipe.internalCreate(ObjectRecipe.java:262)
>         at org.apache.xbean.recipe.AbstractRecipe.create(AbstractRecipe.java:96)
>         at org.apache.xbean.recipe.AbstractRecipe.create(AbstractRecipe.java:61)
>         at org.apache.xbean.recipe.AbstractRecipe.create(AbstractRecipe.java:49)
>         at org.codehaus.plexus.component.builder.XBeanComponentBuilder.createComponentInstance(XBeanComponentBuilder.java:122)
>         ... 28 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: (MNG-3623) [regression] it0081 and it0065 fail since the xbean migration

Posted by "Jason van Zyl (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNG-3623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=140636#action_140636 ] 

Jason van Zyl commented on MNG-3623:
------------------------------------

it0065 only refers to mojos it creates
it0081 doesn't use any test mojos and only uses fixed versions

What test mojos are you referring to?

> [regression] it0081 and it0065 fail since the xbean migration
> -------------------------------------------------------------
>
>                 Key: MNG-3623
>                 URL: http://jira.codehaus.org/browse/MNG-3623
>             Project: Maven 2
>          Issue Type: Bug
>          Components: Plugins and Lifecycle
>    Affects Versions: 2.1-alpha-1
>            Reporter: Brett Porter
>             Fix For: 2.1-alpha-1
>
>
> both contain errors similar to:
> Caused by: org.apache.xbean.recipe.ConstructionException: Type class could not be found: org.apache.maven.plugin.coreit.TestBasedirMojo
>         at org.apache.xbean.recipe.ObjectRecipe.getType(ObjectRecipe.java:351)
>         at org.apache.xbean.recipe.ObjectRecipe.internalCreate(ObjectRecipe.java:262)
>         at org.apache.xbean.recipe.AbstractRecipe.create(AbstractRecipe.java:96)
>         at org.apache.xbean.recipe.AbstractRecipe.create(AbstractRecipe.java:61)
>         at org.apache.xbean.recipe.AbstractRecipe.create(AbstractRecipe.java:49)
>         at org.codehaus.plexus.component.builder.XBeanComponentBuilder.createComponentInstance(XBeanComponentBuilder.java:122)
>         ... 28 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: (MNG-3623) [regression] it0081 and it0065 fail since the xbean migration

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNG-3623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=140645#action_140645 ] 

Brett Porter commented on MNG-3623:
-----------------------------------

Like I said, intermittent on my mac, fine on windows, pretty consistently failing on vmbuild (which is what made me think it isn't "just me").

I'm happy to push these out for later review until it can be reproduced with some consistency.

I also get your two hudson errors locally (and two more), but not on windows or vmbuild.

> [regression] it0081 and it0065 fail since the xbean migration
> -------------------------------------------------------------
>
>                 Key: MNG-3623
>                 URL: http://jira.codehaus.org/browse/MNG-3623
>             Project: Maven 2
>          Issue Type: Bug
>          Components: Plugins and Lifecycle
>    Affects Versions: 2.1-alpha-1
>            Reporter: Brett Porter
>             Fix For: 2.1-alpha-1
>
>
> both contain errors similar to:
> Caused by: org.apache.xbean.recipe.ConstructionException: Type class could not be found: org.apache.maven.plugin.coreit.TestBasedirMojo
>         at org.apache.xbean.recipe.ObjectRecipe.getType(ObjectRecipe.java:351)
>         at org.apache.xbean.recipe.ObjectRecipe.internalCreate(ObjectRecipe.java:262)
>         at org.apache.xbean.recipe.AbstractRecipe.create(AbstractRecipe.java:96)
>         at org.apache.xbean.recipe.AbstractRecipe.create(AbstractRecipe.java:61)
>         at org.apache.xbean.recipe.AbstractRecipe.create(AbstractRecipe.java:49)
>         at org.codehaus.plexus.component.builder.XBeanComponentBuilder.createComponentInstance(XBeanComponentBuilder.java:122)
>         ... 28 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: (MNG-3623) [regression] it0081 and it0065 fail since the xbean migration

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNG-3623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=140641#action_140641 ] 

Brett Porter commented on MNG-3623:
-----------------------------------

Sorry, since the names of the mojos are the same as the shared ones I thought that was what they were using. it0081 uses one it builds too, giving this error:

Root cause: Type class could not be found: org.apache.maven.plugin.coreit.CoreItMojo
org.codehaus.plexus.component.repository.exception.ComponentLifecycleException: Error constructing component role: 'null', implementation: 'org.apache.maven.plugin.coreit.CoreItMojo', role hint: 'default'
	at org.codehaus.plexus.component.builder.XBeanComponentBuilder.createComponentInstance(XBeanComponentBuilder.java:138)
	at org.codehaus.plexus.component.builder.XBeanComponentBuilder.build(XBeanComponentBuilder.java:92)
	at org.codehaus.plexus.component.manager.AbstractComponentManager.createComponentInstance(AbstractComponentManager.java:135)
	at org.codehaus.plexus.component.manager.PerLookupComponentManager.getComponent(PerLookupComponentManager.java:45)
	at org.codehaus.plexus.DefaultComponentLookupManager.lookup(DefaultComponentLookupManager.java:147)
	at org.codehaus.plexus.DefaultPlexusContainer.lookup(DefaultPlexusContainer.java:492)

So they have in common that they use plugins they build. I know the plugin manager used to have some reloading logic to accommodate that - though if that weren't working you'd expect more consistent failures on these. Beyond that, I'm not sure of the cause yet.

> [regression] it0081 and it0065 fail since the xbean migration
> -------------------------------------------------------------
>
>                 Key: MNG-3623
>                 URL: http://jira.codehaus.org/browse/MNG-3623
>             Project: Maven 2
>          Issue Type: Bug
>          Components: Plugins and Lifecycle
>    Affects Versions: 2.1-alpha-1
>            Reporter: Brett Porter
>             Fix For: 2.1-alpha-1
>
>
> both contain errors similar to:
> Caused by: org.apache.xbean.recipe.ConstructionException: Type class could not be found: org.apache.maven.plugin.coreit.TestBasedirMojo
>         at org.apache.xbean.recipe.ObjectRecipe.getType(ObjectRecipe.java:351)
>         at org.apache.xbean.recipe.ObjectRecipe.internalCreate(ObjectRecipe.java:262)
>         at org.apache.xbean.recipe.AbstractRecipe.create(AbstractRecipe.java:96)
>         at org.apache.xbean.recipe.AbstractRecipe.create(AbstractRecipe.java:61)
>         at org.apache.xbean.recipe.AbstractRecipe.create(AbstractRecipe.java:49)
>         at org.codehaus.plexus.component.builder.XBeanComponentBuilder.createComponentInstance(XBeanComponentBuilder.java:122)
>         ... 28 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: (MNG-3623) [regression] it0081 and it0065 fail since the xbean migration

Posted by "Jason van Zyl (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNG-3623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=140647#action_140647 ] 

Jason van Zyl commented on MNG-3623:
------------------------------------

Is vmbuild Solaris?

I'll get an instance of Hudson setup on vmbuild so we can build up our consistency across platforms until the big iron shows up at Contegix.

> [regression] it0081 and it0065 fail since the xbean migration
> -------------------------------------------------------------
>
>                 Key: MNG-3623
>                 URL: http://jira.codehaus.org/browse/MNG-3623
>             Project: Maven 2
>          Issue Type: Bug
>          Components: Plugins and Lifecycle
>    Affects Versions: 2.1-alpha-1
>            Reporter: Brett Porter
>             Fix For: 2.1-alpha-1
>
>
> both contain errors similar to:
> Caused by: org.apache.xbean.recipe.ConstructionException: Type class could not be found: org.apache.maven.plugin.coreit.TestBasedirMojo
>         at org.apache.xbean.recipe.ObjectRecipe.getType(ObjectRecipe.java:351)
>         at org.apache.xbean.recipe.ObjectRecipe.internalCreate(ObjectRecipe.java:262)
>         at org.apache.xbean.recipe.AbstractRecipe.create(AbstractRecipe.java:96)
>         at org.apache.xbean.recipe.AbstractRecipe.create(AbstractRecipe.java:61)
>         at org.apache.xbean.recipe.AbstractRecipe.create(AbstractRecipe.java:49)
>         at org.codehaus.plexus.component.builder.XBeanComponentBuilder.createComponentInstance(XBeanComponentBuilder.java:122)
>         ... 28 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: (MNG-3623) [regression] it0081 and it0065 fail since the xbean migration

Posted by "Jason van Zyl (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNG-3623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=140643#action_140643 ] 

Jason van Zyl commented on MNG-3623:
------------------------------------

Reference for the last Hudson build:

https://ci.sonatype.org/view/Maven%202.1x/job/Maven-2.1.x-ITs/159/console


> [regression] it0081 and it0065 fail since the xbean migration
> -------------------------------------------------------------
>
>                 Key: MNG-3623
>                 URL: http://jira.codehaus.org/browse/MNG-3623
>             Project: Maven 2
>          Issue Type: Bug
>          Components: Plugins and Lifecycle
>    Affects Versions: 2.1-alpha-1
>            Reporter: Brett Porter
>             Fix For: 2.1-alpha-1
>
>
> both contain errors similar to:
> Caused by: org.apache.xbean.recipe.ConstructionException: Type class could not be found: org.apache.maven.plugin.coreit.TestBasedirMojo
>         at org.apache.xbean.recipe.ObjectRecipe.getType(ObjectRecipe.java:351)
>         at org.apache.xbean.recipe.ObjectRecipe.internalCreate(ObjectRecipe.java:262)
>         at org.apache.xbean.recipe.AbstractRecipe.create(AbstractRecipe.java:96)
>         at org.apache.xbean.recipe.AbstractRecipe.create(AbstractRecipe.java:61)
>         at org.apache.xbean.recipe.AbstractRecipe.create(AbstractRecipe.java:49)
>         at org.codehaus.plexus.component.builder.XBeanComponentBuilder.createComponentInstance(XBeanComponentBuilder.java:122)
>         ... 28 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: (MNG-3623) [regression] it0081 and it0065 fail since the xbean migration

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-3623?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brett Porter updated MNG-3623:
------------------------------

    Fix Version/s: 2.1-alpha-1

> [regression] it0081 and it0065 fail since the xbean migration
> -------------------------------------------------------------
>
>                 Key: MNG-3623
>                 URL: http://jira.codehaus.org/browse/MNG-3623
>             Project: Maven 2
>          Issue Type: Bug
>          Components: Plugins and Lifecycle
>    Affects Versions: 2.1-alpha-1
>            Reporter: Brett Porter
>             Fix For: 2.1-alpha-1
>
>
> both contain errors similar to:
> Caused by: org.apache.xbean.recipe.ConstructionException: Type class could not be found: org.apache.maven.plugin.coreit.TestBasedirMojo
>         at org.apache.xbean.recipe.ObjectRecipe.getType(ObjectRecipe.java:351)
>         at org.apache.xbean.recipe.ObjectRecipe.internalCreate(ObjectRecipe.java:262)
>         at org.apache.xbean.recipe.AbstractRecipe.create(AbstractRecipe.java:96)
>         at org.apache.xbean.recipe.AbstractRecipe.create(AbstractRecipe.java:61)
>         at org.apache.xbean.recipe.AbstractRecipe.create(AbstractRecipe.java:49)
>         at org.codehaus.plexus.component.builder.XBeanComponentBuilder.createComponentInstance(XBeanComponentBuilder.java:122)
>         ... 28 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: (MNG-3623) [regression] it0081 and it0065 fail since the xbean migration

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNG-3623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=140568#action_140568 ] 

Brett Porter commented on MNG-3623:
-----------------------------------

actually, they pass for me on windows. I've found these two tests to be intermittent - they both fail on my mac, but then in debug mode they succeed. On continuum (linux), they fairly regularly fail, but there is an occasional success.

My current theory is that it's related to version of the test mojos that are installed.

They are probably bad tests, so this can be pushed to 2.1-alpha-2.

> [regression] it0081 and it0065 fail since the xbean migration
> -------------------------------------------------------------
>
>                 Key: MNG-3623
>                 URL: http://jira.codehaus.org/browse/MNG-3623
>             Project: Maven 2
>          Issue Type: Bug
>          Components: Plugins and Lifecycle
>    Affects Versions: 2.1-alpha-1
>            Reporter: Brett Porter
>             Fix For: 2.1-alpha-1
>
>
> both contain errors similar to:
> Caused by: org.apache.xbean.recipe.ConstructionException: Type class could not be found: org.apache.maven.plugin.coreit.TestBasedirMojo
>         at org.apache.xbean.recipe.ObjectRecipe.getType(ObjectRecipe.java:351)
>         at org.apache.xbean.recipe.ObjectRecipe.internalCreate(ObjectRecipe.java:262)
>         at org.apache.xbean.recipe.AbstractRecipe.create(AbstractRecipe.java:96)
>         at org.apache.xbean.recipe.AbstractRecipe.create(AbstractRecipe.java:61)
>         at org.apache.xbean.recipe.AbstractRecipe.create(AbstractRecipe.java:49)
>         at org.codehaus.plexus.component.builder.XBeanComponentBuilder.createComponentInstance(XBeanComponentBuilder.java:122)
>         ... 28 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: (MNG-3623) [regression] it0081 and it0065 fail since the xbean migration

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNG-3623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=140744#action_140744 ] 

Brett Porter commented on MNG-3623:
-----------------------------------

vmbuild is ubuntu linux. 

> [regression] it0081 and it0065 fail since the xbean migration
> -------------------------------------------------------------
>
>                 Key: MNG-3623
>                 URL: http://jira.codehaus.org/browse/MNG-3623
>             Project: Maven 2
>          Issue Type: Bug
>          Components: Plugins and Lifecycle
>    Affects Versions: 2.1-alpha-2
>            Reporter: Brett Porter
>             Fix For: 2.1-alpha-1
>
>
> both contain errors similar to:
> Caused by: org.apache.xbean.recipe.ConstructionException: Type class could not be found: org.apache.maven.plugin.coreit.TestBasedirMojo
>         at org.apache.xbean.recipe.ObjectRecipe.getType(ObjectRecipe.java:351)
>         at org.apache.xbean.recipe.ObjectRecipe.internalCreate(ObjectRecipe.java:262)
>         at org.apache.xbean.recipe.AbstractRecipe.create(AbstractRecipe.java:96)
>         at org.apache.xbean.recipe.AbstractRecipe.create(AbstractRecipe.java:61)
>         at org.apache.xbean.recipe.AbstractRecipe.create(AbstractRecipe.java:49)
>         at org.codehaus.plexus.component.builder.XBeanComponentBuilder.createComponentInstance(XBeanComponentBuilder.java:122)
>         ... 28 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] Closed: (MNG-3623) [regression] it0081 and it0065 fail since the xbean migration

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-3623?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brett Porter closed MNG-3623.
-----------------------------

      Assignee: Brett Porter
    Resolution: Fixed

I believe this was fixed by ensuring the tests always build the build

> [regression] it0081 and it0065 fail since the xbean migration
> -------------------------------------------------------------
>
>                 Key: MNG-3623
>                 URL: http://jira.codehaus.org/browse/MNG-3623
>             Project: Maven 2
>          Issue Type: Bug
>          Components: Plugins and Lifecycle
>    Affects Versions: 2.1-alpha-2
>            Reporter: Brett Porter
>            Assignee: Brett Porter
>             Fix For: 2.1-alpha-1
>
>
> both contain errors similar to:
> Caused by: org.apache.xbean.recipe.ConstructionException: Type class could not be found: org.apache.maven.plugin.coreit.TestBasedirMojo
>         at org.apache.xbean.recipe.ObjectRecipe.getType(ObjectRecipe.java:351)
>         at org.apache.xbean.recipe.ObjectRecipe.internalCreate(ObjectRecipe.java:262)
>         at org.apache.xbean.recipe.AbstractRecipe.create(AbstractRecipe.java:96)
>         at org.apache.xbean.recipe.AbstractRecipe.create(AbstractRecipe.java:61)
>         at org.apache.xbean.recipe.AbstractRecipe.create(AbstractRecipe.java:49)
>         at org.codehaus.plexus.component.builder.XBeanComponentBuilder.createComponentInstance(XBeanComponentBuilder.java:122)
>         ... 28 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: (MNG-3623) [regression] it0081 and it0065 fail since the xbean migration

Posted by "Jason van Zyl (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNG-3623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=140649#action_140649 ] 

Jason van Zyl commented on MNG-3623:
------------------------------------

I've also asked Contegix to grab a MAC Mini and modify it so that it can sit in the rack and run Hudson.

> [regression] it0081 and it0065 fail since the xbean migration
> -------------------------------------------------------------
>
>                 Key: MNG-3623
>                 URL: http://jira.codehaus.org/browse/MNG-3623
>             Project: Maven 2
>          Issue Type: Bug
>          Components: Plugins and Lifecycle
>    Affects Versions: 2.1-alpha-2
>            Reporter: Brett Porter
>             Fix For: 2.1-alpha-1
>
>
> both contain errors similar to:
> Caused by: org.apache.xbean.recipe.ConstructionException: Type class could not be found: org.apache.maven.plugin.coreit.TestBasedirMojo
>         at org.apache.xbean.recipe.ObjectRecipe.getType(ObjectRecipe.java:351)
>         at org.apache.xbean.recipe.ObjectRecipe.internalCreate(ObjectRecipe.java:262)
>         at org.apache.xbean.recipe.AbstractRecipe.create(AbstractRecipe.java:96)
>         at org.apache.xbean.recipe.AbstractRecipe.create(AbstractRecipe.java:61)
>         at org.apache.xbean.recipe.AbstractRecipe.create(AbstractRecipe.java:49)
>         at org.codehaus.plexus.component.builder.XBeanComponentBuilder.createComponentInstance(XBeanComponentBuilder.java:122)
>         ... 28 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: (MNG-3623) [regression] it0081 and it0065 fail since the xbean migration

Posted by "Jason van Zyl (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNG-3623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=140642#action_140642 ] 

Jason van Zyl commented on MNG-3623:
------------------------------------

No errors in Hudson, or on my machine. So not sure what's up with your machine. I consider these working.

> [regression] it0081 and it0065 fail since the xbean migration
> -------------------------------------------------------------
>
>                 Key: MNG-3623
>                 URL: http://jira.codehaus.org/browse/MNG-3623
>             Project: Maven 2
>          Issue Type: Bug
>          Components: Plugins and Lifecycle
>    Affects Versions: 2.1-alpha-1
>            Reporter: Brett Porter
>             Fix For: 2.1-alpha-1
>
>
> both contain errors similar to:
> Caused by: org.apache.xbean.recipe.ConstructionException: Type class could not be found: org.apache.maven.plugin.coreit.TestBasedirMojo
>         at org.apache.xbean.recipe.ObjectRecipe.getType(ObjectRecipe.java:351)
>         at org.apache.xbean.recipe.ObjectRecipe.internalCreate(ObjectRecipe.java:262)
>         at org.apache.xbean.recipe.AbstractRecipe.create(AbstractRecipe.java:96)
>         at org.apache.xbean.recipe.AbstractRecipe.create(AbstractRecipe.java:61)
>         at org.apache.xbean.recipe.AbstractRecipe.create(AbstractRecipe.java:49)
>         at org.codehaus.plexus.component.builder.XBeanComponentBuilder.createComponentInstance(XBeanComponentBuilder.java:122)
>         ... 28 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: (MNG-3623) [regression] it0081 and it0065 fail since the xbean migration

Posted by "Jason van Zyl (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-3623?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jason van Zyl updated MNG-3623:
-------------------------------

    Affects Version/s:     (was: 2.1-alpha-1)
                       2.1-alpha-2

When we can consistency run the same system across OS X, Solaris, Linux and Windows we'll leave this open.

> [regression] it0081 and it0065 fail since the xbean migration
> -------------------------------------------------------------
>
>                 Key: MNG-3623
>                 URL: http://jira.codehaus.org/browse/MNG-3623
>             Project: Maven 2
>          Issue Type: Bug
>          Components: Plugins and Lifecycle
>    Affects Versions: 2.1-alpha-2
>            Reporter: Brett Porter
>             Fix For: 2.1-alpha-1
>
>
> both contain errors similar to:
> Caused by: org.apache.xbean.recipe.ConstructionException: Type class could not be found: org.apache.maven.plugin.coreit.TestBasedirMojo
>         at org.apache.xbean.recipe.ObjectRecipe.getType(ObjectRecipe.java:351)
>         at org.apache.xbean.recipe.ObjectRecipe.internalCreate(ObjectRecipe.java:262)
>         at org.apache.xbean.recipe.AbstractRecipe.create(AbstractRecipe.java:96)
>         at org.apache.xbean.recipe.AbstractRecipe.create(AbstractRecipe.java:61)
>         at org.apache.xbean.recipe.AbstractRecipe.create(AbstractRecipe.java:49)
>         at org.codehaus.plexus.component.builder.XBeanComponentBuilder.createComponentInstance(XBeanComponentBuilder.java:122)
>         ... 28 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