tillnagel / unfolding

A library to create interactive maps and geovisualizations in Processing and Java
http://unfoldingmaps.org
Other
477 stars 245 forks source link

Handle log4j in Processing IDE correctly #34

Open tillnagel opened 12 years ago

tillnagel commented 12 years ago

At the moment, log4j is not configured correctly, i.e. Processing does not find the log4j.properties in the class path.

tillnagel commented 12 years ago

@sotte I tried adding the file to all of the directories on Processing's classpath. That did not work.

Could you try out adding the properties file to the unfolding.jar, and include it in the classpath of a manifest file.

sotte commented 12 years ago

Sure. I'll have time on Saturday again...

sotte commented 12 years ago

I have no idea how to fix this...

tillnagel commented 12 years ago

Did you try including it to the manifest and it failed?

sotte commented 12 years ago

Yes, I did. But maybe I did it wrong.

There must be a way!