2009/10/22 Ross Gardler <[email protected]>: > 2009/10/22 Ross Gardler <[email protected]>: >> 2009/10/22 Scott Wilson <[email protected]>: > >>> I've tested both approaches using JRun, and all the functional tests pass - >>> the shindig integration doesn't work at this stage, but I'm pretty happy >>> we've got it working for standalone Wookie without Shindig. > > Need to add the follwing to build.properties > > project.scripts.dir=scripts/derby
Nope, that was wrong. It fixed the problem I saw, but actually the property that needs setting is either "project.using.derby" or "project.using.mysql" I suggest instead defining "wookie.database=[mysql|derby]" instead. This will grewatly simply the builkd script by not having conditiuonal target execution (although I appreciate some are comfortable with functional programming may disagree). Ross
