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

Removed DrAST and its dependencies.

parent e5c7301c
No related branches found
No related tags found
No related merge requests found
dynamic-values=0
NTA-computed=0
NTA-cached=1
NTA-depth=1
nodeThreshold=1000
showNodes=1
showEdges=1
niceEdges=1
normalEdgeWidth=1.0
refEdgeWidth=2.0
dashedEdgeWidth=0.2
normalVertexEdgeWidth=1.0
dashedVertexEdgeWidth=0.2
......@@ -20,8 +20,6 @@ dependencies {
compile group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.10.0'
testCompile 'junit:junit:4.12'
testCompile files('libs/DrAST-1.2.2.jar')
testCompile fileTree(dir: "${System.properties['java.home']}", include: '**/jfxrt.jar')
}
run {
......@@ -70,13 +68,6 @@ javadoc {
failOnError = false
}
task DrAST(type: JavaExec, dependsOn:jar) {
group = "verification"
description = 'run the DrAST visual debugger tool'
classpath = sourceSets.test.runtimeClasspath
main = 'de.tudresden.inf.st.mquat.DrAstRunner'
}
task RagDoll(type: Javadoc, dependsOn:javadoc) {
doFirst {
options.addStringOption("ragroot", "./src/main/jastadd")
......
/*
This filter is autogenerated.
- Add the name of the filters you want to use in the configs block.
- Write the name of the node types you want to see in the AST inside your filters.
. Add a : to the begining of each name.
. Child classes of a type will also be included in the graph.
You can filter on attributes and AST-position, show attributes in the graph and style the nodes.
see https://bitbucket.org/jastadd/jastadddebugger-exjobb/wiki/The%20Filter%20Configuration%20Language
for full documentation.
*/
configs{
use = include;
}
filter include{
/**/
:ASTNode{
when{}
subtree{}
show{}
style{}
}
/**/
}
File added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment