Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-5403 Remove YUI compressor

  1. … 8 more files in changeset.
LDEV-4405 War deployment minifies Javascript files

LDEV-2913: Remove test sources and build tasks from LAMS projects.

  1. … 294 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: lams_monitoring: Remove duplicate MANIFEST. Change output folder of plain Java compilation so it is the same as in other projects. Allows JSP precompilation.

  1. … 3 more files in changeset.
LDEV-2823: Add properties that select whether standalone or embedded MySQL should be used for LAMS run and/or build. Make all Tools use MXJ connectors if needed. Make Tool Deployer usage lighter - libraries are not copied to Tools but they are referenced from a single spot. Copy MXJ connectors from "mysql_embedded" project if needed.

  1. … 50 more files in changeset.
WVI-15 Email Notifications

*merge from lams2_3_release

  1. … 32 more files in changeset.
Added explode-war ant task to lams-monitoring build file for convenience during development

Avoid copying class files to WEB-INF when doing synchronise deploy - don't want multiple versions of the classes floating around.

Branching: Create the Teacher Chosen branching screen, based on the existing Chosen Grouping screen. Not working yet but the changes have required changing the LessonService (in lams.jar) to take Grouping as a parameter, rather than GroupingActivity, so checking in Monitoring changes to match.

  1. … 5 more files in changeset.
Still trying to get this delete right!

Build was failing if some of the build directories didn't exist, so it couldn't be deleted. Change style of delete.

Splitting LAMS language files into two sets - LAMS and RAMS. Needed to clear the build directories that contained the language files before building.

  1. … 135 more files in changeset.
Added "copy-tags" to the build to make it easier to update the tags. Updated the jsp pages to support stripes and the separate learner stylesheet.

  1. … 269 more files in changeset.
Added task to copy non java files (ie jsps, swfs, etc) in the web directory to the deployed expanded war. Makes it easier when working on jsps.

Cleaning up unneeded stylesheets and tidying up portfolio pages.

  1. … 78 more files in changeset.
Implemented a view random grouping screen and an interative chosen grouping screen.

  1. … 8 more files in changeset.
Added deploy-jar to make development time builds easier

Moved the language/message/resource file to the conf area. Will now be deployed to the lams-dictonary.jar to make I8N easier.

  1. … 5 more files in changeset.
Updated Ant Buildfiles for Projects - retrieve OS-dependent j2ee.lib property.

  1. … 9 more files in changeset.
Converted to Servlet 2.4, JSTL 1.1

  1. … 43 more files in changeset.
Working on createLesson and initializeLesson

  1. … 9 more files in changeset.
Converted to use the common.properties definitions in lams_build.

  1. … 5 more files in changeset.
Updated the taglib settings and references to suit the new standard

  1. … 46 more files in changeset.
Added a dummy monitoring page that will allow developers to access their tools via the normal learner url.

  1. … 12 more files in changeset.
Upgraded Hibernate to 3.0

  1. … 59 more files in changeset.
Removed reference to WEBINF/lib directory as not longer needed

Still trying to get the delete old report directory command right!

Fixed my change to the clean target - only worked when the test cases had been run. Moved the delete statement for the report directory into the test target.

Will now run the service and gate action tests okay - allows more memory.