You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@opennlp.apache.org by jk...@apache.org on 2011/01/27 00:40:09 UTC

svn commit: r1063921 - /incubator/opennlp/trunk/opennlp-tools/bin/opennlp.bat

Author: jkosin
Date: Wed Jan 26 23:40:08 2011
New Revision: 1063921

URL: http://svn.apache.org/viewvc?rev=1063921&view=rev
Log:
OPENNLP-93: added simple batch file to run maven to run the projects main class

Added:
    incubator/opennlp/trunk/opennlp-tools/bin/opennlp.bat   (with props)

Added: incubator/opennlp/trunk/opennlp-tools/bin/opennlp.bat
URL: http://svn.apache.org/viewvc/incubator/opennlp/trunk/opennlp-tools/bin/opennlp.bat?rev=1063921&view=auto
==============================================================================
--- incubator/opennlp/trunk/opennlp-tools/bin/opennlp.bat (added)
+++ incubator/opennlp/trunk/opennlp-tools/bin/opennlp.bat Wed Jan 26 23:40:08 2011
@@ -0,0 +1,21 @@
+@ECHO OFF
+
+REM #   Licensed to the Apache Software Foundation (ASF) under one
+REM #   or more contributor license agreements.  See the NOTICE file
+REM #   distributed with this work for additional information
+REM #   regarding copyright ownership.  The ASF licenses this file
+REM #   to you under the Apache License, Version 2.0 (the
+REM #   "License"); you may not use this file except in compliance
+REM #   with the License.  You may obtain a copy of the License at
+REM #
+REM #    http://www.apache.org/licenses/LICENSE-2.0
+REM #
+REM #   Unless required by applicable law or agreed to in writing,
+REM #   software distributed under the License is distributed on an
+REM #   
+REM #  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+REM #   KIND, either express or implied.  See the License for the
+REM #   specific language governing permissions and limitations
+REM #   under the License.
+
+mvn -e -q exec:java "-Dexec.mainClass=opennlp.tools.cmdline.CLI" "-Dexec.args=%*"

Propchange: incubator/opennlp/trunk/opennlp-tools/bin/opennlp.bat
------------------------------------------------------------------------------
    svn:eol-style = native