View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jbpm.3?log=log20061121024931

BUILD FAILED
Ant Error Message: /services/cruisecontrol/work/scripts/build-jbpm.3.xml:46: Exit code: 1 See install_jbpm_ant.log in Build Artifacts for details.
Date of build: 11/21/2006 02:49:31
Time to build: 1 minute 17 seconds
Last changed: 11/21/2006 00:08:12
Last log entry: Add null check

 Unit Tests: (0)  Total Errors and Failures: (0)
 

 Modifications since last build:  (first 50 of 36)
1.4modifieddlloydconsole/src/main/java/org/jbpm/webapp/tag/jbpm/ui/ComponentBase.javaAdd null check
1.3modifieddlloydconsole/src/main/java/org/jbpm/webapp/tag/jbpm/ui/ComponentBase.javaThis is more elegant and reusable
1.3modifieddlloydconsole/src/main/java/org/jbpm/webapp/tag/jbpm/ui/Messages.javaThis is more elegant and reusable
1.8modifieddlloydconsole/src/main/java/org/jbpm/webapp/bean/TaskInstanceBean.javaMinor nit
1.13modifieddlloydconsole/src/main/webapp/common/template.xhtmlDo not bother with a "show details" button for messages, if the detail is exactly the same as the summary.
1.7modifieddlloydconsole/src/main/java/org/jbpm/webapp/bean/TaskInstanceBean.javaAdd a message when comments are added; clear comment field to prevent duplicates; do not add empty comments; trim leading and trailing whitespace from comments.
1.16modifieddlloydconsole/src/main/webapp/css/jbpm.cssText areas can be proportional too.
1.2modifieddlloydconsole/src/main/java/org/jbpm/webapp/tag/jbpm/ui/ComponentBase.javaMove resetId up (it is useful in any component that is a naming container). Also make sure that facets get their IDs reset as well.
1.2modifieddlloydconsole/src/main/java/org/jbpm/webapp/tag/jbpm/ui/Messages.javaMove resetId up (it is useful in any component that is a naming container). Also make sure that facets get their IDs reset as well.
1.8modifieddlloydjpdl/examples/websale/src/main/jpdl/form.create.xhtmlAdd a quantity validator. Addresses JBPM-599
1.8modifieddlloydjpdl/examples/websale/src/main/jpdl/form.evaluate.xhtmlAdd a quantity validator. Addresses JBPM-599
1.7modifieddlloydjpdl/examples/websale/src/main/jpdl/form.fix.xhtmlAdd a quantity validator. Addresses JBPM-599
1.12modifieddlloydconsole/src/main/webapp/common/template.xhtmlAccidentally got Extra Stuff on my last commit
1.9modifieddlloydconsole/src/main/java/org/jbpm/webapp/listener/JbpmPhaseListener.javaClose jBPM context after any phase which marks the JSF context as "complete". Resolves JBPM-786
1.11modifieddlloydconsole/src/main/webapp/common/template.xhtmlClose jBPM context after any phase which marks the JSF context as "complete". Resolves JBPM-786
1.7modifieddlloydjpdl/examples/websale/src/main/jpdl/form.create.xhtmlDemonstrate using a standard converter (in this case javax.faces.Integer) with the websale demo.
1.7modifieddlloydjpdl/examples/websale/src/main/jpdl/form.evaluate.xhtmlDemonstrate using a standard converter (in this case javax.faces.Integer) with the websale demo.
1.6modifieddlloydjpdl/examples/websale/src/main/jpdl/form.fix.xhtmlDemonstrate using a standard converter (in this case javax.faces.Integer) with the websale demo.
1.6modifieddlloydjpdl/examples/websale/src/main/jpdl/form.money.xhtmlDemonstrate using a standard converter (in this case javax.faces.Integer) with the websale demo.
1.2modifieddlloydconsole/src/main/webapp/main/process/summary.xhtmlAdd "start process instance" button to process definition summary screen
1.10modifieddlloydconsole/src/main/webapp/common/template.xhtmlRemove "start process instance" menu item, give message summary an ID to make unit testing simpler
1.2modifieddlloydconsole/src/main/java/org/jbpm/webapp/bean/PageBean.javaRemove now-useless methods
1.7modifieddlloydconsole/src/main/java/org/jbpm/webapp/bean/ProcessBean.javaMore robust error handling
1.15modifieddlloydconsole/src/main/webapp/css/jbpm.cssDo not show space (on IE) when there are no messages
1.4modifieddlloydconsole/src/main/java/org/jbpm/webapp/tag/jbpm/JbpmLibrary.javaAdd base class for components, and restructure messages
1.1addeddlloydconsole/src/main/java/org/jbpm/webapp/tag/jbpm/ui/ComponentBase.javaAdd base class for components, and restructure messages
1.5modifieddlloydconsole/src/main/java/org/jbpm/webapp/tag/jbpm/ui/DataForm.javaAdd base class for components, and restructure messages
1.1addeddlloydconsole/src/main/java/org/jbpm/webapp/tag/jbpm/ui/Messages.javaAdd base class for components, and restructure messages
1.9modifieddlloydconsole/src/main/webapp/common/template.xhtmlAdd base class for components, and restructure messages
1.14modifieddlloydconsole/src/main/webapp/css/jbpm.cssAdd base class for components, and restructure messages
1.4modifieddlloydconsole/src/main/webapp/js/jbpm.jsAdd base class for components, and restructure messages
1.5modifieddlloydconsole/src/main/webapp/search/filter/processdefinition.xhtmlAdd base class for components, and restructure messages
1.5modifieddlloydconsole/src/main/webapp/search/filter/task.xhtmlAdd base class for components, and restructure messages
1.7modifieddlloydconsole/src/main/webapp/search/form/formtemplate.xhtmlAdd base class for components, and restructure messages
1.6modifieddlloydconsole/src/main/java/org/jbpm/webapp/bean/ProcessBean.javaUseless imports
1.2modifieddlloydconsole/src/main/java/org/jbpm/webapp/tag/tf/ui/AbstractTaskFormButton.javaSolve bug where action gets called once for every request cycle that the component is preserved through