Code Monkey home page Code Monkey logo

ncl_sfcsim's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

ncl_sfcsim's Issues

Project no longer builds successfully since commit fca2b4c7b4f698257de1bca256db49d2bbd1315d

This is the output I get when I run ant build, on Linux with OpenJDK version 1.8.0_402 and Ant version 1.10.14:

Buildfile: /home/m7/Documents/spm/ncl_sfcsim/build.xml

init:
    [mkdir] Created dir: /home/m7/Documents/spm/ncl_sfcsim/classes
    [mkdir] Created dir: /home/m7/Documents/spm/ncl_sfcsim/docs
    [mkdir] Created dir: /home/m7/Documents/spm/ncl_sfcsim/docs/api
    [mkdir] Created dir: /home/m7/Documents/spm/ncl_sfcsim/test
    [mkdir] Created dir: /home/m7/Documents/spm/ncl_sfcsim/test/report
    [mkdir] Created dir: /home/m7/Documents/spm/ncl_sfcsim/test/report/html

resources:

build:
    [javac] /home/m7/Documents/spm/ncl_sfcsim/build.xml:61: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 82 source files to /home/m7/Documents/spm/ncl_sfcsim/classes
    [javac] /home/m7/Documents/spm/ncl_sfcsim/src/net/gripps/cloud/nfv/sfc/SFCGenerator.java:186: error: cannot find symbol
    [javac]             c.autoconfigureVNFCluster(sfc);
    [javac]              ^
    [javac]   symbol:   method autoconfigureVNFCluster(SFC)
    [javac]   location: variable c of type VNFCluster
    [javac] /home/m7/Documents/spm/ncl_sfcsim/src/net/gripps/cloud/nfv/sfc/SFCGenerator.java:256: error: cannot find symbol
    [javac]                     long imageSize = NFVUtil.genLong(NFVUtil.vnf_image_size_min, NFVUtil.vnf_image_size_max);
    [javac]                                                             ^
    [javac]   symbol:   variable vnf_image_size_min
    [javac]   location: class NFVUtil
    [javac] /home/m7/Documents/spm/ncl_sfcsim/src/net/gripps/cloud/nfv/sfc/SFCGenerator.java:256: error: cannot find symbol
    [javac]                     long imageSize = NFVUtil.genLong(NFVUtil.vnf_image_size_min, NFVUtil.vnf_image_size_max);
    [javac]                                                                                         ^
    [javac]   symbol:   variable vnf_image_size_max
    [javac]   location: class NFVUtil
    [javac] /home/m7/Documents/spm/ncl_sfcsim/src/net/gripps/cloud/nfv/sfc/SFCGenerator.java:258: error: cannot find symbol
    [javac]                     vnf.setImageSize(imageSize);
    [javac]                        ^
    [javac]   symbol:   method setImageSize(long)
    [javac]   location: variable vnf of type VNF
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 4 errors

BUILD FAILED
/home/m7/Documents/spm/ncl_sfcsim/build.xml:61: Compile failed; see the compiler error output for details.

Total time: 1 second

If I go back to commit ff0aeff then the project builds successfully.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.