Skip to content
Snippets Groups Projects
Select Git revision
  • master
1 result

mimic_bb

  • Roger Feese's avatar
    Roger W Feese authored
    d3ebe7ae
    History
    Name Last commit Last update
    conf
    web
    .gitignore
    LICENSE.txt
    README.txt
    build.xml
    Mimic Blackboard Building Block
    
    This is a Blackboard building block that provides a system tool designed to
    allow an Admin to "mimic" (become) another user.
    
    
    Project Directory Structure
    ---------------------------------------------------------------------
    
    /	project root
    /web	JSP, HTML, CSS, JavaScript or other web files or templates
    /conf	App configuration files such as web.xml and bb-manifest.xml
    /config	Taglibs directory used by Bb building block
    /build	Dynamically created data generated by Ant build targets.
    
    
    Compiling
    ---------------------------------------------------------------------
    
    The project is set up to build using Ant. The primary build
    configuration is in the "build.xml" file.
    
    Ant build targets
    
    	webapp	Builds the webapp directory structure in /build/webapp.
    	war	Creates a deployable WAR file.