unable to install, error found in callgraph
unable to install SADE because callgraph throws an error. expath-repo.log ```log 2019-01-18 08:17:29,704 [main] WARN (AutoDeploymentTrigger.java [execute]:95) - Exception during deployment of app SADE-develop-3.0.1.xar: Error found while processing repo.xml: err:XQST0059 Error while evaluating expression: xquery version "3.1"; import module namespace test="http://exist-db.org/xquery/xqsuite" at "resource:org/exist/xquery/lib/xqsuite/xqsuite.xql"; import module namespace tests="https://sade.textgrid.de/ns/tests" at "test.xqm"; (: callgraph :) import module namespace callgraph-test = "https://sade.textgrid.de/ns/callgraph-test" at "modules/callgraph/tests/callgraph-test.xq"; import module namespace inspect2graphml-test = "https://sade.textgrid.de/ns/inspect2graphml-test" at "modules/callgraph/tests/inspect2graphml-test.xq"; test:suite(util:list-functions("https://sade.textgrid.de/ns/tests")), (: * CALLGRAPH * :) test:suite(util:list-functions("https://sade.textgrid.de/ns/callgraph-test")), test:suite(util:list-functions("https://sade.textgrid.de/ns/inspect2graphml-test")). error found while loading module callgraph-test: Error while loading module modules/callgraph/tests/callgraph-test.xq: error found while loading module callgraph: Error while loading module ../callgraph.xqm: error found while loading module console: failed to load module: 'http://exist-db.org/xquery/console' from: 'http://exist-db.org/xquery/console', location: 'http://exist-db.org/xquery/console'. Source not found. [at line 130, column 15] org.expath.pkg.repo.PackageException: Error found while processing repo.xml: err:XQST0059 Error while evaluating expression ```
issue