Newbie question: how to set up classpath for use with Torque.

2003-11-22 Thread Aaron Anodide
Hello, I'm new to Maven. I've used it in conjunction with the Torque plugin to generate an object model. Now it is time to build it. However, Torque requires me to have a whole bunch of jars in the classpath (all those in the torque/lib dir). In ant, I knew how to do this. In Maven, with it's

Re: The Maven Logo

2003-11-22 Thread Scott Tavares
Well my response to this is two fold, 1st thanks for responding so quickly. I kinda' knew that there must be some config file somewhere to select one of the other logos in the xdoc plugin but I did not know where. And again thanks for pointing it out to me as to where all the other xdoc magic h

Re: The Maven Logo

2003-11-22 Thread Ben Walding
Just change it via properties - http://maven.apache.org/reference/plugins/xdoc/faq.html#powered-by Scott Tavares wrote: Hi all, Right off the bat, this post is NOT intended to start a flame fest or offend anyone. With that said, I work for the State of Rhode Island department of corrections.

Re: The Maven Logo

2003-11-22 Thread khote
visit http://maven.apache.org/reference/plugins/xdoc/properties.html Look in your $MAVEN_HOME_LOCAL/plugins/maven-xdoc-plugin-#/ Look in the plugin.properties, see the lines: # The logo to show on the generated site. No default at present (competition isn't closed) maven.xdoc.poweredby.image=mave

The Maven Logo

2003-11-22 Thread Scott Tavares
Hi all, Right off the bat, this post is NOT intended to start a flame fest or offend anyone. With that said, I work for the State of Rhode Island department of corrections. We are at the very early stages of re-writing our core application. We will be using Maven as our build tool, and in so d

Re: Problem copying resources defined in project.xml

2003-11-22 Thread Jim Crossley
Hi Jason... Jason van Zyl <[EMAIL PROTECTED]> writes: > > > conf/hibernate/oracle > > > > You no longer need ${basedir} post rc1 and if you only specify a > directory without includes/excludes qualifier the inclusion of the > entire directory is assumed. I no longer need ${basedir} e

Re: Problem copying resources defined in project.xml

2003-11-22 Thread Jason van Zyl
On Fri, 2003-11-21 at 23:59, [EMAIL PROTECTED] wrote: > The resources I've defined in the project.xml are not being copied to > target/classes. > > > >${basedir}/conf/hibernate/oracle > > **/* > > > You can e

Re: Problem copying resources defined in project.xml

2003-11-22 Thread Konstantin Priblouda
--- [EMAIL PROTECTED] wrote: > > The resources I've defined in the project.xml are > not being copied to > target/classes. > > > > > ${basedir}/conf/hibernate/oracle > > **/* > > > > > Has anyone experienced