Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
I
iFM’19 refactoring tutorial with RAGs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
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
iFM’19 refactoring tutorial with RAGs
Commits
237ff029
Commit
237ff029
authored
5 years ago
by
René Schöne
Browse files
Options
Downloads
Patches
Plain Diff
Simplify and fix ragdoc.
parent
a8fea154
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
ragdoc-view/src/app/app.component.ts
+1
-1
1 addition, 1 deletion
ragdoc-view/src/app/app.component.ts
ragdoc-view/src/data
+1
-0
1 addition, 0 deletions
ragdoc-view/src/data
statemachine.base/build.gradle
+0
-24
0 additions, 24 deletions
statemachine.base/build.gradle
with
2 additions
and
25 deletions
ragdoc-view/src/app/app.component.ts
+
1
−
1
View file @
237ff029
...
...
@@ -52,7 +52,7 @@ import { Location } from '@angular/common';
],
})
export
class
AppComponent
implements
OnInit
{
title
=
'
OpenLicht Eraser
Documentation
'
;
title
=
'
StateMachine Example
Documentation
'
;
showMenu
=
false
;
packages
:
Package
[];
filter
=
''
;
...
...
This diff is collapsed.
Click to expand it.
ragdoc-view/src/data
0 → 120000
+
1
−
0
View file @
237ff029
../../statemachine.base/build/docs/ragdoc/
\ No newline at end of file
This diff is collapsed.
Click to expand it.
statemachine.base/build.gradle
+
0
−
24
View file @
237ff029
...
...
@@ -28,11 +28,6 @@ sourceSets {
}
}
task
cleanRagdoc
(
type:
Delete
)
{
group
=
'documentation'
new
File
(
docsDir
,
'ragdoc'
).
deleteDir
()
}
dependencies
{
implementation
group:
'com.fasterxml.jackson.core'
,
name:
'jackson-databind'
,
version:
"${jackson_version}"
implementation
group:
'net.sf.beaver'
,
name:
'beaver-rt'
,
version:
'0.9.11'
...
...
@@ -152,25 +147,6 @@ jastadd {
jastaddOptions
=
[
'--List=JastAddList'
]
}
String
[]
arguments
=
[
"../libs/rd-builder.jar"
,
"-d"
,
"doc/"
]
def
allSrcFiles
=
sourceSets
.
main
.
allSource
.
findAll
{
it
.
name
.
endsWith
(
'java'
)
}.
toArray
()
def
ragdocViewSrcData
=
'../ragdoc-view/src/data/'
//task ragdoc(type: JavaExec, dependsOn: assemble, overwrite: true) {
// group = 'documentation'
// description = 'Create ragdoc json documentation files'
// main = "-jar"
// args arguments + allSrcFiles
//}
task
copyRagdoc
(
type:
Copy
,
dependsOn:
cleanRagdoc
)
{
group
=
'documentation'
description
=
'Copy ragdoc json documentation files to ragdoc-viewer'
from
'doc/'
into
ragdocViewSrcData
eachFile
{
println
it
.
file
}
}
preprocess
.
dependsOn
ecoreToRelast
generateAst
.
dependsOn
preprocess
...
...
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