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 2005/12/15 18:30:16 UTC

svn commit: r357047 - in /portals/jetspeed-2/trunk/installer2: build-installer.xml build.xml

Author: taylor
Date: Thu Dec 15 09:30:11 2005
New Revision: 357047

URL: http://svn.apache.org/viewcvs?rev=357047&view=rev
Log:
http://issues.apache.org/jira/browse/JS2-448
Oracle installer broken

Modified:
    portals/jetspeed-2/trunk/installer2/build-installer.xml
    portals/jetspeed-2/trunk/installer2/build.xml

Modified: portals/jetspeed-2/trunk/installer2/build-installer.xml
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/installer2/build-installer.xml?rev=357047&r1=357046&r2=357047&view=diff
==============================================================================
--- portals/jetspeed-2/trunk/installer2/build-installer.xml (original)
+++ portals/jetspeed-2/trunk/installer2/build-installer.xml Thu Dec 15 09:30:11 2005
@@ -159,7 +159,7 @@
               <fileset dir="../target/portal-sql" >
                  <include name="**/*.sql" />
               </fileset>
-          </copy>          
+          </copy>   
	
	      <copy file='database/populate-userinfo-for-default-psml.sql' 
			    tofile="database/derby/populate-userinfo-for-default-psml.sql"/>
        </target>
 
 <!-- N.B.

Modified: portals/jetspeed-2/trunk/installer2/build.xml
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/installer2/build.xml?rev=357047&r1=357046&r2=357047&view=diff
==============================================================================
--- portals/jetspeed-2/trunk/installer2/build.xml (original)
+++ portals/jetspeed-2/trunk/installer2/build.xml Thu Dec 15 09:30:11 2005
@@ -96,7 +96,7 @@
         </sql>
         <sql driver="${jdbcDriverClass}" url="${jdbcUrl}" userid="${dbUser}"
             password="${dbPassword}"
-            src="${basedir}/database/populate-userinfo-for-default-psml.sql"
+            src="${basedir}/database/${dbName}/populate-userinfo-for-default-psml.sql"
             print="yes" output="outputfile.txt">
             <classpath>
                 <pathelement location="${jdbcDriverJar}"/>



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