Is it possible for an Ant task to communicate with IDEA?

I have some task-specific information that I want to prompt the user for, and then store in IDEA (so I can retrieve it on subsequent runs without having to prompt the user again). Is this possible?

When I print out the first 3 levels of the class loader chain, I see

but I cannot load the com.intellij.openapi.application.Application class... Does Idea load it's own code in a different class loader down a parallel chain (which would make my goal impossible, I guess)?

0

Please sign in to leave a comment.