Laran Evans
- Total activity 22
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 10
-
Laran Evans created a post, Can I run command line scripts from within IntelliJ
I'd like to invoke command line scripts from within IntelliJ. Can this be done? I could accomplish what I need with an ant build script. But command line is just much simpler. -
Laran Evans created a post, Enabling Drag and Drop via GUI Form
I've constructed the basic UI that I need.The outermost Component is a JFrame. It contains a JPanel which contains a JLabel. I need the JLabel to be a drop target.I checked the customCreate box in ... -
Laran Evans created a post, Indexing eating up 50% CPU
I'm working on a Rails project. I'm using the 9.0 beta. After having the application open for a while (few hours) the indexing takes AGES! IntelliJ locks up every time I make a code change. I can s... -
-
Laran Evans created a post, When will Spring 3.0 be supported in 9.0?
The beta doesn't seem to support it at all. When can I expect it to be available? Thanks. -
Laran Evans created a post, Can't get an ant task in my project to be recognized on the classpath?
I wrote an Ant task last night. When I try to get Ant to run it (after setting up a taskdef in my build.xml file) I get a ClassNotFoundException.What I've read in the documentation says that I shou... -
Laran Evans created a post, JBoss doesn't like exploded directories
I have installed the JBoss plugin and have tried with both JBoss 5.0.0.Beta2 and jboss-4.2.0.GA. When I deploy a web module that is set up as an exploded directory I get an error in the Run/Debug C... -
Laran Evans created a post, Can't build Java web project: File ... does not exist.
My project is laid out like this:/src/web-root/web-root/WEB-INF/web-root/WEB-INF/web.xmlI have a web project set up with the exploded directory set to the web-root directory. I have make set up to ... -
Laran Evans created a post, Find descendent classes?
I've tried using the dependency viewer. But it doesn't seem to do what I want.I want to put be able to find all classes which directly extend the class file I've highlighted. Either via a right-c... -