Kawai-san, did this email contain the same patch you attached to a recently filed issue?
- Dan On Sat, 2004-10-09 at 22:52 +0900, Shinobu Kawai wrote: > Hi all, > > I thought it's about time I tried building Velocity from the > repository, and here's what happened. > > I executed maven. ## I like new stuff :) > It said "There ain't no jdbc-2.0.jar". (In Japanese) > Well, I was using JDK 1.5, so I just removed that dependency. > ## It also gave a lot of warnings about "enum" being a keyword. :) > > I tried again. > It said "What's a Logger?". (In Japanese) > I found this issue in bugzilla. > http://issues.apache.org/bugzilla/show_bug.cgi?id=27824 > So I changed the Log4j version from 1.1.3 to 1.2.8. > > I tried again. > It said "java:jar is deprecated and will be removed. Please use jar:jar". > Well, that's not much of a problem, but I fixed maven.xml anyways. > > Excited as can be, I ran my Velocity tests. > I got a NullPointerException. There seems to be no default > properties. Well, they weren't in the jar. I fixed the project.xml > to add them as resources. > > Finally, I got a working Velocity build. Hurray! > > Well, it looks like maven isn't the main way to build Velocity, so I > won't open a bugzilla issue (yet). I've attached the patch to this > mail (if attached files are supported). If anybody thinks it's > needed, I'll open an issue and post the patch there. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
