Build failed in Hudson: Dhis2 Service Trunk #675

See <DHIS2 App Hub;

Changes:

[Lars] Added latitude, longitude, polygoncoordinates to dxf

[hieu] Removed dhis-support-i18n module which was empty and created by merging process at Rev 1855.

[Lars] Finishing work on annotations for now. Most beans in the support projects are now annotated and injected in other beans through auto-wiring. This will hopefully enable more rapid development. As xml configuration for DI has its advantages (clearer what beans are in the system and their relation to other beans, easier to re-wire beans, allows for more advanced wiring) I will leave it here and let the business beans live with xml config.

[Lars] More annotations

[Lars] Using annotations in service-administration

[Lars] Minor fix

[Lars] Replaced references to sessionFactory with annotations

[Lars] Minor fix

[Lars] Minor fix

[Quang] Minor fix.

[Lars] Minor fix

[Quang] Improve the speed when persisting associations with multi OrgUnits.

[Lars] Replaced databaseInfoProvider bean with annotations

[Tran Chau] Mirror fix.

[Lars] Replaced deletionManager bean with annotations

[Lars] Removed unnecessary use of DeletionManager

[Lars] Replaced cacheManager and dbmsManager definitions with annotations

[Lars] Improved DhisTest

[Lars] Replaced HibernateConfigurationProvider definition with annotations

[Lars] Replaced LocationManagerResolver bean with annotations

[Lars] Replaced locationManager bean references with annotations.

[Lars] Replaced configurationManager bean xml definition with annotations

[Lars] Improved DhisTest support class. Test time almost cut in half. Using annotations in dhis-support-jdbc-test test classes.

[Lars] Enabled Spring auto-wiring. Upgraded to quick 1.1.7 and removed Spring exclusions.

[Lars] Removed unnecessary Spring config

[Quang] Fix bug #484055: slow speed on select/unselected large number of orgUnits on the unit tree.

[Lars] Update spring config files to 3.0 schema

[Lars] Applied patch from Quang. Fixes problem with mandatory column in patientattribute table.

[Lars] Jasper reports are now persisted and loaded from the database. See blueprint 'report-loading-from-database'

[Tran Chau] Patient Validation module - Missing files.

[Lars] Applied patch from Tran on patient-module validation. See blueprint 'patient-validation'. Great work.

[HISP] Bug fix in NBITS reports

[Jan Henrik Overland] (GIS) Line chart for several periods implemented.

[Bob Jolliffe] Tidied up comment

[Bob Jolliffe] Couldn't resist fixing typo following Lars test commit :slight_smile:
Removed method from XPathFilter
Added a method to TransformerTask which transforms to a Pipe

[Lars] Test commit

[Lars] Only appending random number to orgunit shortnames larger than 30 chars in 1.4 file import

[Lars] Made the import process more robust in situations where an imported CalculatedDataElement is matching with a regular DataElement in the database and vice versa.

[Lars] Simplification

[hieu] Uncleared the session in selection tree when updating the orgunit group

[Lars] Added missing translation in GIS

[Lars] Improved robustness for report table regression

[Lars] Mysql fix

[Lars] And there we added the files...

[Lars] Introduced interface ImportableObject. This means that we can threat all objects we import equally which enables sorting. Fixes bug #579307.

[Lars] CategoryCombo and Period extends IdentifiableObject

[Lars] Core objects extending IdentifiableObject

···

