Ant can't update JAR files in sketch library if P5 IDE is running. Ideas?

I've just set up an Ant build that will compile my project code in Eclipse and dump out a Jar file so I can use it the P5 IDE via sketch library. Here is the problem: I can't update the JAR file now while the P5 IDE is running; it locks it.

My previous workflow was compiling the code manually and using the Eclipse export tool to deploy the Jar. For some reason, doing this let me replace the JAR file any time I wanted. It kind of sucks that I have to close down the P5 IDE just to reload my library (arguably a step backwards now).

Any ideas for what I can do to fix this?

Tagged:
Sign In or Register to comment.