Bernhard Messerer

- Total activity 60
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 25
-
Created JetBrains sbt plugin - no-sbt-build-module
Hi,is there any way to tell the IDEA sbt plugin to _not_ generate a *-build module for every sub-project in a multi project build when importing from an sbt project? Put another way, I'm searching ... -
Created Problems with 7.0.3 and JDK6u5 and workaround for JDK bug 4818143
Hi all,Before submitting a JIRA issue, I wanted to ask for feedback in the forums:We get the message box "You're seeing this because of the workaround to JRE issue: http://bugs.sun.com/bugdatabase/... -
Created IDEA 7 vs. NetBeans 6
Hi all,I posted a few impressions of using NetBeans from the perspective of an (avid) IDEA-user on: http://techthoughts-iterator.blogspot.comIt's not a comparison, just impressions, but quite in fa... -
Created CVS: Ignore files w/o ".cvsignore"
Following problem:Not all developers in my team use IDEA, so I don't want to check in my module (*.iml) files (and not see them as "locally modified" in all CVS dialogs, esp. "Check Project Status"... -
Created serialVersionUID
Does anyone else have problems with the serialVersionUID inspection?code: "private static final long serialVersionUID=1L;"insp.: "serialVersionUID field of a Serializable class is not declared priv... -
Created New EAP builds?
I know I shouldn't ask this b/c its redundant (guess its ready when its ready, right?)... but: Will there be a new EAP build anytime soon now? Seems we're running out of topics in the EAP forums.Re... -
Created Metal L&F with Ocean theme (on JDK5)
For B#3117 I'm now using JDK5 as underlying VM for IDEA (also tried this with earlier builds, always got errors), which seems to work well (and its even faster :-).What I'd like to do (at least try... -
Created Irida J2EE development completely fails
Hi!Yesterday downloaded IDEA Irida EAP B#3075, imported a (J2EE) project from 4.5.First, the JBoss plugin from Fuhrer failed... ok, I expected this and removed it (deploying to JSAS anyhow), remoed... -
Created EJB module and Java module sharing source path
Hi all!What I want to do is creating a Java module with all my sources and packages, then create an (some) EJB module(s) which get their sources from the Java module.This doesn't seem to work, when...