Elhanan Maayan
- Total activity 98
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 36
-
Created 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... -
Created how can i change the font color in the inline documentation view
it's so grey i can barely read it. -
Created 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... -
Created 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? -
Created 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 ... -
Created 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... -
Created 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... -
Created 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,... -
Created 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... -
Created 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?