Re: hibernate/xdoclet output locations.

2004-02-27 Thread Kevin Hagel
go into your repository and look in your local repository, the $MAVEN_HOME_LOCAL/plugins/maven-xdoclet-plugin-1.2 Look at the plugin.properties, you can see all the defaults used, that you can override. The plugin.jelly is a monster, about 11,000 lines of code. But it is worth the look. Tim

Re: hibernate/xdoclet output locations.

2004-02-27 Thread Tim Chen
Okay.. I dont see anything obvious in there (someone else might). Do you have anything in your maven.xml that would relate to this? Or are you calling the xdoclet-hibernate task directly from the cmd line? -Tim Eric Merritt wrote: --- Tim Chen <[EMAIL PROTECTED]> wrote: Well.. I only ask cause

Re: hibernate/xdoclet output locations.

2004-02-27 Thread Eric Merritt
--- Tim Chen <[EMAIL PROTECTED]> wrote: > Well.. I only ask cause I'm using xdoclet/hibernate > combo and it is > working just fine. (only generates it to the > location I ask). > Just out of curiousity: > What version of XDoclet are you using? > > Can you paste your project.properties and build

Re: hibernate/xdoclet output locations.

2004-02-27 Thread Tim Chen
Well.. I only ask cause I'm using xdoclet/hibernate combo and it is working just fine. (only generates it to the location I ask). Just out of curiousity: What version of XDoclet are you using? Can you paste your project.properties and build section from your project.xml? -Tim Eric Merritt wrote

Re: hibernate/xdoclet output locations.

2004-02-27 Thread Eric Merritt
--- Tim Chen <[EMAIL PROTECTED]> wrote: > I am using xdoclet/hibernate and do not see that > behavior. > Location 2 and 3 might be bugs. > I also have > maven.xdoclet.hibernatedoclet.destdir=${maven.build.dir}/xdoclet/hibernatedoclet > and the generate .hbms are only in that folder. > Do you have

Re: hibernate/xdoclet output locations.

2004-02-27 Thread Tim Chen
I am using xdoclet/hibernate and do not see that behavior. Location 2 and 3 might be bugs. I also have maven.xdoclet.hibernatedoclet.destdir=${maven.build.dir}/xdoclet/hibernatedoclet and the generate .hbms are only in that folder. Do you have something set up in project.xml resources that might be

hibernate/xdoclet output locations.

2004-02-27 Thread Eric Merritt
I have a quick and, I hope, easy question for you guys. I have the xdoclet output location setup to output to the target dir as follows (build.properties) maven.xdoclet.hibernatedoclet.destdir=${maven.build.dir}/xdoclet/hibernatedoclet However, I find that xdoclet outputs the xml files to no less