[antlr4] 04/05: Fixed the classpath for grun (Closes: #859457)
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Tue Aug 1 09:37:02 UTC 2017
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository antlr4.
commit 37576f5c5ddc81830c90eff9a203e80ba5ee36ed
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Tue Aug 1 11:32:58 2017 +0200
Fixed the classpath for grun (Closes: #859457)
---
debian/changelog | 1 +
debian/scripts/grun | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 8ed6fd3..b3847e6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
antlr4 (4.5.3-2) UNRELEASED; urgency=medium
+ * Fixed the classpath for grun (Closes: #859457)
* Depend on libmaven3-core-java instead of libmaven2-core-java
* Standards-Version updated to 4.0.0
* Switch to debhelper level 10
diff --git a/debian/scripts/grun b/debian/scripts/grun
index d989ad7..197e8a7 100755
--- a/debian/scripts/grun
+++ b/debian/scripts/grun
@@ -1,4 +1,4 @@
#!/bin/sh
-CLASSPATH=/usr/share/java/antlr4.jar:/usr/share/java/antlr4-runtime.jar
+CLASSPATH=.:/usr/share/java/antlr4.jar:/usr/share/java/antlr4-runtime.jar
exec java -cp $CLASSPATH org.antlr.v4.gui.TestRig "$@"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/antlr4.git
More information about the pkg-java-commits
mailing list