Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0002483Openbravo ERPZ. Otherspublic2008-01-09 01:332008-06-12 09:43
iperdomo 
marvintm 
normalminoralways
closedfixed 
5
 
 
Core
No
0002483: Error uninstalling ExternalSales Web service
Environment:
Release: 2.3x (trunk)
Database: Oracle
OS: Linux (Gentoo)

Description:

There is a typo in the uninstallWebService target:

<target name="uninstallWebService" depends="init">
    <ant dir="${base.subversin}/src" target="uninstallWebService" inheritAll="true" inheritRefs="true"/>
  </target>

The ${base.subversin} should be changed to ${base.subversion}
No tags attached.
Issue History

Notes
(0006072)
user71   
2005-06-01 00:00   
(edited on: 2008-06-12 09:43)
This bug was originally reported in SourceForge bug tracker and then migrated to Mantis.

You can see the original bug report in:
https://sourceforge.net/support/tracker.php?aid=1867314 [^]
(0002974)
iperdomo   
2008-01-09 01:37   
(edited on: 2008-06-12 09:24)
Logged In: YES
user_id=1820699
Originator: YES

Update: ${base.subversin} should be changed to ${base.source}
(0002975)
marvintm   
2008-01-09 17:44   
(edited on: 2008-06-12 09:24)
Logged In: YES
user_id=1952914
Originator: NO

We have tested this bug in the subversion repository and it has just been fixed.

Note that the only supported version of the application is the one in subversion. So it is possible that this was a bug in a previous version that is already fixed.
(0002976)
marvintm   
2008-01-09 17:44   
(edited on: 2008-06-12 09:24)
Logged In: YES
user_id=1952914
Originator: NO

${base.subversin} has been replaced by ${base.source}, and now uninstallWebService works correctly.