[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Missing JSpinner component



Hi,

while trying to compile JCalendar (currently to be found under
http://eric.lavar.de/comp/linux/debian/dump/), soon to be found in contrib
(hopefully), with free-java-sdk, I get an error, which seems to point to a
missing class in the implementation.
As I've seen more than one that such missing classes should be reported
here, here it is.

I've only taken the package from the above URL, and slightly modified the
debian/rules file as attached, and here is the error:

cd src && /usr/lib/fjsdk/bin/java -classpath
/usr/share/ant1.6/lib/ant.jar:/usr/share/ant1.6/lib/ant-launcher.jar: 
-Dant.home=/usr/share/ant1.6 org.apache.tools.ant.Main
-Dcompile.debug=true -Dcompile.optimize=true  -Dbuild.compiler=jikes  jar
javadocs

[...]

    [javac] Found 3 semantic errors compiling
"/home/ericl/Comp/FreeMind/JCalendar/libjcalendar-java-1.2.2/src/com/toedter/calendar/JDateChooser.java":

    [javac]     59.     protected JSpinner.DateEditor editor;
    [javac]                                ^--------^
    [javac] *** Semantic Error: Type "javax.swing.JSpinner$DateEditor" was
not found.


    [javac]    165.         editor = new JSpinner.DateEditor(dateSpinner,
tempDateFortmatString);
    [javac]                                       ^--------^
    [javac] *** Semantic Error: Type "javax.swing.JSpinner$DateEditor" was
not found.


    [javac]    255.         editor = new JSpinner.DateEditor(dateSpinner,
dateFormatString);
    [javac]                                       ^--------^
    [javac] *** Semantic Error: Type "javax.swing.JSpinner$DateEditor" was
not found.

Grateful for any help,
Eric

-- 
Eric de France, d'Allemagne et de Navarre

Attachment: rules
Description: Binary data


Reply to: