Stephen Boesch
- Total activity 499
- Last activity
- Member since
- Following 1 user
- Followed by 0 users
- Votes 25
- Subscriptions 152
-
Created "Error" fix intentions: how to use them more quickly and reliably
given the following! MessagingSender sender = MessagingFactory.getSendr();Then the getSendr will be highlighted in red due to the method not found. But when I drag mouse over it, the "error in... -
Created How to tell IJ to use XML files in the Classes Output directory
My hibernate xml files are in the same dir as output classes: AppRoot/WEB-INF/classes/hibernate.cfg.xmlAppRoot/WEB-INF/classes/myapp.hbm.xmlI'm not sure how to tell IJ to a) read/use those xml fi... -
Created Need auto-generation of testcases, one per method
Hi, If I ask a JunitGenerator or a Junit to create a new testing class for me, I would expect it would look at the "Class Under Test", and provide a Junit TestCase that includes one test for each ... -
Created Does Search support only one file extension at a time?
Hi, I want to do this: File mask *.jsp;.tag;.html;*.js(note should be one "star" not two, but can't seem to post that way)But intellij ain't biting. Seems not to understand the multiple extensio... -
Created Struts2 Showcase App Can Not be Loaded into IJ 7.0.3
Hi, I tried to create a new project based on existing source -- the Struts2 Showcase App. The short of it is that IJ gets through all of the dialogs but then fails with an internal IDE error an... -
Created Weird UI problem: MouseClick stopped working in IDE, had to reboot machine
Hi, The mouseclick stopped working in the IDE, not from a USB mouse, or the builtin trackpad, trackball, or pointing device (I have a Thinkpad which has all the bells and whistles).It's weird. A... -
-
Created Remote debugging with Tomcat: Does Not Stop on Breakpoints
AnsweredI can make changes to Java class and/or resources (web.xml, jsp, etc) , do either Build Module, or Debug and the changes show up on Tomcat.However, debugging is not working.I have tried a number of... -
Created Project Compiler Output and Tomcat
Hi, I want the compiler output to go directly to my Tomcat webapp. E.g. /opt/tomcat/webapps/myapp/WEB-INF/classes/**But instead the compiler output goes to /opt/tomcat/webapps/myapp/WEB-INF/classe... -
Created How to Extract/Export New File Type Settings
Hi, I created a SQL file type that I would like to share. I presume the keywords that I entered manually are stored in one of the IJ configuration files. Would someone pls direct me to the right...