I found a XMLGregorianCalendar class somewhere else (http:// www.google.com/codesearch/p?hl=en&sa=N&cd=2&ct=rc#HdNQifPpBEA/javax/xml/datatype/XMLGregorianCalendar.java&q=class%20XMLGregorianCalendar&l=178), but first I'll have to see how I get the whole --core-library thing to work reasonably within Eclipse.
On Jul 13, 3:08 pm, Max <[email protected]> wrote: > (Wow, you're fast.) The problem is that I can't seem to find any > source there containing the XMLGregorianCalendar class. > > On Jul 13, 2:50 pm, "Mark Murphy" <[email protected]> wrote: > > > > > > 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? > > > Visithttp://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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

