Re: [m2] Possible bug?

2006-02-07 Thread Rubén Barroso
Done.


2006/2/7, Brett Porter <[EMAIL PROTECTED]>:
>
> Go to http://jira.codehaus.org/browse/MRESOURCES and "Create New
> Issue" from the top bar. You need to sign up for an account first.
>
> - Brett
>
> On 2/7/06, Rubén Barroso <[EMAIL PROTECTED]> wrote:
> > Hi Brett!
> >
> > How should I such a thing? (report the possible bug, I mean)
> >
> > Thanks
> >
> >
> > 2006/2/4, Brett Porter <[EMAIL PROTECTED]>:
> > >
> > > sounds like a bug. Please file it under the MRESOURCES section in
> JIRA.
> > >
> > > - Brett
> > >
> > > On 2/3/06, Rubén Barroso <[EMAIL PROTECTED]> wrote:
> > > > I forgot to mention that @ char is in a comment.
> > > >
> > > > 2006/2/2, Rubén Barroso <[EMAIL PROTECTED]>:
> > > > >
> > > > > Hi all!
> > > > >
> > > > > I've got a resource (a Spring XML contexty file) that needs to be
> > > filtered
> > > > > before being deployed. I use profiles to filter plenty of
> properties
> > > present
> > > > > on it. I've an at character (@) in the middle of the file, and
> I've
> > > found
> > > > > out that properties after that comment aren't filtered (properties
> > > before
> > > > > that comment are). Any ideas?
> > > > >
> > > > > rb
> > > > >
> > > >
> > > >
> > >
> > > -
> > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > For additional commands, e-mail: [EMAIL PROTECTED]
> > >
> > >
> >
> >
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


Re: [m2] Possible bug?

2006-02-06 Thread Rubén Barroso
Hi Brett!

How should I such a thing? (report the possible bug, I mean)

Thanks


2006/2/4, Brett Porter <[EMAIL PROTECTED]>:
>
> sounds like a bug. Please file it under the MRESOURCES section in JIRA.
>
> - Brett
>
> On 2/3/06, Rubén Barroso <[EMAIL PROTECTED]> wrote:
> > I forgot to mention that @ char is in a comment.
> >
> > 2006/2/2, Rubén Barroso <[EMAIL PROTECTED]>:
> > >
> > > Hi all!
> > >
> > > I've got a resource (a Spring XML contexty file) that needs to be
> filtered
> > > before being deployed. I use profiles to filter plenty of properties
> present
> > > on it. I've an at character (@) in the middle of the file, and I've
> found
> > > out that properties after that comment aren't filtered (properties
> before
> > > that comment are). Any ideas?
> > >
> > > rb
> > >
> >
> >
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


Re: [m2] Possible bug?

2006-02-02 Thread Rubén Barroso
I forgot to mention that @ char is in a comment.

2006/2/2, Rubén Barroso <[EMAIL PROTECTED]>:
>
> Hi all!
>
> I've got a resource (a Spring XML contexty file) that needs to be filtered
> before being deployed. I use profiles to filter plenty of properties present
> on it. I've an at character (@) in the middle of the file, and I've found
> out that properties after that comment aren't filtered (properties before
> that comment are). Any ideas?
>
> rb
>


[m2] Possible bug?

2006-02-02 Thread Rubén Barroso
Hi all!

I've got a resource (a Spring XML contexty file) that needs to be filtered
before being deployed. I use profiles to filter plenty of properties present
on it. I've an at character (@) in the middle of the file, and I've found
out that properties after that comment aren't filtered (properties before
that comment are). Any ideas?

rb


[m2] Profile inheritance

2006-01-20 Thread Rubén Barroso
Is there any standard way or even if it's possible to get a profile be
inherited (some of its properties) from another one? (i.e. is profile
inheritance implemented?)

Thanks in advance.

rb


Re: [m2] Missing properties in schemaexport

