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/ file1The 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 (Webobjects-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/arroz%40guiamac.com This email sent to [EMAIL PROTECTED]
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ 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: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [EMAIL PROTECTED]