On 6 jul, 04:55, Rob Bygrave <
robin.bygr...@gmail.com> wrote:
> *>> 1) Add: <classpathentry kind="lib" path="lib/spring-2.5.6.jar"/>
> 2) Alter: <classpathentry kind="output" path="build/bin"/> (To match
> ant bin.dir, so that AntEnhanceTask is found)
> *
> Yes, I think we may want to add a "ide.bin.dir" to use just for the
> enhancement task... as the "bin.dir" is used elsewhere in the build.
Is there any reason why you are using maven and ant together? Maven
can build the projects in any fashion you wish...
I am trying to setup a java webapp (Wicket) as demo linked to the
ebean source but when using maven I can't seem to link all the
dependencies just right. I have to do major changes in the provided
poms, but that might also be because of my demands :-)
Also the sample application is still referring to ebean 1.1 (still
works with 1.2 though).
Hielke
BTW: Great job! This looks promising!