Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
dumpAst
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
JastAdd
dumpAst
Commits
13820cd1
Commit
13820cd1
authored
2 years ago
by
René Schöne
Browse files
Options
Downloads
Patches
Plain Diff
fix more files after renaming
parent
016d8b81
Branches
Branches containing commit
No related tags found
1 merge request
!12
1.2.2
Pipeline
#14567
passed
2 years ago
Stage: build
Stage: test
Stage: ragdoc
Stage: publish
Changes
3
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+2
-2
2 additions, 2 deletions
.gitlab-ci.yml
dumpAst.base/build.gradle
+2
-0
2 additions, 0 deletions
dumpAst.base/build.gradle
pages/docs/adding.md
+2
-2
2 additions, 2 deletions
pages/docs/adding.md
with
6 additions
and
4 deletions
.gitlab-ci.yml
+
2
−
2
View file @
13820cd1
...
@@ -22,7 +22,7 @@ build:
...
@@ -22,7 +22,7 @@ build:
-
"
./gradlew
assemble"
-
"
./gradlew
assemble"
artifacts
:
artifacts
:
paths
:
paths
:
-
"
dumpAst/src/gen"
-
"
dumpAst
.base
/src/gen"
expire_in
:
1 week
expire_in
:
1 week
test
:
test
:
...
@@ -65,7 +65,7 @@ ragdoc_build:
...
@@ -65,7 +65,7 @@ ragdoc_build:
needs
:
needs
:
-
build
-
build
script
:
script
:
-
JAVA_FILES=$(find dumpAst/src/ -name '*.java')
-
JAVA_FILES=$(find dumpAst
.base
/src/ -name '*.java')
-
echo $JAVA_FILES | wc -l
-
echo $JAVA_FILES | wc -l
-
/ragdoc-builder/start-builder.sh -excludeGenerated -d data/ $JAVA_FILES
-
/ragdoc-builder/start-builder.sh -excludeGenerated -d data/ $JAVA_FILES
artifacts
:
artifacts
:
...
...
This diff is collapsed.
Click to expand it.
dumpAst.base/build.gradle
+
2
−
0
View file @
13820cd1
...
@@ -160,6 +160,8 @@ java {
...
@@ -160,6 +160,8 @@ java {
publishing
{
publishing
{
publications
{
publications
{
maven
(
MavenPublication
)
{
maven
(
MavenPublication
)
{
//noinspection GroovyAssignabilityCheck
artifactId
=
'dumpAst'
from
components
.
java
from
components
.
java
}
}
}
}
...
...
This diff is collapsed.
Click to expand it.
pages/docs/adding.md
+
2
−
2
View file @
13820cd1
...
@@ -32,13 +32,13 @@ The normal jar does not suffice, as it lacks the information on needed dependenc
...
@@ -32,13 +32,13 @@ The normal jar does not suffice, as it lacks the information on needed dependenc
git clone https://git-st.inf.tu-dresden.de/jastadd/dumpAst.git
git clone https://git-st.inf.tu-dresden.de/jastadd/dumpAst.git
cd
dumpAst
cd
dumpAst
./gradlew fatJar
./gradlew fatJar
ls
dumpAst/build/libs/
ls
dumpAst
.base
/build/libs/
```
```
This jar can then be copied to your project.
This jar can then be copied to your project.
```
bash
```
bash
cp
dumpAst/build/libs/dumpAst-<version>.jar ../your-project/libs/dumpAst.jar
cp
dumpAst
.base
/build/libs/dumpAst
.base-fatJar
-<version>.jar ../your-project/libs/dumpAst.jar
cd
../your-project/
cd
../your-project/
```
```
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment