|
View:
New views
1 Messages
—
Rating Filter:
Alert me
|
|
|
[cargo] r1689 - in core/trunk: documentation samplesAuthor: adriana
Date: 2008-08-21 09:05:55 -0500 (Thu, 21 Aug 2008) New Revision: 1689 Modified: core/trunk/documentation/pom.xml core/trunk/samples/pom.xml Log: Update for jonas container support. Modified: core/trunk/documentation/pom.xml =================================================================== --- core/trunk/documentation/pom.xml 2008-08-21 14:05:11 UTC (rev 1688) +++ core/trunk/documentation/pom.xml 2008-08-21 14:05:55 UTC (rev 1689) @@ -56,6 +56,11 @@ </dependency> <dependency> <groupId>org.codehaus.cargo</groupId> + <artifactId>cargo-core-container-jonas</artifactId> + <version>${version}</version> + </dependency> + <dependency> + <groupId>org.codehaus.cargo</groupId> <artifactId>cargo-core-container-resin</artifactId> <version>${version}</version> </dependency> Modified: core/trunk/samples/pom.xml =================================================================== --- core/trunk/samples/pom.xml 2008-08-21 14:05:11 UTC (rev 1688) +++ core/trunk/samples/pom.xml 2008-08-21 14:05:55 UTC (rev 1689) @@ -43,6 +43,11 @@ </dependency> <dependency> <groupId>org.codehaus.cargo</groupId> + <artifactId>cargo-core-container-jonas</artifactId> + <version>${version}</version> + </dependency> + <dependency> + <groupId>org.codehaus.cargo</groupId> <artifactId>cargo-core-container-orion</artifactId> <version>${version}</version> </dependency> @@ -212,7 +217,6 @@ <value>http://www.apache.org/dist/tomcat/tomcat-6/v6.0.14/bin/apache-tomcat-6.0.14.zip</value> </property> - <property> <name>cargo.jetty4x.port</name> <value>8280</value> @@ -316,6 +320,45 @@ </property> <!-- + Note: There is no direct zip download link for JOnAS 4. Please + download it manually from http://jonas.ow2.org/ and specify + where it is installed using the cargo.jonas4x.home property. + + For example: + <property> + <name>cargo.jonas4x.home</name> + <value>c:/apps/JONAS</value> + </property> + + Unfortunately, CARGO doesn't support the tgz format. + <property> + <name>cargo.jonas4x.url</name> + <value>http://download.fr.forge.objectweb.org/jonas/jonas4.10.1-tomcat5.5.26.tgz</value> + </property + --> + <property> + <name>cargo.jonas4x.port</name> + <value>8280</value> + </property> + <!-- additional required properties to make the samples work correctly --> + <property> + <name>cargo.jonas4x.configuration.cargo.jonas.realm.name</name> + <value>Cargo Test Realm</value> + </property> + <property> + <name>cargo.jonas4x.configuration.cargo.jonas.remote.deployer.skip.module.removal</name> + <value>true</value> + </property> + <property> + <name>cargo.jonas4x.configuration.cargo.remote.username</name> + <value>jonas</value> + </property> + <property> + <name>cargo.jonas4x.configuration.cargo.remote.password</name> + <value>jonas</value> + </property> + + <!-- If you're behind a proxy, you can define the following properties in your settings.xml file: @@ -534,5 +577,11 @@ <cargo.containers>jo1x</cargo.containers> </properties> </profile> + <profile> + <id>jonas4x</id> + <properties> + <cargo.containers>jonas4x</cargo.containers> + </properties> + </profile> </profiles> </project> --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
| Free Forum Powered by Nabble | Forum Help |