Dear List,

After 6 hours, still no result. Why can't it just work like with XCode???

1. The "Resources" folder has no R, but the Fonts folder does.
2. Added <resources dir="Resources/Fonts">...</resources> to build.xml.
3. In the "build" subdirectory, everything is fine.
4. The installed framework now has no Fonts directory at all....

Please help; We thought Eclipse was supposed to be so good?

All we need is to have: /Library/Frameworks/ABC.framework/Resources/ Fonts with all the fonts. Why is this so impossible?

With Kind Regards,

Dennis

On 5-Dec-07, at 4:10 PM, Andrew Lindesay wrote:

Hello Dennis;

I had the same problem and added a section for each bunch of resources so they end up flattened;

<resources dir="Resources/graphics">
<patternset>
  <includesfile name="woproject/resources.include.patternset" />
  <excludesfile name="woproject/resources.exclude.patternset" />
</patternset>
</resources>

<resources dir="Resources/misc">
<patternset>
  <includesfile name="woproject/resources.include.patternset" />
  <excludesfile name="woproject/resources.exclude.patternset" />
</patternset>
</resources>


cheers.

Yes, we used the import script from Pascal with the Wonder templates. Everything else seemed to work OK, except for the Resources: somehow, they would always end up within WebServerResources, and not the top-level one.
...
Or he had not used the Wonder version and is getting the flattening effect of the standard build (which I will try to not say nasty things about no matter how much it might deserve it as I have no time to fix it).

___
Andrew Lindesay
www.lindesay.co.nz




_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-deploy mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-deploy/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to