------------------------------------------
[...truncated 212 lines...]
M dhis-2/dhis-support/dhis-support-jdbc-test/src/test/java/org/hisp/dhis/jdbc/batchhandler/ImportDataValueBatchHandlerTest.java
M dhis-2/dhis-support/dhis-support-jdbc-test/src/test/java/org/hisp/dhis/jdbc/batchhandler/IndicatorBatchHandlerTest.java
M dhis-2/dhis-support/dhis-support-jdbc-test/src/test/java/org/hisp/dhis/jdbc/batchhandler/IndicatorGroupBatchHandlerTest.java
M dhis-2/dhis-support/dhis-support-jdbc-test/src/test/java/org/hisp/dhis/jdbc/batchhandler/IndicatorGroupSetBatchHandlerTest.java
M dhis-2/dhis-support/dhis-support-jdbc-test/src/test/java/org/hisp/dhis/jdbc/batchhandler/IndicatorTypeBatchHandlerTest.java
M dhis-2/dhis-support/dhis-support-jdbc-test/src/test/java/org/hisp/dhis/jdbc/batchhandler/OrganisationUnitGroupBatchHandlerTest.java
M dhis-2/dhis-support/dhis-support-jdbc-test/src/test/java/org/hisp/dhis/jdbc/batchhandler/PeriodBatchHandlerTest.java
M dhis-2/dhis-support/dhis-support-jdbc-test/src/test/java/org/hisp/dhis/jdbc/batchhandler/SourceOrganisationUnitBatchHandlerTest.java
M dhis-2/dhis-support/dhis-support-jdbc/src/main/java/org/hisp/dhis/jdbc/batchhandler/OrganisationUnitBatchHandler.java
M dhis-2/dhis-support/dhis-support-jdbc/src/main/java/org/hisp/dhis/jdbc/configuration/JdbcConfigurationFactoryBean.java
M dhis-2/dhis-support/dhis-support-jdbc/src/main/resources/META-INF/dhis/beans.xml
M dhis-2/dhis-support/dhis-support-system/src/main/java/org/hisp/dhis/system/database/HibernateDatabaseInfoProvider.java
M dhis-2/dhis-support/dhis-support-system/src/main/java/org/hisp/dhis/system/deletion/DefaultDeletionManager.java
M dhis-2/dhis-support/dhis-support-system/src/main/java/org/hisp/dhis/system/deletion/DeletionInterceptor.java
M dhis-2/dhis-support/dhis-support-system/src/main/java/org/hisp/dhis/system/grid/Grid.java
M dhis-2/dhis-support/dhis-support-system/src/main/java/org/hisp/dhis/system/objectmapper/AggregatedMapValueRowMapper.java
M dhis-2/dhis-support/dhis-support-system/src/main/java/org/hisp/dhis/system/util/StreamUtils.java
M dhis-2/dhis-support/dhis-support-system/src/main/resources/META-INF/dhis/beans.xml
M dhis-2/dhis-support/dhis-support-system/src/test/java/org/hisp/dhis/system/database/DatabaseInfoProviderTest.java
M dhis-2/dhis-support/dhis-support-system/src/test/java/org/hisp/dhis/system/deletion/DeletionManagerTest.java
-D dhis-2/dhis-support/dhis-support-system/src/test/resources/META-INF/
-D dhis-2/dhis-support/dhis-support-system/src/test/resources/META-INF/dhis/
-D dhis-2/dhis-support/dhis-support-system/src/test/resources/META-INF/dhis/beans.xml
M dhis-2/dhis-support/dhis-support-test/src/main/java/org/hisp/dhis/DhisConvenienceTest.java
M dhis-2/dhis-support/dhis-support-test/src/main/java/org/hisp/dhis/DhisSpringTest.java
M dhis-2/dhis-support/dhis-support-test/src/main/java/org/hisp/dhis/DhisTest.java
M dhis-2/dhis-web/dhis-web-caseentry/src/main/java/org/hisp/dhis/caseentry/action/caseentry/SaveValueAction.java
M dhis-2/dhis-web/dhis-web-caseentry/src/main/java/org/hisp/dhis/caseentry/screen/DefaultDataEntryScreenManager.java
M dhis-2/dhis-web/dhis-web-caseentry/src/main/resources/META-INF/dhis/beans.xml
M dhis-2/dhis-web/dhis-web-caseentry/src/main/resources/org/hisp/dhis/caseentry/i18n_module.properties
M dhis-2/dhis-web/dhis-web-caseentry/src/main/resources/struts.xml
M dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/dataEntryForm.vm
M dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/javascript/dataEntry.js
M dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/status.vm
M dhis-2/dhis-web/dhis-web-commons/src/main/java/org/hisp/dhis/about/action/AboutAction.java
M dhis-2/dhis-web/dhis-web-commons/src/main/java/org/hisp/dhis/order/store/FileDataElementOrderStore.java
M dhis-2/dhis-web/dhis-web-commons/src/main/java/org/hisp/dhis/oust/manager/DefaultSelectionTreeManager.java
M dhis-2/dhis-web/dhis-web-commons/src/main/java/org/hisp/dhis/oust/manager/SelectionTreeManager.java
M dhis-2/dhis-web/dhis-web-commons/src/main/resources/META-INF/dhis/beans.xml
M dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/resources/META-INF/dhis/beans.xml
M dhis-2/dhis-web/dhis-web-dataentry/src/main/resources/META-INF/dhis/beans.xml
M dhis-2/dhis-web/dhis-web-datamart/src/main/resources/META-INF/dhis/beans.xml
M dhis-2/dhis-web/dhis-web-excel-reporting/src/main/java/org/hisp/dhis/reportexcel/DefaultReportLocationManager.java
M dhis-2/dhis-web/dhis-web-excel-reporting/src/main/java/org/hisp/dhis/reportexcel/action/UpdateReportAssociationsAction.java
M dhis-2/dhis-web/dhis-web-excel-reporting/src/main/java/org/hisp/dhis/reportexcel/excelitemgroup/action/UpdateExcelItemGroupAssociationsAction.java
M dhis-2/dhis-web/dhis-web-excel-reporting/src/main/resources/META-INF/dhis/beans.xml
M dhis-2/dhis-web/dhis-web-importexport/src/main/java/org/hisp/dhis/importexport/action/imp/GetCompareOptionsAction.java
M dhis-2/dhis-web/dhis-web-importexport/src/main/java/org/hisp/dhis/importexport/action/imp/GetMatchOptionsAction.java
M dhis-2/dhis-web/dhis-web-importexport/src/main/java/org/hisp/dhis/importexport/action/imp/GetPreviewOptionsAction.java
M dhis-2/dhis-web/dhis-web-importexport/src/main/resources/META-INF/dhis/beans.xml
M dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataadmin/src/main/java/org/hisp/dhis/dataadmin/action/cache/ClearCacheAction.java
M dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataadmin/src/main/java/org/hisp/dhis/dataadmin/action/cache/ShowCacheAction.java
M dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataadmin/src/main/resources/META-INF/dhis/beans.xml
M dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-datadictionary/src/main/resources/META-INF/dhis/beans.xml
M dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataset/src/main/java/org/hisp/dhis/dataset/action/DefineDataSetAssociationsAction.java
M dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataset/src/main/java/org/hisp/dhis/dataset/action/editor/SaveAssignMultiDataSetForOrgunitAction.java
M dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataset/src/main/java/org/hisp/dhis/dataset/action/section/UpdateSectionAction.java
M dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataset/src/main/resources/META-INF/dhis/beans.xml
M dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-organisationunit/src/main/java/org/hisp/dhis/oum/action/organisationunitgroup/AddOrganisationUnitGroupAction.java
M dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-organisationunit/src/main/java/org/hisp/dhis/oum/action/organisationunitgroup/UpdateOrganisationUnitGroupAction.java
M dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-organisationunit/src/main/resources/META-INF/dhis/beans.xml
M dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-organisationunit/src/main/webapp/dhis-web-maintenance-organisationunit/updateOrganisationUnitGroupForm.vm
M dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/java/org/hisp/dhis/patient/action/caseaggregation/GetCaseAggExpressionAction.java
M dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/java/org/hisp/dhis/patient/action/caseaggregation/GetPSDataElementsAction.java
M dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/java/org/hisp/dhis/patient/action/dataentryform/GetOptionCombosAction.java
M dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/java/org/hisp/dhis/patient/action/dataentryform/SelectDataElementAction.java
M dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/java/org/hisp/dhis/patient/action/dataentryform/ViewDataEntryFormAction.java
M dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/java/org/hisp/dhis/patient/action/patient/SaveProgramEnrollmentAction.java
M dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/java/org/hisp/dhis/patient/action/patient/ValidatePatientProgramEnrollmentAction.java
M dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/java/org/hisp/dhis/patient/action/patientattributegroup/ValidatePatientAttributeGroupAction.java
M dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/java/org/hisp/dhis/patient/action/program/DefineProgramAssociationsAction.java
M dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/java/org/hisp/dhis/patient/action/programstage/UpdateProgramStageAction.java
M dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/java/org/hisp/dhis/patient/action/programstage/ValidateProgramStageAction.java
M dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/java/org/hisp/dhis/patient/action/relationship/ValidateAddRelationshipPatientAction.java
M dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/java/org/hisp/dhis/patient/idgen/PatientIdentifierGenerator.java
M dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/java/org/hisp/dhis/patient/screen/DefaultDataEntryManager.java
M dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/resources/META-INF/dhis/beans.xml
M dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/resources/org/hisp/dhis/patient/i18n_module.properties
M dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/resources/struts.xml
M dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/index.vm
M dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/javascript/patient.js
M dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/javascript/program.js
M dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/menu.vm
M dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/programEnrollmentForm.vm
M dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/programList.vm
M dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/responseProgramStage.vm
M dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-settings/src/main/resources/META-INF/dhis/beans.xml
M dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-user/src/main/java/org/hisp/dhis/user/action/AddUserAction.java
M dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-user/src/main/java/org/hisp/dhis/user/action/UpdateUserAction.java
M dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-user/src/main/resources/META-INF/dhis/beans.xml
M dhis-2/dhis-web/dhis-web-mapping/src/main/java/org/hisp/dhis/mapping/action/GetGeoJsonAction.java
M dhis-2/dhis-web/dhis-web-mapping/src/main/java/org/hisp/dhis/mapping/action/GetGeoJsonFilesAction.java
M dhis-2/dhis-web/dhis-web-mapping/src/main/java/org/hisp/dhis/mapping/action/GetMapValuesByLevelAction.java
M dhis-2/dhis-web/dhis-web-mapping/src/main/java/org/hisp/dhis/mapping/action/GetMapValuesByMapAction.java
M dhis-2/dhis-web/dhis-web-mapping/src/main/resources/META-INF/dhis/beans.xml
M dhis-2/dhis-web/dhis-web-mapping/src/main/resources/org/hisp/dhis/mapping/i18n_module.properties
M dhis-2/dhis-web/dhis-web-mapping/src/main/resources/struts.xml
M dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/i18n.vm
M dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/jsonAggregatedMapValues.vm
M dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/jsonminAggregatedMapValues.vm
M dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/mapping/index.html
M dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/mapping/script/index.js
M dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/resources/mapfish/widgets/Shortcuts.js
M dhis-2/dhis-web/dhis-web-portal/src/main/resources/META-INF/dhis/beans.xml
M dhis-2/dhis-web/dhis-web-reporting/src/main/java/org/hisp/dhis/reporting/dataset/generators/JasperDesignGenerator.java
M dhis-2/dhis-web/dhis-web-reporting/src/main/java/org/hisp/dhis/reporting/dataset/generators/JasperReportGenerator.java
M dhis-2/dhis-web/dhis-web-reporting/src/main/java/org/hisp/dhis/reporting/dataset/generators/JasperTabularDesignGenerator.java
M dhis-2/dhis-web/dhis-web-reporting/src/main/java/org/hisp/dhis/reporting/dataset/generators/JasperTabularReportGenerator.java
M dhis-2/dhis-web/dhis-web-reporting/src/main/java/org/hisp/dhis/reporting/dataset/report/XmlReportStore.java
M dhis-2/dhis-web/dhis-web-reporting/src/main/java/org/hisp/dhis/reporting/document/action/LoadDocumentFromFileSystemAction.java
M dhis-2/dhis-web/dhis-web-reporting/src/main/java/org/hisp/dhis/reporting/document/action/RemoveDocumentAction.java
M dhis-2/dhis-web/dhis-web-reporting/src/main/java/org/hisp/dhis/reporting/document/action/SaveDocumentAction.java
M dhis-2/dhis-web/dhis-web-reporting/src/main/java/org/hisp/dhis/reporting/reportviewer/action/AddReportAction.java
M dhis-2/dhis-web/dhis-web-reporting/src/main/java/org/hisp/dhis/reporting/reportviewer/action/GetAllReportsAction.java
M dhis-2/dhis-web/dhis-web-reporting/src/main/java/org/hisp/dhis/reporting/reportviewer/action/RenderReportAction.java
M dhis-2/dhis-web/dhis-web-reporting/src/main/resources/META-INF/dhis/beans.xml
M dhis-2/dhis-web/dhis-web-validationrule/src/main/resources/META-INF/dhis/beans.xml
M dhis-2/pom.xml
M local/in/dhis-web-reports-national/src/main/java/org/hisp/dhis/reports/activeplan/action/ActivePlanReportsResultAction.java
All changes applied successfully.
Now on revision 1887.
$ bzr revision-info -d "<DHIS2 App Hub;
[workspace] $ bzr log -v -r revid:hieu.hispvietnam@gmail.com-20100512084605-s89lkrdakphdpoh0..revid:larshelg@larshelg-laptop-20100519094829-0g3hlnaslj3mvcf3 --long --show-ids
Getting local revision...
$ bzr revision-info -d "<DHIS2 App Hub;
larshelg@larshelg-laptop-20100519094829-0g3hlnaslj3mvcf3
Parsing POMs
[dhis-2] $ java -Xmx2048m -XX:MaxPermSize=512m -cp /ifi/utgard/p01/dhis/projects/dhis-dev.ifi.uio.no/ci/home/plugins/maven-plugin/WEB-INF/lib/maven-agent-1.353.jar:/ifi/utgard/p01/dhis/projects/dhis-dev.ifi.uio.no/ci/home/tools/2.2.1/boot/classworlds-1.1.jar hudson.maven.agent.Main /ifi/utgard/p01/dhis/projects/dhis-dev.ifi.uio.no/ci/home/tools/2.2.1 /ifi/utgard/p01/dhis/projects/dhis-dev.ifi.uio.no/ci/tomcat/webapps/ci/WEB-INF/lib/remoting-1.353.jar /ifi/utgard/p01/dhis/projects/dhis-dev.ifi.uio.no/ci/home/plugins/maven-plugin/WEB-INF/lib/maven-interceptor-1.353.jar 54673 /ifi/utgard/p01/dhis/projects/dhis-dev.ifi.uio.no/ci/home/plugins/maven-plugin/WEB-INF/lib/maven2.1-interceptor-1.2.jar
<===[HUDSON REMOTING CAPACITY]===> channel started
Executing Maven: -B -f <DHIS2 App Hub; clean install findbugs:findbugs
[INFO] Scanning for projects...
[INFO] Reactor build order:
[INFO] DHIS 2
[INFO] DHIS API
[INFO] DHIS Support Parent Project
[INFO] DHIS Test Support
[INFO] DHIS External Support
[INFO] DHIS Hibernate Support
[INFO] DHIS System Support
[INFO] DHIS JDBC Service
[INFO] DHIS Services Parent Project
[INFO] DHIS Core API Implementations
[INFO] DHIS XML framework services
[INFO] DHIS I18n Static
[INFO] DHIS Options
[INFO] DHIS Administration Service
[INFO] DHIS DataMart Service - Default
[INFO] DHIS OrganisationUnit API Implementations
[INFO] DHIS Reporting Service
[INFO] DHIS Import-Export Service
[INFO] DHIS Aggregation Service - Default
[INFO] DHIS Excel Reporting Service
[INFO] DHIS Patient API Implementations
[INFO] DHIS JDBC Test Project
[INFO] ------------------------------------------------------------------------
[INFO] Building DHIS 2
[INFO] task-segment: [clean, install, findbugs:findbugs]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [install:install {execution: default-install}]
[INFO] Installing <DHIS2 App Hub; to /ifi/utgard/p01/dhis/.m2/repository/org/hisp/dhis/dhis/2.0.5-SNAPSHOT/dhis-2.0.5-SNAPSHOT.pom
[INFO] Preparing findbugs:findbugs
[INFO] No goals needed for project - skipping
[INFO] Setting property: classpath.resource.loader.class => 'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'.
[INFO] Setting property: velocimacro.messages.on => 'false'.
[INFO] Setting property: resource.loader => 'classpath'.
[INFO] Setting property: resource.manager.logwhenfound => 'false'.
[INFO] **************************************************************
[INFO] Starting Jakarta Velocity v1.4
[INFO] RuntimeInstance initializing.
[INFO] Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties
[INFO] Default ResourceManager initializing. (class org.apache.velocity.runtime.resource.ResourceManagerImpl)
[INFO] Resource Loader Instantiated: org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader
[INFO] ClasspathResourceLoader : initialization starting.
[INFO] ClasspathResourceLoader : initialization complete.
[INFO] ResourceCache : initialized. (class org.apache.velocity.runtime.resource.ResourceCacheImpl)
[INFO] Default ResourceManager initialization complete.
[INFO] Loaded System Directive: org.apache.velocity.runtime.directive.Literal
[INFO] Loaded System Directive: org.apache.velocity.runtime.directive.Macro
[INFO] Loaded System Directive: org.apache.velocity.runtime.directive.Parse
[INFO] Loaded System Directive: org.apache.velocity.runtime.directive.Include
[INFO] Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
[INFO] Created: 20 parsers.
[INFO] Velocimacro : initialization starting.
[INFO] Velocimacro : adding VMs from VM library template : VM_global_library.vm
[ERROR] ResourceManager : unable to find resource 'VM_global_library.vm' in any resource loader.
[INFO] Velocimacro : error using VM library template VM_global_library.vm : org.apache.velocity.exception.ResourceNotFoundException: Unable to find resource 'VM_global_library.vm'
[INFO] Velocimacro : VM library template macro registration complete.
[INFO] Velocimacro : allowInline = true : VMs can be defined inline in templates
[INFO] Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
[INFO] Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
[INFO] Velocimacro : initialization complete.
[INFO] Velocity successfully started.
[INFO] [findbugs:findbugs {execution: default-cli}]
[INFO] Using source root:
[INFO] <DHIS2 App Hub;
[INFO] Using test source root:
[INFO] <DHIS2 App Hub;
[INFO] Output class directory doesn't exist. Skipping findbugs.
[HUDSON] Archiving <DHIS2 App Hub; to /ifi/utgard/p01/dhis/projects/dhis-dev.ifi.uio.no/ci/home/jobs/Dhis2 Service Trunk/modules/org.hisp.dhis$dhis/builds/2010-05-20_04-04-34/archive/org.hisp.dhis/dhis/2.0.5-SNAPSHOT/pom.xml
[HUDSON] Archiving /ifi/utgard/p01/dhis/.m2/repository/org/hisp/dhis/dhis/2.0.5-SNAPSHOT/dhis-2.0.5-SNAPSHOT.pom to /ifi/utgard/p01/dhis/projects/dhis-dev.ifi.uio.no/ci/home/jobs/Dhis2 Service Trunk/modules/org.hisp.dhis$dhis/builds/2010-05-20_04-04-34/archive/org.hisp.dhis/dhis/2.0.5-SNAPSHOT/dhis-2.0.5-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Building DHIS API
[INFO] task-segment: [clean, install, findbugs:findbugs]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting directory <DHIS2 App Hub;
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using encoding: 'UTF-8' to copy filtered resources.
Downloading: http://www.amplecode.org/maven2/commons-lang/commons-lang/2.0/commons-lang-2.0.pom
[INFO] Unable to find resource 'commons-lang:commons-lang:pom:2.0' in repository amplecode_maven2_repo (http://www.amplecode.org/maven2\)
Downloading: http://dhis.uio.no/maven/external/commons-lang/commons-lang/2.0/commons-lang-2.0.pom
[INFO] Unable to find resource 'commons-lang:commons-lang:pom:2.0' in repository dhis.uio.no (http://dhis.uio.no/maven/external\)
Downloading: http://repository.jboss.org/maven2/commons-lang/commons-lang/2.0/commons-lang-2.0.pom
[INFO] Unable to find resource 'commons-lang:commons-lang:pom:2.0' in repository JBoss (http://repository.jboss.org/maven2\)
Downloading: http://repo1.maven.org/maven2/commons-lang/commons-lang/2.0/commons-lang-2.0.pom

Downloading: http://www.amplecode.org/maven2/commons-lang/commons-lang/2.0/commons-lang-2.0.jar
[INFO] Unable to find resource 'commons-lang:commons-lang:jar:2.0' in repository amplecode_maven2_repo (http://www.amplecode.org/maven2\)
Downloading: http://dhis.uio.no/maven/external/commons-lang/commons-lang/2.0/commons-lang-2.0.jar
[INFO] Unable to find resource 'commons-lang:commons-lang:jar:2.0' in repository dhis.uio.no (http://dhis.uio.no/maven/external\)
Downloading: http://repository.jboss.org/maven2/commons-lang/commons-lang/2.0/commons-lang-2.0.jar
[INFO] Unable to find resource 'commons-lang:commons-lang:jar:2.0' in repository JBoss (http://repository.jboss.org/maven2\)
Downloading: http://repo1.maven.org/maven2/commons-lang/commons-lang/2.0/commons-lang-2.0.jar

[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 323 source files to <DHIS2 App Hub;
[HUDSON] Archiving <DHIS2 App Hub; to /ifi/utgard/p01/dhis/projects/dhis-dev.ifi.uio.no/ci/home/jobs/Dhis2 Service Trunk/modules/org.hisp.dhis$dhis-api/builds/2010-05-20_04-04-34/archive/org.hisp.dhis/dhis-api/2.0.5-SNAPSHOT/pom.xml
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure
Unable to locate the Javac Compiler in:
  /usr/lib/jvm/java-1.6.0-sun-1.6.0.20.x86_64/jre/../lib/tools.jar
Please ensure you are using JDK 1.4 or above and
not a JRE (the com.sun.tools.javac.Main class is required).
In most cases you can change the location of your Java
installation by setting the JAVA_HOME environment variable.

[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 30 seconds
[INFO] Finished at: Thu May 20 04:05:17 CEST 2010
[INFO] Final Memory: 35M/83M
[INFO] ------------------------------------------------------------------------
Sending e-mails to: dhis2-devs@lists.launchpad.net
channel stopped

See <DHIS2 App Hub;

Changes:

[Lars] Sorting of integrity violations

[Bharath Kumar] Removed old in folder from Local

···

------------------------------------------
[...truncated 1506 lines...]
-D local/in/dhis-web-survey/src/main/webapp/dhis-web-survey/welcome.vm
-D local/in/dhis-web-validationrule-in/
-D local/in/dhis-web-validationrule-in/pom.xml
-D local/in/dhis-web-validationrule-in/src/
-D local/in/dhis-web-validationrule-in/src/main/
-D local/in/dhis-web-validationrule-in/src/main/java/
-D local/in/dhis-web-validationrule-in/src/main/java/org/
-D local/in/dhis-web-validationrule-in/src/main/java/org/hisp/
-D local/in/dhis-web-validationrule-in/src/main/java/org/hisp/dhis/
-D local/in/dhis-web-validationrule-in/src/main/java/org/hisp/dhis/validationrule/
-D local/in/dhis-web-validationrule-in/src/main/java/org/hisp/dhis/validationrule/action/
-D local/in/dhis-web-validationrule-in/src/main/java/org/hisp/dhis/validationrule/action/AddValidationRuleAction.java
-D local/in/dhis-web-validationrule-in/src/main/java/org/hisp/dhis/validationrule/action/DetailedValidationAnalysisResultAction.java
-D local/in/dhis-web-validationrule-in/src/main/java/org/hisp/dhis/validationrule/action/ExportToExcelAverageVAAction.java
-D local/in/dhis-web-validationrule-in/src/main/java/org/hisp/dhis/validationrule/action/ExportToExcelDetailedVAAction.java
-D local/in/dhis-web-validationrule-in/src/main/java/org/hisp/dhis/validationrule/action/ExportValidationResultToExcelAction.java
-D local/in/dhis-web-validationrule-in/src/main/java/org/hisp/dhis/validationrule/action/GenerateValidationResultPDFAction.java
-D local/in/dhis-web-validationrule-in/src/main/java/org/hisp/dhis/validationrule/action/GenerateValidationResultWorkbookAction.java
-D local/in/dhis-web-validationrule-in/src/main/java/org/hisp/dhis/validationrule/action/GetExpressionAction.java
-D local/in/dhis-web-validationrule-in/src/main/java/org/hisp/dhis/validationrule/action/GetFilteredDataElementsAction.java
-D local/in/dhis-web-validationrule-in/src/main/java/org/hisp/dhis/validationrule/action/GetFilteredDataElementsActionIN.java
-D local/in/dhis-web-validationrule-in/src/main/java/org/hisp/dhis/validationrule/action/GetTextualExpressionAction.java
-D local/in/dhis-web-validationrule-in/src/main/java/org/hisp/dhis/validationrule/action/GetValidationResultDetailsAction.java
-D local/in/dhis-web-validationrule-in/src/main/java/org/hisp/dhis/validationrule/action/GetValidationRuleAction.java
-D local/in/dhis-web-validationrule-in/src/main/java/org/hisp/dhis/validationrule/action/GetValidationRuleListAction.java
-D local/in/dhis-web-validationrule-in/src/main/java/org/hisp/dhis/validationrule/action/NoAction.java
-D local/in/dhis-web-validationrule-in/src/main/java/org/hisp/dhis/validationrule/action/RemoveValidationRuleAction.java
-D local/in/dhis-web-validationrule-in/src/main/java/org/hisp/dhis/validationrule/action/RunValidationAction.java
-D local/in/dhis-web-validationrule-in/src/main/java/org/hisp/dhis/validationrule/action/RunValidationActionIN.java
-D local/in/dhis-web-validationrule-in/src/main/java/org/hisp/dhis/validationrule/action/SetupTreeAction.java
-D local/in/dhis-web-validationrule-in/src/main/java/org/hisp/dhis/validationrule/action/UpdateValidationRuleAction.java
-D local/in/dhis-web-validationrule-in/src/main/java/org/hisp/dhis/validationrule/action/ValidateExpressionAction.java
-D local/in/dhis-web-validationrule-in/src/main/java/org/hisp/dhis/validationrule/action/ValidateRunValidationAction.java
-D local/in/dhis-web-validationrule-in/src/main/java/org/hisp/dhis/validationrule/action/ValidateRunValidationActionIN.java
-D local/in/dhis-web-validationrule-in/src/main/java/org/hisp/dhis/validationrule/action/ValidateValidationRuleAction.java
-D local/in/dhis-web-validationrule-in/src/main/java/org/hisp/dhis/validationrule/action/ValidateValidationRuleActionIN.java
-D local/in/dhis-web-validationrule-in/src/main/java/org/hisp/dhis/validationrule/action/ValidationByAverageActionIN.java
-D local/in/dhis-web-validationrule-in/src/main/java/org/hisp/dhis/validationrule/action/validationrulegroup/
-D local/in/dhis-web-validationrule-in/src/main/java/org/hisp/dhis/validationrule/action/validationrulegroup/AddValidationRuleGroupAction.java
-D local/in/dhis-web-validationrule-in/src/main/java/org/hisp/dhis/validationrule/action/validationrulegroup/GetValidationRuleGroupAction.java
-D local/in/dhis-web-validationrule-in/src/main/java/org/hisp/dhis/validationrule/action/validationrulegroup/GetValidationRuleGroupListAction.java
-D local/in/dhis-web-validationrule-in/src/main/java/org/hisp/dhis/validationrule/action/validationrulegroup/GetValidationRuleGroupMembersAction.java
-D local/in/dhis-web-validationrule-in/src/main/java/org/hisp/dhis/validationrule/action/validationrulegroup/RemoveValidationRuleGroupAction.java
-D local/in/dhis-web-validationrule-in/src/main/java/org/hisp/dhis/validationrule/action/validationrulegroup/UpdateValidationRuleGroupAction.java
-D local/in/dhis-web-validationrule-in/src/main/java/org/hisp/dhis/validationrule/action/validationrulegroup/ValidateValidationRuleGroupAction.java
-D local/in/dhis-web-validationrule-in/src/main/java/org/hisp/dhis/validationrule/minmax/
-D local/in/dhis-web-validationrule-in/src/main/java/org/hisp/dhis/validationrule/minmax/action/
-D local/in/dhis-web-validationrule-in/src/main/java/org/hisp/dhis/validationrule/minmax/action/GetDataSetPeriodsAction.java
-D local/in/dhis-web-validationrule-in/src/main/java/org/hisp/dhis/validationrule/minmax/action/GetOrgUnitsAction.java
-D local/in/dhis-web-validationrule-in/src/main/java/org/hisp/dhis/validationrule/minmax/action/MinMaxViolationFormAction.java
-D local/in/dhis-web-validationrule-in/src/main/java/org/hisp/dhis/validationrule/minmax/action/MinMaxViolationResultAction.java
-D local/in/dhis-web-validationrule-in/src/main/java/org/hisp/dhis/validationrule/util/
-D local/in/dhis-web-validationrule-in/src/main/java/org/hisp/dhis/validationrule/util/FilterUtil.java
-D local/in/dhis-web-validationrule-in/src/main/java/org/hisp/dhis/validationrule/util/Operand.java
-D local/in/dhis-web-validationrule-in/src/main/java/org/hisp/dhis/validationrule/util/OutputGenerator.java
-D local/in/dhis-web-validationrule-in/src/main/java/org/hisp/dhis/validationrule/util/OutputGeneratorPipeThread.java
-D local/in/dhis-web-validationrule-in/src/main/java/org/hisp/dhis/validationrule/util/PDFGeneratorPipeThread.java
-D local/in/dhis-web-validationrule-in/src/main/java/org/hisp/dhis/validationrule/util/ValidationResultPDFGenerator.java
-D local/in/dhis-web-validationrule-in/src/main/java/org/hisp/dhis/validationrule/util/ValidationResultPDFGeneratorIN.java
-D local/in/dhis-web-validationrule-in/src/main/java/org/hisp/dhis/validationrule/util/ValidationResultWorkbookGenerator.java
-D local/in/dhis-web-validationrule-in/src/main/resources/
-D local/in/dhis-web-validationrule-in/src/main/resources/META-INF/
-D local/in/dhis-web-validationrule-in/src/main/resources/META-INF/dhis/
-D local/in/dhis-web-validationrule-in/src/main/resources/META-INF/dhis/beans.xml
-D local/in/dhis-web-validationrule-in/src/main/resources/org/
-D local/in/dhis-web-validationrule-in/src/main/resources/org/hisp/
-D local/in/dhis-web-validationrule-in/src/main/resources/org/hisp/dhis/
-D local/in/dhis-web-validationrule-in/src/main/resources/org/hisp/dhis/validationrule/
-D local/in/dhis-web-validationrule-in/src/main/resources/org/hisp/dhis/validationrule/i18n_module.properties
-D local/in/dhis-web-validationrule-in/src/main/resources/org/hisp/dhis/validationrule/i18n_module_en_GB.properties
-D local/in/dhis-web-validationrule-in/src/main/resources/org/hisp/dhis/validationrule/i18n_module_fr_FR.properties
-D local/in/dhis-web-validationrule-in/src/main/resources/org/hisp/dhis/validationrule/i18n_module_hi_IN.properties
-D local/in/dhis-web-validationrule-in/src/main/resources/org/hisp/dhis/validationrule/i18n_module_ml_IN.properties
-D local/in/dhis-web-validationrule-in/src/main/resources/org/hisp/dhis/validationrule/i18n_module_no_NO.properties
-D local/in/dhis-web-validationrule-in/src/main/resources/org/hisp/dhis/validationrule/i18n_module_ru_RU.properties
-D local/in/dhis-web-validationrule-in/src/main/resources/org/hisp/dhis/validationrule/i18n_module_te_IN.properties
-D local/in/dhis-web-validationrule-in/src/main/resources/org/hisp/dhis/validationrule/i18n_module_tg_TJ.properties
-D local/in/dhis-web-validationrule-in/src/main/resources/org/hisp/dhis/validationrule/i18n_module_vi_VN.properties
-D local/in/dhis-web-validationrule-in/src/main/resources/struts.xml
-D local/in/dhis-web-validationrule-in/src/main/webapp/
-D local/in/dhis-web-validationrule-in/src/main/webapp/WEB-INF/
-D local/in/dhis-web-validationrule-in/src/main/webapp/WEB-INF/web.xml
-D local/in/dhis-web-validationrule-in/src/main/webapp/dhis-web-validationrule/
-D local/in/dhis-web-validationrule-in/src/main/webapp/dhis-web-validationrule/addValidationRuleForm.vm
-D local/in/dhis-web-validationrule-in/src/main/webapp/dhis-web-validationrule/addValidationRuleGroupForm.vm
-D local/in/dhis-web-validationrule-in/src/main/webapp/dhis-web-validationrule/css/
-D local/in/dhis-web-validationrule-in/src/main/webapp/dhis-web-validationrule/css/StylesForTags.css
-D local/in/dhis-web-validationrule-in/src/main/webapp/dhis-web-validationrule/dSetResponsePeriod.vm
-D local/in/dhis-web-validationrule-in/src/main/webapp/dhis-web-validationrule/detailedVAResultForOneVR.vm
-D local/in/dhis-web-validationrule-in/src/main/webapp/dhis-web-validationrule/detailedValidationAnalysisResult.vm
-D local/in/dhis-web-validationrule-in/src/main/webapp/dhis-web-validationrule/editExpressionForm.vm
-D local/in/dhis-web-validationrule-in/src/main/webapp/dhis-web-validationrule/images/
-D local/in/dhis-web-validationrule-in/src/main/webapp/dhis-web-validationrule/images/divide.png
-D local/in/dhis-web-validationrule-in/src/main/webapp/dhis-web-validationrule/images/left_parent.png
-D local/in/dhis-web-validationrule-in/src/main/webapp/dhis-web-validationrule/images/minus.png
-D local/in/dhis-web-validationrule-in/src/main/webapp/dhis-web-validationrule/images/multiply.png
-D local/in/dhis-web-validationrule-in/src/main/webapp/dhis-web-validationrule/images/plus.png
-D local/in/dhis-web-validationrule-in/src/main/webapp/dhis-web-validationrule/images/right_parent.png
-D local/in/dhis-web-validationrule-in/src/main/webapp/dhis-web-validationrule/javascript/
-D local/in/dhis-web-validationrule-in/src/main/webapp/dhis-web-validationrule/javascript/expression.js
-D local/in/dhis-web-validationrule-in/src/main/webapp/dhis-web-validationrule/javascript/general.js
-D local/in/dhis-web-validationrule-in/src/main/webapp/dhis-web-validationrule/javascript/runValidation.js
-D local/in/dhis-web-validationrule-in/src/main/webapp/dhis-web-validationrule/javascript/runValidation_IN.js
-D local/in/dhis-web-validationrule-in/src/main/webapp/dhis-web-validationrule/javascript/validationForm.js
-D local/in/dhis-web-validationrule-in/src/main/webapp/dhis-web-validationrule/javascript/validationRuleGroup.js
-D local/in/dhis-web-validationrule-in/src/main/webapp/dhis-web-validationrule/javascript/violation.js
-D local/in/dhis-web-validationrule-in/src/main/webapp/dhis-web-validationrule/menu.vm
-D local/in/dhis-web-validationrule-in/src/main/webapp/dhis-web-validationrule/menuWithTree.vm
-D local/in/dhis-web-validationrule-in/src/main/webapp/dhis-web-validationrule/responseDataElementList.vm
-D local/in/dhis-web-validationrule-in/src/main/webapp/dhis-web-validationrule/responseError.vm
-D local/in/dhis-web-validationrule-in/src/main/webapp/dhis-web-validationrule/responseInput.vm
-D local/in/dhis-web-validationrule-in/src/main/webapp/dhis-web-validationrule/responseOperandList.vm
-D local/in/dhis-web-validationrule-in/src/main/webapp/dhis-web-validationrule/responseOrgUnit.vm
-D local/in/dhis-web-validationrule-in/src/main/webapp/dhis-web-validationrule/responseSuccess.vm
-D local/in/dhis-web-validationrule-in/src/main/webapp/dhis-web-validationrule/responseTextualExpression.vm
-D local/in/dhis-web-validationrule-in/src/main/webapp/dhis-web-validationrule/responseValidationRule.vm
-D local/in/dhis-web-validationrule-in/src/main/webapp/dhis-web-validationrule/responseValidationRuleGroup.vm
-D local/in/dhis-web-validationrule-in/src/main/webapp/dhis-web-validationrule/runValidationByAverageForm.vm
-D local/in/dhis-web-validationrule-in/src/main/webapp/dhis-web-validationrule/runValidationByAverageForm1.vm
-D local/in/dhis-web-validationrule-in/src/main/webapp/dhis-web-validationrule/runValidationForm.vm
-D local/in/dhis-web-validationrule-in/src/main/webapp/dhis-web-validationrule/runValidationFormIN.vm
-D local/in/dhis-web-validationrule-in/src/main/webapp/dhis-web-validationrule/style/
-D local/in/dhis-web-validationrule-in/src/main/webapp/dhis-web-validationrule/style/validationStyle.css
-D local/in/dhis-web-validationrule-in/src/main/webapp/dhis-web-validationrule/updateValidationRuleForm.vm
-D local/in/dhis-web-validationrule-in/src/main/webapp/dhis-web-validationrule/updateValidationRuleGroupForm.vm
-D local/in/dhis-web-validationrule-in/src/main/webapp/dhis-web-validationrule/validationRule.vm
-D local/in/dhis-web-validationrule-in/src/main/webapp/dhis-web-validationrule/validationRuleGroup.vm
-D local/in/dhis-web-validationrule-in/src/main/webapp/dhis-web-validationrule/viewValidationResultByAverage.vm
-D local/in/dhis-web-validationrule-in/src/main/webapp/dhis-web-validationrule/viewValidationResultByAverage_IN.vm
-D local/in/dhis-web-validationrule-in/src/main/webapp/dhis-web-validationrule/viewValidationResultDetailsForm.vm
-D local/in/dhis-web-validationrule-in/src/main/webapp/dhis-web-validationrule/viewValidationResultDetailsForm_IN.vm
-D local/in/dhis-web-validationrule-in/src/main/webapp/dhis-web-validationrule/viewValidationResultForm.vm
-D local/in/dhis-web-validationrule-in/src/main/webapp/dhis-web-validationrule/viewValidationResultForm_IN.vm
-D local/in/dhis-web-validationrule-in/src/main/webapp/dhis-web-validationrule/violationFront.vm
-D local/in/pom.xml
All changes applied successfully.
Now on revision 1889.
$ bzr revision-info -d "<DHIS2 App Hub;
[workspace] $ bzr log -v -r revid:larshelg@larshelg-laptop-20100519094829-0g3hlnaslj3mvcf3..revid:larshelg@larshelg-laptop-20100520091611-z0d3v72vcve983w0 --long --show-ids
Getting local revision...
$ bzr revision-info -d "<DHIS2 App Hub;
larshelg@larshelg-laptop-20100520091611-z0d3v72vcve983w0
Parsing POMs
[dhis-2] $ java -Xmx2048m -XX:MaxPermSize=512m -cp /ifi/utgard/p01/dhis/projects/dhis-dev.ifi.uio.no/ci/home/plugins/maven-plugin/WEB-INF/lib/maven-agent-1.353.jar:/ifi/utgard/p01/dhis/projects/dhis-dev.ifi.uio.no/ci/home/tools/2.2.1/boot/classworlds-1.1.jar hudson.maven.agent.Main /ifi/utgard/p01/dhis/projects/dhis-dev.ifi.uio.no/ci/home/tools/2.2.1 /ifi/utgard/p01/dhis/projects/dhis-dev.ifi.uio.no/ci/tomcat/webapps/ci/WEB-INF/lib/remoting-1.353.jar /ifi/utgard/p01/dhis/projects/dhis-dev.ifi.uio.no/ci/home/plugins/maven-plugin/WEB-INF/lib/maven-interceptor-1.353.jar 49844 /ifi/utgard/p01/dhis/projects/dhis-dev.ifi.uio.no/ci/home/plugins/maven-plugin/WEB-INF/lib/maven2.1-interceptor-1.2.jar
<===[HUDSON REMOTING CAPACITY]===> channel started
Executing Maven: -B -f <DHIS2 App Hub; clean install findbugs:findbugs
[INFO] Scanning for projects...
[INFO] Reactor build order:
[INFO] DHIS 2
[INFO] DHIS API
[INFO] DHIS Support Parent Project
[INFO] DHIS Test Support
[INFO] DHIS External Support
[INFO] DHIS Hibernate Support
[INFO] DHIS System Support
[INFO] DHIS JDBC Service
[INFO] DHIS Services Parent Project
[INFO] DHIS Core API Implementations
[INFO] DHIS XML framework services
[INFO] DHIS I18n Static
[INFO] DHIS Options
[INFO] DHIS Administration Service
[INFO] DHIS DataMart Service - Default
[INFO] DHIS OrganisationUnit API Implementations
[INFO] DHIS Reporting Service
[INFO] DHIS Import-Export Service
[INFO] DHIS Aggregation Service - Default
[INFO] DHIS Excel Reporting Service
[INFO] DHIS Patient API Implementations
[INFO] DHIS JDBC Test Project
[INFO] ------------------------------------------------------------------------
[INFO] Building DHIS 2
[INFO] task-segment: [clean, install, findbugs:findbugs]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [install:install {execution: default-install}]
[INFO] Installing <DHIS2 App Hub; to /ifi/utgard/p01/dhis/.m2/repository/org/hisp/dhis/dhis/2.0.5-SNAPSHOT/dhis-2.0.5-SNAPSHOT.pom
[INFO] Preparing findbugs:findbugs
[INFO] No goals needed for project - skipping
[INFO] Setting property: classpath.resource.loader.class => 'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'.
[INFO] Setting property: velocimacro.messages.on => 'false'.
[INFO] Setting property: resource.loader => 'classpath'.
[INFO] Setting property: resource.manager.logwhenfound => 'false'.
[INFO] **************************************************************
[INFO] Starting Jakarta Velocity v1.4
[INFO] RuntimeInstance initializing.
[INFO] Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties
[INFO] Default ResourceManager initializing. (class org.apache.velocity.runtime.resource.ResourceManagerImpl)
[INFO] Resource Loader Instantiated: org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader
[INFO] ClasspathResourceLoader : initialization starting.
[INFO] ClasspathResourceLoader : initialization complete.
[INFO] ResourceCache : initialized. (class org.apache.velocity.runtime.resource.ResourceCacheImpl)
[INFO] Default ResourceManager initialization complete.
[INFO] Loaded System Directive: org.apache.velocity.runtime.directive.Literal
[INFO] Loaded System Directive: org.apache.velocity.runtime.directive.Macro
[INFO] Loaded System Directive: org.apache.velocity.runtime.directive.Parse
[INFO] Loaded System Directive: org.apache.velocity.runtime.directive.Include
[INFO] Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
[INFO] Created: 20 parsers.
[INFO] Velocimacro : initialization starting.
[INFO] Velocimacro : adding VMs from VM library template : VM_global_library.vm
[ERROR] ResourceManager : unable to find resource 'VM_global_library.vm' in any resource loader.
[INFO] Velocimacro : error using VM library template VM_global_library.vm : org.apache.velocity.exception.ResourceNotFoundException: Unable to find resource 'VM_global_library.vm'
[INFO] Velocimacro : VM library template macro registration complete.
[INFO] Velocimacro : allowInline = true : VMs can be defined inline in templates
[INFO] Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
[INFO] Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
[INFO] Velocimacro : initialization complete.
[INFO] Velocity successfully started.
[INFO] [findbugs:findbugs {execution: default-cli}]
[INFO] Using source root:
[INFO] <DHIS2 App Hub;
[INFO] Using test source root:
[INFO] <DHIS2 App Hub;
[INFO] Output class directory doesn't exist. Skipping findbugs.
[HUDSON] Archiving <DHIS2 App Hub; to /ifi/utgard/p01/dhis/projects/dhis-dev.ifi.uio.no/ci/home/jobs/Dhis2 Service Trunk/modules/org.hisp.dhis$dhis/builds/2010-05-20_11-31-33/archive/org.hisp.dhis/dhis/2.0.5-SNAPSHOT/pom.xml
[HUDSON] Archiving /ifi/utgard/p01/dhis/.m2/repository/org/hisp/dhis/dhis/2.0.5-SNAPSHOT/dhis-2.0.5-SNAPSHOT.pom to /ifi/utgard/p01/dhis/projects/dhis-dev.ifi.uio.no/ci/home/jobs/Dhis2 Service Trunk/modules/org.hisp.dhis$dhis/builds/2010-05-20_11-31-33/archive/org.hisp.dhis/dhis/2.0.5-SNAPSHOT/dhis-2.0.5-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Building DHIS API
[INFO] task-segment: [clean, install, findbugs:findbugs]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting directory <DHIS2 App Hub;
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using encoding: 'UTF-8' to copy filtered resources.
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 323 source files to <DHIS2 App Hub;
[HUDSON] Archiving <DHIS2 App Hub; to /ifi/utgard/p01/dhis/projects/dhis-dev.ifi.uio.no/ci/home/jobs/Dhis2 Service Trunk/modules/org.hisp.dhis$dhis-api/builds/2010-05-20_11-31-33/archive/org.hisp.dhis/dhis-api/2.0.5-SNAPSHOT/pom.xml
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure
Unable to locate the Javac Compiler in:
  /usr/lib/jvm/java-1.6.0-sun-1.6.0.20.x86_64/jre/../lib/tools.jar
Please ensure you are using JDK 1.4 or above and
not a JRE (the com.sun.tools.javac.Main class is required).
In most cases you can change the location of your Java
installation by setting the JAVA_HOME environment variable.

[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 14 seconds
[INFO] Finished at: Thu May 20 11:31:53 CEST 2010
[INFO] Final Memory: 35M/83M
[INFO] ------------------------------------------------------------------------
Sending e-mails to: dhis2-devs@lists.launchpad.net
channel stopped

See <DHIS2 App Hub;

Changes:

[Lars] Sorting of integrity violations

···

------------------------------------------
Started by an SCM change
$ bzr revision-info -d "<DHIS2 App Hub;
[workspace] $ bzr pull --overwrite trunk : Code : DHIS
M dhis-2/dhis-api/src/main/java/org/hisp/dhis/dataintegrity/DataIntegrityService.java
M dhis-2/dhis-services/dhis-service-administration/src/main/java/org/hisp/dhis/dataintegrity/DefaultDataIntegrityService.java
All changes applied successfully.
Now on revision 1890.
$ bzr revision-info -d "<DHIS2 App Hub;
[workspace] $ bzr log -v -r revid:larshelg@larshelg-laptop-20100520091611-z0d3v72vcve983w0..revid:larshelg@larshelg-laptop-20100520095445-to8hxv9l2gw73msd --long --show-ids
Getting local revision...
$ bzr revision-info -d "<DHIS2 App Hub;
larshelg@larshelg-laptop-20100520095445-to8hxv9l2gw73msd
Parsing POMs
[dhis-2] $ java -Xmx2048m -XX:MaxPermSize=512m -cp /ifi/utgard/p01/dhis/projects/dhis-dev.ifi.uio.no/ci/home/plugins/maven-plugin/WEB-INF/lib/maven-agent-1.353.jar:/ifi/utgard/p01/dhis/projects/dhis-dev.ifi.uio.no/ci/home/tools/2.2.1/boot/classworlds-1.1.jar hudson.maven.agent.Main /ifi/utgard/p01/dhis/projects/dhis-dev.ifi.uio.no/ci/home/tools/2.2.1 /ifi/utgard/p01/dhis/projects/dhis-dev.ifi.uio.no/ci/tomcat/webapps/ci/WEB-INF/lib/remoting-1.353.jar /ifi/utgard/p01/dhis/projects/dhis-dev.ifi.uio.no/ci/home/plugins/maven-plugin/WEB-INF/lib/maven-interceptor-1.353.jar 34842 /ifi/utgard/p01/dhis/projects/dhis-dev.ifi.uio.no/ci/home/plugins/maven-plugin/WEB-INF/lib/maven2.1-interceptor-1.2.jar
<===[HUDSON REMOTING CAPACITY]===> channel started
Executing Maven: -B -f <DHIS2 App Hub; clean install findbugs:findbugs
[INFO] Scanning for projects...
[INFO] Reactor build order:
[INFO] DHIS 2
[INFO] DHIS API
[INFO] DHIS Support Parent Project
[INFO] DHIS Test Support
[INFO] DHIS External Support
[INFO] DHIS Hibernate Support
[INFO] DHIS System Support
[INFO] DHIS JDBC Service
[INFO] DHIS Services Parent Project
[INFO] DHIS Core API Implementations
[INFO] DHIS XML framework services
[INFO] DHIS I18n Static
[INFO] DHIS Options
[INFO] DHIS Administration Service
[INFO] DHIS DataMart Service - Default
[INFO] DHIS OrganisationUnit API Implementations
[INFO] DHIS Reporting Service
[INFO] DHIS Import-Export Service
[INFO] DHIS Aggregation Service - Default
[INFO] DHIS Excel Reporting Service
[INFO] DHIS Patient API Implementations
[INFO] DHIS JDBC Test Project
[INFO] ------------------------------------------------------------------------
[INFO] Building DHIS 2
[INFO] task-segment: [clean, install, findbugs:findbugs]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [install:install {execution: default-install}]
[INFO] Installing <DHIS2 App Hub; to /ifi/utgard/p01/dhis/.m2/repository/org/hisp/dhis/dhis/2.0.5-SNAPSHOT/dhis-2.0.5-SNAPSHOT.pom
[INFO] Preparing findbugs:findbugs
[INFO] No goals needed for project - skipping
[INFO] Setting property: classpath.resource.loader.class => 'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'.
[INFO] Setting property: velocimacro.messages.on => 'false'.
[INFO] Setting property: resource.loader => 'classpath'.
[INFO] Setting property: resource.manager.logwhenfound => 'false'.
[INFO] **************************************************************
[INFO] Starting Jakarta Velocity v1.4
[INFO] RuntimeInstance initializing.
[INFO] Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties
[INFO] Default ResourceManager initializing. (class org.apache.velocity.runtime.resource.ResourceManagerImpl)
[INFO] Resource Loader Instantiated: org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader
[INFO] ClasspathResourceLoader : initialization starting.
[INFO] ClasspathResourceLoader : initialization complete.
[INFO] ResourceCache : initialized. (class org.apache.velocity.runtime.resource.ResourceCacheImpl)
[INFO] Default ResourceManager initialization complete.
[INFO] Loaded System Directive: org.apache.velocity.runtime.directive.Literal
[INFO] Loaded System Directive: org.apache.velocity.runtime.directive.Macro
[INFO] Loaded System Directive: org.apache.velocity.runtime.directive.Parse
[INFO] Loaded System Directive: org.apache.velocity.runtime.directive.Include
[INFO] Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
[INFO] Created: 20 parsers.
[INFO] Velocimacro : initialization starting.
[INFO] Velocimacro : adding VMs from VM library template : VM_global_library.vm
[ERROR] ResourceManager : unable to find resource 'VM_global_library.vm' in any resource loader.
[INFO] Velocimacro : error using VM library template VM_global_library.vm : org.apache.velocity.exception.ResourceNotFoundException: Unable to find resource 'VM_global_library.vm'
[INFO] Velocimacro : VM library template macro registration complete.
[INFO] Velocimacro : allowInline = true : VMs can be defined inline in templates
[INFO] Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
[INFO] Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
[INFO] Velocimacro : initialization complete.
[INFO] Velocity successfully started.
[INFO] [findbugs:findbugs {execution: default-cli}]
[INFO] Using source root:
[INFO] <DHIS2 App Hub;
[INFO] Using test source root:
[INFO] <DHIS2 App Hub;
[INFO] Output class directory doesn't exist. Skipping findbugs.
[HUDSON] Archiving <DHIS2 App Hub; to /ifi/utgard/p01/dhis/projects/dhis-dev.ifi.uio.no/ci/home/jobs/Dhis2 Service Trunk/modules/org.hisp.dhis$dhis/builds/2010-05-20_12-01-04/archive/org.hisp.dhis/dhis/2.0.5-SNAPSHOT/pom.xml
[HUDSON] Archiving /ifi/utgard/p01/dhis/.m2/repository/org/hisp/dhis/dhis/2.0.5-SNAPSHOT/dhis-2.0.5-SNAPSHOT.pom to /ifi/utgard/p01/dhis/projects/dhis-dev.ifi.uio.no/ci/home/jobs/Dhis2 Service Trunk/modules/org.hisp.dhis$dhis/builds/2010-05-20_12-01-04/archive/org.hisp.dhis/dhis/2.0.5-SNAPSHOT/dhis-2.0.5-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Building DHIS API
[INFO] task-segment: [clean, install, findbugs:findbugs]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting directory <DHIS2 App Hub;
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using encoding: 'UTF-8' to copy filtered resources.
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 323 source files to <DHIS2 App Hub;
[HUDSON] Archiving <DHIS2 App Hub; to /ifi/utgard/p01/dhis/projects/dhis-dev.ifi.uio.no/ci/home/jobs/Dhis2 Service Trunk/modules/org.hisp.dhis$dhis-api/builds/2010-05-20_12-01-04/archive/org.hisp.dhis/dhis-api/2.0.5-SNAPSHOT/pom.xml
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure
Unable to locate the Javac Compiler in:
  /usr/lib/jvm/java-1.6.0-sun-1.6.0.20.x86_64/jre/../lib/tools.jar
Please ensure you are using JDK 1.4 or above and
not a JRE (the com.sun.tools.javac.Main class is required).
In most cases you can change the location of your Java
installation by setting the JAVA_HOME environment variable.

[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 15 seconds
[INFO] Finished at: Thu May 20 12:01:26 CEST 2010
[INFO] Final Memory: 35M/83M
[INFO] ------------------------------------------------------------------------
Sending e-mails to: dhis2-devs@lists.launchpad.net
channel stopped

See <DHIS2 App Hub;