javalover520 / jsyntaxpane

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

"Unable di load configuration for: ..." #107

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hello!

I noticed that when I set the content type to "text/c" and "text/cpp" an error 
occur.

text/c:
INFO: unable to load configuration for: class jsyntaxpane.syntaxkits.CSyntaxKit 
from: 
jsyntaxpane/syntaxkits/CSyntaxKit/config.properties 

text/cpp:
INFO: unable to load configuration for: class 
jsyntaxpane.syntaxkits.CppSyntaxKit from: 
jsyntaxpane/syntaxkits/CppSyntaxKit/config.properties 

Anyway the jsyntaxpane seems to work correctly (but I'm not sure).
I'm using jsyntaxpane-0.9.5-b27 and Java 1.6.0_13-b03-211 on Mac OS 10.5.8.

Original issue reported on code.google.com by alex.co...@gmail.com on 28 Aug 2009 at 9:52

GoogleCodeExporter commented 8 years ago
Yeah, these are just warning messages you can safely ignore.  
The reason is that both C and C++ use all default configuration, and there was 
no
need create a new config.properties files for them.  The warning is issued just 
to
let you know that you may be missing some configuration that you do need.

Original comment by ayman.al...@gmail.com on 31 Aug 2009 at 6:07