Resources problem building an app using ant
Resources problem building an app using ant
- Subject: Resources problem building an app using ant
- From: Miguel Arroz <email@hidden>
- Date: Sat, 1 Nov 2008 23:23:53 +0000
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
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