How about excluding the Test folder from your project sources - assuming your testing code is in a separate source tree, as it should be?
Yes, it is another way. But Ant will be better 'cause use your way, it need to exclude, generate Javadoc and then include later if I want to code for testing :)
If you are using Ant, just exclude all the files that start/end with test
Yes, I forgot Ant. But I mean in IDEA, maybe IDEA need to add this feature (for lazy man :-D). Thanks!
How about excluding the Test folder from your project sources - assuming your testing code is in a separate source tree, as it should be?
Yes, it is another way. But Ant will be better 'cause use your way, it need to exclude, generate Javadoc and then include later if I want to code for testing :)