> > + /** > > + * error string for unit test verification: [EMAIL PROTECTED] > > + */ > > public static final String ERROR_TODIR_AND_SIGNEDJAR > > = "'destdir' and 'signedjar' cannot both be set"; > > IDEA is telling me that @value isnt allowed here. though I've used in > other projects. Is there something obvious I am doing wrong? >
Never seen that - should JavaDoc include the value that field? Mmh ... let´s have a look at the javadoc manual ... http://java.sun.com/j2se/1.5.0/docs/tooldocs/windows/[EMAIL PROTECTED] Ah - yes. Comes with 1.4 - maybe you´re using 1.2 for checking our compile time minimum :-) Jan