Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0036508Openbravo ERPA. Platformpublic2017-07-18 12:002017-07-24 11:29
Orekaria 
Orekaria 
normalminoralways
closedfixed 
5
 
3.0PR17Q4 
alostale
Core
No
0036508: ant generate.java.doc marks the build as successful even if contained errors
ant generate.java.doc marks the build as successful even if contained errors

continuous integration reports false negatives because errors are not being detected, e.g: https://ci.openbravo.com/job/int-inc-pgsql/ [^]
In the ERP folder
Execute ant generate.java.doc
Verify that, if the build contains errors, the build is set as successful (it should report build failed)
Apply the attached patch
No tags attached.
related to defect 0036524 closed alostale javadoc in pi has syntax error making javadoc command fail completely 
related to defect 0036532 closed platform javadoc warns when building with Java 8 
patch 32290.patch (952) 2017-07-18 12:01
https://issues.openbravo.com/file_download.php?file_id=10919&type=bug
Issue History
2017-07-18 12:00staffrmNew Issue
2017-07-18 12:00staffrmAssigned To => platform
2017-07-18 12:00staffrmModules => Core
2017-07-18 12:00staffrmTriggers an Emergency Pack => No
2017-07-18 12:01staffrmFile Added: 32290.patch
2017-07-18 12:12staffrmSummaryant generate.java.doc marks the build as successfull even if contained errors => ant generate.java.doc marks the build as successful even if contained errors
2017-07-18 12:12staffrmDescription Updatedbug_revision_view_page.php?rev_id=15526#r15526
2017-07-18 12:12staffrmSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=15528#r15528
2017-07-18 12:16staffrmDescription Updatedbug_revision_view_page.php?rev_id=15529#r15529
2017-07-21 11:09shuehnerRelationship addedrelated to 0036524
2017-07-21 13:34alostaleAssigned Toplatform => alostale
2017-07-24 10:59hgbotCheckin
2017-07-24 10:59hgbotNote Added: 0098192
2017-07-24 10:59hgbotStatusnew => resolved
2017-07-24 10:59hgbotResolutionopen => fixed
2017-07-24 10:59hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/09b109e916b00539d6fbc10e1e93a5af9dc7a533 [^]
2017-07-24 11:29alostaleReview Assigned To => alostale
2017-07-24 11:29alostaleReporterstaffrm => Orekaria
2017-07-24 11:29alostaleAssigned Toalostale => Orekaria
2017-07-24 11:29alostaleNote Added: 0098194
2017-07-24 11:29alostaleStatusresolved => closed
2017-07-24 11:29alostaleFixed in Version => 3.0PR17Q4
2017-07-26 08:22alostaleRelationship addedrelated to 0036532

Notes
(0098192)
hgbot   
2017-07-24 10:59   
Repository: erp/devel/pi
Changeset: 09b109e916b00539d6fbc10e1e93a5af9dc7a533
Author: Rafa Alonso <ral <at> openbravo.com>
Date: Tue Jul 18 11:47:06 2017 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/09b109e916b00539d6fbc10e1e93a5af9dc7a533 [^]

fixed 36508: Mark build as failed when 'ant generate.java.doc' report errors

---
M build.xml
---
(0098194)
alostale   
2017-07-24 11:29   
reviewed + tested