Author: woonsan Date: Tue Feb 1 17:58:58 2011 New Revision: 1066105 URL: http://svn.apache.org/viewvc?rev=1066105&view=rev Log: JS2-1236: Fixing the seed resource file paths. Thank you so much for pointing out this problem and the cause, Ruben!
Modified: portals/jetspeed-2/portal/trunk/jetspeed-installer/etc/database/build.xml Modified: portals/jetspeed-2/portal/trunk/jetspeed-installer/etc/database/build.xml URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/trunk/jetspeed-installer/etc/database/build.xml?rev=1066105&r1=1066104&r2=1066105&view=diff ============================================================================== --- portals/jetspeed-2/portal/trunk/jetspeed-installer/etc/database/build.xml (original) +++ portals/jetspeed-2/portal/trunk/jetspeed-installer/etc/database/build.xml Tue Feb 1 17:58:58 2011 @@ -371,7 +371,7 @@ <java classname="org.apache.jetspeed.tools.db.serializer.JetspeedSerializerApplicationImpl" fork="yes" failonerror="yes"> <classpath refid="installationClasspath"/> <syspropertyset refid="installationProps"/> - <arg line="-I "${basedir}/resources/${_seedDataFile}" + <arg line="-I "${basedir}/resources/seed/${_seedDataFile}" -a "${basedir}/../webapps/${portalName}" -c "serializer" -p "${jetspeedWebInfDir}/conf/spring-filter.properties"" /> --------------------------------------------------------------------- To unsubscribe, e-mail: jetspeed-dev-unsubscr...@portals.apache.org For additional commands, e-mail: jetspeed-dev-h...@portals.apache.org