You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jv...@apache.org on 2007/10/06 20:06:08 UTC

svn commit: r582524 - /maven/sandbox/trunk/archetypeng/archetypeng-common/src/test/java/org/apache/maven/archetype/ArchetyperTest.java

Author: jvanzyl
Date: Sat Oct  6 11:06:08 2007
New Revision: 582524

URL: http://svn.apache.org/viewvc?rev=582524&view=rev
Log:
o sketch of the round trip test that has to work in order for embedding to work

Modified:
    maven/sandbox/trunk/archetypeng/archetypeng-common/src/test/java/org/apache/maven/archetype/ArchetyperTest.java

Modified: maven/sandbox/trunk/archetypeng/archetypeng-common/src/test/java/org/apache/maven/archetype/ArchetyperTest.java
URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/archetypeng/archetypeng-common/src/test/java/org/apache/maven/archetype/ArchetyperTest.java?rev=582524&r1=582523&r2=582524&view=diff
==============================================================================
--- maven/sandbox/trunk/archetypeng/archetypeng-common/src/test/java/org/apache/maven/archetype/ArchetyperTest.java (original)
+++ maven/sandbox/trunk/archetypeng/archetypeng-common/src/test/java/org/apache/maven/archetype/ArchetyperTest.java Sat Oct  6 11:06:08 2007
@@ -10,5 +10,12 @@
         throws Exception
     {
         Archetyper archetype = (Archetyper) lookup( Archetyper.ROLE );
+
+        // (1) create a project from scratch
+        // (2) create an archetype from the project
+        // (3) create our own archetype catalog properties in memory
+        // (4) create our own archetype catalog describing the archetype we just created
+        // (5) deploy the archetype we just created         
+        // (6) create a project form the archetype we just created
     }
 }