| commit | dd728157adb23c939b659add7b98060ae60363ac | [log] [tgz] |
|---|---|---|
| author | sguan <sguan@actuate.com> | Mon Mar 12 14:55:04 2018 -0700 |
| committer | Nick Boldt <nboldt@redhat.com> | Fri Jun 29 14:28:52 2018 -0400 |
| tree | 08c95111dcfc355972b16f0a4478d3fac10ba19b | |
| parent | c9b406a81b52a2971e124b08f86e0f93f3d274c6 [diff] |
Add support for Oracle 12 Change-Id: Ic903891867ef54b32c9d1b7b1b466864a90c0932 Signed-off-by: sguan <sguan@actuate.com>
As of January 2018, Eclipse Data Tools (DTP) is now build with Maven 3.5 & Tycho 1.0.
First, fetch the code:
git clone ssh://{YOUR-ECLIPSE-USER}@git.eclipse.org:29418/datatools/org.eclipse.datatools
or
git clone http://git.eclipse.org/gitroot/datatools/org.eclipse.datatools.git/
then
cd org.eclipse.datatools
To build:
mvn clean install
To build without tests:
mvn clean install -DskipTests
To contribute, submit a gerrit request against this repo:
http://git.eclipse.org/c/datatools/org.eclipse.datatools.git/
You can then see your submitted requests here:
The master branch is currently built here:
https://hudson.eclipse.org/datatools/job/org.eclipse.datatools_master/
Therefore the latest CI build can be found here:
Note that this repo is now the combination of the other 18 org.eclipse.datatools.*.git repos, which means the other repos are deprecated. Should you want to run the old Ant-based build, check out the 19 repos and then run the build in org.eclipse.datatools, from the DTP_1_14_1_Release tag, not from the master branch.