Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0007278Openbravo ERPK. Packagingpublic2009-01-30 16:212009-04-21 12:39
leonlee 
jpabloae 
normaltrivialalways
closedfixed 
10Windows XP Professional sp2
2.50alpha-r8 
pi 
No
Core
No
0007278: the file path seperator "\" can't work correctly in Openbravo.properties generated by setup-properties-windows.exe
It looks the path seperator "\" in Openbravo.properties that was generated by setup-properties-windows.exe can't work correctly, we need change it from backslash:
attach.path=D:\opt\openbravo\attachments
source.path=D:\projects\oss\r2.50alpha-r8
to slash:
attach.path=D:/opt/openbravo/attachments
source.path=D:/projects/oss/r2.50alpha-r8
or:
attach.path=D:\\opt\\openbravo\\attachments
source.path=D:\\projects\\oss\\r2.50alpha-r8
open cmd window and cd to %OB_Root%\config, and run setup-tool\setup-properties-windows.exe
use slash to instead backslash as seperator
No tags attached.
? Openbravo.properties (3,336) 2009-01-30 16:21
https://issues.openbravo.com/file_download.php?file_id=775&type=bug
Issue History
2009-01-30 16:21leonleeNew Issue
2009-01-30 16:21leonleeAssigned To => rafaroda
2009-01-30 16:21leonleesf_bug_id0 => 2549381
2009-01-30 16:21leonleeFile Added: Openbravo.properties
2009-01-30 23:10jpabloaeOBNetwork customer => No
2009-01-30 23:10jpabloaeAssigned Torafaroda => jpabloae
2009-01-30 23:10jpabloaeCategoryZ. Others => K. Packaging
2009-01-30 23:37jpabloaeNote Added: 0012955
2009-01-30 23:37jpabloaeStatusnew => feedback
2009-01-30 23:47jpabloaeNote Added: 0012956
2009-01-30 23:57jpabloaeNote Added: 0012957
2009-01-30 23:59jpabloaeNote Edited: 0012957
2009-01-31 00:00jpabloaeNote Edited: 0012957
2009-01-31 04:37leonleeNote Added: 0012958
2009-01-31 09:53jpabloaeStatusfeedback => scheduled
2009-01-31 09:53jpabloaefix_in_branch => trunk
2009-01-31 09:55jpabloaeStatusscheduled => resolved
2009-01-31 09:55jpabloaeFixed in Version => trunk
2009-01-31 09:55jpabloaesvn_revision => 12591
2009-01-31 09:55jpabloaeResolutionopen => fixed
2009-04-21 12:39psarobeStatusresolved => closed

Notes
(0012955)
jpabloae   
2009-01-30 23:37   
I can't reproduce this in Windows XP SP2 and Windows Vista SP1, using Openbravo ERP 2.50alpha-r8 and 2.50alpha-r9.

Could you test it again in 2.50alpha-r9?
(0012956)
jpabloae   
2009-01-30 23:47   
Could you also test it running the tool graphically and also launching it from the command line?
(0012957)
jpabloae   
2009-01-30 23:57   
(edited on: 2009-01-31 00:00)
Finally, please test it running this way too:
* run -> cmd
* type: chcp 850
* cd %OB_ROOT%\config
* setup-properties-windows.exe

(0012958)
leonlee   
2009-01-31 04:37   
I test it in OB 2.5 r9, it works correctly, congratulate!