You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@opennlp.apache.org by jo...@apache.org on 2011/01/25 12:56:21 UTC

svn commit: r1063243 - /incubator/opennlp/trunk/opennlp-tools/bin/opennlp

Author: joern
Date: Tue Jan 25 11:56:20 2011
New Revision: 1063243

URL: http://svn.apache.org/viewvc?rev=1063243&view=rev
Log:
OPENNLP-82 Very small fix to the script, now it also prints out exception stack traces

Modified:
    incubator/opennlp/trunk/opennlp-tools/bin/opennlp

Modified: incubator/opennlp/trunk/opennlp-tools/bin/opennlp
URL: http://svn.apache.org/viewvc/incubator/opennlp/trunk/opennlp-tools/bin/opennlp?rev=1063243&r1=1063242&r2=1063243&view=diff
==============================================================================
--- incubator/opennlp/trunk/opennlp-tools/bin/opennlp (original)
+++ incubator/opennlp/trunk/opennlp-tools/bin/opennlp Tue Jan 25 11:56:20 2011
@@ -17,4 +17,4 @@
 #   specific language governing permissions and limitations
 #   under the License.
 
-mvn -q exec:java "-Dexec.mainClass=opennlp.tools.cmdline.CLI" "-Dexec.args=$*"
\ No newline at end of file
+mvn -e -q exec:java "-Dexec.mainClass=opennlp.tools.cmdline.CLI" "-Dexec.args=$*"