Hi all, It must have something to do with 10.11 El Capitain! I did a build on 10.10, same version of Eclipse, WOlips and Wonder and that works fine on the server!
Frank > Op 26 nov. 2015, om 15:27 heeft Dr. Markus Stoll, junidas GmbH > <[email protected]> het volgende geschreven: > > Hi Frank, > > you might give my pull request > > https://github.com/wocommunity/wonder/pull/704 > > a try, this fix automatically fixes the URL for WebServerResources for > embedded frameworks > > Markus > > > >> Am 26.11.2015 um 14:58 schrieb Frank Stock <[email protected]>: >> >> Hi Werner, >> >> >> I did a complete new install of WO on another Mac, with a new Wonder project >> an I get the same result. My old application are running normal. >> App resources are working fine. >> >> Frank >>> Op 26 nov. 2015, om 12:56 heeft Frank Stock <[email protected]> het >>> volgende geschreven: >>> >>> Hi Werner, >>> >>> >>> This is exactly what I have! >>> I have created a new Wonder project and did a test on 2 servers with the >>> same result. >>> >>> >>> Frank >>>> Op 26 nov. 2015, om 12:45 heeft Johann Werner <[email protected]> het >>>> volgende geschreven: >>>> >>>> Hi Frank, >>>> >>>> you probably have an outdated build.xml file in your project. Within the >>>> ant target build.woapp the woapplication task takes an attribute >>>> „frameworksBaseURL“ that is either not set or set incorrectly in your >>>> setup. From one of my build.xml I have: >>>> >>>> <woapplication name="${build.app.name}" >>>> frameworksBaseURL="/WebObjects/${build.app.name}.woa/Frameworks" >>>> destDir="${dest.dir}" customInfoPListContent="${customInfoPListContent}" >>>> principalClass="${principalClass}" webXML="${webXML}" >>>> webXML_CustomContent="${webXML_CustomContent}" >>>> servletAdaptor="er.extensions.jspservlet.ERXServletAdaptor“> >>>> … >>>> </woapplication> >>>> >>>> This will put the necessary command line argument into the startup script >>>> of your packaged application which should resolve your URL problem. >>>> >>>> HTH >>>> jw >>>> >>>> >>>>> Am 26.11.2015 um 11:53 schrieb Frank Stock <[email protected]>: >>>>> >>>>> Hi all, >>>>> >>>>> >>>>> I have update my app on the server and I get a wrong url for the >>>>> resources of the frameworks: >>>>> >>>>> the url should be: >>>>> >>>>> /WebObjects/xxxxxx.woa/Frameworks/Ajax.framework/WebServerResources/modalbox.css >>>>> >>>>> but since today I get: >>>>> >>>>> /WebObjects/Frameworks/Ajax.framework/WebServerResources/modalbox.css >>>>> >>>>> Resources in the app are working fine: >>>>> >>>>> /WebObjects/xxx.woa/Contents/WebServerResources/PageWrapper.css >>>>> >>>>> Did I do something wrong? >>>>> >>>>> >>>>> Thanks in advance! >>>>> Frank Stock >>>>> Belgium >>>> >>>> >>> >> >> _______________________________________________ >> Do not post admin requests to the list. They will be ignored. >> Webobjects-dev mailing list ([email protected]) >> Help/Unsubscribe/Update your Subscription: >> https://lists.apple.com/mailman/options/webobjects-dev/markus.stoll%40junidas.de >> >> This email sent to [email protected] > _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
