You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by sc...@apache.org on 2009/09/03 03:00:11 UTC

svn commit: r810749 - /incubator/uima/uimaj/trunk/uimaj-distr/src/main/readme/README

Author: schor
Date: Thu Sep  3 01:00:11 2009
New Revision: 810749

URL: http://svn.apache.org/viewvc?rev=810749&view=rev
Log:
[UIMA-1539] more updates to Readme

Modified:
    incubator/uima/uimaj/trunk/uimaj-distr/src/main/readme/README

Modified: incubator/uima/uimaj/trunk/uimaj-distr/src/main/readme/README
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uimaj-distr/src/main/readme/README?rev=810749&r1=810748&r2=810749&view=diff
==============================================================================
--- incubator/uima/uimaj/trunk/uimaj-distr/src/main/readme/README (original)
+++ incubator/uima/uimaj/trunk/uimaj-distr/src/main/readme/README Thu Sep  3 01:00:11 2009
@@ -8,7 +8,9 @@
   Components
   ----------
   
-  UIMA-AS was moved out of the Sandbox to the top level.
+  UIMA-AS was moved out of the Sandbox to the top level.  It no longer is
+  a wholly contained binary download, but requires downloading the base UIMA
+  as well.
   
   The Cas Editor was moved out of the Sandbox and changed
   into an Eclipse plugin that is now a fully integrated tool 
@@ -40,7 +42,30 @@
   
   UIMA-AS has had many enhancements to handling unusual and error situations, based on feedback from the
   initial release.
-
+  
+  
+  Tools
+  -----
+  
+  A new Eclipse tool, the CasEditor, allows users to work with CASes.
+  
+  A new UimaBootstrap launcher can be used to simplify class paths; besides directories of
+  .class files and .jar files, it can also take directories of .jar files and adds all the
+  jars found in the directory to the classpath.
+  
+  Sources for Jars in Maven
+  -------------------------
+  
+  If you use Maven, you will find that the UIMA Jars now have Source Jar attachments, and the
+  mvn eclipse:eclipse command will attach these sources so that Eclipse can find the
+  source files that correspond to the Jars.
+  
+ 
+  Potential Incompatibilities
+  ---------------------------
+  
+  The default name generated by the XmiWriterCasConsumer in the examples
+  has been changed to include the ".xmi" suffix.
 
 Supported Platforms
 --------------------