Hi
I downloaded and installed wmSamples and noticed some strange behavior in the designer.
wmSamples is using a logging class which isn’t visible in the Designer.
When I open a java service all the
util.Log.log(...);
are red and can’t be found during compilation time.
When I look in the explorer what is available in the directory structure. The Log.java and Log.class are both available under
wmSample/code/classes/util/Log.class
wmSample/code/source/util/Log.java
In other words I can run the examples and the logging is working only in the designer I see the errors?
Any advise?
Regards Dirk