Hi Buddhika,

When trying to build dependencies/datanuclues, I get the following error:

[INFO]
------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 1.985s
[INFO] Finished at: Thu May 03 15:11:04 IST 2012
[INFO] Final Memory: 12M/981M
[INFO]
------------------------------------------------------------------------
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:2.0:testCompile
(default-testCompile) on project datanucleus-core: Compilation failure:
Compilation failure:
[ERROR]
/home/sanjaya/dev/wso2/trunk/platform/dependencies/datanucleus/src/test/org/datanucleus/store/types/TypeManagerTest.java:[39,45]
package org.datanucleus.store.types.converters does not exist
[ERROR]
[ERROR]
/home/sanjaya/dev/wso2/trunk/platform/dependencies/datanucleus/src/test/org/datanucleus/store/types/TypeManagerTest.java:[225,89]
package org.datanucleus.store.types.converters does not exist
[ERROR]
[ERROR]
/home/sanjaya/dev/wso2/trunk/platform/dependencies/datanucleus/src/test/org/datanucleus/store/types/TypeManagerTest.java:[226,89]
package org.datanucleus.store.types.converters does not exist
[ERROR]
[ERROR]
/home/sanjaya/dev/wso2/trunk/platform/dependencies/datanucleus/src/test/org/datanucleus/store/types/TypeManagerTest.java:[227,87]
package org.datanucleus.store.types.converters does not exist
[ERROR]
[ERROR]
/home/sanjaya/dev/wso2/trunk/platform/dependencies/datanucleus/src/test/org/datanucleus/store/types/TypeManagerTest.java:[228,83]
package org.datanucleus.store.types.converters does not exist
[ERROR]
[ERROR]
/home/sanjaya/dev/wso2/trunk/platform/dependencies/datanucleus/src/test/org/datanucleus/store/types/TypeManagerTest.java:[229,85]
package org.datanucleus.store.types.converters does not exist
[ERROR]
[ERROR]
/home/sanjaya/dev/wso2/trunk/platform/dependencies/datanucleus/src/test/org/datanucleus/store/types/TypeManagerTest.java:[230,91]
package org.datanucleus.store.types.converters does not exist
[ERROR]
[ERROR]
/home/sanjaya/dev/wso2/trunk/platform/dependencies/datanucleus/src/test/org/datanucleus/store/types/TypeManagerTest.java:[231,87]
package org.datanucleus.store.types.converters does not exist
[ERROR]
[ERROR]
/home/sanjaya/dev/wso2/trunk/platform/dependencies/datanucleus/src/test/org/datanucleus/store/types/TypeManagerTest.java:[232,82]
package org.datanucleus.store.types.converters does not exist
[ERROR]
[ERROR]
/home/sanjaya/dev/wso2/trunk/platform/dependencies/datanucleus/src/test/org/datanucleus/store/types/TypeManagerTest.java:[233,82]
package org.datanucleus.store.types.converters does not exist
[ERROR]
[ERROR]
/home/sanjaya/dev/wso2/trunk/platform/dependencies/datanucleus/src/test/org/datanucleus/store/types/TypeManagerTest.java:[234,83]
package org.datanucleus.store.types.converters does not exist
[ERROR]
[ERROR]
/home/sanjaya/dev/wso2/trunk/platform/dependencies/datanucleus/src/test/org/datanucleus/store/types/TypeManagerTest.java:[237,26]
cannot find symbol
[ERROR] symbol  : method
getTypeConverterForType(java.lang.Class<java.util.Set>,java.lang.Class<java.lang.String>)
[ERROR] location: class org.datanucleus.store.types.TypeManager
[ERROR]
[ERROR]
/home/sanjaya/dev/wso2/trunk/platform/dependencies/datanucleus/src/test/org/datanucleus/store/types/TypeManagerTest.java:[238,26]
cannot find symbol
[ERROR] symbol  : method
getTypeConverterForType(java.lang.Class<java.lang.Object>,java.lang.Class<java.lang.String>)
[ERROR] location: class org.datanucleus.store.types.TypeManager
[ERROR]
[ERROR]
/home/sanjaya/dev/wso2/trunk/platform/dependencies/datanucleus/src/test/org/datanucleus/store/types/TypeManagerTest.java:[239,26]
cannot find symbol
[ERROR] symbol  : method
getTypeConverterForType(<nulltype>,java.lang.Class<java.lang.String>)
[ERROR] location: class org.datanucleus.store.types.TypeManager
[ERROR]
[ERROR]
/home/sanjaya/dev/wso2/trunk/platform/dependencies/datanucleus/src/test/org/datanucleus/store/types/TypeManagerTest.java:[244,8]
cannot find symbol
[ERROR] symbol  : class TypeConverter
[ERROR] location: class org.datanucleus.store.types.TypeManagerTest
[ERROR]
[ERROR]
/home/sanjaya/dev/wso2/trunk/platform/dependencies/datanucleus/src/test/org/datanucleus/store/types/TypeManagerTest.java:[244,37]
cannot find symbol
[ERROR] symbol  : method
getTypeConverterForType(java.lang.Class<java.net.URL>,java.lang.Class<java.lang.String>)
[ERROR] location: class org.datanucleus.store.types.TypeManager
[ERROR]
[ERROR]
/home/sanjaya/dev/wso2/trunk/platform/dependencies/datanucleus/src/test/org/datanucleus/store/types/TypeManagerTest.java:[248,8]
cannot find symbol
[ERROR] symbol  : class TypeConverter
[ERROR] location: class org.datanucleus.store.types.TypeManagerTest
[ERROR]
[ERROR]
/home/sanjaya/dev/wso2/trunk/platform/dependencies/datanucleus/src/test/org/datanucleus/store/types/TypeManagerTest.java:[248,37]
cannot find symbol
[ERROR] symbol  : method getTypeConverterForName(java.lang.String)
[ERROR] location: class org.datanucleus.store.types.TypeManager
[ERROR]
[ERROR]
/home/sanjaya/dev/wso2/trunk/platform/dependencies/datanucleus/src/test/org/datanucleus/store/types/TypeManagerTest.java:[275,8]
cannot find symbol
[ERROR] symbol  : class TypeConverter
[ERROR] location: class org.datanucleus.store.types.TypeManagerTest
[ERROR]
[ERROR]
/home/sanjaya/dev/wso2/trunk/platform/dependencies/datanucleus/src/test/org/datanucleus/store/types/TypeManagerTest.java:[275,36]
cannot find symbol
[ERROR] symbol  : method
getTypeConverterForType(java.lang.Class,java.lang.Class<java.lang.String>)
[ERROR] location: class org.datanucleus.store.types.TypeManager
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions,
please read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException

