Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0014724Openbravo ERPA. Platformpublic2010-09-28 20:452011-01-21 00:00
networkb 
alostale 
normalminorhave not tried
closedfixed 
5
 
 
Core
No
0014724: Error message should be warning when package a module.
If you have in a package module an inclusion with a minor version lower than the current installed, when execute ant package.module -Dmodule=package, a validation error appears:
[validateModules] +++++++++++++++++++++++++++++++++++++++++++++++++++
[validateModules] Errors for Validation type: MODULE_ERROR
[validateModules] +++++++++++++++++++++++++++++++++++++++++++++++++++
[validateModules] Localization pack Spain (España) defines inclussion of module Chart of accounts: PGC 2007 PYMEs in version 1.0.1, but actual version in DB is 1.0.3. They must exactly match.

But the .obx is correctly generated. This message should be a warning.
Install a package, and ensure that the version of the installed modules is different than the version saved on the "Include" tab of the installed package for this module.
No tags attached.
depends on backport 0015514 closed alostale Error message should be warning when package a module. 
related to design defect 0014580 acknowledged Triage Platform Base Packaging a template should consider the MAJOR end-version enforcements 
Issue History
2010-09-28 20:45networkbNew Issue
2010-09-28 20:45networkbAssigned To => jpabloae
2010-09-29 10:12jpabloaeNote Added: 0031434
2010-09-29 10:12jpabloaeAssigned Tojpabloae => alostale
2010-09-29 10:12jpabloaeCategoryK. Packaging => A. Platform
2010-10-04 08:42alostaleRelationship addedrelated to 0014580
2010-10-04 08:42alostaleStatusnew => scheduled
2010-10-04 08:42alostalefix_in_branch => pi
2010-12-22 18:04alostaleStatusscheduled => acknowledged
2010-12-22 18:04alostaleStatusacknowledged => scheduled
2010-12-22 18:05hgbotCheckin
2010-12-22 18:05hgbotNote Added: 0033371
2010-12-22 18:05hgbotStatusscheduled => resolved
2010-12-22 18:05hgbotResolutionopen => fixed
2010-12-22 18:05hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/909ab842970915e2f7f40f53ec2b2da1f45b0d4e [^]
2010-12-30 13:15hudsonbotCheckin
2010-12-30 13:15hudsonbotNote Added: 0033471
2011-01-20 09:53marvintmNote Added: 0033783
2011-01-20 09:53marvintmStatusresolved => closed
2011-01-21 00:00anonymoussf_bug_id0 => 3163026

Notes
(0031434)
jpabloae   
2010-09-29 10:12   
Changing category to "Platform" and assigning it to the Platform Team.
(0033371)
hgbot   
2010-12-22 18:05   
Repository: erp/devel/pi
Changeset: 909ab842970915e2f7f40f53ec2b2da1f45b0d4e
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Wed Dec 22 18:04:39 2010 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/909ab842970915e2f7f40f53ec2b2da1f45b0d4e [^]

fixed bug 14724: Error message should be warning when package a module

---
M src/org/openbravo/service/system/ModuleValidator.java
---
(0033471)
hudsonbot   
2010-12-30 13:15   
A changeset related to this issue has been promoted to main after passing a series of tests and an OBX has been generated:

Changeset: http://code.openbravo.com/erp/devel/main/rev/909ab8429709 [^]
Merge Changeset: http://code.openbravo.com/erp/devel/main/rev/7d7e5eebcc62 [^]
Tests: http://builds.openbravo.com/view/int/ [^]
OBX: http://builds.openbravo.com/erp/core/obx/OpenbravoERP-2.50CI.19448.obx [^]
(0033783)
marvintm   
2011-01-20 09:53   
Verified that now the message shown is a warning.