RE: maven2 / hibernate3- schema-export

2006-08-20 Thread Lakshman Srilakshmanan
Hi Marco, As we don't know what problems you are having, I am taking a stab in the dark. Have you included the dependency jars ie org.hibernate hibernate 3.1.2 hsqldb hsqldb 1.8.0.4

RE: Hibernate3 plugin cannot find resource specified in hibernate.cfg.xml file

2006-08-20 Thread Lakshman Srilakshmanan
Hi Bryan, I am asking the obvious, but do you have your hibernate.cfg.xml and CategoryImpl.hbm.xml in src/main/resources. Secondly, are you executing mvn clean resources:resources hibernate3:hbm2java Thanks Lakshman > -Original Message- > From: Bryan Woodcox [mailto:[EMAIL PROTECTED]

Discarding 'pom.properties' & 'pm.xml' at the time of JAR creatio n

2006-08-20 Thread Sharma, Jaikumar
Dear Maven Users, In a multi-module project, I have configured the maven-jar-plugin to NOT to add 'pom.properties' and 'pom.xml' at the time when build creates JAR archive for one of the module, but it comes out with an error. [INFO] ---

Re: Use System Properties in Settings.xml?

2006-08-20 Thread Eric Redmond
Woops. I meant to write "env.*", not "ENV.*". Both are supported, from what it seems. I can't imagine it remaining that way forever. It seems safest to me going forward to use the env prefix. Eric On 8/19/06, Sharma, Jaikumar <[EMAIL PROTECTED]> wrote: As I had initially mentioned, this works

RE: Including XML tags in FML pages: How?

2006-08-20 Thread Jeff Jensen
Wrap it in -Original Message- From: Gero Vermaas [mailto:[EMAIL PROTECTED] Sent: Sunday, August 20, 2006 1:54 PM To: users@maven.apache.org Subject: Including XML tags in FML pages: How? Hi, I'm trying to include some XML example snippets in my FAQ that described in an .fm

Including XML tags in FML pages: How?

2006-08-20 Thread Gero Vermaas
Hi, I'm trying to include some XML example snippets in my FAQ that described in an .fml file. The '<' and '>' of the XML tags are never shown in the generated HTML page. I tried several things including the use of < and > but nothing seems to work. Below is an example. How do xyz

RE: Maven-Dependency-Plugin

2006-08-20 Thread Brian E. Fox
Yes, the old one from Codehaus is currently the only released version. -Original Message- From: Martin Vysny [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 08, 2006 2:09 AM To: Maven Users List Subject: Re: Maven-Dependency-Plugin On Mon, 2006-07-17 at 13:13 -0700, dan tran wrote: > ma

Re: Does maven2 eclipse plugin suppor multi-module projects

2006-08-20 Thread Barrie Treloar
> > How are your dependencies declared? > > A parent pom, since it is just a container project and does not create > > an artifact, does not have dependencies. > > Only your modules have dependencies. Sorry, my mistake. The dependencies are declared in the module pom.xml. But the eclipse plugin i

Re: IDEA plugin up-to-date?

2006-08-20 Thread Wendy Smoak
On 8/18/06, Clifton Craig <[EMAIL PROTECTED]> wrote: GroupId: org.apache.maven ArtifactId: maven-parent Version: 4-SNAPSHOT Reason: Unable to download the artifact from any repository org.apache.maven:maven-parent:pom:4-SNAPSHOT Is there a quick and easy appraoch to installing things from t

Re: Profile Activation Feature

2006-08-20 Thread Jochen Wiedmann
ccadete wrote: but how can it be activated for 1.5, or better. Vote for http://jira.codehaus.org/browse/MNG-1910 Relatively trivial patch, but ignored since more than 7 months. :-( Jochen - To unsubscribe, e-mail: [EMA

maven2 / hibernate3- schema-export

2006-08-20 Thread Marco Mistroni
hi all i am trying to generate a schema out of my hibernate classes but i can't manage i am trying first to generate hbm.xml files using xdoclet, and then i am trying to generate a schema using hibernate3 plugin here's my pom.xml (only relevant part of build) xdoclet-ma

Re: antrun classpaths

2006-08-20 Thread Dave Syer
> I give. None of this works. See here http://www.nabble.com/M2-antrun-plugin-problem-tf1400135.html for the explanation and an example... -- View this message in context: http://www.nabble.com/antrun-classpaths-tf1776815.html#a5892213 Sent from the Maven - Users forum at Nabble.com. ---

Re: M2 antrun plugin problem

2006-08-20 Thread Dave Syer
> Dont think refid can be passed to ?? This is a limitation of the task - so if it is a problem it is an ant problem, not a maven problem. You can't define a task with a at project scope if it needs a reference that is passed in fro the parent project using - the reference resolution happens