DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22482>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22482

CVS build fails with Java 1.4.1 (Cygwin/W2k)





------- Additional Comments From [EMAIL PROTECTED]  2003-08-19 04:21 -------
Hi,

In the original message, Those ">>>>>" and "======" errors were due to
CVS conflicts, so they were not the issua (I wiped out the files and did cvs up 
again). The real trouble was this:


\java\apache\cvs\xml-xerces\java\build\src\org\apache\xerces\dom\DOMLocatorImpl.
java:174: 'class' or 'interface' expected
  [javadoc] }// class DOMLocatorImpl
  [javadoc] ^
  [javadoc] D:
\java\apache\cvs\xml-xerces\java\build\src\org\apache\xerces\dom\DOMLocatorImpl.
java:176: 'class' or 'interface' expected
  [javadoc] ^
  [javadoc] Standard Doclet version 1.4.1



But yes, the build failed because there was comments at the end of class 
definitions:

class ....
{


} // comment


Whatever the reason is, aftere moving the comment to the separate line, the 
build succeeded

class ....
{


} 
// comment


so, if you could apply the attached patch provided that moving the comment does 
not violate any standard guidelines set sort in the project. It's weird, I 
know. The place of the comment shouldn't matter.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to