2005-11-24 Thread Rubén Barroso
Any idea? :S

2005/11/24, Rubén Barroso <[EMAIL PROTECTED]>:
> I'm using hibernate 3, so I'd like to use that plugin version (thanks
> for your support :D)
>
> 2005/11/24, Edwin Punzalan <[EMAIL PROTECTED]>:
> >
> > Which one are you using?  hibernate-maven-plugin or
> > hibernate3-maven-plugin ?
> >
> >
> >
> > Rubén Barroso wrote:
> >
> > >Could you say me how to install & configure it? I can see it in the
> > >plugin matrix, but I'm not able to find the steps to configure it.
> > >
> > >Thanks again.
> > >
> > >2005/11/24, Edwin Punzalan <[EMAIL PROTECTED]>:
> > >
> > >
> > >>Have you tried using the hibernate plugin directly instead of calling
> > >>ant-run to call hibernate ?
> > >>
> > >>
> > >>Rubén Barroso wrote:
> > >>
> > >>
> > >>
> > >>>Hello, I've been trying to use hibernate plugin in maven 2, but it
> > >>>doesn't work me. I've tried to achieve the same goal (schemaexport)
> > >>>with the following code:
> > >>>
> > >>>
> > >>> org.apache.maven.plugins
> > >>>  maven-antrun-plugin
> > >>>  
> > >>> 
> > >>> package
> > >>> 
> > >>>
> > >>>  dialect: ${hibernate.dialect}
> > >>>   > >>>
> > >>> classname="org.hibernate.tool.hbm2ddl.SchemaExportTask">
> > >>>  
> > >>>   > >>> refid="maven.dependency.classpath"/>
> > >>>  
> > >>>  
> > >>>  
> > >>>   > >>>  quiet="no"
> > >>>  text="no"
> > >>>  drop="no"
> > >>>  delimiter=";"
> > >>>  
> > >>> output="target/schema/create-tables.sql">
> > >>>   > >>> includes="**/*.hbm.xml"/>
> > >>>  
> > >>>
> > >>> 
> > >>>   
> > >>>   
> > >>> run
> > >>>   
> > >>> 
> > >>>   
> > >>> 
> > >>>
> > >>>When I execute 'mvn package', it says me that I must set the property
> > >>>'hibernate.dialect'. On the other hand,  works fine!!! Any
> > >>>ideas??
> > >>>
> > >>>Thanks in advance
> > >>>
> > >>>-
> > >>>To unsubscribe, e-mail: [EMAIL PROTECTED]
> > >>>For additional commands, e-mail: [EMAIL PROTECTED]
> > >>>
> > >>>
> > >>>
> > >>>
> > >>>
> > >>>
> > >>-
> > >>To unsubscribe, e-mail: [EMAIL PROTECTED]
> > >>For additional commands, e-mail: [EMAIL PROTECTED]
> > >>
> > >>
> > >>
> > >>
> > >
> > >-
> > >To unsubscribe, e-mail: [EMAIL PROTECTED]
> > >For additional commands, e-mail: [EMAIL PROTECTED]
> > >
> > >
> > >
> > >
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>

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



Re: [m2] Surefire and Cobertura reports empty

2005-11-24 Thread Rubén Barroso
Ok, surefire worked. Any idea about cobertura?

Ta ta ta ta !

