Build failure in Data Management JDO

View: New views
5 Messages — Rating Filter:   Alert me  

Build failure in Data Management JDO

by Deng Ching :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Anyone else having the encountering compile errors of the tests in Data
Management JDO in 1.3.x branch?

..
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 1 source file to
/home/deng/Projects/continuum-1.3.x/continuum-data-management/data-management-jdo/target/test-classes
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Compilation failure

/home/deng/Projects/continuum-1.3.x/continuum-data-management/data-management-jdo/src/test/java/org/apache/maven/continuum/management/DataManagementToolTest.java:[29,40]
cannot find symbol
symbol  : class AbstractContinuumStoreTestCase
location: package org.apache.maven.continuum.store

/home/deng/Projects/continuum-1.3.x/continuum-data-management/data-management-jdo/src/test/java/org/apache/maven/continuum/management/DataManagementToolTest.java:[43,12]
cannot find symbol
symbol: class AbstractContinuumStoreTestCase
    extends AbstractContinuumStoreTestCase

/home/deng/Projects/continuum-1.3.x/continuum-data-management/data-management-jdo/src/test/java/org/apache/maven/continuum/management/DataManagementToolTest.java:[54,8]
cannot find symbol
symbol  : variable super
location: class org.apache.maven.continuum.management.DataManagementToolTest

/home/deng/Projects/continuum-1.3.x/continuum-data-management/data-management-jdo/src/test/java/org/apache/maven/continuum/management/DataManagementToolTest.java:[56,50]
cannot find symbol
symbol  : method lookup(java.lang.String,java.lang.String)
location: class org.apache.maven.continuum.management.DataManagementToolTest
...


-Deng

Re: Build failure in Data Management JDO

by brettporter :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

It looks like the test-jar is not being built properly, or not  
referenced. Can you confirm that from the dependencies?

What does vmbuild report?

- Brett

On 29/09/2009, at 9:29 PM, Deng Ching wrote:

> Anyone else having the encountering compile errors of the tests in  
> Data
> Management JDO in 1.3.x branch?
>
> ..
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Compiling 1 source file to
> /home/deng/Projects/continuum-1.3.x/continuum-data-management/data-
> management-jdo/target/test-classes
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Compilation failure
>
> /home/deng/Projects/continuum-1.3.x/continuum-data-management/data-
> management-jdo/src/test/java/org/apache/maven/continuum/management/
> DataManagementToolTest.java:[29,40]
> cannot find symbol
> symbol  : class AbstractContinuumStoreTestCase
> location: package org.apache.maven.continuum.store
>
> /home/deng/Projects/continuum-1.3.x/continuum-data-management/data-
> management-jdo/src/test/java/org/apache/maven/continuum/management/
> DataManagementToolTest.java:[43,12]
> cannot find symbol
> symbol: class AbstractContinuumStoreTestCase
>    extends AbstractContinuumStoreTestCase
>
> /home/deng/Projects/continuum-1.3.x/continuum-data-management/data-
> management-jdo/src/test/java/org/apache/maven/continuum/management/
> DataManagementToolTest.java:[54,8]
> cannot find symbol
> symbol  : variable super
> location: class  
> org.apache.maven.continuum.management.DataManagementToolTest
>
> /home/deng/Projects/continuum-1.3.x/continuum-data-management/data-
> management-jdo/src/test/java/org/apache/maven/continuum/management/
> DataManagementToolTest.java:[56,50]
> cannot find symbol
> symbol  : method lookup(java.lang.String,java.lang.String)
> location: class  
> org.apache.maven.continuum.management.DataManagementToolTest
> ...
>
>
> -Deng


Re: Build failure in Data Management JDO

by Deng Ching-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Tue, Sep 29, 2009 at 8:44 PM, Brett Porter <brett@...> wrote:

> It looks like the test-jar is not being built properly, or not referenced.
> Can you confirm that from the dependencies?
>

Ok, I'll check..


>
> What does vmbuild report?
>

The module is still 1.3.4-SNAPSHOT in vmbuild and the last build failed due
to some missing artifacts so I couldn't verify from vmbuild..

Thanks,
Deng


