Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0004088Openbravo ERPZ. Otherspublic2008-06-19 18:302008-12-14 19:27
jpabloae 
cromero 
highminoralways
closedfixed 
30Gentoo - 2.6.24
 
 
Core
No
0004088: ant tasks do not work with spaces in the path
There are some core tasks that do not work if the are spaces in the path. This is usual in Windows installations (e.g. C:\Archivos de programa).

postwad:
     [copy] Copying 1446 files to /home/jpabloae/Archivos de programa/OpenbravoERP/AppsOpenbravo/WebContent/src-loc/design
     [copy] Copying 1445 files to /home/jpabloae/Archivos de programa/OpenbravoERP/AppsOpenbravo/WebContent/src-loc/design

copy.srcClient:

sqlc:
     [java] 0 [main] INFO org.openbravo.data.Sqlc - strFileProperties: /home/jpabloae/Archivos
     [java] java.io.FileNotFoundException: /home/jpabloae/Archivos (No such file or directory)
     [java] at java.io.FileInputStream.open(Native Method)
     [java] at java.io.FileInputStream.<init>(FileInputStream.java:106)
     [java] at java.io.FileInputStream.<init>(FileInputStream.java:66)
     [java] at org.openbravo.data.Sqlc.readProperties(Unknown Source)
1. Do a checkout of trunk in a directory with spaces.
2. run "ant install.source"
No tags attached.
blocks defect 0000242 closed jpabloae AT240alpha - Default installation directory do not let me continue 
Issue History
2008-06-19 18:30jpabloaeNew Issue
2008-06-19 18:30jpabloaeAssigned To => cromero
2008-06-19 18:30jpabloaesf_bug_id0 => 1998047
2008-06-19 18:30jpabloaeRelationship addedblocks 0000242
2008-06-20 11:18cromeroStatusnew => scheduled
2008-06-20 11:18cromeroRelationship deleteddepends on 0004096
2008-06-23 23:22svnbotCheckin
2008-06-23 23:22svnbotNote Added: 0007967
2008-06-23 23:22svnbotStatusscheduled => resolved
2008-06-23 23:22svnbotResolutionopen => fixed
2008-06-23 23:22svnbotsvn_revision => 5323
2008-12-14 19:27psarobeRegression testing => No
2008-12-14 19:27psarobeStatusresolved => closed

Notes
(0007967)
svnbot   
2008-06-23 23:22   
Repository: openbravo
Revision: 5323
Author: cromeroherrero
Date: 2008-06-23 23:22:01 +0200 (Mon, 23 Jun 2008)

Fixed bug 4088: ant tasks do not work with spaces in the path
Now it is possible to specify a path with spaces

---
U trunk/src/build.xml
U trunk/src/buildAD.xml
U trunk/src-trl/build.xml
U trunk/src-wad/build.xml
---

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