Eclipse install failing for Wonder D2W projects

David Holt <[email protected]> Thu, 14 Apr 2011 10:09:09 -0700
Newsgroups gmane.comp.web.webobjects.woproject.devel
Message-ID <[email protected]>
Hi all,

There is an error in the Wonder D2W template that causes the following error when trying to install the project. This is a brand new project, immediately built. The Wonder Application tested the same way will build fine. Does anyone know where the error in the template might be?

Thanks,

David



Buildfile: /Users/dholt/Documents/Workspaces/gitworkspace/Test/build.xml
init.properties:
init.install:
compile:
build.woapp:
[woapplication] Installing Test in /Developer/WebObjects/Versions/WebObjects543/Library/WebObjects/Applications
javaclient:
ssdd:
     [copy] Copying 8 files to /Developer/WebObjects/Versions/WebObjects543/Library/WebObjects/Applications/Test/WEB-INF
[replaceregexp] The following file is missing: '/Developer/WebObjects/Versions/WebObjects543/Library/WebObjects/Applications/Test/WEB-INF/web.xml'
[replaceregexp] The following file is missing: '/Developer/WebObjects/Versions/WebObjects543/Library/WebObjects/Applications/Test/WEB-INF/web.xml'
war:

BUILD FAILED
/Users/dholt/Documents/Workspaces/gitworkspace/Test/build.xml:117: Deployment descriptor: /Developer/WebObjects/Versions/WebObjects543/Library/WebObjects/Applications/Test/WEB-INF/web.xml does not exist.

Total time: 4 seconds