On 7/30/05, Todd Nine <[EMAIL PROTECTED]> wrote:
> Hi all,
>  I am new to Maven so please be patient.  I am required to used the
> Jelly ant tags in order to uses the hibernte ant tasks.  I have tried
> using both Apache ant version 1.6.5, but I'm pretty sure its not
> supported, so I reverted to ant 1.5.3.  I have set up both ANT_HOME
> and MAVEN_HOME, and my maven version is 1.0.2.  I have also included
> my maven.xml file, and the stack trace output from "maven -X hbmgen"
> 
> 

It seems that Hibernate requires Ant 1.6. Maven 1.0.2 uses Ant 1.5.3-1
regardless of what you have installed (it uses a version from
$MAVEN_HOME/lib). A straight substitution does not work due to the way
Maven's internals integrate so closely with Ant.

Maven 1.1-beta-1 includes Ant 1.6.5, so you may have more success with
that, bearing in mind it is only a beta version and so may have bugs.

Cheers,
Brett

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to