Index: lams_build/build.xml =================================================================== diff -u -r088dbcf441a1443c55042ca298850077bdee7028 -r186ca4646bd048626831812a67dd6e130e6f9ccf --- lams_build/build.xml (.../build.xml) (revision 088dbcf441a1443c55042ca298850077bdee7028) +++ lams_build/build.xml (.../build.xml) (revision 186ca4646bd048626831812a67dd6e130e6f9ccf) @@ -38,7 +38,7 @@ ${ant.project.name}: Removing cache and build folders - + ${ant.project.name}: Creating build dir structure @@ -74,7 +74,7 @@ - + @@ -86,7 +86,7 @@ - + @@ -96,11 +96,11 @@ - - - - - + + + + + @@ -114,7 +114,7 @@ - + @@ -127,7 +127,7 @@ - + MANUALLY COPY TAGS TO UNLISTED PROJECTS: Kaltura and other public and private tools @@ -136,7 +136,7 @@ Copying embedded MySQL drivers to library dir, if available - + @@ -189,7 +189,7 @@ - + @@ -265,8 +265,8 @@ Deploying EAR - - + + @@ -305,7 +305,7 @@ - + @@ -343,7 +343,7 @@ - + @@ -369,7 +369,7 @@ - + @@ -429,62 +429,58 @@ ${ant.project.name}: Deploying additional JARs and configuration files - - - - + + + + + + + + + + - + + + + - - + @@ -512,9 +510,12 @@ + + + - + @@ -545,7 +546,7 @@ - + @@ -564,12 +565,12 @@ + file="${jboss.home}/standalone/deploymentsers/jbossweb.deployer/web.xml"/> + file="${jboss.home}/standalone/deploymentsers/jbossweb.deployer/META-INF/war-deployers-jboss-beans.xml"/> - + @@ -578,14 +579,14 @@ - + - + @@ -654,18 +655,18 @@ - - - - + + + + + tofile="${jboss.home}/standalone/deploymentsers/jbossweb.deployer/META-INF/war-deployers-jboss-beans.xml"/> + tofile="${jboss.home}/standalone/deploymentsers/jbossweb.deployer/web.xml"/> - + @@ -692,7 +693,7 @@ - + @@ -708,11 +709,11 @@ - + - + @@ -772,6 +773,9 @@ + + + Index: lams_build/build_base.xml =================================================================== diff -u -r088dbcf441a1443c55042ca298850077bdee7028 -r186ca4646bd048626831812a67dd6e130e6f9ccf --- lams_build/build_base.xml (.../build_base.xml) (revision 088dbcf441a1443c55042ca298850077bdee7028) +++ lams_build/build_base.xml (.../build_base.xml) (revision 186ca4646bd048626831812a67dd6e130e6f9ccf) @@ -27,7 +27,7 @@ - + @@ -132,7 +132,7 @@ password="${db.password}" encoding="utf8"> - + @@ -296,16 +296,16 @@ ${ant.project.name}: Deploying JAR - + ${ant.project.name}: Deploying WAR - + Copying language files for ${ant.project.name}, if exist - + @@ -330,12 +330,12 @@ ${ant.project.name}: Enable module in EAR config files - - - + ${ant.project.name}: Renaming existing WAR - + ${ant.project.name}: Exploding WAR to folder - + ${ant.project.name}: Removing temporary WAR - + @@ -364,7 +364,7 @@ Overwriting deployed ${ant.project.name} web files with source files - + @@ -374,10 +374,10 @@ ${ant.project.name}: Removing WAR folder - + Removing temporary WAR for ${ant.project.name}, if exists - + @@ -410,10 +410,10 @@ - + - + Index: lams_build/build_tools_base.xml =================================================================== diff -u -r088dbcf441a1443c55042ca298850077bdee7028 -r186ca4646bd048626831812a67dd6e130e6f9ccf --- lams_build/build_tools_base.xml (.../build_tools_base.xml) (revision 088dbcf441a1443c55042ca298850077bdee7028) +++ lams_build/build_tools_base.xml (.../build_tools_base.xml) (revision 186ca4646bd048626831812a67dd6e130e6f9ccf) @@ -193,7 +193,7 @@ toolInsertScriptPath="${basedir}/build/deploy/sql/tool_insert.sql" toolDBVersionScriptPath="${basedir}/build/deploy/sql/db_version_insert.sql" toolApplicationContextPath="/${product.path.filesystem}/${tool.application.context.file}" - lamsEarPath="${jboss.home}server/default/deploy/lams.ear" + lamsEarPath="${jboss.home}/standalone/deployments/lams.ear" toolContext="${toolContext}" toolWebUri="${product}.war" languageFilesPackage="${product.path.java}"> Index: lams_build/conf/standalone.xml =================================================================== diff -u -r440668cd2f84fd819f07acf296c2c16f1a00b447 -r186ca4646bd048626831812a67dd6e130e6f9ccf --- lams_build/conf/standalone.xml (.../standalone.xml) (revision 440668cd2f84fd819f07acf296c2c16f1a00b447) +++ lams_build/conf/standalone.xml (.../standalone.xml) (revision 186ca4646bd048626831812a67dd6e130e6f9ccf) @@ -138,18 +138,8 @@ - - jdbc:h2:mem:test;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=FALSE - h2 - - sa - sa - - - @db.url.run@ - @db.driver@ MySQL utf8 true Index: lams_build/unix.properties =================================================================== diff -u -r088dbcf441a1443c55042ca298850077bdee7028 -r186ca4646bd048626831812a67dd6e130e6f9ccf --- lams_build/unix.properties (.../unix.properties) (revision 088dbcf441a1443c55042ca298850077bdee7028) +++ lams_build/unix.properties (.../unix.properties) (revision 186ca4646bd048626831812a67dd6e130e6f9ccf) @@ -33,4 +33,4 @@ contentrepository.base=/var/opt/lams #JBoss deploy directory (Unix) -jboss.home=/usr/local/jboss-5.1/ \ No newline at end of file +jboss.home=/usr/local/wildfly-8.1/ \ No newline at end of file Index: lams_build/windows.properties =================================================================== diff -u -r088dbcf441a1443c55042ca298850077bdee7028 -r186ca4646bd048626831812a67dd6e130e6f9ccf --- lams_build/windows.properties (.../windows.properties) (revision 088dbcf441a1443c55042ca298850077bdee7028) +++ lams_build/windows.properties (.../windows.properties) (revision 186ca4646bd048626831812a67dd6e130e6f9ccf) @@ -32,4 +32,4 @@ contentrepository.base=C:/lams #JBoss deploy directory (Windows) -jboss.home=D:/jboss-5/ \ No newline at end of file +jboss.home=C:/wildfly-8.1/ \ No newline at end of file Index: lams_central/build.xml =================================================================== diff -u -r088dbcf441a1443c55042ca298850077bdee7028 -r186ca4646bd048626831812a67dd6e130e6f9ccf --- lams_central/build.xml (.../build.xml) (revision 088dbcf441a1443c55042ca298850077bdee7028) +++ lams_central/build.xml (.../build.xml) (revision 186ca4646bd048626831812a67dd6e130e6f9ccf) @@ -57,17 +57,17 @@ Removing cached files - - + + ${ant.project.name}: Deploying exploded WAR - + ${ant.project.name}: Copying language files - + Index: lams_common/build.xml =================================================================== diff -u -r088dbcf441a1443c55042ca298850077bdee7028 -r186ca4646bd048626831812a67dd6e130e6f9ccf --- lams_common/build.xml (.../build.xml) (revision 088dbcf441a1443c55042ca298850077bdee7028) +++ lams_common/build.xml (.../build.xml) (revision 186ca4646bd048626831812a67dd6e130e6f9ccf) @@ -98,7 +98,7 @@ - + @@ -109,7 +109,7 @@ password="${db.password}" encoding="utf8"> - + Index: lams_tool_pixlr/build.xml =================================================================== diff -u -r088dbcf441a1443c55042ca298850077bdee7028 -r186ca4646bd048626831812a67dd6e130e6f9ccf --- lams_tool_pixlr/build.xml (.../build.xml) (revision 088dbcf441a1443c55042ca298850077bdee7028) +++ lams_tool_pixlr/build.xml (.../build.xml) (revision 186ca4646bd048626831812a67dd6e130e6f9ccf) @@ -8,8 +8,8 @@ description="Build Tool archives and run deployment. Do not run on a production environment."> - - + +