Thanks for the pointers.  I'm now95% there.

The frameworks are being embedded, however the web server resources are not being linked up correctly, i.e. they are still pointing towards non-embedded resources, where:

        
http://www.domain.com/WebObjects/Frameworks/JavaDirectToWeb.framework/WebServerResources/SearchWOBoxMenu.gif

should be:

        
http://www.domain.com/WebObjects/MyWOApp.woa/Frameworks/JavaDirectToWeb.framework/WebServerResources/SearchWOBoxMenu.gif

I've tried several approaches, adding this to build.properties:

        frameworksBaseURL="/WebObjects/${build.app.name}.woa/Frameworks"
        --and optionally--
        frameworksBaseURL=/WebObjects/${build.app.name}.woa/Frameworks

As well as adding the launch argument under JavaMonitor of:

        -WOFrameworksBaseURL /WebObjects/MyWOApp.woa/Frameworks
        --and optionally--
        -WOFrameworksBaseURL "/WebObjects/MyWOApp.woa/Frameworks"

In all cases, the web server resource URLs remain unchanged.

I'm sure I'm missing something super obvious.

Thanks,
G


On Jul 12, 2009, at 4:33 PM, Kieran Kelleher wrote:

And don't forget this bug (WOL-979) in the new build.xml. Please Vote for it so it gets fixed. Meanwhile make the minor change to the build.xml. Without this change, custom bundle name does not work.

http://issues.objectstyle.org/jira/browse/WOL-979

On Jul 12, 2009, at 7:21 PM, David Holt wrote:


On 12-Jul-09, at 3:25 PM, Pascal Robert wrote:


Le 09-07-12 à 18:04, George Domurot a écrit :

I'm working on a new project and we want to move in the fully embedded direction.

I've reviewed the notes at:
http://wiki.objectstyle.org/confluence/display/WOL/Alternative+Ant+Build+Script+for+Fully+Embedded+and+Split+Install+Bundles

and, everything seems straightforward.

I'm getting the following error:
.../split_embedded_build.xml:105: woapplication doesn't support the "stdFrameworks" attribute

Upon searching the archives, it seems other folks have run into the same issue. The fix noted is to create a new project and replace your build.xml file with the new project's version.

I've tried that, but still come up with the same error.

I'm running the latest WOLips/Eclipse update. I'm sure there is a simple explanation/fix, but I'm coming up short via online searching.

The build.xml in WOLips 3.4.x already include the embedded/split install stuff, no need to use the script from the wiki. Take the build.xml from a new project and put it in the "corrupted" project. The file on the wiki is for 3.3 only.

See here for more explanation:

http://wolips.blogspot.com/2008/09/its-alive.html

David


Thoughts?

Thanks,
George

--
George Domurot
geo...@boxofficetickets.com

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-deploy mailing list (Webobjects-deploy@lists.apple.com )
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-deploy/probert%40macti.ca

This email sent to prob...@macti.ca


-------------------------------------------------------
Pascal Robert

Learn WO at WOWODC'09 East in Montréal this August!
http://www.wocommunity.org/wowodc09/east

http://www.macti.ca | http://www.linkedin.com/in/macti

Skype | Twitter | AIM/iChat : MacTICanada

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

This email sent to programming...@mac.com

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

This email sent to kieran_li...@mac.com

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-deploy mailing list (Webobjects- dep...@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-deploy/george%40boxofficetickets.com

This email sent to geo...@boxofficetickets.com

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

This email sent to arch...@mail-archive.com

Reply via email to