Matthew Giannini
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Created How to read a Velocity template from a plugin?
I'm trying, without much success, to load a velocity template that is packaged in my plugin jar. Here is the code I am using:VelocityEngine ve = new VelocityEngine();Properties p = new Properties()... -
Created How to prevent plugin resources from being filtered out
I am developing a plugin for Intellij. I have a resources folder marked as source. When I prepare my plugin for deployment, the resulting jar has some of the resources excluded (for example, files...