> Thanks for your answer, but I'm not sure what to download. How exactly
> do I get XMLGregorianCalendar from Apache Harmony and into my project?

Visit http://harmony.apache.org/. Download the sources. Find
XMLGregorianCalendar.java in the source distribution. Put it in
src/javax/xml/datatype in your project (assuming you are going with Option
#2). Compile. Pass the magic "yes, please, I want to screw up my project"
switch to get past the "you can't have javax.* in your source tree" error,
if you get it (assuming you are going with Option #2). If you get compile
errors because XMLGregorianCalendar is missing dependencies, repeat the
process.

Continue until your project works or you switch off of Sesame to something
else.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com
Android App Developer Books: http://commonsware.com/books.html



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to