Incremental build - development via Web adaptor
Incremental build - development via Web adaptor
- Subject: Incremental build - development via Web adaptor
- From: email@hidden
- Date: Wed, 18 Jul 2012 17:19:16 -0400
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
Thanks in advance,
-- Aaron
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden