[MOBY-dev] Javadoc down ?

Martin Senger martin.senger at gmail.com
Mon Mar 29 20:16:39 UTC 2010


[cont.] ... however,...

Paul, Eddie, can you remind me what was our last decision on Java version?
Is it officially 1.6 or still 1.5? Or, are the compilation errors (in
seahawk classes; see below) I got on biomoby.org not related to Java
version?

Cheers,
Martin

compile:
    [javac] Compiling 368 source files to /home/websites/
biomoby.org/html/CVS_CONTENT/moby-live/Java/build/classes
    [javac] /home/websites/
biomoby.org/html/CVS_CONTENT/moby-live/Java/src/main/ca/ucalgary/seahawk/gui/MobyContentPane.java:426:
cannot find symbol
    [javac] symbol  : class
Desktop

    [javac] location: class
ca.ucalgary.seahawk.gui.MobyContentPane

    [javac]         Desktop desktop =
Desktop.getDesktop();

    [javac]
^

    [javac] /home/websites/
biomoby.org/html/CVS_CONTENT/moby-live/Java/src/main/ca/ucalgary/seahawk/gui/MobyContentPane.java:426:
cannot find symbol
    [javac] symbol  : variable
Desktop

    [javac] location: class
ca.ucalgary.seahawk.gui.MobyContentPane

    [javac]         Desktop desktop =
Desktop.getDesktop();

    [javac]
^

    [javac] /home/websites/
biomoby.org/html/CVS_CONTENT/moby-live/Java/src/main/ca/ucalgary/seahawk/gui/MobyContentPane.java:427:
package Desktop does not exist
    [javac]         if(!desktop.isSupported(Desktop.Action.BROWSE)) {
    [javac]                                            ^
    [javac] /home/websites/
biomoby.org/html/CVS_CONTENT/moby-live/Java/src/main/ca/ucalgary/seahawk/gui/WorkflowPreviewDialog.java:180:
cannot find symbol
    [javac] symbol  : method isEmpty()
    [javac] location: class java.lang.String
    [javac]         if(this.getText().isEmpty()) {
    [javac]                ^
    [javac] /home/websites/
biomoby.org/html/CVS_CONTENT/moby-live/Java/src/main/ca/ucalgary/seahawk/gui/WorkflowPreviewDialog.java:178:
method does not override a method from its superclass
    [javac]     @Override
    [javac]          ^
    [javac] /home/websites/
biomoby.org/html/CVS_CONTENT/moby-live/Java/src/main/ca/ucalgary/seahawk/gui/WorkflowPreviewDialog.java:187:
cannot find symbol
    [javac] symbol  : method isEmpty()
    [javac] location: class java.lang.String
    [javac]         if(this.getText().isEmpty()) {
    [javac]                ^
    [javac] /home/websites/
biomoby.org/html/CVS_CONTENT/moby-live/Java/src/main/ca/ucalgary/seahawk/gui/WorkflowPreviewDialog.java:185:
method does not override a method from its superclass
    [javac]     @Override
    [javac]          ^
    [javac] /home/websites/
biomoby.org/html/CVS_CONTENT/moby-live/Java/src/main/ca/ucalgary/seahawk/gui/WorkflowPreviewDialog.java:214:
cannot find symbol
    [javac] symbol  : method isEmpty()
    [javac] location: class java.lang.String
    [javac]         if(this.getText().isEmpty()) {
    [javac]                ^
    [javac] /home/websites/
biomoby.org/html/CVS_CONTENT/moby-live/Java/src/main/ca/ucalgary/seahawk/gui/WorkflowPreviewDialog.java:212:
method does not override a method from its superclass
    [javac]     @Override
    [javac]          ^
    [javac] /home/websites/
biomoby.org/html/CVS_CONTENT/moby-live/Java/src/main/ca/ucalgary/seahawk/gui/WorkflowPreviewDialog.java:221:
cannot find symbol
    [javac] symbol  : method isEmpty()
    [javac] location: class java.lang.String
    [javac]         if(this.getText().isEmpty()) {
    [javac]                ^
    [javac] /home/websites/
biomoby.org/html/CVS_CONTENT/moby-live/Java/src/main/ca/ucalgary/seahawk/gui/WorkflowPreviewDialog.java:219:
method does not override a method from its superclass
    [javac]     @Override
    [javac]          ^
    [javac] Note: /home/websites/
biomoby.org/html/CVS_CONTENT/moby-live/Java/src/main/ca/ucalgary/services/util/PBERecorder.javauses
or overrides a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 11 errors


-- 
Martin Senger
email: martin.senger at gmail.com,martin.senger at kaust.edu.sa
skype: martinsenger



More information about the MOBY-dev mailing list