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 canged the warp.xml file in project root to the one on git:
https://github.com/shephertz/AppWarpS2Public/blob/master/Samples/ChatDemo/ChatServer/warp.xml
then ran ant -f warp.xml
We now get this error:
C:\Users\Trip Admin\Documents\Eclipse Projects\QuizServer>ant -f warp.xml
Buildfile: C:\Users\Trip Admin\Documents\Eclipse Projects\QuizServer\warp.xml
clean:
[delete] Deleting directory C:\Users\Trip Admin\Documents\Eclipse Projects\Qu
izServer\build
BUILD FAILED
C:\Users\Trip Admin\Documents\Eclipse Projects\QuizServer\warp.xml:16: Unable to
delete file C:\Users\Trip Admin\Documents\Eclipse Projects\QuizServer\build\jar
\quizserver.jar
Total time: 0 seconds
C:\Users\Trip Admin\Documents\Eclipse Projects\QuizServer>
Please help?