deyanTG / caldav4j

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

Fail to compile org.osaf.caldav4j.BaseTestCase #28

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I'm now tring to compile org.osaf.caldav4j.BaseTestCase on my PC with 
Windows XP. But found the method:
** protected void mkcalendar(String path) ** 
have a statement with 'symbol not found' error, reported by jdk 1.6 
compiler, it's the statement: 
mk.addDescription(CALENDAR_DESCRIPTION, "en");
it seems the MkCalendarMethod class do not have a 'addDescription' method.

What I include in the classpath is caldav4j-0.5.jar.

Original issue reported on code.google.com by yinyuanq...@gmail.com on 17 Aug 2009 at 3:36

GoogleCodeExporter commented 8 years ago
addDescription is 0.6 stuff.

anyway if you're building caldav4j trunk, then you don't need to include old 
caldav4j
libs: you have to rebuild from scratch.

let me know if it fixes.
Peace,
R.

Original comment by robipo...@gmail.com on 17 Aug 2009 at 2:49

GoogleCodeExporter commented 8 years ago
Thanks, it's sovled now

Original comment by yinyuanq...@gmail.com on 19 Aug 2009 at 1:35

GoogleCodeExporter commented 8 years ago

Original comment by robipo...@gmail.com on 24 Aug 2009 at 9:40