Revision: 19629
          http://sourceforge.net/p/gate/code/19629
Author:   markagreenwood
Date:     2016-10-05 06:47:51 +0000 (Wed, 05 Oct 2016)
Log Message:
-----------
some dev docs

Modified Paths:
--------------
    
gate/branches/sawdust2/gate-maven-plugin/src/main/java/uk/ac/gate/maven/DumpCreoleToXML.java

Modified: 
gate/branches/sawdust2/gate-maven-plugin/src/main/java/uk/ac/gate/maven/DumpCreoleToXML.java
===================================================================
--- 
gate/branches/sawdust2/gate-maven-plugin/src/main/java/uk/ac/gate/maven/DumpCreoleToXML.java
        2016-10-05 01:23:11 UTC (rev 19628)
+++ 
gate/branches/sawdust2/gate-maven-plugin/src/main/java/uk/ac/gate/maven/DumpCreoleToXML.java
        2016-10-05 06:47:51 UTC (rev 19629)
@@ -97,6 +97,9 @@
       for(Artifact artifact : (Set<Artifact>)project.getDependencyArtifacts()) 
{
         // for each dependency of the plugin try and get a URL to it's jar file
         // and add that to the classloader
+        
+        //if this doesn't work in all cases try
+        //http://aether.jcabi.com/example-classpath.html
 
         // why do we need this null check when running under jenkins?
         if(artifact != null && artifact.getFile() != null) {

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


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
GATE-cvs mailing list
GATE-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to