2005/11/24, Alexandre Russel <[EMAIL PROTECTED]>:
> The surefire plugin should create the xml file for surefire-report
> plugin to read. Update the surefire plugin to the latest version, the
> previous
> had bug. Note if your local is not en_us, then they are other issue. Search:
> http://www.mail-archive.com/users%40maven.apache.org/
> for more info.
> Alex
>
> Rubén Barroso a écrit :
>
> >Sure I don't have. Where and how should I create such a file? Or,
> >better, documentation about it?
> >
> >Thank you Alex!
> >
> >2005/11/24, Alexandre Russel <[EMAIL PROTECTED]>:
> >
> >
> >>Rubén Barroso a écrit :
> >>
> >>
> >>
> >>>Anyone knows why are my site surefire and cobertura reports empty?
> >>>
> >>>
> >>>
> >>do you have xml file in the sufire-report directory?
> >>Alex
> >>
> >>-
> >>To unsubscribe, e-mail: [EMAIL PROTECTED]
> >>For additional commands, e-mail: [EMAIL PROTECTED]
> >>
> >>
> >>
> >>
> >
> >-
> >To unsubscribe, e-mail: [EMAIL PROTECTED]
> >For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> >
> >
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

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



Re: [m2] Surefire and Cobertura reports empty

2005-11-24 Thread Rubén Barroso
Sure I don't have. Where and how should I create such a file? Or,
better, documentation about it?

Thank you Alex!

2005/11/24, Alexandre Russel <[EMAIL PROTECTED]>:
> Rubén Barroso a écrit :
>
> >Anyone knows why are my site surefire and cobertura reports empty?
> >
> do you have xml file in the sufire-report directory?
> Alex
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

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



[m2] Surefire and Cobertura reports empty

2005-11-24 Thread Rubén Barroso
Anyone knows why are my site surefire and cobertura reports empty? It
seems that they're both executed, but their related reports in the
generated site are empty :S.

Thanks.

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



Re: [m2] Missing properties in schemaexport

2005-11-24 Thread Rubén Barroso
I'm using hibernate 3, so I'd like to use that plugin version (thanks
for your support :D)

2005/11/24, Edwin Punzalan <[EMAIL PROTECTED]>:
>
> Which one are you using?  hibernate-maven-plugin or
> hibernate3-maven-plugin ?
>
>
>
> Rubén Barroso wrote:
>
> >Could you say me how to install & configure it? I can see it in the
> >plugin matrix, but I'm not able to find the steps to configure it.
> >
> >Thanks again.
> >
> >2005/11/24, Edwin Punzalan <[EMAIL PROTECTED]>:
> >
> >
> >>Have you tried using the hibernate plugin directly instead of calling
> >>ant-run to call hibernate ?
> >>
> >>
> >>Rubén Barroso wrote:
> >>
> >>
> >>
> >>>Hello, I've been trying to use hibernate plugin in maven 2, but it
> >>>doesn't work me. I've tried to achieve the same goal (schemaexport)
> >>>with the following code:
> >>>
> >>>
> >>> org.apache.maven.plugins
> >>>  maven-antrun-plugin
> >>>  
> >>> 
> >>> package
> >>> 
> >>>
> >>>  dialect: ${hibernate.dialect}
> >>>   >>>
> >>> classname="org.hibernate.tool.hbm2ddl.SchemaExportTask">
> >>>  
> >>>   >>> refid="maven.dependency.classpath"/>
> >>>  
> >>>  
> >>>  
> >>>   >>>  quiet="no"
> >>>  text="no"
> >>>  drop="no"
> >>>  delimiter=";"
> >>>  
> >>> output="target/schema/create-tables.sql">
> >>>   >>> includes="**/*.hbm.xml"/>
> >>>  
> >>>
> >>> 
> >>>   
> >>>   
> >>> run
> >>>   
> >>> 
> >>>   
> >>> 
> >>>
> >>>When I execute 'mvn package', it says me that I must set the property
> >>>'hibernate.dialect'. On the other hand,  works fine!!! Any
> >>>ideas??
> >>>
> >>>Thanks in advance
> >>>
> >>>-
> >>>To unsubscribe, e-mail: [EMAIL PROTECTED]
> >>>For additional commands, e-mail: [EMAIL PROTECTED]
> >>>
> >>>
> >>>
> >>>
> >>>
> >>>
> >>-
> >>To unsubscribe, e-mail: [EMAIL PROTECTED]
> >>For additional commands, e-mail: [EMAIL PROTECTED]
> >>
> >>
> >>
> >>
> >
> >-
> >To unsubscribe, e-mail: [EMAIL PROTECTED]
> >For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> >
> >
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

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