On Thu, May 3, 2012 at 3:04 PM, Buddhika Chamith <buddhi...@wso2.com> wrote:

> Hi,
>
> Can you try building dependencies/datanuclues first and try.
>
> Regards
> Buddhika
>
>
> On Thu, May 3, 2012 at 3:08 PM, Shammi Jayasinghe <sha...@wso2.com> wrote:
>
>> I am also getting this. Seems
>> "org.datanucleus.wso2:datanucleus-core:jar:3.0.1" missing from nexus repo.
>>
>> Thanks
>> Shammi
>> On Thu, May 3, 2012 at 2:30 PM, Sanjaya Vithanagama <sanja...@wso2.com>wrote:
>>
>>> Hi All,
>>>
>>> I'm getting the following error when trying to build orbit. (on r126375).
>>>
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] Building datanucleus-core.wso2 3.0.1.wso2v1
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [WARNING] The POM for org.datanucleus.wso2:datanucleus-core:jar:3.0.1 is
>>> missing, no dependency information available
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] BUILD FAILURE
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] Total time: 0.700s
>>> [INFO] Finished at: Thu May 03 14:26:01 IST 2012
>>> [INFO] Final Memory: 8M/981M
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [ERROR] Failed to execute goal on project datanucleus-core: Could not
>>> resolve dependencies for project
>>> org.datanucleus.wso2:datanucleus-core:bundle:3.0.1.wso2v1: Failure to find
>>> org.datanucleus.wso2:datanucleus-core:jar:3.0.1 in
>>> http://maven.wso2.org/nexus/content/groups/wso2-public/ was cached in
>>> the local repository, resolution will not be reattempted until the update
>>> interval of wso2-nexus has elapsed or updates are forced -> [Help 1]
>>> [ERROR]
>>> [ERROR] To see the full stack trace of the errors, re-run Maven with the
>>> -e switch.
>>> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
>>> [ERROR]
>>> [ERROR] For more information about the errors and possible solutions,
>>> please read the following articles:
>>> [ERROR] [Help 1]
>>> http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
>>>
>>> --
>>> Sanjaya Vithanagama
>>> WSO2, Inc.; http://wso2.com
>>> lean.enterprise.middleware
>>>
>>> cell: +94 71 342 2881
>>>
>>>
>>> _______________________________________________
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> Best Regards,*
>>
>> Shammi Jayasinghe*
>> Senior Software Engineer; WSO2, Inc.; http://wso2.com,
>> mobile: +94 71 4493085
>>
>>
>>
>> _______________________________________________
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>


-- 
Sanjaya Vithanagama
WSO2, Inc.; http://wso2.com
lean.enterprise.middleware

cell: +94 71 342 2881
_______________________________________________
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to