Hi Kevin,
I'll try and do it tonight and see what happens. I'm running 10.4.2
so that may be the problem.
Jim
On Jan 20, 2006, at 3:10 PM, Kevin Williams wrote:
I cannot duplicate this problem on my OS X box (version 10.4.4).
It builds and runs fine.
Jim, will you have a chance to try Jeremy's suggestion?
Thanks,
--Kevin
Jeremy Boynes wrote:
Jim Marino wrote:
The problem was the issue Jeremy pointed to (http://
issues.apache.org/
jira/browse/DERBY-1). I ran into this problem on two separate OS
X machines. A workaround is to set the command line option -
Dderby.storage.fileSyncTransactionLog=true when running Maven.
Ideally,
we should have some conditional in the build script that puts
this in
for OS X. I would normally do this myself, but since it's not
my area
and I don't want to break the build, do someone more familiar
want to
do this?
Can you try with Derby 10.1.2.1 available from here:
http://db.apache.org/derby/releases/release-10.1.2.1.cgi
It's not on ibiblio yet so you will need to install the jar in your
local maven repo:
$ mvn install:install-file -Dpackaging=jar -
DgroupId=org.apache.derby \
-Dartifact=derby -Dversion=10.1.2.1 -Dfile=${file}
where ${file} is the derby.jar file from that download.
If that works it's simpler just to upgrade the Derby version. If not,
can you tell me the version of OSX and JRE so we can document that
for
Derby.
Thanks
--
Jeremy