On Jul 18, 2012, at 2:19 PM, [email protected] wrote: > Hi WOrriors, > > Big question: How can I we get an incremental build to embed framework static > resources into the app's "build" folder? > > We're in the midst of converting an app from XCode to Eclipse and have some > questions about using either the "incremental" build setting that puts > products in the "build" directory or the "non-incremental" one that uses ant > to put products in the "dist" directory. > > We also do not want to use DirectConnect so we can develop like we would be > on production, by leveraging Apache and the mod_wo adaptor. > > With "incremental": > * editing a .html or .wod is on the fly > * editing a .java is on the fly > * frameworks do not get embedded into the "build" folder of the app so our > static resources do not work. Is there a way to get the framework static > resources embedded into the "build" directory of the app? > > With "non-incremental": > * It is slow, because it has to do the ant task > * editing a .html or .wod is on the fly > * editing a .java breaks. You get a database connection error of some sort, > it's not happy > * frameworks do get embedded in the right location and we can do a symbolic > link from the Apache directory to the working directory. > > Note: noticed the wiki page should be updated to say one should also disable > "rapid turnaround mode." I say this because I don't believe it carries the > meaning it used to in Project Builder days. As long as rapid turnaround is > enabled you will not have Apache style URLs. With eclipse you are always in a > "rapid mode" it seems regardless of this setting being true or false but it > must be false to get the resource manager to wake up and take notice. Here's > the wiki that needs modification: > > http://wiki.wocommunity.org/display/WO/Development-Direct+Connect
I don't have an answer to your initial question so I apologize if I'm just adding noise. On the topic of updating the wiki, I believe the mantra is, "if you find something wrong/outdated/etc., update it." Tim UCLA GSE&IS _______________________________________________ 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]
