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 at...@apache.org on 2005/12/15 20:14:47 UTC

svn commit: r357060 - in /portals/jetspeed-2/branches/JETSPEED-BRANCH-2.0.1/installer2: build-installer.xml build.xml

Author: ate
Date: Thu Dec 15 11:14:36 2005
New Revision: 357060

URL: http://svn.apache.org/viewcvs?rev=357060&view=rev
Log:
http://issues.apache.org/jira/browse/JS2-448
Oracle installer broken 
(copied from trunk)

Modified:
    portals/jetspeed-2/branches/JETSPEED-BRANCH-2.0.1/installer2/build-installer.xml
    portals/jetspeed-2/branches/JETSPEED-BRANCH-2.0.1/installer2/build.xml

Modified: portals/jetspeed-2/branches/JETSPEED-BRANCH-2.0.1/installer2/build-installer.xml
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/branches/JETSPEED-BRANCH-2.0.1/installer2/build-installer.xml?rev=357060&r1=357059&r2=357060&view=diff
==============================================================================
--- portals/jetspeed-2/branches/JETSPEED-BRANCH-2.0.1/installer2/build-installer.xml (original)
+++ portals/jetspeed-2/branches/JETSPEED-BRANCH-2.0.1/installer2/build-installer.xml Thu Dec 15 11:14:36 2005
@@ -160,7 +160,7 @@
                  <include name="**/*.sql" />
               </fileset>
           </copy>          
-       </target>
+          <copy file='database/populate-userinfo-for-default-psml.sql' 
                tofile="database/derby/populate-userinfo-for-default-psml.sql"/>

       </target>
 
 <!-- N.B.
 this target does nothing in the deployed version

Modified: portals/jetspeed-2/branches/JETSPEED-BRANCH-2.0.1/installer2/build.xml
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/branches/JETSPEED-BRANCH-2.0.1/installer2/build.xml?rev=357060&r1=357059&r2=357060&view=diff
==============================================================================
--- portals/jetspeed-2/branches/JETSPEED-BRANCH-2.0.1/installer2/build.xml (original)
+++ portals/jetspeed-2/branches/JETSPEED-BRANCH-2.0.1/installer2/build.xml Thu Dec 15 11:14:36 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