mason icon indicating copy to clipboard operation
mason copied to clipboard

Not running

Open alonsoir opened this issue 3 years ago • 0 comments
trafficstars

Hi, i have just pulled the project, did mvn install, and it is not working. Dependencies should be present in pom.xml, shouldn't?

`[sáb 22/04/16 13:42 CEST][s000][x86_64/darwin21.0/21.4.0][5.8] <aironman@MacBook-Pro-de-Alonso:~/git/mason/mason> zsh 5039 master% mvn install
[INFO] Scanning for projects... [INFO] [INFO] -----------------------< cs.gmu.edu.eclab:mason >----------------------- [INFO] Building mason 20 [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] The artifact itext:itext:jar:1.2.3 has been relocated to com.lowagie:itext:jar:1.2.3 [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ mason --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] Copying 489 resources [INFO] Copying 209 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ mason --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ mason --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /Users/aironman/git/mason/mason/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ mason --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ mason --- [INFO] Surefire report directory: /Users/aironman/git/mason/mason/target/surefire-reports


T E S T S

Running test.AppTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec

Results :

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0

[INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ mason --- [INFO] [INFO] --- maven-dependency-plugin:3.0.2:copy-dependencies (copy-dependencies) @ mason --- [INFO] junit:junit:jar:3.8.1 already exists in destination. [INFO] java3d:j3d-core:jar:1.3.1 already exists in destination. [INFO] java3d:vecmath:jar:1.3.1 already exists in destination. [INFO] java3d:j3d-core-utils:jar:1.3.1 already exists in destination. [INFO] org.beanshell:bsh:jar:2.0b4 already exists in destination. [INFO] com.lowagie:itext:jar:1.2.3 already exists in destination. [INFO] org.jfree:jcommon:jar:1.0.24 already exists in destination. [INFO] org.jfree:jfreechart:jar:1.0.17 already exists in destination. [INFO] xml-apis:xml-apis:jar:1.3.04 already exists in destination. [INFO] javax.media:jmf:jar:2.1.1e already exists in destination. [INFO] org.jogamp.jogl:jogl-all-main:jar:2.3.1 already exists in destination. [INFO] org.jogamp.jogl:jogl-all:jar:2.3.1 already exists in destination. [INFO] org.jogamp.jogl:jogl-all:jar:natives-android-aarch64:2.3.1 already exists in destination. [INFO] org.jogamp.jogl:jogl-all:jar:natives-android-armv6:2.3.1 already exists in destination. [INFO] org.jogamp.jogl:jogl-all:jar:natives-linux-amd64:2.3.1 already exists in destination. [INFO] org.jogamp.jogl:jogl-all:jar:natives-linux-armv6:2.3.1 already exists in destination. [INFO] org.jogamp.jogl:jogl-all:jar:natives-linux-armv6hf:2.3.1 already exists in destination. [INFO] org.jogamp.jogl:jogl-all:jar:natives-linux-i586:2.3.1 already exists in destination. [INFO] org.jogamp.jogl:jogl-all:jar:natives-macosx-universal:2.3.1 already exists in destination. [INFO] org.jogamp.jogl:jogl-all:jar:natives-solaris-amd64:2.3.1 already exists in destination. [INFO] org.jogamp.jogl:jogl-all:jar:natives-solaris-i586:2.3.1 already exists in destination. [INFO] org.jogamp.jogl:jogl-all:jar:natives-windows-amd64:2.3.1 already exists in destination. [INFO] org.jogamp.jogl:jogl-all:jar:natives-windows-i586:2.3.1 already exists in destination. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ mason --- [INFO] Installing /Users/aironman/git/mason/mason/target/mason-20.jar to /Users/aironman/.m2/repository/cs/gmu/edu/eclab/mason/20/mason-20.jar [INFO] Installing /Users/aironman/git/mason/mason/pom.xml to /Users/aironman/.m2/repository/cs/gmu/edu/eclab/mason/20/mason-20.pom [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1.824 s [INFO] Finished at: 2022-04-16T13:42:12+02:00 [INFO] ------------------------------------------------------------------------ [sáb 22/04/16 13:42 CEST][s000][x86_64/darwin21.0/21.4.0][5.8] <aironman@MacBook-Pro-de-Alonso:~/git/mason/mason> zsh 5040 master% ls -lta mason Executing ls -G
Makefile README docs pom.xml src target [sáb 22/04/16 13:42 CEST][s000][x86_64/darwin21.0/21.4.0][5.8] <aironman@MacBook-Pro-de-Alonso:~/git/mason/mason> zsh 5041 master% java -Xmx200M -jar target/mason-20.jar sim.display.Console there is no main manifest attribute in target/mason-20.jar[sáb 22/04/16 13:42 CEST][s000][x86_64/darwin21.0/21.4.0][5.8] <aironman@MacBook-Pro-de-Alonso:~/git/mason/mason> zsh 5042 [1] master% java -version
openjdk version "17.0.2" 2022-01-18 OpenJDK Runtime Environment Temurin-17.0.2+8 (build 17.0.2+8) OpenJDK 64-Bit Server VM Temurin-17.0.2+8 (build 17.0.2+8, mixed mode, sharing) [sáb 22/04/16 13:43 CEST][s000][x86_64/darwin21.0/21.4.0][5.8] <aironman@MacBook-Pro-de-Alonso:~/git/mason/mason> zsh 5043 master% `

alonsoir avatar Apr 16 '22 11:04 alonsoir