ymuruvi / proclipsing

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

Processing exports classes into Multiple Jars, P5Exported exports a single Jar #21

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Export an application with Processing
2. Export an application with Proclipsing
3.Compare the Java dir and classpath

What is the expected output? What do you see instead?
As I understand proclipsing's export behavior should mirror processing's
If proclipsing exported multiple jars(i think the old p5exporter used to do 
this too) it would be possible to tell if certain classes that should be 
getting built are not. 

What version of the product are you using? On what operating system?
Proclipsing 1.0.0
processing 1.0.3
eclipse 3.3.2
mac os x 10.6

Please provide any additional information below.

At the least can you explain why this is?
At the most can you point me to how this is being done in the source so I can 
play around?

Original issue reported on code.google.com by robincwi...@gmail.com on 14 Feb 2011 at 7:08

GoogleCodeExporter commented 8 years ago

Original comment by maddpar...@gmail.com on 4 Apr 2011 at 11:54

GoogleCodeExporter commented 8 years ago
I believe this is the src file that you are looking for:

http://code.google.com/p/proclipsing/source/browse/trunk/P5Exporter/src/dch/ecli
pse/p5Export/P5ApplicationExport.java

Any improvements you wish to contribute to Proclipsing are welcome.

Thanks,
Matt

Original comment by maddpar...@gmail.com on 17 Aug 2011 at 9:58