>
> - Brett
>
>
> On 29/09/2009, at 9:29 PM, Deng Ching wrote:
>
>  Anyone else having the encountering compile errors of the tests in Data
>> Management JDO in 1.3.x branch?
>>
>> ..
>> [INFO] [compiler:testCompile {execution: default-testCompile}]
>> [INFO] Compiling 1 source file to
>>
>> /home/deng/Projects/continuum-1.3.x/continuum-data-management/data-management-jdo/target/test-classes
>> [INFO]
>> ------------------------------------------------------------------------
>> [ERROR] BUILD FAILURE
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] Compilation failure
>>
>>
>> /home/deng/Projects/continuum-1.3.x/continuum-data-management/data-management-jdo/src/test/java/org/apache/maven/continuum/management/DataManagementToolTest.java:[29,40]
>> cannot find symbol
>> symbol  : class AbstractContinuumStoreTestCase
>> location: package org.apache.maven.continuum.store
>>
>>
>> /home/deng/Projects/continuum-1.3.x/continuum-data-management/data-management-jdo/src/test/java/org/apache/maven/continuum/management/DataManagementToolTest.java:[43,12]
>> cannot find symbol
>> symbol: class AbstractContinuumStoreTestCase
>>   extends AbstractContinuumStoreTestCase
>>
>>
>> /home/deng/Projects/continuum-1.3.x/continuum-data-management/data-management-jdo/src/test/java/org/apache/maven/continuum/management/DataManagementToolTest.java:[54,8]
>> cannot find symbol
>> symbol  : variable super
>> location: class
>> org.apache.maven.continuum.management.DataManagementToolTest
>>
>>
>> /home/deng/Projects/continuum-1.3.x/continuum-data-management/data-management-jdo/src/test/java/org/apache/maven/continuum/management/DataManagementToolTest.java:[56,50]
>> cannot find symbol
>> symbol  : method lookup(java.lang.String,java.lang.String)
>> location: class
>> org.apache.maven.continuum.management.DataManagementToolTest
>> ...
>>
>>
>> -Deng
>>
>
>

Re: Build failure in Data Management JDO

by Marica Tan-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Deng,

I was able to build 1.3.x r819427 successfully.

--
Marica

On Tue, Sep 29, 2009 at 8:48 PM, Deng Ching <oching@...> wrote:

> On Tue, Sep 29, 2009 at 8:44 PM, Brett Porter <brett@...> wrote:
>
> > It looks like the test-jar is not being built properly, or not
> referenced.
> > Can you confirm that from the dependencies?
> >
>
> Ok, I'll check..
>
>
> >
> > What does vmbuild report?
> >
>
> The module is still 1.3.4-SNAPSHOT in vmbuild and the last build failed due
> to some missing artifacts so I couldn't verify from vmbuild..
>
> Thanks,
> Deng
>
>
> >
> > - Brett
> >
> >
> > On 29/09/2009, at 9:29 PM, Deng Ching wrote:
> >
> >  Anyone else having the encountering compile errors of the tests in Data
> >> Management JDO in 1.3.x branch?
> >>
> >> ..
> >> [INFO] [compiler:testCompile {execution: default-testCompile}]
> >> [INFO] Compiling 1 source file to
> >>
> >>
> /home/deng/Projects/continuum-1.3.x/continuum-data-management/data-management-jdo/target/test-classes
> >> [INFO]
> >> ------------------------------------------------------------------------
> >> [ERROR] BUILD FAILURE
> >> [INFO]
> >> ------------------------------------------------------------------------
> >> [INFO] Compilation failure
> >>
> >>
> >>
> /home/deng/Projects/continuum-1.3.x/continuum-data-management/data-management-jdo/src/test/java/org/apache/maven/continuum/management/DataManagementToolTest.java:[29,40]
> >> cannot find symbol
> >> symbol  : class AbstractContinuumStoreTestCase
> >> location: package org.apache.maven.continuum.store
> >>
> >>
> >>
> /home/deng/Projects/continuum-1.3.x/continuum-data-management/data-management-jdo/src/test/java/org/apache/maven/continuum/management/DataManagementToolTest.java:[43,12]
> >> cannot find symbol
> >> symbol: class AbstractContinuumStoreTestCase
> >>   extends AbstractContinuumStoreTestCase
> >>
> >>
> >>
> /home/deng/Projects/continuum-1.3.x/continuum-data-management/data-management-jdo/src/test/java/org/apache/maven/continuum/management/DataManagementToolTest.java:[54,8]
> >> cannot find symbol
> >> symbol  : variable super
> >> location: class
> >> org.apache.maven.continuum.management.DataManagementToolTest
> >>
> >>
> >>
> /home/deng/Projects/continuum-1.3.x/continuum-data-management/data-management-jdo/src/test/java/org/apache/maven/continuum/management/DataManagementToolTest.java:[56,50]
> >> cannot find symbol
> >> symbol  : method lookup(java.lang.String,java.lang.String)
> >> location: class
> >> org.apache.maven.continuum.management.DataManagementToolTest
> >> ...
> >>
> >>
> >> -Deng
> >>
> >
> >
>

