Re: Wrong url generation for frameworks

2015-11-29 Thread Frank Stock
Hi All, My problem is solved. I took the WOnder source version from Marcus and now my resources are loaded from the frameworks. Shouldn't that be add to the standard build of WOnder? I still don't get why the standard build of WOnder broke my application on 10.11 . Frank > Op 27 nov. 2015, om

Re: Wrong url generation for frameworks

2015-11-27 Thread Paul Yu
What I did, was to include source in my eclipse environment and then have a separate Jenkins build server that will build the wonder framework and then I would build the project. Paul Sent from my iPad > On Nov 27, 2015, at 3:49 AM, Frank Stock wrote: > > Hi All, > > Is there an easy way to

Re: Wrong url generation for frameworks

2015-11-27 Thread Frank Stock
Hi All, Is there an easy way to build Wonder? I can add all the Wonder frameworks int Eclipse, I understand that my development machine will work with these sources. But how can I build my frameworks for deployment. I am not used to work with ant or maven. This is not clear to me: Ant Builds on

Re: Wrong url generation for frameworks

2015-11-26 Thread Frank Stock
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 > het volgende geschreven: > > Hi Frank, > > you might giv

Re: Wrong url generation for frameworks

2015-11-26 Thread Frank Stock
Hi Marcus, I have never worked with the source files, I've tried to build your source of the ERExtensions, but I can't build it. Is it possible to send the ERXExtensions.frameworks, so I can test if that solves my problem. I am preparing build my application on 10.10. perhaps 10.11 is the prob

Re: Wrong url generation for frameworks

2015-11-26 Thread Dr. Markus Stoll, junidas GmbH
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 : > > Hi Werner, > > > I did a complete new install of WO

Re: Wrong url generation for frameworks

2015-11-26 Thread Frank Stock
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 het > volgende geschreven: > > Hi Werner, > > > This

Re: Wrong url generation for frameworks

2015-11-26 Thread Frank Stock
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 het volgende > geschreven: > > Hi Frank, > > you probably have an outdated build.xml file in your project. Wit

Re: Wrong url generation for frameworks

2015-11-26 Thread Johann Werner
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: signature.asc Description: Message

Wrong url generation for frameworks

2015-11-26 Thread Frank Stock
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/xx.woa/Frameworks/Ajax.framework/WebServerResources/modalbox.css but since today I get: /WebObjects/Frameworks/Ajax.framework/WebServerResources/modalbox.c