Skip to content
Snippets Groups Projects
Commit 30f23fea authored by René Schöne's avatar René Schöne
Browse files

rename to dumpAst

parent b1715804
No related branches found
No related tags found
1 merge request!121.2.2
Pipeline #14565 failed
Showing
with 6 additions and 6 deletions
File moved
......@@ -31,7 +31,7 @@ configurations {
}
dependencies {
implementation project(":dumpAst")
implementation project(":dumpAst.base")
jastadd2 group: 'org.jastadd', name: 'jastadd2', version: '2.3.5-dresden'
relast group: 'org.jastadd', name: 'relast', version: "${relast_version}"
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.13.3'
......
File moved
......@@ -30,7 +30,7 @@ configurations {
}
dependencies {
implementation project(':dumpAst')
implementation project(':dumpAst.base')
relast group: 'org.jastadd', name: 'relast', version: "${relast_version}"
jastadd2 "org.jastadd:jastadd2:2.3.5-dresden-6"
......
# Add DumpAst to your project
Check the [package overview page](https://git-st.inf.tu-dresden.de/jastadd/relast2uml/-/packages) to find the latest versions of the individual packages.
Check the [package overview page](https://git-st.inf.tu-dresden.de/jastadd/dumpAst/-/packages) to find the latest versions of the individual packages.
To use `dumpAst`, adjust your `build.gradle` as follows.
......@@ -25,12 +25,12 @@ dependencies {
## Build from source (not recommended)
If you want to build the tools of `DumpAst` from source, first build the jar from the [repository](https://git-st.inf.tu-dresden.de/jastadd/relast2uml).
If you want to build the tools of `DumpAst` from source, first build the jar from the [repository](https://git-st.inf.tu-dresden.de/jastadd/dumpAst).
The normal jar does not suffice, as it lacks the information on needed dependencies.
```bash
git clone https://git-st.inf.tu-dresden.de/jastadd/relast2uml.git
cd relast2uml
git clone https://git-st.inf.tu-dresden.de/jastadd/dumpAst.git
cd dumpAst
./gradlew fatJar
ls dumpAst/build/libs/
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment