Author: sohil.shah(a)jboss.com
Date: 2008-08-28 11:35:20 -0400 (Thu, 28 Aug 2008)
New Revision: 11761
Modified:
modules/cms/trunk/cms-jackrabbit/
modules/cms/trunk/cms-jackrabbit/installLocalDependencies.sh
modules/cms/trunk/cms-jackrabbit/pom.xml
modules/cms/trunk/cms-jackrabbit/src/test/java/org/jboss/portal/cms/test/commands/AbstractCommandTestCase.java
Log:
cleanup/localDependency (hack) [should be resolved once the artifacts are available and/or
located in the remote repositories]
Property changes on: modules/cms/trunk/cms-jackrabbit
___________________________________________________________________
Name: svn:ignore
+ repotest
repotest-hsqldb
target
test.properties
test.script
Modified: modules/cms/trunk/cms-jackrabbit/installLocalDependencies.sh
===================================================================
--- modules/cms/trunk/cms-jackrabbit/installLocalDependencies.sh 2008-08-28 15:14:36 UTC
(rev 11760)
+++ modules/cms/trunk/cms-jackrabbit/installLocalDependencies.sh 2008-08-28 15:35:20 UTC
(rev 11761)
@@ -9,4 +9,19 @@
mvn install:install-file -DgroupId=local -DartifactId=portal-test-lib -Dversion=2.7
-Dpackaging=jar -Dfile=local/jboss-portal/2.7/portal-test-lib.jar
mvn install:install-file -DgroupId=local -DartifactId=jbpm-identity -Dversion=3.2.GA
-Dpackaging=jar -Dfile=local/jbpm/3.2.GA/jbpm-identity.jar
-mvn install:install-file -DgroupId=local -DartifactId=jbpm-jpdl -Dversion=3.2.GA
-Dpackaging=jar -Dfile=local/jbpm/3.2.GA/jbpm-jpdl.jar
\ No newline at end of file
+mvn install:install-file -DgroupId=local -DartifactId=jbpm-jpdl -Dversion=3.2.GA
-Dpackaging=jar -Dfile=local/jbpm/3.2.GA/jbpm-jpdl.jar
+
+mvn install:install-file -DgroupId=local -DartifactId=jboss -Dversion=4.0.4.GA
-Dpackaging=jar -Dfile=local/jboss.jar
+mvn install:install-file -DgroupId=local -DartifactId=jboss-common -Dversion=4.0.4.GA
-Dpackaging=jar -Dfile=local/jboss-common.jar
+mvn install:install-file -DgroupId=local -DartifactId=jboss-common-jdbc-wrapper
-Dversion=4.0.4.GA -Dpackaging=jar -Dfile=local/jboss-common-jdbc-wrapper.jar
+mvn install:install-file -DgroupId=local -DartifactId=jboss-container -Dversion=4.0.4.GA
-Dpackaging=jar -Dfile=local/jboss-container.jar
+mvn install:install-file -DgroupId=local -DartifactId=jboss-dependency -Dversion=4.0.4.GA
-Dpackaging=jar -Dfile=local/jboss-dependency.jar
+mvn install:install-file -DgroupId=local -DartifactId=jbossha -Dversion=4.0.4.GA
-Dpackaging=jar -Dfile=local/jbossha.jar
+mvn install:install-file -DgroupId=local -DartifactId=jboss-jca -Dversion=4.0.4.GA
-Dpackaging=jar -Dfile=local/jboss-jca.jar
+mvn install:install-file -DgroupId=local -DartifactId=jboss-local-jdbc -Dversion=4.0.4.GA
-Dpackaging=jar -Dfile=local/jboss-local-jdbc.jar
+mvn install:install-file -DgroupId=local -DartifactId=jboss-microcontainer
-Dversion=4.0.4.GA -Dpackaging=jar -Dfile=local/jboss-microcontainer.jar
+mvn install:install-file -DgroupId=local -DartifactId=jboss-system -Dversion=4.0.4.GA
-Dpackaging=jar -Dfile=local/jboss-system.jar
+mvn install:install-file -DgroupId=local -DartifactId=jboss-transaction
-Dversion=4.0.4.GA -Dpackaging=jar -Dfile=local/jboss-transaction.jar
+mvn install:install-file -DgroupId=local -DartifactId=jboss-xml-binding
-Dversion=4.0.4.GA -Dpackaging=jar -Dfile=local/jboss-xml-binding.jar
+mvn install:install-file -DgroupId=local -DartifactId=jnp-client -Dversion=4.0.4.GA
-Dpackaging=jar -Dfile=local/jnp-client.jar
+mvn install:install-file -DgroupId=local -DartifactId=jnpserver -Dversion=4.0.4.GA
-Dpackaging=jar -Dfile=local/jnpserver.jar
Modified: modules/cms/trunk/cms-jackrabbit/pom.xml
===================================================================
--- modules/cms/trunk/cms-jackrabbit/pom.xml 2008-08-28 15:14:36 UTC (rev 11760)
+++ modules/cms/trunk/cms-jackrabbit/pom.xml 2008-08-28 15:35:20 UTC (rev 11761)
@@ -274,14 +274,16 @@
<excludes>
<exclude>**/TestJackRabbitFirstHop.java</exclude>
<exclude>**/TestFileCreateFailed$1TestCommand.java</exclude>
- <!--<exclude>**/TestSearch.java</exclude>-->
+ <exclude>**/TestSearch.java</exclude>
<exclude>**/TestReadAccess.java</exclude>
<exclude>**/TestWriteAccess.java</exclude>
<exclude>**/TestManageAccess.java</exclude>
- </excludes>
+ </excludes>
+ <!--
<includes>
<include>**/TestSearch.java</include>
</includes>
+ -->
</configuration>
</plugin>
<plugin>
Modified:
modules/cms/trunk/cms-jackrabbit/src/test/java/org/jboss/portal/cms/test/commands/AbstractCommandTestCase.java
===================================================================
---
modules/cms/trunk/cms-jackrabbit/src/test/java/org/jboss/portal/cms/test/commands/AbstractCommandTestCase.java 2008-08-28
15:14:36 UTC (rev 11760)
+++
modules/cms/trunk/cms-jackrabbit/src/test/java/org/jboss/portal/cms/test/commands/AbstractCommandTestCase.java 2008-08-28
15:35:20 UTC (rev 11761)
@@ -62,7 +62,7 @@
service = new JCRCMS();
service.setDoChecking(true);
service.setDefaultLocale(Locale.ENGLISH.getDisplayName());
-
service.setDefaultContentLocation("target/classes/default-content/default");
+ service.setDefaultContentLocation("default-content/default");
service.setConfig(config.getDocumentElement());
service.setRepositoryName("repo");
Show replies by date