-
Bug
-
Resolution: Done
-
Major
-
None
-
None
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<?>>
- blocks
-
JBIDE-10346 Upgrade Forge runtime to Forge snapshot that has new scaffolding
- Closed