Re: How to add ${maven.build.dest} to taskdef

2004-09-28 Thread Jose Gonzalez Gomez
Thanks, Brett... I didn't notice I was putting the pathelement outside the classpath tag... that happens when you do maven/hibernate/xdoclet/tapestry overnight :o) Brett Porter wrote: inside the claspath, add On Tue, 28 Sep 2004 23:52:37 +0200, Jose Gonzalez Gomez <[EMAIL PROTECTED]> wrote:

Re: How to add ${maven.build.dest} to taskdef

2004-09-28 Thread Brett Porter
inside the claspath, add On Tue, 28 Sep 2004 23:52:37 +0200, Jose Gonzalez Gomez <[EMAIL PROTECTED]> wrote: > > Hi there, > > I'm trying to use the update schema functionality of hibernate > inside maven, but I'm not able to do it. I have the following: > > > classname="

How to add ${maven.build.dest} to taskdef

2004-09-28 Thread Jose Gonzalez Gomez
Hi there, I'm trying to use the update schema functionality of hibernate inside maven, but I'm not able to do it. I have the following: The scchema update needs access to compiled classes, but I haven't been ab