Elhanan Maayan
- 活动总数 98
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 36
-
创建于 intelij keeps inserting jars even after i deleted them
hi..i've just upgraded our pom.xml to use tomcat 6.0.37, which means we also upgraded servlet jars (2.5), however, we also have another servlet jar 2.3, which causes classpath conflicts (noSuchMeth... -
创建于 how can i change the font color in the inline documentation view
it's so grey i can barely read it. -
创建于 Maven fails to compile, while intelij goes fine...
hi..i have a project which maven fails to compile with the error of not recognizing a method, while intelij has no problem with it.BUT it gets weirder, the project which fails to compile is a fresh... -
创建于 run ALL unit tests in ALL modules?
hi..is there a way to run a unit test (with and without code coverage analasys) in ALL modules of the project? -
创建于 how can i use java6 web services support?
i'm trying to generate a client from wsdl file by choosing the metro/glassfish option, but it says a list of jars is missing (such as fastinfoset.jar) however when it suggest to download them from ... -
创建于 is there a "quick lanuch" tool bar launch configuration?
hi..altough even in eclipse this wasn't built in, it did have a plug in that allowed you to have small icon shortcuts just like quicklauch toolbar in windows. is there such a possiblity (as at time... -
创建于 relased bugzilla task plugin
hi all..just wanted to let ya'll know i've relased a (re)new version of the bugzilla task provider, with some major re-writers and zero depdencies (it uses idea's http client) . http://plugins.je... -
创建于 Code folding conditional blocks?
hi..is there a way to specify that there should be code folding for conditional blocks? one of the reasons i'm asking is that there are numerous if (_logger.isDebugenabled) boiller plate statments,... -
创建于 updates to the plugin don't seem to be showing..
hi..i have the bugzilla plugin i'm trying to fix, thing is, if i try to use via the interlij debug enviorment (meaning launching inetlij from run configuraiotn in the plugin project) it seems to be... -
创建于 Task provider not being persisted after idea restart
hi.. after i type in the new server in the project settings everything works ok, however , when i restart idea the settings are gone, what method should i implement to persist these settings?