Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0006374Openbravo ERPZ. Otherspublic2008-12-04 21:562009-05-21 16:37
gorka_gil 
gorka_gil 
normalmajorhave not tried
closedfixed 
20rPath Linux
2.50alpha-r3 
 
Core
No
0006374: beautifier error in generate.entities
when executing generate.entities
appears a lot of errors of beautifier class:

 [workflow] 1257 [main] ERROR org.hybridlabs.source.beautifier.JavaImportBeautifierImpl - Error during beautification. Content:
 [workflow] /*
 [workflow] *************************************************************************
 [workflow] * The contents of this file are subject to the Openbravo Public License
 [workflow] * Vers...
ant generate.entities
there is a workaround, disable code beautifer:

in src/org/openbravo/base/gen/gen_entity.oaw
in line 34 and 35 replace :

   <beautifier class="org.hybridlabs.source.formatter.JavaImportBeautifier"
         organizeImports="true" format="true"/>

with:
             
   <!-- <beautifier class="org.hybridlabs.source.formatter.JavaImportBeautifier"
         organizeImports="true" format="true"/> -->
No tags attached.
blocks defect 0006373 closed mtaal beautifier error in generate.entities 
Issue History
2008-12-04 21:56gorka_gilNew Issue
2008-12-04 21:56gorka_gilAssigned To => gorka_gil
2008-12-04 21:56gorka_gilStatusnew => scheduled
2008-12-04 22:01svnbotCheckin
2008-12-04 22:01svnbotNote Added: 0010983
2008-12-04 22:01svnbotStatusscheduled => resolved
2008-12-04 22:01svnbotResolutionopen => fixed
2008-12-04 22:01svnbotsvn_revision => 10978
2008-12-12 12:57svnbotCheckin
2008-12-12 12:57svnbotNote Added: 0011239
2008-12-12 12:57svnbotsvn_revision10978 => 11148
2009-05-21 16:37psarobeStatusresolved => closed

Notes
(0010983)
svnbot   
2008-12-04 22:01   
Repository: openbravo
Revision: 10978
Author: gorka_gil
Date: 2008-12-04 22:01:55 +0100 (Thu, 04 Dec 2008)

Fixed bug 6374 Disabling beautifier in alpha r3

---
U branches/r2.50alpha-r3/src/org/openbravo/base/gen/gen_entity.oaw
---

https://dev.openbravo.com/websvn/openbravo/?rev=10978&sc=1 [^]
(0011239)
svnbot   
2008-12-12 12:57   
Repository: openbravo
Revision: 11148
Author: gorka_gil
Date: 2008-12-12 12:57:51 +0100 (Fri, 12 Dec 2008)

Related to bug 6374 removed beautifier in 2.50 alpha r4

---
U branches/r2.50alpha-r4/src/org/openbravo/base/gen/gen_entity.oaw
---

https://dev.openbravo.com/websvn/openbravo/?rev=11148&sc=1 [^]