Add -XDignore.symbol.file=true javac option to avoid compilation check
to acccess com.sun.xml.internal.ws.transport.http.client package.

Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/a433a29e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/a433a29e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/a433a29e

Branch: refs/heads/master
Commit: a433a29e8ee32b45863de5b695acb8c791067995
Parents: 8343931
Author: Min Chen <[email protected]>
Authored: Fri Feb 22 11:32:23 2013 -0800
Committer: Min Chen <[email protected]>
Committed: Fri Feb 22 11:32:23 2013 -0800

----------------------------------------------------------------------
 pom.xml |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/a433a29e/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 149e6bf..b1d0ea5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -440,7 +440,8 @@
             <target>${cs.jdk.version}</target>
                        <fork>true</fork>
                <meminitial>128m</meminitial>
-               <maxmem>512m</maxmem>            
+               <maxmem>512m</maxmem> 
+               <compilerArgument>-XDignore.symbol.file=true</compilerArgument> 
           
           </configuration>
         </plugin>
       <plugin>

Reply via email to