Menu

#20 Don't print error on compile failure

open
nobody
None
5
2005-11-02
2005-11-02
No

Consider this:

ERR> NOTE - jester has tried to 'exec' "javac
-classpath
../jester/bin:lib/junit.jar:build/xom-1.1b5.jar:build/classes:lib/xalan.jar:lib/xercesImpl.jar
src/nu/xom/Attribute.java"
ERR> src/nu/xom/Attribute.java:773: duplicate case label
ERR> case '7':
ERR> ^

Jester jested and as a result the code failed to
compile. This is fine. No test here is needed. There's
no reason to generate any output for this case.

Discussion


Log in to post a comment.