You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by Andrea Gazzarini <a....@gmail.com> on 2009/01/14 16:16:26 UTC

Build error on the trunk : qpid/java/management/common subproject

Hi,
Does anyone could help me with this issue? I'm refreshing the workspace in
order to submit QMan but the build process for eclipse-plugin fails.
Reason is the  *org.apache.qpid.management.common.JMXConnnectionFactory*that
has been moved on java/management/common subproject..

Any idea? Or Am I wrong?

*compile:
     [echo] Targeting : 1.5
    [javac] Compiling 56 source files to
C:\Progetti\Apache\qpid\java\build\management\eclipse-plugin\classes
    [javac]
C:\Progetti\Apache\qpid\java\management\eclipse-plugin\src\main\java\org\apache\qpid\management\ui\jmx\JMXServerRegistry.java:39:
package org.apache.qpid.mana
gement.common does not exist
    [javac] import org.apache.qpid.management.common.JMXConnnectionFactory;
    [javac]                                         ^
    [javac]
C:\Progetti\Apache\qpid\java\management\eclipse-plugin\src\main\java\org\apache\qpid\management\ui\jmx\JMXServerRegistry.java:89:
cannot find symbol
    [javac] symbol  : variable JMXConnnectionFactory
    [javac] location: class
org.apache.qpid.management.ui.jmx.JMXServerRegistry
    [javac]         _jmxc = JMXConnnectionFactory.getJMXConnection(
    [javac]                 ^
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 2 errors

BUILD FAILED
C:\Progetti\Apache\qpid\java\module.xml:166: Compile failed; see the
compiler error output for details.*

Best regards,
Andrea

Re: Build error on the trunk : qpid/java/management/common subproject

Posted by Andrea Gazzarini <a....@gmail.com>.
I have that property set on the build.xml of eclipse plugin. If I
change the value "common"  with "management/common" it works so I
think I have an old version of that file :( sorry for the loss of time
but I thought my repository was uptodated

Regards
Andrea

On 1/14/09, Aidan Skinner <ai...@gmail.com> wrote:
> On Wed, Jan 14, 2009 at 4:16 PM, Andrea Gazzarini <a....@gmail.com>
> wrote:
>
>> Management-common builds ok. A question : the value of property
>> "module.depends" (build.xml of management-common) is set to "broker
>> common" but in this way the management-common module is not included
>> as a dependency ("common" refers to qpid- common module) isn't it?
>
> Management-common doesn't depend on itself, eclipse-plugin/build.xml
> does depend on management/common though. Is that what you see?
>
> - Aidan
>
> --
> Apache Qpid - World Domination through Advanced Message Queueing
> http://qpid.apache.org
>

-- 
Sent from my mobile device

Re: Build error on the trunk : qpid/java/management/common subproject

Posted by Aidan Skinner <ai...@gmail.com>.
On Wed, Jan 14, 2009 at 4:16 PM, Andrea Gazzarini <a....@gmail.com> wrote:

> Management-common builds ok. A question : the value of property
> "module.depends" (build.xml of management-common) is set to "broker
> common" but in this way the management-common module is not included
> as a dependency ("common" refers to qpid- common module) isn't it?

Management-common doesn't depend on itself, eclipse-plugin/build.xml
does depend on management/common though. Is that what you see?

- Aidan

-- 
Apache Qpid - World Domination through Advanced Message Queueing
http://qpid.apache.org

Re: Build error on the trunk : qpid/java/management/common subproject

Posted by Andrea Gazzarini <a....@gmail.com>.
Hi Aidan,
Management-common builds ok. A question : the value of property
"module.depends" (build.xml of management-common) is set to "broker
common" but in this way the management-common module is not included
as a dependency ("common" refers to qpid- common module) isn't it?

Regards
Andrea

On 1/14/09, Andrea Gazzarini <a....@gmail.com> wrote:
> Hi Aidan,
> in twenty minutes about I will be on the train and i'll let you know
>
> Thanks
> Andrea
>
> On 1/14/09, Aidan Skinner <ai...@gmail.com> wrote:
>> On Wed, Jan 14, 2009 at 3:16 PM, Andrea Gazzarini <a....@gmail.com>
>> wrote:
>>
>>> Does anyone could help me with this issue? I'm refreshing the workspace
>>> in
>>> order to submit QMan but the build process for eclipse-plugin fails.
>>> Reason is the
>>> *org.apache.qpid.management.common.JMXConnnectionFactory*that
>>> has been moved on java/management/common subproject..
>>>
>>> Any idea? Or Am I wrong?
>>
>> It builds ok for me. Does management common build ok for you?
>>
>> - Aidan
>> --
>> Apache Qpid - World Domination through Advanced Message Queueing
>> http://qpid.apache.org
>>
>
> --
> Sent from my mobile device
>

-- 
Sent from my mobile device

Re: Build error on the trunk : qpid/java/management/common subproject

Posted by Andrea Gazzarini <a....@gmail.com>.
Hi Aidan,
in twenty minutes about I will be on the train and i'll let you know

Thanks
Andrea

On 1/14/09, Aidan Skinner <ai...@gmail.com> wrote:
> On Wed, Jan 14, 2009 at 3:16 PM, Andrea Gazzarini <a....@gmail.com>
> wrote:
>
>> Does anyone could help me with this issue? I'm refreshing the workspace in
>> order to submit QMan but the build process for eclipse-plugin fails.
>> Reason is the
>> *org.apache.qpid.management.common.JMXConnnectionFactory*that
>> has been moved on java/management/common subproject..
>>
>> Any idea? Or Am I wrong?
>
> It builds ok for me. Does management common build ok for you?
>
> - Aidan
> --
> Apache Qpid - World Domination through Advanced Message Queueing
> http://qpid.apache.org
>

-- 
Sent from my mobile device

Re: Build error on the trunk : qpid/java/management/common subproject

Posted by Aidan Skinner <ai...@gmail.com>.
On Wed, Jan 14, 2009 at 3:16 PM, Andrea Gazzarini <a....@gmail.com> wrote:

> Does anyone could help me with this issue? I'm refreshing the workspace in
> order to submit QMan but the build process for eclipse-plugin fails.
> Reason is the  *org.apache.qpid.management.common.JMXConnnectionFactory*that
> has been moved on java/management/common subproject..
>
> Any idea? Or Am I wrong?

It builds ok for me. Does management common build ok for you?

- Aidan
-- 
Apache Qpid - World Domination through Advanced Message Queueing
http://qpid.apache.org