• 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: Resources problem building an app using ant
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Resources problem building an app using ant


  • Subject: Re: Resources problem building an app using ant
  • From: Miguel Arroz <email@hidden>
  • Date: Sat, 1 Nov 2008 23:34:48 +0000

Hi!

 Actually, looks like this was reported before: http://issues.objectstyle.org/jira/browse/WOL-907

 Yours

Miguel Arroz

On 2008/11/01, at 23:23, Miguel Arroz wrote:

Hi!

Sorry to disturb, but I'm getting really tired of this.

I updated a framework to new hotness. The relevant part of the build script is:

<!-- woproject tasks -->
<target name="build.woframework" depends="compile">
<taskdef name="woframework" classname="org.objectstyle.woproject.ant.WOFramework"/>


<woframework name="${project.name}" destDir="${dest.dir}" customInfoPListContent="${customInfoPListContent}" principalClass="$ {principalClass}" eoAdaptorClassName="${eoAdaptorClassName}" javaVersion="${javaVersion}" cfbundleversion="${cfBundleVersion}" cfbundleshortversion="${cfBundleShortVersion}" cfbundleID="$ {cfBundleID}">
<classes dir="${classes.dir}">
<includesfile name="woproject/classes.include.patternset" />
<excludesfile name="woproject/classes.exclude.patternset" />
</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" />
			</resources>

			<lib dir="Libraries">
				<include name="*.jar" />
			</lib>
		</woframework>
	</target>

I have this in my Resources folder:

Resources/
SomeFolder/
  file1
someResource

When I build, I get:

Resources/
SomeFolder/
someResource
Resources/
  someFolder/
    file1

The first someFolder is empty, and a new Resources folder is created inside the original one, with someFolder with the file1 in it.

My resources.include.patternset is:

Resources/**/*

Does anybody have any idea of what the heck is going on?

Yours

Miguel Arroz


........................... http://www.survs.com

_______________________________________________
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

Attachment: smime.p7s
Description: S/MIME cryptographic signature

 _______________________________________________
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: 
 >Resources problem building an app using ant (From: Miguel Arroz <email@hidden>)

  • Prev by Date: Resources problem building an app using ant
  • Next by Date: Re: Setting up horizontal inheritance
  • Previous by thread: Resources problem building an app using ant
  • Next by thread: Re: Setting up horizontal inheritance
  • Index(es):
    • Date
    • Thread