Created
July 30, 2010 10:38
-
-
Save jvanzyl/500295 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[INFO] Scanning for projects... | |
[INFO] | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Building rails_sqlite3 - rails3 application 1.0-SNAPSHOT | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] | |
[INFO] --- rails3-maven-plugin:0.20.0:generate (default-cli) @ rails_sqlite3 --- | |
[INFO] Successfully installed bundler-1.0.0.rc.2 | |
[INFO] 1 gem installed | |
[INFO] create app/controllers/form_controller.rb | |
[INFO] route get "form/nexus" | |
[INFO] invoke erb | |
[INFO] create app/views/form | |
[INFO] create app/views/form/nexus.html.erb | |
[INFO] invoke test_unit | |
[INFO] create test/functional/form_controller_test.rb | |
[INFO] invoke helper | |
[INFO] create app/helpers/form_helper.rb | |
[INFO] invoke test_unit | |
[INFO] create test/unit/helpers/form_helper_test.rb | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] BUILD SUCCESS | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Total time: 24.040s | |
[INFO] Finished at: Fri Jul 30 06:37:54 EDT 2010 | |
[INFO] Final Memory: 5M/81M | |
[INFO] ------------------------------------------------------------------------ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment