• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Temporary hack to stop it trying to build the chat project. This allows the build to work on Shaun, although JBOSS won't start properly.

Fixed typo for the location of larsrc tool/

Commented out call to larsrc deploy tool task in build script. The tool does not build without errors yet.

Added new tools Chat and Shared Resources

Left jboss ear file hardcoded - now replaced with a value set in build.xml.

Implemented a new method to store a package (or directory) of files.

    • binary
    ./lib/lams/lams-contentrepository.jar
  1. … 2 more files in changeset.
Implementation getLearningLibraryByTitle was wrong and the method is not used so the whole method was removed.

Implementation of getLearningLibraries was returning all libraries in the database. Changed to only return the active libraries (ie the libraries that have been successfully installed).

  1. … 2 more files in changeset.
Completed linking of a language file to a complex activity. The last check in of code was missing setting the language file in the database - it only copied the file.

On doing this second part, I found that I hadn't passed data around in the same manner as Chris originally designed. So I removed the Maps returned by the tasks and went over to Chris' way of just calling the tasks to get any necessary cross-task information.

    • binary
    ./deploy-tool/lib/lams-tool-deploy.jar
    • -1
    • +2
    ./librarypackages/nbsubmit/learninglibrary1_insert.sql
  1. … 16 more files in changeset.
Updated Tool Deployer so that that parallel activities, installed using the tool deployer, can also be I18N.

    • binary
    ./deploy-tool/lib/lams-tool-deploy.jar
    • -0
    • +1
    ./lib/spring/src/.cvsignore
    • -0
    • +174
    ./librarypackages/nbsubmit/language/ApplicationResources.properties
Move the language/message/resource file to the conf area. Will now be deployed to the lams-dictonary.jar to make I8N easier.

  1. … 4 more files in changeset.
Added a MessageSource manager, which will load arbitrary message sources on the fly. It is used to access the tool's language files from the authoring code, but it could be used by any part of LAMS to access a resource file as long as the path to the file is known.

Added I8N support constants for the activity and tool title, description, etc.

Added the language dictionary directory to the application. This will put all the language files on the common classpath. If we find later we don't want it on the common classpath then it will need to be added individually to each web-app's Manifest.

Added greater flexibility to the language files for the tool deployment - the deployment configuration now specfies the package into which the file(s) shoul be placed. For tools this may be their normal package, or a tool signature directory. For non-tool activities this will be a artificial name.

    • binary
    ./deploy-tool/lib/lams-tool-deploy.jar
  1. … 4 more files in changeset.
Updated lams_common jar.

Updated lams_common jar.

Moved the IBaseDAO and BaseDAO classes to their own packages and out of learning design. This interface and class may be used as the basis for any Hibernate DAO in the system - it isn't compulsory but it is a handy way of getting functionality. If we are going to be using it all over the place, having the classes in the learning design package is not a good idea.

  1. … 24 more files in changeset.
upgrade xjavadoc to 1.5 snapshot

replace old xjavadox1.1 for Java SE5 syntax.

    • binary
    ./lib/xdoclet/xjavadoc-1.5-snapshot050611.jar
Updated BasicToolVO to match the current Tool object, and added an interface to BasicToolVO. Now the call in lLamsToolService which allows a tool to access its own record in the lams_tool table refers to an interface (IToolVO) rather than a POJO. The code still passes a BasicToolVO to any calling tools, but it is better to refer only to interfaces in a service definition, rather than a concrete class.

  1. … 7 more files in changeset.
Updated mysql-connector, to go with MySQL 5.0

    • binary
    ./deploy-tool/lib/mysql-connector-java-3.1.12-bin.jar
    • binary
    ./deploy-tool/lib/mysql-connector-java-3.1.7-bin.jar
Removed content repository entry - use the one in windows/unix.properties

Changed echo statement lams-cruise task. Check-in for testing CruiseControl on Shaun.

Added lams-cruise task for to be run by CruiseControl

Updated ServerURL (unix) for Shaun configuration.

Added rebuild-db task.

Adjusted property files for OS dependencies.

Change quartz make it persistence

  1. … 11 more files in changeset.
Add quartz persist table and upgrade to 1.5.2 from 1.5.0RC

    • -0
    • +17
    ./conf/unix/jboss/service/mysql-ds.xml
    • -0
    • +16
    ./conf/windows/jboss/service/mysql-ds.xml
    • -0
    • +1
    ./lib/quartz/dbTables/readme.txt
    • binary
    ./lib/quartz/dbTables/tables_cloudscape.sql
    • binary
    ./lib/quartz/dbTables/tables_db2.sql
    • binary
    ./lib/quartz/dbTables/tables_db2_v72.sql
    • binary
    ./lib/quartz/dbTables/tables_db2_v8.sql
    • binary
    ./lib/quartz/dbTables/tables_derby.sql
    • binary
    ./lib/quartz/dbTables/tables_firebird.sql
    • binary
    ./lib/quartz/dbTables/tables_hsqldb.sql
    • binary
    ./lib/quartz/dbTables/tables_hsqldb_old.sql
    • binary
    ./lib/quartz/dbTables/tables_informix.sql
    • binary
    ./lib/quartz/dbTables/tables_mysql.sql
    • binary
    ./lib/quartz/dbTables/tables_mysql_innodb.sql
  1. … 10 more files in changeset.
update mysql JDBC driver

    • binary
    ./lib/mysql/mysql-connector-java-3.1.12-bin.jar
    • binary
    ./lib/mysql/mysql-connector-java-3.1.7-bin.jar
Copies specified language files from tool directories to the lams-dictionary.jar in the ear. Added a fileset to the ant tag - couldn't do it as nicely as I would have wanted as I couldn't get nested tags working.

    • binary
    ./deploy-tool/lib/lams-tool-deploy.jar
  1. … 19 more files in changeset.
Include multiple choice in the build again.