• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Ant Build error
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Ant Build error


  • Subject: Ant Build error
  • From: ece <email@hidden>
  • Date: Fri, 2 Jun 2017 16:49:26 +0200

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

  • Follow-Ups:
    • Re: Ant Build error
      • From: Theodore Petrosky <email@hidden>
    • Re: Ant Build error
      • From: Johann Werner <email@hidden>
    • Re: Ant Build error
      • From: ece <email@hidden>
  • Prev by Date: Re: [E] Re: Looking for a 64 bit WOAdaptor for Apache 2.4
  • Next by Date: Rule Modeler
  • Previous by thread: RE: [E] Re: Looking for a 64 bit WOAdaptor for Apache 2.4
  • Next by thread: Re: Ant Build error
  • Index(es):
    • Date
    • Thread