intellimate / Izou

A home automation API for the Raspberry Pi in java. javadoc: http://intellimate.github.io/Izou/apidocs/overview-summary.html
Other
5 stars 0 forks source link

Security root events #38

Closed LeanderK closed 9 years ago

LeanderK commented 9 years ago

first try....SDK needs to change, so no testing yet!

LeanderK commented 9 years ago

@rultor release, tag=1.7.3

rultor commented 9 years ago

@rultor release, tag=1.7.3

@LeanderK OK, I will release it now. Please check the progress here

rultor commented 9 years ago

@rultor release, tag=1.7.3

@LeanderK Oops, I failed. You can see the full log here (spent 5min)

713/713 B   

Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/1.8.1/plexus-compiler-manager-1.8.1.pom (713 B at 19.3 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/1.8.1/plexus-compiler-javac-1.8.1.pom
710/710 B   

Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/1.8.1/plexus-compiler-javac-1.8.1.pom (710 B at 23.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compilers/1.8.1/plexus-compilers-1.8.1.pom
2/2 KB      

Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compilers/1.8.1/plexus-compilers-1.8.1.pom (2 KB at 33.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/1.8.1/plexus-compiler-api-1.8.1.jar
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/1.8.1/plexus-compiler-manager-1.8.1.jar
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/1.8.1/plexus-compiler-javac-1.8.1.jar
4/6 KB   
6/6 KB   
6/6 KB   4/13 KB   
6/6 KB   8/13 KB   
6/6 KB   12/13 KB   
6/6 KB   13/13 KB   
6/6 KB   4/20 KB   13/13 KB   
6/6 KB   8/20 KB   13/13 KB   
6/6 KB   12/20 KB   13/13 KB   
6/6 KB   16/20 KB   13/13 KB   
6/6 KB   20/20 KB   13/13 KB   

Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/1.8.1/plexus-compiler-manager-1.8.1.jar (6 KB at 200.0 KB/sec)

Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/1.8.1/plexus-compiler-javac-1.8.1.jar (13 KB at 470.3 KB/sec)

Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/1.8.1/plexus-compiler-api-1.8.1.jar (20 KB at 475.4 KB/sec)
[WARNING] File encoding has not been set, using platform encoding ANSI_X3.4-1968, i.e. build is platform dependent!
[INFO] Compiling 73 source files to /home/r/repo/target/classes
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] /home/r/repo/src/main/java/org/intellimate/izou/main/Main.java:[90,0] error: illegal start of expression
[ERROR] /home/r/repo/src/main/java/org/intellimate/izou/main/Main.java:[90,2] error: illegal start of expression
[ERROR] /home/r/repo/src/main/java/org/intellimate/izou/main/Main.java:[90,4] error: illegal start of expression
[ERROR] /home/r/repo/src/main/java/org/intellimate/izou/main/Main.java:[92,8] error: > expected
[ERROR] /home/r/repo/src/main/java/org/intellimate/izou/main/Main.java:[92,12] error: '(' expected
[ERROR] /home/r/repo/src/main/java/org/intellimate/izou/main/Main.java:[99,0] error: illegal start of expression
[ERROR] /home/r/repo/src/main/java/org/intellimate/izou/main/Main.java:[99,2] error: illegal start of expression
[ERROR] /home/r/repo/src/main/java/org/intellimate/izou/main/Main.java:[99,4] error: illegal start of expression
[ERROR] /home/r/repo/src/main/java/org/intellimate/izou/main/Main.java:[99,6] error: illegal start of expression
[ERROR] /home/r/repo/src/main/java/org/intellimate/izou/main/Main.java:[112,0] error: illegal start of expression
[ERROR] /home/r/repo/src/main/java/org/intellimate/izou/main/Main.java:[112,3] error: illegal start of expression
[ERROR] /home/r/repo/src/main/java/org/intellimate/izou/main/Main.java:[112,6] error: illegal start of expression
[ERROR] /home/r/repo/src/main/java/org/intellimate/izou/main/Main.java:[112,14] error: ';' expected
[INFO] 13 errors 
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 9.585 s
[INFO] Finished at: 2015-05-24T20:47:45+00:00
[INFO] Final Memory: 18M/344M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) on project izou: Compilation failure: Compilation failure:
[ERROR] /home/r/repo/src/main/java/org/intellimate/izou/main/Main.java:[90,0] error: illegal start of expression
[ERROR] /home/r/repo/src/main/java/org/intellimate/izou/main/Main.java:[90,2] error: illegal start of expression
[ERROR] /home/r/repo/src/main/java/org/intellimate/izou/main/Main.java:[90,4] error: illegal start of expression
[ERROR] /home/r/repo/src/main/java/org/intellimate/izou/main/Main.java:[92,8] error: > expected
[ERROR] /home/r/repo/src/main/java/org/intellimate/izou/main/Main.java:[92,12] error: '(' expected
[ERROR] /home/r/repo/src/main/java/org/intellimate/izou/main/Main.java:[99,0] error: illegal start of expression
[ERROR] /home/r/repo/src/main/java/org/intellimate/izou/main/Main.java:[99,2] error: illegal start of expression
[ERROR] /home/r/repo/src/main/java/org/intellimate/izou/main/Main.java:[99,4] error: illegal start of expression
[ERROR] /home/r/repo/src/main/java/org/intellimate/izou/main/Main.java:[99,6] error: illegal start of expression
[ERROR] /home/r/repo/src/main/java/org/intellimate/izou/main/Main.java:[112,0] error: illegal start of expression
[ERROR] /home/r/repo/src/main/java/org/intellimate/izou/main/Main.java:[112,3] error: illegal start of expression
[ERROR] /home/r/repo/src/main/java/org/intellimate/izou/main/Main.java:[112,6] error: illegal start of expression
[ERROR] /home/r/repo/src/main/java/org/intellimate/izou/main/Main.java:[112,14] error: ';' expected
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
LeanderK commented 9 years ago

@rultor release, tag=1.7.3

rultor commented 9 years ago

@rultor release, tag=1.7.3

@LeanderK OK, I will release it now. Please check the progress here

rultor commented 9 years ago

Release 1.7.3 already exists! I can't duplicate it, but I posted a comment there. In the future, try to avoid duplicate releases

rultor commented 9 years ago

@rultor release, tag=1.7.3

@LeanderK Done! FYI, the full log is here (took me 7min)