标签: eclipse maven p2
在p2.inf中,如何指定要传递给扩展点的文件进行处理?
我的项目结构是:
my.company.project.folder
my.company.project.p2.inf
my.company.product
somefile.txt
这是我的.inf中的内容:
instructions.configure = \ my.company.class.method(file:somefile.txt);
我收到一个空指针异常,我想知道我是否未正确指向文件。