FAQ
Cover
\
Build
\
Source
\
Bugs
\
Reference
\
Libraries
\
Tools
The bugs database has moved
here
.
Bug 625 : Multiple Export Files
Last modified: 2007-11-21 04:33
P
roject:
processing
trash
Version:
unspecified
Co
m
ponent:
android
book
core
libraries
pde
reference
tools
web
Status:
RESOLVED
Resolution:
FIXED -
Pr
i
ority:
P2
Severity:
normal
Platform
All
O
S:
All
Windows
Mac OS
Linux
Other
Reporter:
marlonj
Assigned To:
fry
Attachment
Type
Created
Size
Actions
Description
: Opened: 2007-09-11 18:53
Hello There
I'm developing a library and requires a lot of jar files to be exported
when the application is created.
I follow the build library instruction, i create the export file inside the
library directory with the list of files :
application=lib1.jar,lib2.jar
When i try to export the application the following error is show :
File lib1.jar,lib2.jar does not exist
I check some other libraries and i found that the files are separate by a
comma and a blank space :
application=lib1.jar, lib2.jar
Now the export process work.
When the export.txt file format changed ??? is a bug ??
Additional Comment
#1 From fry 2007-09-12 04:56
found and fixed. this was a problem due to the change in how the split()
function works in 0125, with the addition of the new splitTokens()
function. fixed for 0126, thanks for the report.
Additional Comment
#2 From fry 2007-09-26 03:46
in the meantime, the workaround is to add a space after the commas in the
export.txt file.