You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by mb...@apache.org on 2007/02/06 13:11:42 UTC

svn commit: r504100 - /incubator/uima/uimaj/trunk/uimaj-internal-tools/HOWTO

Author: mbaessler
Date: Tue Feb  6 04:11:41 2007
New Revision: 504100

URL: http://svn.apache.org/viewvc?view=rev&rev=504100
Log:
JIRA ticket UIMA-280 (https://issues.apache.org/jira/browse/UIMA-280)

add HOWTO for some build instructions

Added:
    incubator/uima/uimaj/trunk/uimaj-internal-tools/HOWTO

Added: incubator/uima/uimaj/trunk/uimaj-internal-tools/HOWTO
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uimaj-internal-tools/HOWTO?view=auto&rev=504100
==============================================================================
--- incubator/uima/uimaj/trunk/uimaj-internal-tools/HOWTO (added)
+++ incubator/uima/uimaj/trunk/uimaj-internal-tools/HOWTO Tue Feb  6 04:11:41 2007
@@ -0,0 +1,25 @@
+################################################################################
+#    Copyright 2006 The Apache Software Foundation
+#
+#    Licensed under the Apache License, Version 2.0 (the "License");
+#    you may not use this file except in compliance with the License.
+#    You may obtain a copy of the License at
+#
+#       http://www.apache.org/licenses/LICENSE-2.0
+#
+#    Unless required by applicable law or agreed to in writing, software
+#    distributed under the License is distributed on an "AS IS" BASIS,
+#    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+#    See the License for the specific language governing permissions and
+#    limitations under the License.
+################################################################################
+
+HOWTO build uimaj-internal-tools
+=================================
+
+The uimaj-internal-tools project has a dependency on jaxp API. You first have to install jxp to
+the maven repository before the build works fine. To install the API execute the command 
+below:
+
+> mvn install:install-file -DgroupId=javax.xml -DartifactId=jaxp-api -Dversion=1.3.1   
+	    \ -Dpackaging=jar -Dfile=/path/to/file/jaxp-api.jar 
\ No newline at end of file