build.xml

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Replace wrong commit

Bug fix for mixed OS zip file handling.

  1. … 2 more files in changeset.
Updated the SQL scripts to load the language test users to suit the new organisations.

  1. … 13 more files in changeset.
Moved the language/message/resource file to the conf area. Will now be deployed to the lams-dictonary.jar to make I8N easier.

  1. … 49 more files in changeset.
Merged quartz transaction and added create DB transaction for rebuild-db task.

Add quartz persist table and upgrade to 1.5.2 from 1.5.0RC

  1. … 24 more files in changeset.
add properties to war file if exists

Implementing Preview - basic running of preview done, deletion of old preview lessons not completed.

  1. … 10 more files in changeset.
Modified common build to update the content repository deletion - wasn't working as the repository location had been changed. Relies on the o/s properties file now.

Removed references to web app - no longer needed.

Changed basic db build to include some test users.

Remove target hbm2java

lams.war no longer exists so build task removed

Add new target, copy shared session jar into JBOSS lib folder

Converted to use the common.properties file in lams_build. This will make it easier to update the shared properties.

  1. … 3 more files in changeset.
Removed test classes from lams.jar. The necessary classes (e.g. the lams test case) are now in src, not test.

Added initial Theme support

  1. … 34 more files in changeset.
Updated classpath to stop referring to libs that no longer are there and tweaked the test build to include my test zip file (so that the test passes)

  1. … 1 more file in changeset.
Removed master build script, and the copyfiles entries in the normal build script - this functionality is now in lams_build.

  1. … 14 more files in changeset.
Commented the jars out of copy files as they are taken care of in the ear

*** empty log message ***

  1. … 116 more files in changeset.
Added clean of repository directory when the database is rebuilt. This ensures that the repository will not throw "file exists" errors.

  1. … 1 more file in changeset.
*** empty log message ***

  1. … 33 more files in changeset.
changes for master build of ear

  1. … 2 more files in changeset.
JUnit task comment added

Rename AbstractLamsCommonTestCase to AbstractLamsTestCase. so it can used in other package as well.

  1. … 8 more files in changeset.
correct some problem for jar creation

  1. … 1 more file in changeset.
setup test environment for mock web testing

  1. … 3 more files in changeset.
*** empty log message ***

Added following to <rebuild-db> target <transaction src="${sql}/insert_test_data.sql"/>