Revision: 19610
          http://sourceforge.net/p/gate/code/19610
Author:   markagreenwood
Date:     2016-09-30 12:21:04 +0000 (Fri, 30 Sep 2016)
Log Message:
-----------
updated the notes to match the current version of reality

Modified Paths:
--------------
    gate/branches/sawdust2/notes.txt

Modified: gate/branches/sawdust2/notes.txt
===================================================================
--- gate/branches/sawdust2/notes.txt    2016-09-30 01:27:16 UTC (rev 19609)
+++ gate/branches/sawdust2/notes.txt    2016-09-30 12:21:04 UTC (rev 19610)
@@ -1,29 +1,17 @@
 building this version
 =====================
-First install GATE into your local maven cache
 
-mvn install
+from this folder do
 
-next compile the plugin test utils stuff
-
-cd build/Test-Utils
 mvn install
 
-then install the parent pom for GATE plugins
+which will compile everything that has so far been converted to Maven
 
-cd ../Plugin_Base
-mvn install
+if you want to see test results etc. then do
 
-then install a plugin or two (currently just ANNIE, Tools, and Developer_Tools 
are mavenized)
-
-cd ../../plugins/ANNIE
-mvn install
-
-if you want to see all the test reports etc. in a nice web format do
-
 mvn site
 
-after any of the mvn install
+after an install
 
 you can then start gate from the root folder using
 
@@ -42,17 +30,6 @@
 
 svn merge https://svn.code.sf.net/p/gate/code/gate/trunk
 
-
-
-pinch point between core and gui
-================================
-if we moved
-       gate.gui.*
-       gate.swing.*
-into a separate project then the only problem appears to be gate.gui.Handle
-
-
-
 things to remove
 ================
 gate.gui.HelpFrame
@@ -85,18 +62,3 @@
 ====================
 gate.gui.annedit.Schema*
 gate.gui.Teamware (do we even need any of this)
-
-
-pickup maven settings.xml
-=========================
-we should be able to use
-
-       <dependency>
-               <groupId>org.apache.maven</groupId>
-               <artifactId>maven-settings-builder</artifactId>
-               <version>3.3.9</version>
-       </dependency>
-               
-but from a quick test I've found maven settings on ubunutu are a bit hit and 
miss
-http://git.eclipse.org/c/aether/aether-ant.git/tree/src/main/java/org/eclipse/aether/internal/ant/AntRepoSys.java#n350
-http://stackoverflow.com/questions/27818659/loading-mavens-settings-xml-for-jcabi-aether-to-use

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to