Matthew Giannini

Avatar
  • 活动总数 4
  • 最后的活动
  • 成员加入日期
  • 关注 0 名用户
  • 关注者数 0 名用户
  • 投票数 0
  • 订阅数 2
  • Matthew Giannini 创建了一个帖子,

    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()...
  • Matthew Giannini 创建了一个帖子,

    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...