AppFuseCruiseControl |
|
| Your trail: |
Difference between
version 2
and
version 1:
| At line 19 added 2 lines. |
| To begin, you'll need to create a "logs/appfuse" directory in the "appfuse-cc" directory and you'll also need to run "ant" to run everything manually once. I'd love to automate these steps, but I couldn't figure out how. |
|
| At line 21 changed 1 line. |
| I experienced many issues in the process of trying to get this to work. You can't use the simple [<ant>|http://cruisecontrol.sourceforge.net/main/configxml.html#ant] builder with AppFuse b/c it doesn't find all of the tasks (even though they're defined) in build.xml. To get around this, you have to use the [antscript attribute|http://confluence.public.thoughtworks.org/display/CC/AntScriptAttribute] - which works, but the process hangs after running all the tests. |
| I experienced many issues in the process of trying to get this to work. You can't use the simple [<ant>|http://cruisecontrol.sourceforge.net/main/configxml.html#ant] builder with AppFuse b/c it doesn't find all of the tasks (even though they're defined) in build.xml. To get around this, you have to use the [antscript attribute|http://confluence.public.thoughtworks.org/display/CC/AntScriptAttribute] - which works, but the process hangs after running all the tests. It just sits at: |
| At line 25 added 5 lines. |
| {{{BUILD SUCCESSFUL |
| Total time: 3 minutes 39 seconds}}} |
|
| ... for hours ... |
|
Back to AppFuseCruiseControl,
or to the Page History.
|