AlejandraV25 / proclipsing

Automatically exported from code.google.com/p/proclipsing
0 stars 0 forks source link

Export : imported libraries missing from the application/lib folder #36

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Create project using proclipsing
2.import native and custom libraries
3.Export application using proclipsing 

What is the expected output? What do you see instead?
Export should copy the compiled libraries into the application.* folders, but 
instead, only the main class' .jar is exported. The core.jar and other custom 
libraries are missing.

Original issue reported on code.google.com by bkuperb...@gmail.com on 6 Jul 2012 at 5:20

GoogleCodeExporter commented 9 years ago
Nevermind, i didn't understand at first that libs are all compiled into the 
main .jar
What didn't worked is that i use the dmxp512 lib, and it uses the 
rxtxSerial.dll .
Run & Debug work, but when i export using proclipsing, i have to copy this file 
each time.
Is there a way to include this file in the export process ?

Thanks
Ben

Original comment by bkuperb...@gmail.com on 6 Jul 2012 at 6:27

GoogleCodeExporter commented 9 years ago
Is this still an issue with the newest version of Processing?  I believe I've 
addressed it, but haven't tested all systems.

Original comment by maddpar...@gmail.com on 19 Mar 2014 at 9:40