We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexSuggestions & BugsSoftware Bugs › Multiple Export Files
Page Index Toggle Pages: 1
Multiple Export Files (Read 1419 times)
Multiple Export Files
Sep 12th, 2007, 3:52am
 
Hello There

I submit this like a bug also.

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 ??
Re: Multiple Export Files
Reply #1 - Sep 12th, 2007, 1:54pm
 
thanks for posting the bug report, i'll close this thread and we can follow up there:
http://dev.processing.org/bugs/show_bug.cgi?id=625
Page Index Toggle Pages: 1