Profetas
- Total activity 28
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 11
-
Profetas created a post, Ant build works from command line but not on IDE
I have been debuging this for a while now.The same ant file when I run from command line it works perfectly but when I run from the IDE I get java.lang.NoClassDefFoundError: org/apache/tools/ant/ty... -
Profetas commented, -
Profetas created a post, Unused code (Code inspection)
I got many false positives with code inspection. I used the code inspection to do some cleanning but when I compiled with Xcode I had to roll back many of my changes. -
-
Profetas created a post, Indexing too long
Can I change what is indexed? Since at the moment appCode is indexing many files that it doesn't need to and it takes so long. How can I optimize this indexing process? -
Profetas created a post, False memory inspection?
I have a attribure payAmount and I overwrite the set method with:- (void)setPayAmount:(NSDecimalNumber *)amount { [amount retain]; [payAmount release]; payAmount = amount; [self updateR... -
Profetas commented, -
Profetas created a post, [var release] code completion
How can I change this code? When I declare a variable I would like to have in deallocvar = nil instead of release.Maybe this should be another possible code suggestion. -
-
Profetas created a post, Target configuration
At the moment I am going to XCode to change target configuration, how can I change build configuration in appCode?