Version 33, last updated by chrisb206 at February 05, 2009 18:20 UTC
Provisionator Main Page
Main Page for the Build Lackey Labs Provisionizer Project
Overview
The Provisionizer automates the installation and setup of the third party frameworks and utilities needed to build, test, and deploy industrial strength Java applications.
Documentation Links
This page describes the pain points addressed by the Provisionizer,
together with its features and benefits.
Click here to view requirements documentation for the UI and use case write ups.
A detailed tutorial is available here:
- http://my-svn.assembla.com/svn/provisionizer/doc/usecases/provisionizer.tutorial.txt
Current Build Status and Reports
Pulling and Building The Code
The source code written so far can be pulled from svn at this URL:
svn co http://my-svn.assembla.com/svn/provisionizer
and you can run it like this:
cd provisionizer
mvn clean test
FAQ - How Do I ?
- Check in changes to SVN ?
- You must be a project team member. Please ask Chris to send you an invite so you can register.
- Keep current on what changes are happening in the project ?
- Click here for a status page.
- You can also sign up to receive email notifications of checkins and wiki activity by clicking here
- Look on the far right of the page for the link that says 'change alert settings'
-
Tips & Tricks
Before you try to run unit tests in your IDE make sure you do a "maven package' in the top level directory. This willensure that all of the test fixtures that you have under test/resources are copied to ${basedir}/target/test-classes so that they are accessible on the classpath.