Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Added a tool's applicationContext entry to the web.xml files for monitoring, learning and central

    • -0
    • +326
    ./org/lamsfoundation/lams/tool/deploy/UpdateWebXmlTask.java
  1. … 1 more file in changeset.
Updated copyright statement - only support GPL v 2.0

    • -19
    • +22
    ./org/lamsfoundation/lams/tool/deploy/FilesTask.java
    • -19
    • +21
    ./org/lamsfoundation/lams/tool/deploy/Task.java
  1. … 172 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.

    • -4
    • +1
    ./org/lamsfoundation/lams/tool/deploy/Task.java
  1. … 6 more files in changeset.
Updated Tool Deployer so that that parallel activities, installed using the tool deployer, can also be I18N.

Also added the Id keyword for expansion.

    • -2
    • +6
    ./org/lamsfoundation/lams/tool/deploy/Task.java
  1. … 11 more files in changeset.
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.

  1. … 1 more file in changeset.
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.

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

  1. … 8 more files in changeset.
Classes specific for deployment of a library activity that contains more than one tool activity

sample tool deploy properties file

    • -0
    • +20
    ./org/lamsfoundation/lams/tool/deploy/templateDeployTool.xml
configuration for tool deployment

    • -0
    • +443
    ./org/lamsfoundation/lams/tool/deploy/DeployToolConfig.java
Parent class for deploy configurations. common attributes dbUsername, dbPassword, dbDriverClass and dbDriverUrl is shared with child classes.

Main class for tool Deployment. the configurations are stored in DeployToolConfig instead of DeployConfig.

Functions similar to the previous CreatePackageTask. This will generate the deploy properties (xml format) for the toold eployment

    • -0
    • +114
    ./org/lamsfoundation/lams/tool/deploy/CreateToolPackageTask.java
CreatePackageTask is now the parent class for creating tool/library packages. It follows the same logic as the original CreatePackageTask, just the some commonality between library and tool package task is extracted

Changed default values to something more standard than Chris' values.

Rationalised jars to match the common jar libraries, but left in project. Setup tool_deploy so that it can be built and loaded into lams_build project, the properties file generated from a build script and the deployment run from a built script. This was done to make a usuable development tool deploy task as well as make it easier to build the deployment package.

    • -0
    • +216
    ./org/lamsfoundation/lams/tool/deploy/CreatePackageTask.java
    • -0
    • +37
    ./org/lamsfoundation/lams/tool/deploy/templateDeploy.properties
  1. … 12 more files in changeset.
no message

    • -1
    • +6
    ./org/lamsfoundation/lams/tool/deploy/Task.java
no message

    • -0
    • +71
    ./org/lamsfoundation/lams/tool/deploy/FilesTask.java
    • -2
    • +17
    ./org/lamsfoundation/lams/tool/deploy/Task.java
  1. … 13 more files in changeset.
Deploy working

  1. … 7 more files in changeset.
Dev update

  1. … 18 more files in changeset.
Dev update

Dev update

    • -0
    • +99
    ./org/lamsfoundation/lams/tool/deploy/ScriptRunner.java
  1. … 7 more files in changeset.
Dev update

Dev update

    • -0
    • +30
    ./org/lamsfoundation/lams/tool/deploy/Deploy.java
    • -0
    • +281
    ./org/lamsfoundation/lams/tool/deploy/DeployConfig.java
  1. … 15 more files in changeset.
no message

    • -0
    • +84
    ./org/lamsfoundation/lams/tool/deploy/DBTask.java
    • -0
    • +51
    ./org/lamsfoundation/lams/tool/deploy/DeployWarTask.java
    • -0
    • +145
    ./org/lamsfoundation/lams/tool/deploy/FileTokenReplacer.java
    • -0
    • +16
    ./org/lamsfoundation/lams/tool/deploy/Task.java
    • -0
    • +75
    ./org/lamsfoundation/lams/tool/deploy/ToolDBActivateTask.java
    • -0
    • +389
    ./org/lamsfoundation/lams/tool/deploy/ToolDBDeployTask.java
  1. … 10 more files in changeset.