Re: Eclipse install failing for Wonder D2W projects

David Holt <[email protected]> Thu, 14 Apr 2011 10:40:02 -0700
Newsgroups gmane.comp.web.webobjects.woproject.devel
Message-ID <[email protected]>
Yup, this line in the build.properties is not being read correctly by Ant:

servletDeployment=false

It needs to be removed.

David


On 2011-04-14, at 10:14 AM, Chuck Hill wrote:

> Looks like one of the J2EE deployment packagings is  incorrectly enabled.
> 
> 
> On Apr 14, 2011, at 10:09 AM, David Holt wrote:
> 
>> 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
> 
> -- 
> Chuck Hill             Senior Consultant / VP Development
> 
> Practical WebObjects - for developers who want to increase their overall knowledge of WebObjects or who are trying to solve specific problems.    
> http://www.global-village.net/products/practical_webobjects
> 
> 
> 
> 
> 
> 
>