[
https://issues.jboss.org/browse/FORGE-400?page=com.atlassian.jira.plugin....
]
Koen Aers commented on FORGE-400:
---------------------------------
UPDATE:
The build problems have indeed (almost) all been solved by updating the Java SDK to
6.0.29. With that version there is still a problem doing the full build (including tests)
on XP. That build still hangs in the above mentioned test.
Running the produced builds in JBoss Tools works on all platforms!
Running the produced builds as command-line works on OSX as well as on Linux. If you want
to run the builds produced on Windows on a Mac or Linux you need to manually :set
fileformat=linux.
Running the produced builds as command-line hangs on Windows 7 and XP apparently because
of something jansi related. This needs more investigation.
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
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