VEvent and VToDo had the wrong base class? Here's what I had to patch to get
what is currently in CVS to build cleanly:
--- BEGIN PATCH ---
Index: VEvent.java
===================================================================
RCS file:
/products/cvs/jetspeed/jetspeed/src/java/org/apache/jetspeed/calendar/vobjects/VEvent.java,v
retrieving revision 1.1
diff -u -r1.1 VEvent.java
--- VEvent.java 2000/04/11 19:53:29 1.1
+++ VEvent.java 2000/04/12 18:31:02
@@ -59,7 +59,7 @@
* @author Jeff Prickett - [EMAIL PROTECTED]
*/
-public class VEvent extends EventToDoParent
+public class VEvent extends EventDoJrlParent
{
/** A variable to hold the time transparency of the event */
private Transparency trans = null;
Index: VToDo.java
===================================================================
RCS file:
/products/cvs/jetspeed/jetspeed/src/java/org/apache/jetspeed/calendar/vobjects/VToDo.java,v
retrieving revision 1.1
diff -u -r1.1 VToDo.java
--- VToDo.java 2000/04/11 19:53:30 1.1
+++ VToDo.java 2000/04/12 18:31:04
@@ -55,7 +55,7 @@
import org.apache.jetspeed.calendar.types.*;
import org.apache.jetspeed.calendar.properties.*;
-public class VToDo extends EventToDoParent
+public class VToDo extends EventDoJrlParent
{
/** A variable to hold the date-time completed */
private Completed complete = null;
--- END PATCH ---
[EMAIL PROTECTED] wrote:
>
>
> On 12 Apr 2000, Jeffrey D.Brekke wrote:
>
> > FYI: Problems with calendar and a warning in project:
> >
> <snip>
>
> It looks like you have an out of date file. The one that is out of date is
> EventDoJrlParent.java.
>
> I just wiped out my test space and rechecked out the src directory.
> Everything compiled cleanly then.
>
> Anyone else seeing this. Im listening.
>
Jeffrey D. Brekke
mailto:[EMAIL PROTECTED]
http://sites.netscape.net/ekkerbj/homepage
____________________________________________________________________
Get your own FREE, personal Netscape WebMail account today at
http://webmail.netscape.com.
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]