lbehnke / h2database

Automatically exported from code.google.com/p/h2database
0 stars 0 forks source link

Spellcheck build target may fail when in eclipse project #109

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a folder containing an underscore in its name. Example: "SVN_PROJ" 
2. Check out H2 Database source to this folder from the repository
3. Open docsrc/html/tutorial.html and add a type. Example: change
"<h1>Tutorial</h1>" to "<h1>Tutrial</h1>"
4. Use build.bat to run spellcheck via "build spellcheck".

What is the expected output? What do you see instead?
Error & exception due to spelling error.  Instead: "Done in 15 ms" with no
error.

Additional information:
Running on Windows XP system, JDK 1.6.0.13.
I'm owning this until I see if other, similar problems exist, and if other
folder names pose problems.
Similar problem may also be responsible for Checkstyle not reporting style
violations in my code.

Please use labels and text to provide additional information.
Done.  

Original issue reported on code.google.com by buckyba...@gmail.com on 10 Aug 2009 at 9:53

GoogleCodeExporter commented 9 years ago
Fix committed.  Needs review, though. 

Original comment by buckyba...@gmail.com on 10 Aug 2009 at 10:50