Dan Bachelder

- Total activity 218
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 75
-
Dan Bachelder created a post, IDEA not seeing R.java in maven android project
Build 108.1333My R.java is generated by maven and it lives in target/generated-sources/rIt's there and that dir is a source directory for my module, but it's not being seen.Config problem or bug? -
Dan Bachelder created a post, Conditional CSS in GWT app?
I have some conditional css in my project:@if (com.company.shared.util.PlatformUtil.isSkinny()) { .mainHeaderBody { width:98%; margin-left: auto; margin-right: auto; ... -
Dan Bachelder created a post, excluded directories keep un-excluding
I have a GWT app I build using maven.. all the artifacts live under target/ I am constantly having to re-add the target/generated-sources directory to the exclusions list to keep the crud out of m... -
Dan Bachelder created a post, Code changes only hitting project dirs on commit?
I am new to git.. I think I did something weird.. now I only see file changes I make in IDEA in my project dirs when I do a commit... it looks like it's sticking them somewhere "weird"... this was ... -
Dan Bachelder created a post, does the php plugin work in 8.1?
I thought it had been working for me last week... Is anyone using it? I'm not seeing the PHP facet anymore. -
Dan Bachelder created a post, problem with missing classes in groovy script, was working last eap
The jar is there, and the class is in that jar, and it's in the module classpath... This was working in the last EAP build... any ideas?from the console... /System/Library/Frameworks/JavaVM.framewo... -
Dan Bachelder created a post, jetgroovy doesn't like the grails templates
I don't know if this is on the agenda, but the templates grails gives you after running "grails install-templates" are a red mess in idea. -
Dan Bachelder created a post, IDEATalk has strange behavior on LAN
I'm not even sure how to explain exactly what we're seeing... but I'll try... My partner and I tried to set up IDEATalk for the first time today (build 7757) and it found the other guy by default u... -
Dan Bachelder created a post, JetConnect... to what?
there hasn't been a new 'tips'n'tricks' for 11 months and there hasn't been a new "Intellij IDEA News" in 6... I would think the point releases would be good "news" candidates.Is it just me? -
Dan Bachelder created a post, Good annotations in groovy class marked red
the following annotations compile and work correctly but are marked as invalid with "Expression expected" in IDEA @ValidateNestedProperties([ @Validate(field="username", required=true, on...