[Mc4j-development] [ mc4j-Bugs-971178 ] Compile error with cvs version of 2004/06/11
Brought to you by:
ghinkl
From: SourceForge.net <no...@so...> - 2004-06-11 14:50:52
|
Bugs item #971178, was opened at 2004-06-11 16:50 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=493495&aid=971178&group_id=60228 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Christian Schweer (holbitlan) Assigned to: Nobody/Anonymous (nobody) Summary: Compile error with cvs version of 2004/06/11 Initial Comment: Hi ! I just tried to build mc4j with the cvs version of today (2004/06/11 14:00 UTC). I get an compile error in org.mc4j.console.swing.graph.data.BoundedTimeTableXYDataset. The declared package in the class is wrong (org.jfree.data.time). After changing the package, to additional imports are necessary: import org.jfree.data.time.RegularTimePeriod; import org.jfree.data.time.TimePeriodAnchor; Patch provided! CU Christian (aka holbitlan) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=493495&aid=971178&group_id=60228 |