[
https://jira.jboss.org/jira/browse/JBWS-2818?page=com.atlassian.jira.plug...
]
Jim Ma commented on JBWS-2818:
------------------------------
Thanks for your analysis , Alexandros . I've removed it in revision 11118. Now we do
not not need to provide this property when build or run the native test suite .
Native stack compliation error on Windows with JDK1.6
-----------------------------------------------------
Key: JBWS-2818
URL:
https://jira.jboss.org/jira/browse/JBWS-2818
Project: JBoss Web Services
Issue Type: Sub-task
Security Level: Public(Everyone can see)
Components: jbossws-native
Reporter: Jim Ma
Assignee: Jim Ma
Fix For: jbossws-native-3.2.2
The jdk1.6 profile will cause complication error:
<profile>
<id>jdk16</id>
<activation>
<jdk>1.6</jdk>
</activation>
<build>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<compilerVersion>1.5</compilerVersion>
<executable>${java.jdk15.home}/bin/javac</executable>
<fork>true</fork>
</configuration>
</plugin>
</plugins>
</build>
</profile>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira