You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by mc...@apache.org on 2013/02/22 20:33:33 UTC

git commit: refs/heads/vim51_win8 - Add -XDignore.symbol.file=true javac option to avoid compilation check to acccess com.sun.xml.internal.ws.transport.http.client package.

Updated Branches:
  refs/heads/vim51_win8 8343931a3 -> a433a29e8


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/vim51_win8
Commit: a433a29e8ee32b45863de5b695acb8c791067995
Parents: 8343931
Author: Min Chen <mi...@citrix.com>
Authored: Fri Feb 22 11:32:23 2013 -0800
Committer: Min Chen <mi...@citrix.com>
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>