]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Try to fix the Surface Area build.
authorbbahnsen <bbahnsen@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 6 Jun 2006 23:06:37 +0000 (23:06 +0000)
committerbbahnsen <bbahnsen@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 6 Jun 2006 23:06:37 +0000 (23:06 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@433 6f19259b-4bc3-4df7-8a09-765794883524

Tools/Source/SurfaceArea/build.xml
edksetup.sh

index b43d335f130723ecd305731f8be04458ef3e63d0..48c0b5a78bbf7a195e06f5371463125846477f3d 100644 (file)
@@ -66,7 +66,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
   \r
   <target name="SurfaceArea" depends="init" unless="jar.newer">\r
     <antcall target="SurfaceArea.java.clean"/>\r
   \r
   <target name="SurfaceArea" depends="init" unless="jar.newer">\r
     <antcall target="SurfaceArea.java.clean"/>\r
-    <java classname="org.apache.xmlbeans.impl.tool.SchemaCompiler">\r
+    <java classname="org.apache.xmlbeans.impl.tool.SchemaCompiler" fork="true">\r
       <classpath refid="classpath"/>\r
       <arg value="-javasource"/>\r
       <arg value="1.5"/>\r
       <classpath refid="classpath"/>\r
       <arg value="-javasource"/>\r
       <arg value="1.5"/>\r
index b191635dcc233047746e8498f60b443d1ef7b8d9..dbaa168186277b46f46215a22db145cdccee0b3b 100644 (file)
@@ -39,7 +39,7 @@ case "`uname`" in
 esac
 
 # Now we need to build the tools.
 esac
 
 # Now we need to build the tools.
-echo "If you have not done so, please build the tools by issuing 'ant -f \$WORKSPACE/Tools/build.xml'."
+(cd Tools; ant -noclasspath)
 fi
 fi
 fi
 fi
 fi
 fi