Skip to content

Abhinav3414/ExcelMergeTool

Repository files navigation

ExcelMergeTool

This is a Java and Groovy project, build using gradle in Eclipse.

Eclipse version:
Version: Oxygen.3a Release (4.7.3a)
Build id: 20180405-1200

Below commands are useful for developers

gradle build --refresh-dependencies
gradlew build
gradlew run

In case there is workspace related issue, run below commands :

gradle cleanEclipse -> to clean the Eclipse configuration completely
gradle cleanEclipseProject -> to remove the .project file
gradle cleanEclipseClasspath -> to empty the project's classpath
gradle eclipse -> to rebuild the Eclipse configuration

If project is run via Jar and external property file :

java -jar excelMergeTool-0.1.0.jar -Dspring.config.location=.\application.properties &

To run project :

git clone https://github.com/Abhinav3414/ExcelMergeTool.git

cd ExcelMergeTool

wait, build? we don't have Gradle install yet? No problem, gradlew will handle it.

./gradlew build

first time, download the gradle 2.10..

download project dependencies

run the gradle build task

...wow, we run a Gradle task without installing Gradle!

Done.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published