Re: [m2] Missing properties in schemaexport

2005-11-24 Thread Rubén Barroso
Could you say me how to install & configure it? I can see it in the
plugin matrix, but I'm not able to find the steps to configure it.

Thanks again.

2005/11/24, Edwin Punzalan <[EMAIL PROTECTED]>:
>
> Have you tried using the hibernate plugin directly instead of calling
> ant-run to call hibernate ?
>
>
> Rubén Barroso wrote:
>
> >Hello, I've been trying to use hibernate plugin in maven 2, but it
> >doesn't work me. I've tried to achieve the same goal (schemaexport)
> >with the following code:
> >
> > 
> >  org.apache.maven.plugins
> >   maven-antrun-plugin
> >   
> >  
> >  package
> >  
> > 
> >   dialect: ${hibernate.dialect}
> >> classname="org.hibernate.tool.hbm2ddl.SchemaExportTask">
> >   
> >> refid="maven.dependency.classpath"/>
> >   
> >   
> >   
> >>   quiet="no"
> >   text="no"
> >   drop="no"
> >   delimiter=";"
> >   
> > output="target/schema/create-tables.sql">
> >> includes="**/*.hbm.xml"/>
> >   
> >
> >  
> >
> >
> >  run
> >
> >  
> >
> >  
> >
> >When I execute 'mvn package', it says me that I must set the property
> >'hibernate.dialect'. On the other hand,  works fine!!! Any
> >ideas??
> >
> >Thanks in advance
> >
> >-
> >To unsubscribe, e-mail: [EMAIL PROTECTED]
> >For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> >
> >
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

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



[m2] Missing properties in schemaexport

2005-11-23 Thread Rubén Barroso
Hello, I've been trying to use hibernate plugin in maven 2, but it
doesn't work me. I've tried to achieve the same goal (schemaexport)
with the following code:

  
   org.apache.maven.plugins
   maven-antrun-plugin
   
  
  package
  
 
dialect: ${hibernate.dialect}  









 

  


  run

  

  

When I execute 'mvn package', it says me that I must set the property
'hibernate.dialect'. On the other hand,  works fine!!! Any
ideas??

Thanks in advance

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



[m2] Copy generated war to another folder

2005-11-22 Thread Rubén Barroso
Hello, anyone knows how could I say maven 2 to copy the generated WAR
file to another folder? For instance, I don't want to copy it manually
to ${tomcat5_home}/webapps, it'd be great if maven performed this
automatically.

Thanks in advance.

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



Re: [m2] How to skip tests in packaging

2005-11-21 Thread Rubén Barroso
Thanks a lot, but I actually meant how could I achieve that
configuring it through the pom. Is it possible?

Thanks again.

2005/11/21, Emmanuel Venisse <[EMAIL PROTECTED]>:
> mvn -Dmaven.test.skip=true package
>
> Rubén Barroso a écrit :
> > Hello,
> >
> > I'm trying to bypass testing in package phase (creating a WAR). Anyone
> > knows how could I perform this?
> >
> > Thanks in advance!
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> >
> >
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

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



[m2] How to skip tests in packaging

2005-11-21 Thread Rubén Barroso
Hello,

I'm trying to bypass testing in package phase (creating a WAR). Anyone
knows how could I perform this?

Thanks in advance!

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



Surefire not ignoring test failures

2005-11-21 Thread Rubén Barroso
Hello, any suggestion to get surefire plugin ignore test failures in
order to generate the project site?

I've got this configuration in my pom:


  org.codehaus.mojo
  surefire-report-maven-plugin
  
true
  


but I don't know if that property is ok or there's another way to
accomplish this.

Thanks in advance.

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