You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@turbine.apache.org by gk...@apache.org on 2015/08/03 09:38:44 UTC

svn commit: r1693856 - in /turbine/fulcrum/trunk/testcontainer: pom.xml src/changes/ src/changes/changes.xml xdocs/changes.xml

Author: gk
Date: Mon Aug  3 07:38:44 2015
New Revision: 1693856

URL: http://svn.apache.org/r1693856
Log:
- Update Configuration 

Added:
    turbine/fulcrum/trunk/testcontainer/src/changes/
    turbine/fulcrum/trunk/testcontainer/src/changes/changes.xml   (with props)
Removed:
    turbine/fulcrum/trunk/testcontainer/xdocs/changes.xml
Modified:
    turbine/fulcrum/trunk/testcontainer/pom.xml

Modified: turbine/fulcrum/trunk/testcontainer/pom.xml
URL: http://svn.apache.org/viewvc/turbine/fulcrum/trunk/testcontainer/pom.xml?rev=1693856&r1=1693855&r2=1693856&view=diff
==============================================================================
--- turbine/fulcrum/trunk/testcontainer/pom.xml (original)
+++ turbine/fulcrum/trunk/testcontainer/pom.xml Mon Aug  3 07:38:44 2015
@@ -108,32 +108,18 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
-        <!-- version>2.4.2</version -->
         <configuration>
-          <forkMode>always</forkMode>
+          <!-- forkMode=always equivalent -->
+          <forkCount>1</forkCount>
+          <reuseForks>false</reuseForks>
         </configuration>
       </plugin>
     </plugins>
   </build>
-
-  <profiles>
-    <profile>
-      <id>rc</id>
-      <distributionManagement>
-        <!-- Cannot define in parent ATM, see COMMONSSITE-26 -->
-        <site>
-          <id>apache.website</id>
-          <name>Apache Fulcrum Release Candidate Staging Site</name>
-          <url>${fulcrum.deployment.protocol}://people.apache.org/www/turbine.apache.org/builds/fulcrum/fulcrum-testcontainer/${fulcrum.release.version}/${fulcrum.rc.version}/site</url>
-        </site>
-      </distributionManagement>
-    </profile>
-  </profiles>  
+ 
 
   <properties>
-    <fulcrum.release.version>1.0.6</fulcrum.release.version>
-    <fulcrum.rc.version>RC2</fulcrum.rc.version>
-    <fulcrum.deployment.protocol>scpexe</fulcrum.deployment.protocol>
+    <turbine.site.path>fulcrum/fulcrum-testcontainer</turbine.site.path>
   </properties>
 	
 </project>
\ No newline at end of file

Added: turbine/fulcrum/trunk/testcontainer/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/turbine/fulcrum/trunk/testcontainer/src/changes/changes.xml?rev=1693856&view=auto
==============================================================================
--- turbine/fulcrum/trunk/testcontainer/src/changes/changes.xml (added)
+++ turbine/fulcrum/trunk/testcontainer/src/changes/changes.xml Mon Aug  3 07:38:44 2015
@@ -0,0 +1,97 @@
+<?xml version="1.0"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements.  See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership.  The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License.  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied.  See the License for the
+ specific language governing permissions and limitations
+ under the License.
+-->
+<document>
+  <properties>
+    <title>Fulcrum</title>
+    <author email="epugh@upstate.com">Eric Pugh</author>
+    <!-- author email="quintonm@bellsouth.net">Quinton McCombs</author -->
+  </properties>
+  <body>
+    <release version="1.0.7" date="in Subversion">
+      <action type="update" dev="gk">
+       Added JUnit 4 Support
+      </action>
+      <action type="update" dev="sgoeschl">
+       Making the log level for the YAAFIContainer configurable
+      </action>      
+    </release> 
+    <release version="1.0.6" date="2009-05-03">
+      <action dev="tv" type="add">
+        Added a Maven-2 build
+      </action>
+      <action dev="tv" type="fix">
+        Added the missing log4j-dependency
+      </action>
+    </release>
+    <release version="1.0.5" date="2005-05-13">
+      <action dev="sgoeschl" type="change">
+        Changed the implementation wo work with fulcrum-yaafi 1.0.4-dev
+        since the initalization changed.
+      </action>
+    </release>
+    <release version="1.0.4" date="2004-11-24">
+      <action dev="epugh" type="add">
+        By default use Yaafi as the Test container, but you can swap to ECM for
+        more "real" testing if required by doing containerType=CONTAINER_ECM;.
+      </action>
+      <action dev="epugh" type="add">
+        Add helper "resolve" method that delegates to "lookup" to faciliate
+        using in both Merlin and ECM enviroments.
+      </action>
+      <action dev="epugh" type="add" due-to="Ben Gidley">
+        Tweak documentation to be more explicit on where config files
+        are pulled from.
+      </action>
+    </release>
+    <release version="1.0-alpha-2" date="in cvs">
+      <action dev="epugh" type="add">
+        Add additional context value urn:avalon:home to be more
+        Merlin friendly.
+      </action>
+    </release>
+    <release version="1.0-alpha-2" date="02-13-2004">
+      <action dev="epugh" type="add">
+        allow setup method of subclasses to throw exceptions if they want..
+      </action>
+    </release>
+    <release version="1.0-alpha-2" date="10-31/2003">
+      <action dev="epugh" type="update">
+        Changed the name of the component app root to "componentAppRoot" from
+        "ComponentAppRoot".  This matches what Turbine uses.  Really, this should
+        be a configurable thing, not a hardcoded context value.
+      </action>
+      <action dev="epugh" type="add">
+        TestContainer can accept either the split role.xml, config.xml
+        or just a single combined xml file.  Additionally, by lazy loading
+        the container, you can swap between container configurations in
+        the various unit tests.
+      </action>
+      <action dev="quintonm" type="add">
+        TestContainer component was added.  This is to be used for
+        testing of the components so that we do not have a dependancy
+        on Plexus.  The test container is based on ECM, which is what
+        Turbine is using.  A base class for unit tests is also included.
+      </action>
+
+    </release>
+
+  </body>
+</document>
+

Propchange: turbine/fulcrum/trunk/testcontainer/src/changes/changes.xml
------------------------------------------------------------------------------
    svn:eol-style = native