You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by ta...@apache.org on 2006/10/27 01:13:45 UTC

svn commit: r468183 - /portals/jetspeed-2/trunk/maven-archetypes/portal/src/archetype/archetype-resources/app-servers/build.xml

Author: taylor
Date: Thu Oct 26 16:13:44 2006
New Revision: 468183

URL: http://svn.apache.org/viewvc?view=rev&rev=468183
Log:
missing \${basedir}, nasty one

Modified:
    portals/jetspeed-2/trunk/maven-archetypes/portal/src/archetype/archetype-resources/app-servers/build.xml

Modified: portals/jetspeed-2/trunk/maven-archetypes/portal/src/archetype/archetype-resources/app-servers/build.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/maven-archetypes/portal/src/archetype/archetype-resources/app-servers/build.xml?view=diff&rev=468183&r1=468182&r2=468183
==============================================================================
--- portals/jetspeed-2/trunk/maven-archetypes/portal/src/archetype/archetype-resources/app-servers/build.xml (original)
+++ portals/jetspeed-2/trunk/maven-archetypes/portal/src/archetype/archetype-resources/app-servers/build.xml Thu Oct 26 16:13:44 2006
@@ -142,7 +142,7 @@
     </target>
 
     <target name="invoke-deploy" unless="org.apache.jetspeed.unsupported">
-        <ant antfile="\${basedir}/${org.apache.jetspeed.deploy.target}-build.xml" dir="${basedir}" target="deploy" inheritall="off">
+        <ant antfile="\${basedir}/${org.apache.jetspeed.deploy.target}-build.xml" dir="\${basedir}" target="deploy" inheritall="off">
             <property name="org.apache.jetspeed.server.home"
                       value="${org.apache.jetspeed.server.home}"/>
             <property name="org.apache.jetspeed.catalina.version.major"
@@ -181,7 +181,7 @@
     </target>
 
     <target name="invoke-hot-deploy" unless="org.apache.jetspeed.unsupported">
-        <ant antfile="\${basedir}/${org.apache.jetspeed.deploy.target}-build.xml" dir="${basedir}" target="hot-deploy" inheritall="off">
+        <ant antfile="\${basedir}/${org.apache.jetspeed.deploy.target}-build.xml" dir="\${basedir}" target="hot-deploy" inheritall="off">
             <property name="org.apache.jetspeed.server.home"
                       value="${org.apache.jetspeed.server.home}"/>
             <property name="org.apache.jetspeed.groupid"
@@ -202,7 +202,7 @@
     </target>
 
     <target name="invoke-hot-deploy-shared-jar" unless="org.apache.jetspeed.unsupported">
-        <ant antfile="\${basedir}/${org.apache.jetspeed.deploy.target}-build.xml" dir="${basedir}" target="hot-deploy-shared-jar" inheritall="off">
+        <ant antfile="\${basedir}/${org.apache.jetspeed.deploy.target}-build.xml" dir="\${basedir}" target="hot-deploy-shared-jar" inheritall="off">
             <property name="org.apache.jetspeed.deploy.groupid"
                       value="${org.apache.jetspeed.deploy.groupid}"/>
             <property name="org.apache.jetspeed.deploy.artifactid"
@@ -213,7 +213,7 @@
     </target>
 
     <target name="invoke-hot-deploy-jar" unless="org.apache.jetspeed.unsupported">
-        <ant antfile="\${basedir}/${org.apache.jetspeed.deploy.target}-build.xml" dir="${basedir}" target="hot-deploy-jar" inheritall="off">
+        <ant antfile="\${basedir}/${org.apache.jetspeed.deploy.target}-build.xml" dir="\${basedir}" target="hot-deploy-jar" inheritall="off">
             <property name="org.apache.jetspeed.deploy.groupid"
                       value="${org.apache.jetspeed.deploy.groupid}"/>
             <property name="org.apache.jetspeed.deploy.artifactid"
@@ -224,7 +224,7 @@
     </target>
 
     <target name="invoke-hot-deploy-war" unless="org.apache.jetspeed.unsupported">
-        <ant antfile="\${basedir}/${org.apache.jetspeed.deploy.target}-build.xml" dir="${basedir}" target="hot-deploy-war" inheritall="off">
+        <ant antfile="\${basedir}/${org.apache.jetspeed.deploy.target}-build.xml" dir="\${basedir}" target="hot-deploy-war" inheritall="off">
             <property name="org.apache.jetspeed.deploy.groupid"
                       value="${org.apache.jetspeed.deploy.groupid}"/>
             <property name="org.apache.jetspeed.deploy.artifactid"



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org