commit | 3122a6045682e5fe2d1c667d9400e3ac3a206c38 | [log] [tgz] |
---|---|---|
author | nickboldt <nboldt@redhat.com> | Tue Feb 06 09:22:31 2018 -0500 |
committer | nickboldt <nboldt@redhat.com> | Tue Feb 06 09:22:31 2018 -0500 |
tree | c167997d5f0c708441dae8c902466ce3cd1077dc | |
parent | 3198f0b8717fffd17b6f415510f0083f12d5dc05 [diff] |
since we're not actually calling customCallbacks anymore (because Maven, not Ant) update build.properties files to not reference files which don't exist in the jars (fix for upstream rpm build) Signed-off-by: nickboldt <nboldt@redhat.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.