Laurent Duperval
- Total activity 22
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 10
-
Created Dumb question: creating new class
Hi,THis may sound like a dumb question but... How do you create a new class for a project, without having to go through your source path. My project uses a long list of source directories (over 20)... -
Created Getting new version
HI,I'm curious: every time I start IDEA it asks if I want to check for a new version. WHere can I configure this? How does IDEA know what HTTP proxy to use in order to check?Jus' wonderin',L -
Created EJB impklementation beans marked as invalid
HI,I have beans which implement the EntityBean or SessionBean interfaces. A lot of the implemented methods are declared as follows:public void ejbFoo() throws RemoteException, EjbException {}i.e. t... -
Created List of bug fixes
Hi,The latest versions of Ariadna have only been bug fixes. Is there a way for me to know what bug fixes go into each version? A list kinda likeBug #3456: IDEA doesn't fill memory fast enoughBug #6... -
Created Libraries don work in 666?
Hi,It used to be that when you added jars to the Libraries pane of the Paths configuration, they were automatically added to the classpath. Now, I add them, I see them in the other panes, I close t... -
Created EJB integration and building
HI,Maybe I'm kinda dense but... When you build a project with Ctrl-F9, is IDEA supposed to do EJB builkds also? I'm asking because I find that Ant compiling is much slower than on the command line ... -
Created Inspect code and EJB
Hi,I notice that inspect code doesn't seem to work well with EJB's, saying that the methods are never used anywhere.Is it possible to either:- Enhance the support for EJB's in Inspect Codeor- Skip ...