Re: Build failure in Data Management JDO

by Deng Ching-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I'm able to build it now after deleting a couple of jars in my local
repository :)

Thanks,
Deng

On Wed, Sep 30, 2009 at 7:13 AM, Marica Tan <marica.tan@...> wrote:

> Hi Deng,
>
> I was able to build 1.3.x r819427 successfully.
>
> --
> Marica
>
> On Tue, Sep 29, 2009 at 8:48 PM, Deng Ching <oching@...> wrote:
>
> > On Tue, Sep 29, 2009 at 8:44 PM, Brett Porter <brett@...> wrote:
> >
> > > It looks like the test-jar is not being built properly, or not
> > referenced.
> > > Can you confirm that from the dependencies?
> > >
> >
> > Ok, I'll check..
> >
> >
> > >
> > > What does vmbuild report?
> > >
> >
> > The module is still 1.3.4-SNAPSHOT in vmbuild and the last build failed
> due
> > to some missing artifacts so I couldn't verify from vmbuild..
> >
> > Thanks,
> > Deng
> >
> >
> > >
> > > - Brett
> > >
> > >
> > > On 29/09/2009, at 9:29 PM, Deng Ching wrote:
> > >
> > >  Anyone else having the encountering compile errors of the tests in
> Data
> > >> Management JDO in 1.3.x branch?
> > >>
> > >> ..
> > >> [INFO] [compiler:testCompile {execution: default-testCompile}]
> > >> [INFO] Compiling 1 source file to
> > >>
> > >>
> >
> /home/deng/Projects/continuum-1.3.x/continuum-data-management/data-management-jdo/target/test-classes
> > >> [INFO]
> > >>
> ------------------------------------------------------------------------
> > >> [ERROR] BUILD FAILURE
> > >> [INFO]
> > >>
> ------------------------------------------------------------------------
> > >> [INFO] Compilation failure
> > >>
> > >>
> > >>
> >
> /home/deng/Projects/continuum-1.3.x/continuum-data-management/data-management-jdo/src/test/java/org/apache/maven/continuum/management/DataManagementToolTest.java:[29,40]
> > >> cannot find symbol
> > >> symbol  : class AbstractContinuumStoreTestCase
> > >> location: package org.apache.maven.continuum.store
> > >>
> > >>
> > >>
> >
> /home/deng/Projects/continuum-1.3.x/continuum-data-management/data-management-jdo/src/test/java/org/apache/maven/continuum/management/DataManagementToolTest.java:[43,12]
> > >> cannot find symbol
> > >> symbol: class AbstractContinuumStoreTestCase
> > >>   extends AbstractContinuumStoreTestCase
> > >>
> > >>
> > >>
> >
> /home/deng/Projects/continuum-1.3.x/continuum-data-management/data-management-jdo/src/test/java/org/apache/maven/continuum/management/DataManagementToolTest.java:[54,8]
> > >> cannot find symbol
> > >> symbol  : variable super
> > >> location: class
> > >> org.apache.maven.continuum.management.DataManagementToolTest
> > >>
> > >>
> > >>
> >
> /home/deng/Projects/continuum-1.3.x/continuum-data-management/data-management-jdo/src/test/java/org/apache/maven/continuum/management/DataManagementToolTest.java:[56,50]
> > >> cannot find symbol
> > >> symbol  : method lookup(java.lang.String,java.lang.String)
> > >> location: class
> > >> org.apache.maven.continuum.management.DataManagementToolTest
> > >> ...
> > >>
> > >>
> > >> -Deng
> > >>
> > >
> > >
> >
>