[jboss-cvs] JBossAS SVN: r102615 - in projects/aop/trunk: build and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Mar 19 02:55:22 EDT 2010


Author: flavia.rainone at jboss.com
Date: 2010-03-19 02:55:21 -0400 (Fri, 19 Mar 2010)
New Revision: 102615

Added:
   projects/aop/trunk/asintegration-core/src/etc/ReadMe-AS6.txt
Modified:
   projects/aop/trunk/build/build.xml
Log:
[JBAOP-772] Added a readme-AS6.txt file to jboss-60-install.

Added: projects/aop/trunk/asintegration-core/src/etc/ReadMe-AS6.txt
===================================================================
--- projects/aop/trunk/asintegration-core/src/etc/ReadMe-AS6.txt	                        (rev 0)
+++ projects/aop/trunk/asintegration-core/src/etc/ReadMe-AS6.txt	2010-03-19 06:55:21 UTC (rev 102615)
@@ -0,0 +1,12 @@
+To upgrade your jboss instance:
+1) Copy the contents of the lib folder into the JBoss-6.x/lib/ folder
+2) Copy the jboss-aop-jdk50.deployer over the JBoss-6.x/server/xxx/deployers/jboss-aop-jboss5.deployer/ folder
+3) Copy the jboss-aop-client.jar (located at ../lib) into the JBoss-6.x/client/ folder.
+4) Copy the aop.xml file into the JBoss-6.x/server/<your-server-config>/conf/bootstrap/
+Note that this will not replace the jboss-aspect-library.jar, which is tied to application
+server version
+Alternatively, you can use the ant script:
+1) Edit jboss.properties file, setting the root of the jboss installation
+and the server configuration you wish to patch.
+2) Run the command:
+$ ant 
\ No newline at end of file


Property changes on: projects/aop/trunk/asintegration-core/src/etc/ReadMe-AS6.txt
___________________________________________________________________
Name: svn:eol-style
   + native

Modified: projects/aop/trunk/build/build.xml
===================================================================
--- projects/aop/trunk/build/build.xml	2010-03-19 06:52:20 UTC (rev 102614)
+++ projects/aop/trunk/build/build.xml	2010-03-19 06:55:21 UTC (rev 102615)
@@ -326,7 +326,8 @@
     <property name="aop.pluggable-instrumentor.location" value="${project.root}/pluggable-instrumentor/target/pluggable-instrumentor.jar"/>
     <property name="aop.deployers.location" value="${project.root}/deployers/target/jboss-aop-deployers.jar"/>
     <property name="aop.readme-as4.location" value="${project.root}/asintegration-core/src/etc/ReadMe-AS4.txt"/>
-    <property name="aop.readme-as5.location" value="${project.root}/asintegration-core/src/etc/ReadMe-AS5.txt"/>
+    <property name="aop.readme-as5.location" value="${project.root}/asintegration-core/src/etc/ReadMe-AS5.txt"/>
+    <property name="aop.readme-as6.location" value="${project.root}/asintegration-core/src/etc/ReadMe-AS6.txt"/>
     <property name="aop.jboss-service.location" value="${project.root}/asintegration-jmx/src/resources/META-INF/jboss-service.xml"/>
 
     <!-- Copy across the eula -->
@@ -390,8 +391,7 @@
     <copy todir="${project.release}/jboss-60-install/lib" file="${aop.50.location}"/>
     <copy todir="${project.release}/jboss-60-install/lib" file="${aop.asintegration-core.location}"/>
     <copy todir="${project.release}/jboss-60-install/lib" file="${aop.asintegration-mc.location}"/>
-    <!-- TODO create a readme as6! -->
-    <!-- <copy todir="${project.release}/jboss-60-install" file="${aop.readme-as5.location}"/> -->
+    <copy todir="${project.release}/jboss-60-install" file="${aop.readme-as6.location}"/>
     <copy tofile="${project.release}/jboss-60-install/build.xml" file="../asintegration-core/src/etc/jboss-60-install-jboss-aop-build.xml"/>
     <copy tofile="${project.release}/jboss-60-install/aop.xml" file="../asintegration-core/src/etc/jboss-60-install-aop.xml"/>
     <copy todir="${project.release}/jboss-60-install" file="../asintegration-core/src/etc/jboss.properties"/>




More information about the jboss-cvs-commits mailing list