Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-3336: Remove code for unnecessary ContentRepository WAR.

  1. … 270 more files in changeset.
LDEV-2847: Major changes to build.xml files. See JIRA comment for full explanation.

  1. … 1313 more files in changeset.
LDEV-2839: In Content Repository project: Copy MANIFEST to conf/war directory so it is the same as in other projects. Remove xdoclet-build.xml file as it has multiple hardcoded library references and seems like just a old resource for testing, impossible to run with current configuration. Allow JSP precompilation.

  1. … 3 more files in changeset.
LDEV-2823: Add forgotten changes in Content Repository: driver check, usage of proper connection string when using embedded MySQL.

Should use the libraries that are in lams_build.

Updated copyright statement - only support GPL v 2.0

  1. … 39 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.
Updated Ant Buildfiles for Projects - retrieve OS-dependent j2ee.lib property.

  1. … 9 more files in changeset.
Change ant name.

  1. … 1 more file in changeset.
Converted to Servlet 2.4, JSTL 1.1. Also switched the web.xml, struts config file to be generated with xdoclet.

  1. … 44 more files in changeset.
Removed copyfiles as no longer needed - written up in wiki and master build as a manual task.

Upgraded Hibernate to 3.0

  1. … 59 more files in changeset.
Converted to use the common properties file.

  1. … 1 more file in changeset.
Added extra memory tags to the test task - avoid out of memory errors.

Changed testcases to use resource files stored in the test java package, rather than relying them to be on the filesystem. Anyone should now be able to run the test, rather than needed to set their PC up manually.

Switched build, class paths to use libraries in the build area.

  1. … 66 more files in changeset.
Restructured code to specify application context files by name in the web.xml.

  1. … 124 more files in changeset.
Rejigged a few things to make junit work locally, now that main code uses JNDI database. Included moving the test context to the src area so that is in jar and available for junit testing in other projects. Changed name of createCredential to createCredentials. More consistent with other methods. Fixed a transaction bug - this method was defined as createCredentials in the Spring xml file.

  1. … 7 more files in changeset.
Change the build script to use a properties file

  1. … 2 more files in changeset.
Updated build to implement standard build entries

  1. … 1 more file in changeset.
Changed to Mysql 4.1, and to 3.1.7 connector. Moved the table definitions to lams_common. Added a unit test option to build file.

  1. … 9 more files in changeset.
Added manifest file to jar.

  1. … 2 more files in changeset.
Added GPL / copyright statement

  1. … 79 more files in changeset.
Got the collections caching with JBOSS cache. Got unit tests working with ehcache. Build file now generates hbm.xml from java files using xdoclet.

  1. … 22 more files in changeset.
Experimenting with JBOSS cache

  1. … 10 more files in changeset.
Change name from com.lamsinternational to org.lamsfoundation. Changed all the entries I can find but the jar file still contains a folder reference it appears.

  1. … 415 more files in changeset.
Got packages displaying okay in demo - using a special servlet that embeds the uuid and version in the path.

  1. … 2 more files in changeset.
Partial implementation of demo

  1. … 31 more files in changeset.
Writes out basic node details to db - but does it the hard way as it isn't cascading updates.

  1. … 7 more files in changeset.
Code to create workspace, create/update credentials working - with transactions. Basically works but the transaction handling hasn't been break tested, and the DAO access doesn't make good use of Spring framework

  1. … 8 more files in changeset.