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      (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to