This is a Spring Roo plugin for including Twitter Bootstrap in your Roo projects.
Thanks go to pmartinezalvarez for providing the base project roo-bootstrap.
With this plugin you will get Twitter Bootstrap 3.0, jQuery 2.0.3 and Font Awesome 4.0.3.
To run roo-bootstrap download or clone the repository and run "mvn package" to build the project. The file de.eightbitboy.roo.bootstrap-0.3.1.jar will be generated. Leave the file in the project folder or move it to a location of your choice.
To activate the pluging fire up roo and type the following command:
osgi start --url file://[YOUR_FILE_PATH]/de.eightbitboy.roo.bootstrap-0.3.1.jar
For example at my machine it looks this (notice the three slashes!):
osgi start --url file:///C:/roo-bootstrap/de.eightbitboy.roo.bootstrap-0.3.1.jar
To install roo-bootstrap in your project type the following command:
web mvc install bootstrap
Contact me if there are any problems!
Roo-bootstrap uses dbootstrap, roostrap and Font Awesome.