• 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
Re: Ant Build error
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Ant Build error


  • Subject: Re: Ant Build error
  • From: Theodore Petrosky <email@hidden>
  • Date: Tue, 6 Jun 2017 11:02:39 -0400

“have other machines where everything works”

Does that mean that when you copy THIS project to the ‘other machines’, this project compiles fine?

If the ‘other machines’ are using a source manager (git for instance), are all the machines up to date?



On Jun 2, 2017, at 10:49 AM, ece <email@hidden> wrote:

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
References: 
 >Ant Build error (From: ece <email@hidden>)

  • Prev by Date: Re: Ant Build error
  • Next by Date: AWS ELB "Application Load Balancer"?
  • Previous by thread: Re: Ant Build error
  • Next by thread: Rule Modeler
  • Index(es):
    • Date
    • Thread