Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0007292Openbravo ERPA. Platformpublic2009-01-30 18:402009-04-21 12:39
jpabloae 
alostale 
highminoralways
closedfixed 
20Gentoo - 2.6.27
pi 
pi 
No
Core
No
0007292: Remove javadoc generation from core.lib wad.lib trl.lib ant tasks
Currently the core.lib, wad.lib and trl.lib tasks generate javadoc documentation every time they are run. This makes it take twice as much as time compared to when you remove the javadoc generation.

Removing the javadoc from these tasks is quick win because it's very easy and the benefit is clear.
1. Remove the javadoc generation from these 3 tasks.
2. Create a separate task for each of them to generate the javadoc.
ReleaseCandidate
diff incremental-core-wad-trl.diff (2,510) 2009-01-30 19:30
https://issues.openbravo.com/file_download.php?file_id=780&type=bug
Issue History
2009-01-30 18:40jpabloaeNew Issue
2009-01-30 18:40jpabloaeAssigned To => rafaroda
2009-01-30 18:40jpabloaesf_bug_id0 => 2549749
2009-01-30 18:40jpabloaeOBNetwork customer => No
2009-01-30 18:40jpabloaeRegression testing => No
2009-01-30 18:41jpabloaeDescription Updated
2009-01-30 18:43jpabloaeDescription Updated
2009-01-30 19:30jpabloaeFile Added: incremental-core-wad-trl.diff
2009-01-30 19:31jpabloaeNote Added: 0012947
2009-02-02 09:15rafarodaAssigned Torafaroda => pjuvara
2009-02-02 10:33pjuvaraAssigned Topjuvara => iciordia
2009-02-02 10:33pjuvaraStatusnew => acknowledged
2009-02-02 10:33pjuvaraTag Attached: ReleaseCandidate
2009-02-06 19:02iciordiaAssigned Toiciordia => alostale
2009-02-06 19:04iciordiaNote Added: 0013235
2009-02-06 19:04iciordiaTypefeature request => defect
2009-02-09 16:07alostaleStatusacknowledged => scheduled
2009-02-09 16:07alostalefix_in_branch => trunk
2009-02-09 16:07alostaleStatusscheduled => resolved
2009-02-09 16:07alostaleFixed in Version => trunk
2009-02-09 16:07alostalesvn_revision => 12930
2009-02-09 16:07alostaleResolutionopen => fixed
2009-04-21 12:39psarobeStatusresolved => closed

Notes
(0012947)
jpabloae   
2009-01-30 19:31   
I attach a patch made by Stefan Huehner to incrementally build the jars. The total build time is reduced to 2 seconds.
(0013235)
iciordia   
2009-02-06 19:04   
Asier,

we should include both changes (incremental compilation and avoid javadoc generation by default) it the build.quick project.

Ismael