Coder Social home page Coder Social logo

Comments (6)

shazhendong avatar shazhendong commented on July 17, 2024

‘mvn install’ can not built the the program. It always ended up with:

[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 8.106 s
[INFO] Finished at: 2019-09-24T23:38:26-04:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test (default-test) on project javacg: There are test failures.

from progex.

ghaffarian avatar ghaffarian commented on July 17, 2024

If you only want to use PROGEX there is no need to build from source. You can simply refer to the releases page, download the latest stable release and you can find the progex.jar file and all its dependencies in order to test run the tool.

from progex.

ghaffarian avatar ghaffarian commented on July 17, 2024

If you want to modify and develop your own changes, then here are the steps:

  1. First clone the following two repos and do mvn install in each project:
  1. Now you can do mvn compile in PROGEX. But you still can't run the unit-tests.
  2. In order to run the unit-tests and do a full mvn install cycle, you need to create two directories:
  • src/test/resources/java/benchmark-v1.2/
  • src/test/resources/java/juliet-v1.3/
  1. After creating the above directories you can do a full mvn clean install of the project.

from progex.

shazhendong avatar shazhendong commented on July 17, 2024

Thank you!

from progex.

ghaffarian avatar ghaffarian commented on July 17, 2024

I just released PROGEX-v3.4.0 with several improvements.
The requirement to create some directories to pass the unit-tests is now removed
and developer's guide is now added to the README.

from progex.

shazhendong avatar shazhendong commented on July 17, 2024

Excellent! Thank you!

from progex.

Related Issues (17)

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.