- Notifications
You must be signed in to change notification settings - Fork4
Sample project with a basic Gradle + JavaParser setup
javaparser/javaparser-gradle-sample
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
A fully working sample Gradle project that parses and generates code withJavaParser
This is targeted at people withoutGradle experience.
To build it, you will need to download and unpack the latest (or recent) version of Gradle (https://gradle.org/install/)and put thegradle command on your path. Alternatively, you can use the (included) gradle wrapper.
Then, you will need to install a Java 1.8 (or higher) JDK (not JRE!), and make sure you can runjava from the command line.
Now you can rungradle shadowJar - Gradle will compile your project and put theresulting jar file in thebuild directory.
If you like to run from the command line, executejava -jar build/libs/javaparser-gradle-sample-shadow-1.0-SNAPSHOT-beta.jar.
How you run this code is up to you, but usually you would start by using an IDElikeNetBeans,Intellij IDEA,orEclipse.
Note that the JavaParser dependencies may lag behind the official releases a bit.
If you notice some problems with this setup, please open an issue.
About
Sample project with a basic Gradle + JavaParser setup
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors2
Uh oh!
There was an error while loading.Please reload this page.