Re: Ant Build error
Re: Ant Build error
- Subject: Re: Ant Build error
- From: Johann Werner <email@hidden>
- Date: Tue, 6 Jun 2017 09:21:31 +0200
Never saw this error before. What is on line 83 in your build.xml? Do you use a custom / old one or do you have the most recent from the Wonder templates?
jw
> Am 02.06.2017 um 16:49 schrieb ece <email@hidden>:
>
> Hello all
>
> macOS:
> When I tried to build application from within eclipse I get the following error message:(Context MenĂ¼ on build.xml -> run as Ant task)
> Any idea what this could be?
> Message and relevant build.xml section s. below.
>
> We have a Windows machine on a customers site having the same problem.
>
> We have other machines (macOS Sierra) where everything works, all the machine are slightly different making comparing very difficult.
> Any idea where to look?
>
>
> Eclipse Version: Neon.3 Release (4.6.3)
> WOLips: 46
>
>
> BUILD FAILED
> /Development/WOnder/Workspace/kastl-ws/immodata/build.xml:83: Use a resource collection to copy directories.
>
>
> Here is the relevant section from the build.xml file
>
> <woapplication name="${build.app.name}" frameworksBaseURL="/WebObjects/${build.app.name}.woa/Frameworks" destDir="${dest.dir}" customInfoPListContent="${customInfoPListContent}" principalClass="${principalClass}" webXML="${webXML}" webXML_CustomContent="${webXML_CustomContent}" servletAdaptor="com.webobjects.jspservlet.WOServletAdaptor">
> <classes dir="${classes.dir}">
> <includesfile name="woproject/classes.include.patternset" />
> <excludesfile name="woproject/classes.exclude.patternset" />
> <exclude if="javaClient" name="**/client/**/*.*"/>
> </classes>
>
> <wsresources dir=".">
> <includesfile name="woproject/wsresources.include.patternset" />
> <excludesfile name="woproject/wsresources.exclude.patternset" />
> </wsresources>
>
> <resources dir=".">
> <includesfile name="woproject/resources.include.patternset" />
> <excludesfile name="woproject/resources.exclude.patternset" />
> <exclude if="javaClient" name="**/client/**/*.*"/>
> </resources>
>
> <frameworks root="ProjectLocal" embed="${embed.ProjectLocal}" eclipse="true" />
> <frameworks root="External" embed="${embed.External}" eclipse="true" />
> <frameworks root="Local" embed="${embed.Local}" eclipse="true" />
> <frameworks root="User" embed="${embed.User}" eclipse="true" />
> <frameworks root="System" embed="${embed.System}" eclipse="true" />
> <frameworks root="Network" embed="${embed.Network}" eclipse="true" />
>
> <lib dir="Libraries">
> <include name="*.jar" />
> </lib>
> </woapplication>
>
>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden