On Wed, Mar 28, 2012 at 8:56 PM, Kathiravelu Pradeeban
<[email protected]>wrote:

>
>
> On Wed, Mar 28, 2012 at 8:04 PM, Prabath Abeysekera <[email protected]>wrote:
>
>> Hi Pradeeban,
>>
>> On Wed, Mar 28, 2012 at 6:28 PM, Kathiravelu Pradeeban <
>> [email protected]> wrote:
>>
>>> Hi Data team,
>>> I can see $Subject, when building
>>> platform/components/data-services/org.wso2.carbon.dataservices.core
>>>
>>> [WARNING] Some problems were encountered while building the effective
>>> model for
>>> org.wso2.carbon:org.wso2.carbon.dataservices.core:bundle:4.0.0-SNAPSHOT
>>> [WARNING] 'dependencies.dependency.systemPath' for ojdbc:ojdbc6:jar
>>> should not point at files within the project directory,
>>> ${basedir}/src/test/resources/lib/ojdbc6.jar will be unresolvable by
>>> dependent projects @ line 160, column 25
>>> [WARNING]
>>> [WARNING] It is highly recommended to fix these problems because they
>>> threaten the stability of your build.
>>> [WARNING]
>>> [WARNING] For this reason, future Maven versions might no longer support
>>> building such malformed projects.
>>>
>>>
>>> In the pom.xml,
>>>         <dependency>
>>>             <groupId>ojdbc</groupId>
>>>             <artifactId>ojdbc6</artifactId>
>>>             <scope>system</scope>
>>>             <version>6</version>
>>> *
>>> <systemPath>${basedir}/src/test/resources/lib/ojdbc6.jar</systemPath>
>>> *        </dependency>
>>>
>>> Is it safe to ignore the above exception?
>>>
>>
>> Yeah I believe you can ignore those exceptions. The Oracle JDBC jar is
>> not hosted in any public repository that we're currently using. Thus, it is
>> currently kept in the aforementioned location and is only used to run
>> data-service Oracle test suite. However, If I'm not mistaken, we can upload
>> it to the hosted 3rd party repository of Nexus and access it. I believe
>> that would be a better option than referring it the above mentioned way.
>> WDYT?
>>
>
> +1 Prabath.
> In that way we can also avoid packing this jar with the source.
>

Hi Prabath,
Maheshika has reported the same issue. Is it possible to work with her to
fix it as you suggested above?

Regards,
Pradeeban.


>
> Thank you.
> Regards,
> Pradeeban.
>
>>
>>
>>>
>>> Thank you.
>>> Regards,
>>> Pradeeban.
>>> --
>>> Kathiravelu Pradeeban.
>>> Software Engineer.
>>> Cloud Technologies Team.
>>> WSO2 Inc.
>>>
>>> Blog: [Llovizna] http://kkpradeeban.blogspot.com/
>>> M: +94 776 477 976
>>>
>>>
>>
>>
>> --
>> Prabath Abeysekara
>> Software Engineer
>> WSO2 Inc.
>> Email: [email protected] <[email protected]>
>> Mobile: +94774171471
>>
>> <http://harshana05.blogspot.com/>
>>
>>
>
>
> --
> Kathiravelu Pradeeban.
> Software Engineer.
> Cloud Technologies Team.
> WSO2 Inc.
>
> Blog: [Llovizna] http://kkpradeeban.blogspot.com/
> M: +94 776 477 976
>
>


-- 
Kathiravelu Pradeeban.
Cloud Technologies Team.
WSO2 Inc.

Blog: [Llovizna] http://kkpradeeban.blogspot.com/
M: +94 776 477 976
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to