[wildfly-dev] Can not build WildFly upstream

Scott Marlow smarlow at redhat.com
Mon Jul 1 08:09:35 EDT 2013


I'm not sure why you are seeing that.  I haven't updated yet but thanks 
for the warning.

http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/wildfly-param-pull/7595/ 
was the last successful jenkins build which is using Java 1.7.0_13.

On 07/01/2013 07:51 AM, Wolf-Dieter Fink wrote:
> I pulled the latest upstream of WildFly today
> commit 536d8de429f91d4e9d098a44f243e705dcef8055
> Author: Jeff Mesnil <jmesnil at gmail.com>
> Date:   Mon May 13 14:34:01 2013 +0200
>
>       fix JBoss AS/WildFly Maven GAV for subsystem tests
>
>
>
> and can not build (neither with build.sh nor with mvn clean install).
> Also tried with a new system (clean mvn repository).
>
> Is the code broken or did I miss something. I use Fedora16/18 and Java
> 1.7.0_25
>
>
> This is the build output:
>
>
>
> [INFO]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building WildFly: Shared Security Utilities 8.0.0.Alpha1-SNAPSHOT
> [INFO]
> ------------------------------------------------------------------------
> [INFO]
> [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @
> wildfly-security-manager ---
> [INFO] Deleting /data/devel/readonly/wildfly/security-manager/target
> [INFO]
> [INFO] --- maven-enforcer-plugin:1.2:enforce (ban-bad-dependencies) @
> wildfly-security-manager ---
> [INFO]
> [INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-java-version) @
> wildfly-security-manager ---
> [INFO]
> [INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven-version) @
> wildfly-security-manager ---
> [INFO]
> [INFO] --- buildnumber-maven-plugin:1.2:create-timestamp
> (get-build-timestamp) @ wildfly-security-manager ---
> [INFO]
> [INFO] --- buildnumber-maven-plugin:1.2:create (get-scm-revision) @
> wildfly-security-manager ---
> [INFO]
> [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @
> wildfly-security-manager ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory
> /data/devel/readonly/wildfly/security-manager/src/main/resources
> [INFO]
> [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @
> wildfly-security-manager ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 27 source files to
> /data/devel/readonly/wildfly/security-manager/target/classes
> [INFO] -------------------------------------------------------------
> [WARNING] COMPILATION WARNING :
> [INFO] -------------------------------------------------------------
> [WARNING]
> /data/devel/readonly/wildfly/security-manager/src/main/java/org/wildfly/security/manager/WildFlySecurityManager.java:[37,19]
> sun.reflect.Reflection is internal proprietary API and may be removed in
> a future release
> [WARNING]
> /data/devel/readonly/wildfly/security-manager/src/main/java/org/wildfly/security/manager/WildFlySecurityManager.java:[37,19]
> sun.reflect.Reflection is internal proprietary API and may be removed in
> a future release
> [WARNING]
> /data/devel/readonly/wildfly/security-manager/src/main/java/org/wildfly/security/manager/WildFlySecurityManager.java:[37,19]
> sun.reflect.Reflection is internal proprietary API and may be removed in
> a future release
> [WARNING]
> /data/devel/readonly/wildfly/security-manager/src/main/java/org/wildfly/security/manager/WildFlySecurityManager.java:[37,19]
> sun.reflect.Reflection is internal proprietary API and may be removed in
> a future release
> [WARNING]
> /data/devel/readonly/wildfly/security-manager/src/main/java/org/wildfly/security/manager/WildFlySecurityManager.java:[247,20]
> sun.reflect.Reflection is internal proprietary API and may be removed in
> a future release
> [WARNING]
> /data/devel/readonly/wildfly/security-manager/src/main/java/org/wildfly/security/manager/WildFlySecurityManager.java:[247,52]
> sun.reflect.Reflection is internal proprietary API and may be removed in
> a future release
> [WARNING]
> /data/devel/readonly/wildfly/security-manager/src/main/java/org/wildfly/security/manager/WildFlySecurityManager.java:[248,20]
> sun.reflect.Reflection is internal proprietary API and may be removed in
> a future release
> [WARNING]
> /data/devel/readonly/wildfly/security-manager/src/main/java/org/wildfly/security/manager/WildFlySecurityManager.java:[249,19]
> sun.reflect.Reflection is internal proprietary API and may be removed in
> a future release
> [WARNING]
> /data/devel/readonly/wildfly/security-manager/src/main/java/org/wildfly/security/manager/WildFlySecurityManager.java:[281,20]
> sun.reflect.Reflection is internal proprietary API and may be removed in
> a future release
> [WARNING]
> /data/devel/readonly/wildfly/security-manager/src/main/java/org/wildfly/security/manager/WildFlySecurityManager.java:[281,52]
> sun.reflect.Reflection is internal proprietary API and may be removed in
> a future release
> [WARNING]
> /data/devel/readonly/wildfly/security-manager/src/main/java/org/wildfly/security/manager/WildFlySecurityManager.java:[282,20]
> sun.reflect.Reflection is internal proprietary API and may be removed in
> a future release
> [WARNING]
> /data/devel/readonly/wildfly/security-manager/src/main/java/org/wildfly/security/manager/WildFlySecurityManager.java:[283,19]
> sun.reflect.Reflection is internal proprietary API and may be removed in
> a future release
> [INFO] 12 warnings
> [INFO] -------------------------------------------------------------
> [INFO] -------------------------------------------------------------
> [ERROR] COMPILATION ERROR :
> [INFO] -------------------------------------------------------------
> [ERROR]
> /data/devel/readonly/wildfly/security-manager/src/main/java/org/wildfly/security/manager/WildFlySecurityManager.java:[247,30]
> method getCallerClass in class sun.reflect.Reflection cannot be applied
> to given types;
>     required: no arguments
>     found: int
>     reason: actual and formal argument lists differ in length
> [ERROR]
> /data/devel/readonly/wildfly/security-manager/src/main/java/org/wildfly/security/manager/WildFlySecurityManager.java:[248,30]
> method getCallerClass in class sun.reflect.Reflection cannot be applied
> to given types;
>     required: no arguments
>     found: int
>     reason: actual and formal argument lists differ in length
> [ERROR]
> /data/devel/readonly/wildfly/security-manager/src/main/java/org/wildfly/security/manager/WildFlySecurityManager.java:[249,29]
> method getCallerClass in class sun.reflect.Reflection cannot be applied
> to given types;
>     required: no arguments
>     found: int
>     reason: actual and formal argument lists differ in length
> [ERROR]
> /data/devel/readonly/wildfly/security-manager/src/main/java/org/wildfly/security/manager/WildFlySecurityManager.java:[281,30]
> method getCallerClass in class sun.reflect.Reflection cannot be applied
> to given types;
>     required: no arguments
>     found: int
>     reason: actual and formal argument lists differ in length
> [ERROR]
> /data/devel/readonly/wildfly/security-manager/src/main/java/org/wildfly/security/manager/WildFlySecurityManager.java:[282,30]
> method getCallerClass in class sun.reflect.Reflection cannot be applied
> to given types;
>     required: no arguments
>     found: int
>     reason: actual and formal argument lists differ in length
> [ERROR]
> /data/devel/readonly/wildfly/security-manager/src/main/java/org/wildfly/security/manager/WildFlySecurityManager.java:[283,29]
> method getCallerClass in class sun.reflect.Reflection cannot be applied
> to given types;
>     required: no arguments
>     found: int
>     reason: actual and formal argument lists differ in length
> [INFO] 6 errors
> [INFO] -------------------------------------------------------------
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Reactor Summary:
> [INFO]
> [INFO] WildFly: Build Configuration ...................... SUCCESS [0.881s]
> [INFO] WildFly: Parent Aggregator ........................ SUCCESS [0.456s]
> [INFO] WildFly: Protocol Utilities ....................... SUCCESS [7.485s]
> [INFO] WildFly: Controller Client ........................ SUCCESS [1.783s]
> [INFO] WildFly: Shared Security Utilities ................ FAILURE [0.191s]
>
> _______________________________________________
> wildfly-dev mailing list
> wildfly-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/wildfly-dev
>



More information about the wildfly-dev mailing list