just stumbled upon Kiyaa as I was trying to find a proper way to
compensate lack of good time handling library. Wrapper for DateJs
seems to be just what I need, untill someone ports joda-time to GWT.
However I noticed that there comes few compilation errors to console
on Eclipse, when I compile the GWT code.
[ERROR] Errors in 'jar:file:/home/laukkanh/NetBeansProjects/
shorelark-ui/trunk/libs/kiyaa-0.9.2b.jar!/com/datejs/client/
LocalizedParserWithDateJs.java'
[ERROR] Line 6: The import com.habitsoft cannot be resolved
[ERROR] Line 7: The import com.habitsoft cannot be resolved
[ERROR] Line 9: ClientLocalizedParser cannot be resolved to a
type
[ERROR] Line 12: The method parseDate(String) of type
LocalizedParserWithDateJs must override or implement a supertype
method
[ERROR] Line 12: DateParseException cannot be resolved to a
type
[ERROR] Line 15: ClientLocalizedParser cannot be resolved to
a type
[ERROR] Line 16: DateParseException cannot be resolved to a
type
[ERROR] Line 22: DateParseException cannot be resolved to a
type
Anyway, wanted to say that thanks for saving me some work!
-huima
Looks like I mistakenly added a dependency on Kiyaa's util package in
the DateJs wrapper.
I'm a bit overdue on making a new release ... so, I've just posted a
new one which should fix your issue by moving that class into a
different package (apologies to anyone else using that broken class,
you'll have to update your code).