RE: a slue of warnings

2008-09-20 Thread Brian E. Fox
No, this requires upgrading maven to use a new container with a different api, 
which is why we never put it into 2.0. 3.0 would be the first release to 
reasonable expect it to be fixed. I worked around it by rebuilding that jar 
without the warning and distributed it across my team, but then one day it 
really went away by itself. I wish I could give you better info on how to make 
it stop, I never did get to the bottom of why it happened sometimes and not 
others before it was gone for good.

-Original Message-
From: Wayne Fay [mailto:[EMAIL PROTECTED] 
Sent: Friday, September 19, 2008 1:29 PM
To: Maven Users List
Subject: Re: a slue of warnings

According to what JvZ and Brian said in the bug, it doesn't seem to be
a trivial dependency change, or I'd expect it might have already been
done.

"Andy looked into this and we can't fix it easily without upgrading
the container and that's just too much work... we can try to upgrade
the container which will bring people in line with 2.1 but will
require much testing."

So, I doubt that simply changing the Plexus version in a pom somewhere
will do it. You should try the latest 2.1.0-M1 and see if the bug is
still there.

Wayne

On Fri, Sep 19, 2008 at 3:31 AM, EJ Ciramella <[EMAIL PROTECTED]> wrote:
> Is there a way I can update my maven pom that has a dependency on this
>  such that I'm getting the latest version of plexus?
>
> We are trying to migrate to these new machines and having almost 38K
> lines of nonsense makes it impossible to build in CC.
>
> mvn -q makes things so quiet, it's useless.
>
>
>
> -Original Message-
> From: Wayne Fay [mailto:[EMAIL PROTECTED]
> Sent: Friday, September 19, 2008 1:18 AM
> To: Maven Users List
> Subject: Re: a slue of warnings
>
> As the Jira MNG says:
> This issue has already been fixed in PLX-287. This MNG issue is to try
> and get that fix into 2.0.x
>
> So, the bug still exists in Maven, though it has been fixed in Plexus...
> The fix has simply never made its way into a Maven release, as yet.
>
> Wayne
>
> On Thu, Sep 18, 2008 at 2:56 PM, EJ Ciramella <[EMAIL PROTECTED]>
> wrote:
>> So I'm very confused -
>>
>> This bug says it's NOT fixed
>>
>> http://jira.codehaus.org/browse/MNG-2879?page=com.atlassian.jira.plugi
>> n
>>
>> Yet, this one says it is:
>>
>> http://jira.codehaus.org/browse/PLX-287
>>
>> Where can I see the version of plexus used?
>>
>> -Original Message-
>> From: Brett Porter [mailto:[EMAIL PROTECTED]
>> Sent: Tuesday, September 16, 2008 12:12 PM
>> To: Maven Users List
>> Subject: Re: a slue of warnings
>>
>> 2008/9/16 EJ Ciramella <[EMAIL PROTECTED]>
>>
>>> Which component - SystemPropertyProfileActivator?
>>>
>>> How do I shut it off via the logger?  It's generating (as shown
>>> below)
>>
>>> almost 39 thousand lines so it can't simply be ignored.
>>>
>>
>> Apologies, I was thinking of something else. This can only be changed
>> programatically.
>>
>>
>>>
>>> -Original Message-
>>> From: Brett Porter [mailto:[EMAIL PROTECTED]
>>> Sent: Monday, September 15, 2008 7:50 PM
>>> To: Maven Users List
>>> Subject: Re: a slue of warnings
>>>
>>> I believe it can be safely ignored. You might like to try editing the
>
>>> Maven installation's logger configuration to not output warnings from
>
>>> this component.
>>> - Brett
>>>
>>> 2008/9/16 Michael Delaney <[EMAIL PROTECTED]>
>>>
>>> > All,
>>> >
>>> >
>>> >
>>> > We have been using Maven 2.0.9 for sometime but on a Windows
>>> environment
>>> > (Windows 2000 & Windows XP). We are beginning our testing to move
>>> > from Windows to Solaris. When I try to do a 'mvn clean install' on
>>> > one of
>>> our
>>> > projects, we get a slue (count of 38772) warnings that are all
>>> > "[WARNING] Component returned which is not the same manager.
>> Ignored.
>>> >
>>> component=org.apache.maven.profiles.activation.SystemPropertyProfileA
>>> c
>>> ti
>>> > [EMAIL PROTECTED]". We found a bug (pasted below) but I wanted to hit
>>> > up
>>> the
>>> > mailing list to see if anyone could shed some light on the
>> situation.
>>> >
>>> >
>>> >
>>> > Help?
>>> >
>>> >
>>> >
>>> > [

Re: a slue of warnings

2008-09-19 Thread Wayne Fay
According to what JvZ and Brian said in the bug, it doesn't seem to be
a trivial dependency change, or I'd expect it might have already been
done.

"Andy looked into this and we can't fix it easily without upgrading
the container and that's just too much work... we can try to upgrade
the container which will bring people in line with 2.1 but will
require much testing."

So, I doubt that simply changing the Plexus version in a pom somewhere
will do it. You should try the latest 2.1.0-M1 and see if the bug is
still there.

Wayne

On Fri, Sep 19, 2008 at 3:31 AM, EJ Ciramella <[EMAIL PROTECTED]> wrote:
> Is there a way I can update my maven pom that has a dependency on this
>  such that I'm getting the latest version of plexus?
>
> We are trying to migrate to these new machines and having almost 38K
> lines of nonsense makes it impossible to build in CC.
>
> mvn -q makes things so quiet, it's useless.
>
>
>
> -Original Message-
> From: Wayne Fay [mailto:[EMAIL PROTECTED]
> Sent: Friday, September 19, 2008 1:18 AM
> To: Maven Users List
> Subject: Re: a slue of warnings
>
> As the Jira MNG says:
> This issue has already been fixed in PLX-287. This MNG issue is to try
> and get that fix into 2.0.x
>
> So, the bug still exists in Maven, though it has been fixed in Plexus...
> The fix has simply never made its way into a Maven release, as yet.
>
> Wayne
>
> On Thu, Sep 18, 2008 at 2:56 PM, EJ Ciramella <[EMAIL PROTECTED]>
> wrote:
>> So I'm very confused -
>>
>> This bug says it's NOT fixed
>>
>> http://jira.codehaus.org/browse/MNG-2879?page=com.atlassian.jira.plugi
>> n
>>
>> Yet, this one says it is:
>>
>> http://jira.codehaus.org/browse/PLX-287
>>
>> Where can I see the version of plexus used?
>>
>> -Original Message-
>> From: Brett Porter [mailto:[EMAIL PROTECTED]
>> Sent: Tuesday, September 16, 2008 12:12 PM
>> To: Maven Users List
>> Subject: Re: a slue of warnings
>>
>> 2008/9/16 EJ Ciramella <[EMAIL PROTECTED]>
>>
>>> Which component - SystemPropertyProfileActivator?
>>>
>>> How do I shut it off via the logger?  It's generating (as shown
>>> below)
>>
>>> almost 39 thousand lines so it can't simply be ignored.
>>>
>>
>> Apologies, I was thinking of something else. This can only be changed
>> programatically.
>>
>>
>>>
>>> -Original Message-
>>> From: Brett Porter [mailto:[EMAIL PROTECTED]
>>> Sent: Monday, September 15, 2008 7:50 PM
>>> To: Maven Users List
>>> Subject: Re: a slue of warnings
>>>
>>> I believe it can be safely ignored. You might like to try editing the
>
>>> Maven installation's logger configuration to not output warnings from
>
>>> this component.
>>> - Brett
>>>
>>> 2008/9/16 Michael Delaney <[EMAIL PROTECTED]>
>>>
>>> > All,
>>> >
>>> >
>>> >
>>> > We have been using Maven 2.0.9 for sometime but on a Windows
>>> environment
>>> > (Windows 2000 & Windows XP). We are beginning our testing to move
>>> > from Windows to Solaris. When I try to do a 'mvn clean install' on
>>> > one of
>>> our
>>> > projects, we get a slue (count of 38772) warnings that are all
>>> > "[WARNING] Component returned which is not the same manager.
>> Ignored.
>>> >
>>> component=org.apache.maven.profiles.activation.SystemPropertyProfileA
>>> c
>>> ti
>>> > [EMAIL PROTECTED]". We found a bug (pasted below) but I wanted to hit
>>> > up
>>> the
>>> > mailing list to see if anyone could shed some light on the
>> situation.
>>> >
>>> >
>>> >
>>> > Help?
>>> >
>>> >
>>> >
>>> > [ Maven Bug ]
>>> >
>>> >
>>>
>>
> http://jira.codehaus.org/browse/MNG-2879?page=com.atlassian.jira.plugin.
>>> >
>>> system.issuetabpanels:comment-tabpanel&focusedCommentId=134786#action
>>> _
>>> 13
>>> <http://jira.codehaus.org/browse/MNG-2879?page=com.atlassian.jira.plu
>>> g
>>> in
>>> .system.issuetabpanels:comment-tabpanel&focusedCommentId=134786#actio
>>> n
>>> _1
>>> 3>
>>> > 4786
>>> >
>>> >
>>>
>>>
>>> --
>>> Brett Porter
>>> Blog: http://blogs.exist.com/bporter/
>>>
>>> -
>>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>>> For additional commands, e-mail: [EMAIL PROTECTED]
>>>
>>>
>>
>>
>> --
>> Brett Porter
>> Blog: http://blogs.exist.com/bporter/
>>
>> -
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: a slue of warnings

2008-09-19 Thread EJ Ciramella
Is there a way I can update my maven pom that has a dependency on this
 such that I'm getting the latest version of plexus?

We are trying to migrate to these new machines and having almost 38K
lines of nonsense makes it impossible to build in CC.

mvn -q makes things so quiet, it's useless.

 

-Original Message-
From: Wayne Fay [mailto:[EMAIL PROTECTED] 
Sent: Friday, September 19, 2008 1:18 AM
To: Maven Users List
Subject: Re: a slue of warnings

As the Jira MNG says:
This issue has already been fixed in PLX-287. This MNG issue is to try
and get that fix into 2.0.x

So, the bug still exists in Maven, though it has been fixed in Plexus...
The fix has simply never made its way into a Maven release, as yet.

Wayne

On Thu, Sep 18, 2008 at 2:56 PM, EJ Ciramella <[EMAIL PROTECTED]>
wrote:
> So I'm very confused -
>
> This bug says it's NOT fixed
>
> http://jira.codehaus.org/browse/MNG-2879?page=com.atlassian.jira.plugi
> n
>
> Yet, this one says it is:
>
> http://jira.codehaus.org/browse/PLX-287
>
> Where can I see the version of plexus used?
>
> -Original Message-
> From: Brett Porter [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, September 16, 2008 12:12 PM
> To: Maven Users List
> Subject: Re: a slue of warnings
>
> 2008/9/16 EJ Ciramella <[EMAIL PROTECTED]>
>
>> Which component - SystemPropertyProfileActivator?
>>
>> How do I shut it off via the logger?  It's generating (as shown 
>> below)
>
>> almost 39 thousand lines so it can't simply be ignored.
>>
>
> Apologies, I was thinking of something else. This can only be changed 
> programatically.
>
>
>>
>> -Original Message-
>> From: Brett Porter [mailto:[EMAIL PROTECTED]
>> Sent: Monday, September 15, 2008 7:50 PM
>> To: Maven Users List
>> Subject: Re: a slue of warnings
>>
>> I believe it can be safely ignored. You might like to try editing the

>> Maven installation's logger configuration to not output warnings from

>> this component.
>> - Brett
>>
>> 2008/9/16 Michael Delaney <[EMAIL PROTECTED]>
>>
>> > All,
>> >
>> >
>> >
>> > We have been using Maven 2.0.9 for sometime but on a Windows
>> environment
>> > (Windows 2000 & Windows XP). We are beginning our testing to move 
>> > from Windows to Solaris. When I try to do a 'mvn clean install' on 
>> > one of
>> our
>> > projects, we get a slue (count of 38772) warnings that are all 
>> > "[WARNING] Component returned which is not the same manager.
> Ignored.
>> >
>> component=org.apache.maven.profiles.activation.SystemPropertyProfileA
>> c
>> ti
>> > [EMAIL PROTECTED]". We found a bug (pasted below) but I wanted to hit 
>> > up
>> the
>> > mailing list to see if anyone could shed some light on the
> situation.
>> >
>> >
>> >
>> > Help?
>> >
>> >
>> >
>> > [ Maven Bug ]
>> >
>> >
>>
>
http://jira.codehaus.org/browse/MNG-2879?page=com.atlassian.jira.plugin.
>> >
>> system.issuetabpanels:comment-tabpanel&focusedCommentId=134786#action
>> _
>> 13
>> <http://jira.codehaus.org/browse/MNG-2879?page=com.atlassian.jira.plu
>> g
>> in
>> .system.issuetabpanels:comment-tabpanel&focusedCommentId=134786#actio
>> n
>> _1
>> 3>
>> > 4786
>> >
>> >
>>
>>
>> --
>> Brett Porter
>> Blog: http://blogs.exist.com/bporter/
>>
>> -
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
>
>
> --
> Brett Porter
> Blog: http://blogs.exist.com/bporter/
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: a slue of warnings

2008-09-18 Thread Wayne Fay
As the Jira MNG says:
This issue has already been fixed in PLX-287. This MNG issue is to try
and get that fix into 2.0.x

So, the bug still exists in Maven, though it has been fixed in
Plexus... The fix has simply never made its way into a Maven release,
as yet.

Wayne

On Thu, Sep 18, 2008 at 2:56 PM, EJ Ciramella <[EMAIL PROTECTED]> wrote:
> So I'm very confused -
>
> This bug says it's NOT fixed
>
> http://jira.codehaus.org/browse/MNG-2879?page=com.atlassian.jira.plugin
>
> Yet, this one says it is:
>
> http://jira.codehaus.org/browse/PLX-287
>
> Where can I see the version of plexus used?
>
> -Original Message-
> From: Brett Porter [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, September 16, 2008 12:12 PM
> To: Maven Users List
> Subject: Re: a slue of warnings
>
> 2008/9/16 EJ Ciramella <[EMAIL PROTECTED]>
>
>> Which component - SystemPropertyProfileActivator?
>>
>> How do I shut it off via the logger?  It's generating (as shown below)
>
>> almost 39 thousand lines so it can't simply be ignored.
>>
>
> Apologies, I was thinking of something else. This can only be changed
> programatically.
>
>
>>
>> -Original Message-
>> From: Brett Porter [mailto:[EMAIL PROTECTED]
>> Sent: Monday, September 15, 2008 7:50 PM
>> To: Maven Users List
>> Subject: Re: a slue of warnings
>>
>> I believe it can be safely ignored. You might like to try editing the
>> Maven installation's logger configuration to not output warnings from
>> this component.
>> - Brett
>>
>> 2008/9/16 Michael Delaney <[EMAIL PROTECTED]>
>>
>> > All,
>> >
>> >
>> >
>> > We have been using Maven 2.0.9 for sometime but on a Windows
>> environment
>> > (Windows 2000 & Windows XP). We are beginning our testing to move
>> > from Windows to Solaris. When I try to do a 'mvn clean install' on
>> > one of
>> our
>> > projects, we get a slue (count of 38772) warnings that are all
>> > "[WARNING] Component returned which is not the same manager.
> Ignored.
>> >
>> component=org.apache.maven.profiles.activation.SystemPropertyProfileAc
>> ti
>> > [EMAIL PROTECTED]". We found a bug (pasted below) but I wanted to hit up
>> the
>> > mailing list to see if anyone could shed some light on the
> situation.
>> >
>> >
>> >
>> > Help?
>> >
>> >
>> >
>> > [ Maven Bug ]
>> >
>> >
>>
> http://jira.codehaus.org/browse/MNG-2879?page=com.atlassian.jira.plugin.
>> >
>> system.issuetabpanels:comment-tabpanel&focusedCommentId=134786#action_
>> 13
>> <http://jira.codehaus.org/browse/MNG-2879?page=com.atlassian.jira.plug
>> in
>> .system.issuetabpanels:comment-tabpanel&focusedCommentId=134786#action
>> _1
>> 3>
>> > 4786
>> >
>> >
>>
>>
>> --
>> Brett Porter
>> Blog: http://blogs.exist.com/bporter/
>>
>> -
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
>
>
> --
> Brett Porter
> Blog: http://blogs.exist.com/bporter/
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: a slue of warnings

2008-09-18 Thread EJ Ciramella
So I'm very confused - 

This bug says it's NOT fixed

http://jira.codehaus.org/browse/MNG-2879?page=com.atlassian.jira.plugin 

Yet, this one says it is:

http://jira.codehaus.org/browse/PLX-287

Where can I see the version of plexus used?

-Original Message-
From: Brett Porter [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, September 16, 2008 12:12 PM
To: Maven Users List
Subject: Re: a slue of warnings

2008/9/16 EJ Ciramella <[EMAIL PROTECTED]>

> Which component - SystemPropertyProfileActivator?
>
> How do I shut it off via the logger?  It's generating (as shown below)

> almost 39 thousand lines so it can't simply be ignored.
>

Apologies, I was thinking of something else. This can only be changed
programatically.


>
> -Original Message-
> From: Brett Porter [mailto:[EMAIL PROTECTED]
> Sent: Monday, September 15, 2008 7:50 PM
> To: Maven Users List
> Subject: Re: a slue of warnings
>
> I believe it can be safely ignored. You might like to try editing the 
> Maven installation's logger configuration to not output warnings from 
> this component.
> - Brett
>
> 2008/9/16 Michael Delaney <[EMAIL PROTECTED]>
>
> > All,
> >
> >
> >
> > We have been using Maven 2.0.9 for sometime but on a Windows
> environment
> > (Windows 2000 & Windows XP). We are beginning our testing to move 
> > from Windows to Solaris. When I try to do a 'mvn clean install' on 
> > one of
> our
> > projects, we get a slue (count of 38772) warnings that are all 
> > "[WARNING] Component returned which is not the same manager.
Ignored.
> >
> component=org.apache.maven.profiles.activation.SystemPropertyProfileAc
> ti
> > [EMAIL PROTECTED]". We found a bug (pasted below) but I wanted to hit up
> the
> > mailing list to see if anyone could shed some light on the
situation.
> >
> >
> >
> > Help?
> >
> >
> >
> > [ Maven Bug ]
> >
> >
>
http://jira.codehaus.org/browse/MNG-2879?page=com.atlassian.jira.plugin.
> >
> system.issuetabpanels:comment-tabpanel&focusedCommentId=134786#action_
> 13 
> <http://jira.codehaus.org/browse/MNG-2879?page=com.atlassian.jira.plug
> in
> .system.issuetabpanels:comment-tabpanel&focusedCommentId=134786#action
> _1
> 3>
> > 4786
> >
> >
>
>
> --
> Brett Porter
> Blog: http://blogs.exist.com/bporter/
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


--
Brett Porter
Blog: http://blogs.exist.com/bporter/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: a slue of warnings

2008-09-16 Thread EJ Ciramella
Well shucks...Cruise control will be reporting these 39K messages then.

-q is VERY quiet.

Can you enlighten me as to how this happens/what module it is in?
Should I be working on a patch?



-Original Message-
From: Brett Porter [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, September 16, 2008 12:12 PM
To: Maven Users List
Subject: Re: a slue of warnings

2008/9/16 EJ Ciramella <[EMAIL PROTECTED]>

> Which component - SystemPropertyProfileActivator?
>
> How do I shut it off via the logger?  It's generating (as shown below)
> almost 39 thousand lines so it can't simply be ignored.
>

Apologies, I was thinking of something else. This can only be changed
programatically.


>
> -Original Message-
> From: Brett Porter [mailto:[EMAIL PROTECTED]
> Sent: Monday, September 15, 2008 7:50 PM
> To: Maven Users List
> Subject: Re: a slue of warnings
>
> I believe it can be safely ignored. You might like to try editing the
> Maven
> installation's logger configuration to not output warnings from this
> component.
> - Brett
>
> 2008/9/16 Michael Delaney <[EMAIL PROTECTED]>
>
> > All,
> >
> >
> >
> > We have been using Maven 2.0.9 for sometime but on a Windows
> environment
> > (Windows 2000 & Windows XP). We are beginning our testing to move
from
> > Windows to Solaris. When I try to do a 'mvn clean install' on one of
> our
> > projects, we get a slue (count of 38772) warnings that are all
> > "[WARNING] Component returned which is not the same manager.
Ignored.
> >
>
component=org.apache.maven.profiles.activation.SystemPropertyProfileActi
> > [EMAIL PROTECTED]". We found a bug (pasted below) but I wanted to hit up
> the
> > mailing list to see if anyone could shed some light on the
situation.
> >
> >
> >
> > Help?
> >
> >
> >
> > [ Maven Bug ]
> >
> >
>
http://jira.codehaus.org/browse/MNG-2879?page=com.atlassian.jira.plugin.
> >
>
system.issuetabpanels:comment-tabpanel&focusedCommentId=134786#action_13
>
<http://jira.codehaus.org/browse/MNG-2879?page=com.atlassian.jira.plugin
>
.system.issuetabpanels:comment-tabpanel&focusedCommentId=134786#action_1
> 3>
> > 4786
> >
> >
>
>
> --
> Brett Porter
> Blog: http://blogs.exist.com/bporter/
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


-- 
Brett Porter
Blog: http://blogs.exist.com/bporter/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: a slue of warnings

2008-09-16 Thread Brett Porter
2008/9/16 EJ Ciramella <[EMAIL PROTECTED]>

> Which component - SystemPropertyProfileActivator?
>
> How do I shut it off via the logger?  It's generating (as shown below)
> almost 39 thousand lines so it can't simply be ignored.
>

Apologies, I was thinking of something else. This can only be changed
programatically.


>
> -Original Message-
> From: Brett Porter [mailto:[EMAIL PROTECTED]
> Sent: Monday, September 15, 2008 7:50 PM
> To: Maven Users List
> Subject: Re: a slue of warnings
>
> I believe it can be safely ignored. You might like to try editing the
> Maven
> installation's logger configuration to not output warnings from this
> component.
> - Brett
>
> 2008/9/16 Michael Delaney <[EMAIL PROTECTED]>
>
> > All,
> >
> >
> >
> > We have been using Maven 2.0.9 for sometime but on a Windows
> environment
> > (Windows 2000 & Windows XP). We are beginning our testing to move from
> > Windows to Solaris. When I try to do a 'mvn clean install' on one of
> our
> > projects, we get a slue (count of 38772) warnings that are all
> > "[WARNING] Component returned which is not the same manager. Ignored.
> >
> component=org.apache.maven.profiles.activation.SystemPropertyProfileActi
> > [EMAIL PROTECTED]". We found a bug (pasted below) but I wanted to hit up
> the
> > mailing list to see if anyone could shed some light on the situation.
> >
> >
> >
> > Help?
> >
> >
> >
> > [ Maven Bug ]
> >
> >
> http://jira.codehaus.org/browse/MNG-2879?page=com.atlassian.jira.plugin.
> >
> system.issuetabpanels:comment-tabpanel&focusedCommentId=134786#action_13
> <http://jira.codehaus.org/browse/MNG-2879?page=com.atlassian.jira.plugin
> .system.issuetabpanels:comment-tabpanel&focusedCommentId=134786#action_1
> 3>
> > 4786
> >
> >
>
>
> --
> Brett Porter
> Blog: http://blogs.exist.com/bporter/
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


-- 
Brett Porter
Blog: http://blogs.exist.com/bporter/