Hi I'm trying to use the build.xml file to build the java server code before uploading to our GPaaS.
	The build.xml file contains this line:
	<import file="nbproject/build-impl.xml"/>
	This file is not included in the QuizServer sample.
	When we run the ant script "ant build.xml" we get the following error:
	C:\Users\Trip Admin\Desktop\Server for Delpoyment\GOT_Quiz\build.xml:12: Cannot
	find C:\Users\Trip Admin\Desktop\Server for Delpoyment\GOT_Quiz\nbproject\build-
	impl.xml imported from C:\Users\Trip Admin\Desktop\Server for Delpoyment\GOT_Qui
	z\build.xml
	I believe this file is  a net beans build file
	How do I fix this problem so I can build the java files to upload to AppWarpS2?
	Please help
	 
	Many thanks