Skip to content

Commit

Permalink
specify the path to the jdeb jar when compiling
Browse files Browse the repository at this point in the history
  • Loading branch information
egli committed Sep 2, 2020
1 parent b8c9568 commit c022422
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .dir-locals.el
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
;;; See Info node `(emacs) Directory Variables' for more information.

((nil
(compile-command . "ant -e clean dist package")))
(compile-command . "ant -e -lib /usr/share/java/jdeb.jar clean dist package")))
2 changes: 1 addition & 1 deletion README.org
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ offers translating text into braille using [[http://www.liblouis.org][liblouis]]
* Build

#+BEGIN_SRC shell
ant -e clean dist package
ant -e -lib /usr/share/java/jdeb.jar clean dist package
#+END_SRC

* Usage of command line tools
Expand Down

0 comments on commit c022422

Please sign in to comment.