• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Changes made to all tools, so they should be made in the example tool

Changes to build, so the tool deployer can put the tool_version in the deploy.xml when the tool is build.

Now, the tool_version in tool_insert.sql must be replaced by @tool_version@, and the actual tool version goes in the buld.properties under tool.version

  1. … 3 more files in changeset.
(This was changed in all the other tools, so should also be changed for the example tool) Changing build.xml "deploy-tool" target to separate the compilation and deploy processess. This will be used later for debian packaging

Updated address of FSF in copyright statement

  1. … 795 more files in changeset.
Tool deployment utility has been changed to update the context path and class path when the tool is deployed. Build file changed to match and the main tool context application file moved so that only the tool's have a context file classpath of /org/lamsfoundation/lams/tool.

  1. … 26 more files in changeset.
Added LAMS custom tags directory

  1. … 5 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.
Implemented some basic Hibernate POJOs and their DAOs, along with an applicationContext.xml file. The tool should now deploy okay and appear in authoring. So you can run a lesson with it but you can't actually do anything as the service doesn't store any data and no jsp pages exist.

  1. … 30 more files in changeset.
Initial version of example tool. DB setup done but Hibernate objects are yet to be done.

  1. … 44 more files in changeset.