You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@manifoldcf.apache.org by kw...@apache.org on 2012/02/09 20:08:35 UTC

svn commit: r1242459 - in /incubator/lcf/branches/CONNECTORS-402: framework/pull-agent/src/test/java/org/apache/manifoldcf/crawler/tests/ManifoldCFInstance.java mvn-bootstrap.bat mvn-bootstrap.sh

Author: kwright
Date: Thu Feb  9 19:08:35 2012
New Revision: 1242459

URL: http://svn.apache.org/viewvc?rev=1242459&view=rev
Log:
Get the tests working again.

Modified:
    incubator/lcf/branches/CONNECTORS-402/framework/pull-agent/src/test/java/org/apache/manifoldcf/crawler/tests/ManifoldCFInstance.java
    incubator/lcf/branches/CONNECTORS-402/mvn-bootstrap.bat
    incubator/lcf/branches/CONNECTORS-402/mvn-bootstrap.sh

Modified: incubator/lcf/branches/CONNECTORS-402/framework/pull-agent/src/test/java/org/apache/manifoldcf/crawler/tests/ManifoldCFInstance.java
URL: http://svn.apache.org/viewvc/incubator/lcf/branches/CONNECTORS-402/framework/pull-agent/src/test/java/org/apache/manifoldcf/crawler/tests/ManifoldCFInstance.java?rev=1242459&r1=1242458&r2=1242459&view=diff
==============================================================================
--- incubator/lcf/branches/CONNECTORS-402/framework/pull-agent/src/test/java/org/apache/manifoldcf/crawler/tests/ManifoldCFInstance.java (original)
+++ incubator/lcf/branches/CONNECTORS-402/framework/pull-agent/src/test/java/org/apache/manifoldcf/crawler/tests/ManifoldCFInstance.java Thu Feb  9 19:08:35 2012
@@ -407,9 +407,9 @@ public class ManifoldCFInstance
     server = new Server( testPort );    
     server.setStopAtShutdown( true );
     
-    String crawlerWarPath = "../../framework/build/war/mcf-crawler-ui.war";
-    String authorityserviceWarPath = "../../framework/build/war/mcf-authority-service.war";
-    String apiWarPath = "../../framework/build/war/mcf-api-service.war";
+    String crawlerWarPath = "../../framework/build/war-proprietary/mcf-crawler-ui.war";
+    String authorityserviceWarPath = "../../framework/build/war-proprietary/mcf-authority-service.war";
+    String apiWarPath = "../../framework/build/war-proprietary/mcf-api-service.war";
 
     if (System.getProperty("crawlerWarPath") != null)
     	crawlerWarPath = System.getProperty("crawlerWarPath");

Modified: incubator/lcf/branches/CONNECTORS-402/mvn-bootstrap.bat
URL: http://svn.apache.org/viewvc/incubator/lcf/branches/CONNECTORS-402/mvn-bootstrap.bat?rev=1242459&r1=1242458&r2=1242459&view=diff
==============================================================================
--- incubator/lcf/branches/CONNECTORS-402/mvn-bootstrap.bat (original)
+++ incubator/lcf/branches/CONNECTORS-402/mvn-bootstrap.bat Thu Feb  9 19:08:35 2012
@@ -21,7 +21,7 @@ cmd /c mvn install:install-file -Dfile=l
 
 cmd /c mvn install:install-file -Dfile=lib/commons-httpclient-mcf.jar -DgroupId=commons-httpclient -DartifactId=commons-httpclient-mcf -Dversion=3.1  -Dpackaging=jar
 cmd /c mvn install:install-file -Dfile=lib/xercesImpl-mcf.jar -DgroupId=xerces -DartifactId=xercesImpl-mcf -Dversion=2.9.1  -Dpackaging=jar
-cmd /c mvn install:install-file -Dfile=connectors/jcifs/jcifs/jcifs.jar -DgroupId=org.samba.jcifs -DartifactId=jcifs -Dversion=1.3.17  -Dpackaging=jar
+cmd /c mvn install:install-file -Dfile=connectors/jcifs/lib-proprietary/jcifs.jar -DgroupId=org.samba.jcifs -DartifactId=jcifs -Dversion=1.3.17  -Dpackaging=jar
 
 cmd /c mvn install:install-file -Dfile=lib/chemistry-opencmis-server-inmemory.war -DgroupId=org.apache.chemistry.opencmis -DartifactId=chemistry-opencmis-server-inmemory -Dversion=0.6.0 -Dpackaging=war
 

Modified: incubator/lcf/branches/CONNECTORS-402/mvn-bootstrap.sh
URL: http://svn.apache.org/viewvc/incubator/lcf/branches/CONNECTORS-402/mvn-bootstrap.sh?rev=1242459&r1=1242458&r2=1242459&view=diff
==============================================================================
--- incubator/lcf/branches/CONNECTORS-402/mvn-bootstrap.sh (original)
+++ incubator/lcf/branches/CONNECTORS-402/mvn-bootstrap.sh Thu Feb  9 19:08:35 2012
@@ -28,7 +28,7 @@ mvn install:install-file -Dfile=lib/hsql
 
 mvn install:install-file -Dfile=lib/commons-httpclient-mcf.jar -DgroupId=commons-httpclient -DartifactId=commons-httpclient-mcf -Dversion=3.1  -Dpackaging=jar
 mvn install:install-file -Dfile=lib/xercesImpl-mcf.jar -DgroupId=xerces -DartifactId=xercesImpl-mcf -Dversion=2.9.1  -Dpackaging=jar
-mvn install:install-file -Dfile=connectors/jcifs/jcifs/jcifs.jar -DgroupId=org.samba.jcifs -DartifactId=jcifs -Dversion=1.3.17  -Dpackaging=jar
+mvn install:install-file -Dfile=connectors/jcifs/lib-proprietary/jcifs.jar -DgroupId=org.samba.jcifs -DartifactId=jcifs -Dversion=1.3.17  -Dpackaging=jar
 
 mvn install:install-file -Dfile=lib/chemistry-opencmis-server-inmemory.war -DgroupId=org.apache.chemistry.opencmis -DartifactId=chemistry-opencmis-server-inmemory -Dversion=0.6.0 -Dpackaging=war