Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build fail for git version and 0.9.5 #43

Open
starsareintherose opened this issue Dec 1, 2022 · 1 comment · May be fixed by #44
Open

Build fail for git version and 0.9.5 #43

starsareintherose opened this issue Dec 1, 2022 · 1 comment · May be fixed by #44

Comments

@starsareintherose
Copy link

starsareintherose commented Dec 1, 2022

command is ant jar

0.9.5 Error log

Buildfile: /home/guoyi/Downloads/SpreaD3-0.9.5/SpreaD3/build.xml

compile:
    [mkdir] Created dir: /home/guoyi/Downloads/SpreaD3-0.9.5/SpreaD3/classes
    [mkdir] Created dir: /home/guoyi/Downloads/SpreaD3-0.9.5/SpreaD3/classes/icons
    [mkdir] Created dir: /home/guoyi/Downloads/SpreaD3-0.9.5/SpreaD3/classes/colorpicker/swing/resources
    [mkdir] Created dir: /home/guoyi/Downloads/SpreaD3-0.9.5/SpreaD3/classes/renderers/d3/d3renderer
    [javac] Compiling 226 source files to /home/guoyi/Downloads/SpreaD3-0.9.5/SpreaD3/classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 6
    [javac] warning: [options] source value 6 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.6 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] /home/guoyi/Downloads/SpreaD3-0.9.5/SpreaD3/src/gui/MergePanel.java:23: warning: SynchronizedSymbolTable is internal proprietary API and may be removed in a future release
    [javac] import com.sun.org.apache.xerces.internal.util.SynchronizedSymbolTable;
    [javac]                                               ^
    [javac] /home/guoyi/Downloads/SpreaD3-0.9.5/SpreaD3/src/parsers/ContinuousTreeParser.java:12: error: package com.sun.corba.se.impl.javax.rmi.CORBA does not exist
    [javac] import com.sun.corba.se.impl.javax.rmi.CORBA.Util;
    [javac]                                             ^
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: /home/guoyi/Downloads/SpreaD3-0.9.5/SpreaD3/src/colorpicker/swing/ColorPickerDemo.java uses unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 1 error
    [javac] 5 warnings

BUILD FAILED
/home/guoyi/Downloads/SpreaD3-0.9.5/SpreaD3/build.xml:68: Compile failed; see the compiler error output for details.

Total time: 2 seconds

git error log

Buildfile: /home/guoyi/Downloads/SpreaD3-0.9.5/SpreaD3/build.xml

compile:
    [mkdir] Created dir: /home/guoyi/Downloads/SpreaD3-0.9.5/SpreaD3/classes
    [mkdir] Created dir: /home/guoyi/Downloads/SpreaD3-0.9.5/SpreaD3/classes/icons
    [mkdir] Created dir: /home/guoyi/Downloads/SpreaD3-0.9.5/SpreaD3/classes/colorpicker/swing/resources
    [mkdir] Created dir: /home/guoyi/Downloads/SpreaD3-0.9.5/SpreaD3/classes/renderers/d3/d3renderer
    [javac] Compiling 226 source files to /home/guoyi/Downloads/SpreaD3-0.9.5/SpreaD3/classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 6
    [javac] warning: [options] source value 6 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.6 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] /home/guoyi/Downloads/SpreaD3-0.9.5/SpreaD3/src/gui/MergePanel.java:23: warning: SynchronizedSymbolTable is internal proprietary API and may be removed in a future release
    [javac] import com.sun.org.apache.xerces.internal.util.SynchronizedSymbolTable;
    [javac]                                               ^
    [javac] /home/guoyi/Downloads/SpreaD3-0.9.5/SpreaD3/src/parsers/ContinuousTreeParser.java:12: error: package com.sun.corba.se.impl.javax.rmi.CORBA does not exist
    [javac] import com.sun.corba.se.impl.javax.rmi.CORBA.Util;
    [javac]                                             ^
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: /home/guoyi/Downloads/SpreaD3-0.9.5/SpreaD3/src/colorpicker/swing/ColorPickerDemo.java uses unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 1 error
    [javac] 5 warnings

BUILD FAILED
/home/guoyi/Downloads/SpreaD3-0.9.5/SpreaD3/build.xml:68: Compile failed; see the compiler error output for details.

Total time: 2 seconds

@starsareintherose starsareintherose changed the title Bui领导 Build fail for git version and 0.9.5 Dec 1, 2022
@starsareintherose starsareintherose linked a pull request Apr 28, 2023 that will close this issue
@starsareintherose
Copy link
Author

When #44 is merged, this issue can be closed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant