Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] RFR: [444952] update oracleddlparser project

Hi,

   I'd kindly ask someone to review the patch for bug 444952[1].

Problem:
   Project build from the command line takes ages and eventually fails due to:
-unavailable https://oss.sonatype.org/content/repositories/orgeclipsetycho-255/org/eclipse/tycho/sisu-equinox-embedder/0.15.0/sisu-equinox-embedder-0.15.0.pom
-unresolvable ojdbc6.jar

Fix:
-update Tycho to 0.21 which is available from Maven central
-allow ojdbc6.jar to be found in the system ( ${basedir}/../../extension.lib.external/ojdbc6.jar), fallback to Maven if not
-move resource files to appropriate folder (src/main/resources) and update necessary properties/poms

Testing:
calling 'mvn' currently - correctly - reports 7 failures with Oracle DB 12c and all these failures are related to syntax changes in 12c. Fixing these failures is my next step.

Thanks,
--lukas


[1]: https://bugs.eclipse.org/bugs/show_bug.cgi?id=444952

Back to the top