You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by dj...@apache.org on 2006/05/13 00:55:08 UTC

svn commit: r405926 - in /geronimo/branches/1.1/assemblies: j2ee-installer/ zzzzj2ee-installer/ zzzzj2ee-installer/src/ zzzzj2ee-installer/src/var/config/

Author: djencks
Date: Fri May 12 15:55:07 2006
New Revision: 405926

URL: http://svn.apache.org/viewcvs?rev=405926&view=rev
Log:
Move the installer to the end of the assemblies so you can kill the build after what your want is complete

Added:
    geronimo/branches/1.1/assemblies/zzzzj2ee-installer/
      - copied from r405792, geronimo/branches/1.1/assemblies/j2ee-installer/
    geronimo/branches/1.1/assemblies/zzzzj2ee-installer/LICENSE.txt
      - copied unchanged from r405917, geronimo/branches/1.1/assemblies/j2ee-installer/LICENSE.txt
    geronimo/branches/1.1/assemblies/zzzzj2ee-installer/NOTICE.txt
      - copied unchanged from r405917, geronimo/branches/1.1/assemblies/j2ee-installer/NOTICE.txt
    geronimo/branches/1.1/assemblies/zzzzj2ee-installer/maven.xml
      - copied, changed from r405917, geronimo/branches/1.1/assemblies/j2ee-installer/maven.xml
    geronimo/branches/1.1/assemblies/zzzzj2ee-installer/project.properties
      - copied unchanged from r405917, geronimo/branches/1.1/assemblies/j2ee-installer/project.properties
    geronimo/branches/1.1/assemblies/zzzzj2ee-installer/project.xml
      - copied unchanged from r405917, geronimo/branches/1.1/assemblies/j2ee-installer/project.xml
    geronimo/branches/1.1/assemblies/zzzzj2ee-installer/src/
      - copied from r405917, geronimo/branches/1.1/assemblies/j2ee-installer/src/
    geronimo/branches/1.1/assemblies/zzzzj2ee-installer/src/var/config/offline-deployer-list
Removed:
    geronimo/branches/1.1/assemblies/j2ee-installer/

Copied: geronimo/branches/1.1/assemblies/zzzzj2ee-installer/maven.xml (from r405917, geronimo/branches/1.1/assemblies/j2ee-installer/maven.xml)
URL: http://svn.apache.org/viewcvs/geronimo/branches/1.1/assemblies/zzzzj2ee-installer/maven.xml?p2=geronimo/branches/1.1/assemblies/zzzzj2ee-installer/maven.xml&p1=geronimo/branches/1.1/assemblies/j2ee-installer/maven.xml&r1=405917&r2=405926&rev=405926&view=diff
==============================================================================
--- geronimo/branches/1.1/assemblies/j2ee-installer/maven.xml (original)
+++ geronimo/branches/1.1/assemblies/zzzzj2ee-installer/maven.xml Fri May 12 15:55:07 2006
@@ -25,6 +25,16 @@
 
     <!-- replace the assemble:install goal with jelly code to build the installer -->
     <goal name="assemble:install">
+        <echo>
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+
+    THE INSTALLER IS KNOWN NOT TO WORK
+    WE WELCOME YOUR HELP IN FIXING IT
+    SEE http://issues.apache.org/jira/browse/GERONIMO-1518 
+
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+        </echo>
+
         <!-- assemble-to-repo will assemble but put the cars -->
         <!--    in the repository instead of the config-store-->
         <attainGoal name="assemble:assemble-to-repo"/>

Added: geronimo/branches/1.1/assemblies/zzzzj2ee-installer/src/var/config/offline-deployer-list
URL: http://svn.apache.org/viewcvs/geronimo/branches/1.1/assemblies/zzzzj2ee-installer/src/var/config/offline-deployer-list?rev=405926&view=auto
==============================================================================
--- geronimo/branches/1.1/assemblies/zzzzj2ee-installer/src/var/config/offline-deployer-list (added)
+++ geronimo/branches/1.1/assemblies/zzzzj2ee-installer/src/var/config/offline-deployer-list Fri May 12 15:55:07 2006
@@ -0,0 +1,7 @@
+#list of deployers to be started for offline deployment
+geronimo/geronimo-gbean-deployer/${pom.currentVersion}/car
+geronimo/j2ee-deployer/${pom.currentVersion}/car
+geronimo/openejb-deployer/${pom.currentVersion}/car
+geronimo/client-deployer/${pom.currentVersion}/car
+geronimo/axis-deployer/${pom.currentVersion}/car
+geronimo/tomcat-deployer/${pom.currentVersion}/car