The dataingest uses a [Gradle][]-based build system. In the instructions
below, [./gradlew
][] is invoked from the root of the source tree and serves as
a cross-platform, self-contained bootstrap mechanism for the build.
[Git][] and [OpenJDK 8 early access build 100 or later][JDK8 build]
Be sure that your JAVA_HOME
environment variable points to the jdk1.8.0
folder
extracted from the JDK download.
git clone [email protected]/XavientInformationSystems/Data-Ingestion-Platform-UI.git
Run ./dev-support/import-into-eclipse.bat
.
Note: Per the prerequisites above, ensure that you have JDK 8 configured properly in your IDE.
./gradlew install
./gradlew build
./gradlew bootRun
./gradlew bootRepackage
java -jar ./build/libs/*.jar
... and discover more commands with ./gradlew tasks
. See also the [Gradle
build and release FAQ][].