Igor Spasic
- 活动总数 58
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 26
-
创建于 How to read data from WebFacetConfigurationImpl?
I have located a WebFacet instance. How to read its configuration?i.e. How to access WebFacetConfigurationImpl without reflection?i.e. how to get, for example, exploded folder? -
创建于 Why I get NoClassDefFoundError for WebFacet when I run my plugin?
I have VirtualFileAdapter that needs to do something with files, but only if managed by webfacet. I copied some code from WebUtil, and have this exception when I run the plugin:java.lang.NoClassDef... -
创建于 How to find Web context root?
I do have a Project instance, a (web) Module instance and its JavaeeModuleProperties. I still can't figure how to find web context root. Any ideas?