Hi all, No you cannot upload it to a 3rd party repo unless Oracle does that for you. They are going to hunt you down if you do that, :). Well I don't think that it'll happen but unless it has a valid open source license, we can't host it in somebody else's behalf AFAIU.
OK, but there are other ways to solve this. Maven has build profiles, and conditional activations based on system properties, OS, settings etc. Why not use something like that? Thanks, Senaka. On Sun, Jun 17, 2012 at 9:24 AM, Kathiravelu Pradeeban <[email protected]>wrote: > > > 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 > > -- *Senaka Fernando* Member - Integration Technologies Management Committee; Technical Lead; WSO2 Inc.; http://wso2.com* Member; Apache Software Foundation; http://apache.org E-mail: senaka AT wso2.com **P: +1 408 754 7388; ext: 51736*; *M: +94 77 322 1818 Linked-In: http://linkedin.com/in/senakafernando *Lean . Enterprise . Middleware
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
