org.lams.toolbuilder

  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Added alot of regex management to the rename tool code, hopefully this will prevent collisions beteen the user's choice of nameing for the rename tool

Changes to make sure that the root tool directory does not get renamed

Added a new page to the wizard that allows you to choose from a list of projects in the workspace from which to base your new tool project

small update for lamstool builder project

Added in tests to see if the workspace contains the valid projects

* Fixed translating bug, java variable names were not translating correctly

* Submit test files were not translating correctly

Added in RenameToolTaskList.jace, it will be a class that compiles takslists for teh rename tool based upon the tool template used

    • -0
    • +170
    ./src/org/lams/toolbuilder/renameTool/RenameToolTaskList.java
Prototype created, creates a lams tool project using the submit tool as a template. More templates will be added later

Creates a new project and copies a sample submit project into it

    • -0
    • +288
    ./src/org/lams/toolbuilder/renameTool/RenameTool.java
renameTool added

renameTool added

    • -0
    • +202
    ./src/org/lams/toolbuilder/renameTool/Main.java
    • -0
    • +75
    ./src/org/lams/toolbuilder/renameTool/readme.txt
    • binary
    ./src/org/lams/toolbuilder/renameTool/tasklist.conf
First commit of LAMS tool builder eclipse plugin.

The prototype wizard and project creation is implemented

    • -0
    • +18
    ./META-INF/MANIFEST.MF
    • -0
    • +239
    ./src/org/lams/toolbuilder/editors/MultiPageToolEditor.java
    • -0
    • +15
    ./src/org/lams/toolbuilder/util/Constants.java
    • -0
    • +99
    ./src/org/lams/toolbuilder/util/LamsToolBuilderLog.java
    • -0
    • +262
    ./src/org/lams/toolbuilder/wizards/LAMSNewToolWizard.java
    • -0
    • +437
    ./src/org/lams/toolbuilder/wizards/LAMSNewToolWizardPage.java
    • -0
    • +13
    ./src/org/lams/toolbuilder/wizards/WizardConstants.java