https://github.com/ubc/b2-template
Building Block Template for Blackboard Learn
https://github.com/ubc/b2-template
Last synced: 4 months ago
JSON representation
Building Block Template for Blackboard Learn
- Host: GitHub
- URL: https://github.com/ubc/b2-template
- Owner: ubc
- Archived: true
- Created: 2012-09-25T05:40:49.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2014-09-18T21:21:16.000Z (about 11 years ago)
- Last Synced: 2025-03-15T06:34:59.170Z (8 months ago)
- Size: 297 KB
- Stars: 1
- Watchers: 14
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Building Block Template for Blackboard Learn
============================================
This template helps developers to set up the building block development environment.
Provides:
* Spring
* Log4J
* JUnit
* Jetty (for testing)
* And more
Requirements:
* JDK
* Apache Ant
* Blackboard SDK
How to Use:
git clone https://github.com/ubc/b2-template.git PROJECT_NAME
cd PROJECT_NAME
ant init
This will help you to setup the initial develop environment, including directory structures and download the necessary jar files. You may want to remove this .git directory and create your own git repo once your set up your project.