[Junitdoclet-users] Problems with keyword assert
Brought to you by:
sgemkow
From: Pirol_74 <pir...@ya...> - 2004-11-17 19:57:32
|
Hi, I try to generate some test-classes with the junitdoclet-plugin from maven and have some problems. My sourcecode contains many assert keywords and if i start the juntidcolet task i get this warning & error message: [javadoc] Generating Javadoc [javadoc] Javadoc execution [javadoc] Loading source files for package de.jcrypt... [javadoc] Loading source files for package de.jcrypt.container... ... warning: as of release 1.4, assert is a keyword, and may not be used as an identifier ... Is there a way to tell the compiler he should use 1.4 ? Regards Pirol |