[
https://issues.jboss.org/browse/FORGE-400?page=com.atlassian.jira.plugin....
]
Lincoln Baxter III commented on FORGE-400:
------------------------------------------
Additionally: Koen, Mike thinks he has fixed the issue. I've merged his changes and we
should be good to go. Could you please verify? Thanks!
Build and Run Problems on Different Platforms
---------------------------------------------
Key: FORGE-400
URL:
https://issues.jboss.org/browse/FORGE-400
Project: Forge
Issue Type: Bug
Components: Forge Build
Reporter: Koen Aers
Fix For: 1.0.0.Beta4
On Windows XP:
- java version "1.6.0_29"
Java(TM) SE Runtime Environment (build 1.6.0_29-b11)
Java HotSpot(TM) Client VM (build 20.4-b02, mixed mode, sharing)
- 'mvn clean install' hangs while executing:
org.jboss.forge.spec.validation.ValidationPluginTest; The problem is reproduceable while
executing the test in isolation e.g. in Eclipse.
- 'mvn -DskipTests clean install' finishes successfully but running the created
Forge runtime hangs during startup
On Windows 7:
- java version "1.6.0_22"
Java(TM) SE Runtime Environment (build 1.6.0_22-b04)
Java HotSpot(TM) 64-Bit Server VM (build 17.1-b03, mixed mode)
- 'mvn clean install' results in a compilation error:
[INFO] Compiling 9 source files to C:\Users\Koentsje\Temp\core\scaffold-faces\ta
rget\classes
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] \Users\Koentsje\Temp\core\scaffold-faces\src\main\java\org\jboss\forge\s
caffold\faces\metawidget\inspector\propertystyle\ForgePropertyStyle.java:[487,59
] type parameters of <T>T cannot be determined; no unique maximal instance exist
s for type variable T with upper bounds T,java.lang.annotation.Annotation
On Fedora 16:
- java version "1.6.0_22"
OpenJDK Runtime Environment (IcedTea6 1.10.4) (fedora-60.1.10.4.fc16-x86_64)
OpenJDK 64-Bit Server VM (build 20.0-b11, mixed mode)
- 'mvn clean install' results in a compilation error:
[INFO] Compiling 123 source files to /home/koen/Temp/core/shell-api/target/classes
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR]
/home/koen/Temp/core/shell-api/src/main/java/org/jboss/forge/shell/util/ResourceUtil.java:[126,23]
invalid inferred types for R; inferred type does not conform to declared bound(s)
inferred: java.util.Collection<E>
bound(s): java.util.Collection<org.jboss.forge.resources.Resource<?>>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira