Re: Source directory for the maven-apt-plugin plugin

2013-04-25 Thread Baptiste MATHUS
Le 25 avr. 2013 16:26, "Stephane-3" a écrit : [Snip] > I'm then trying to specify a source directory, with the following: > > ${basedir}/core/src/main/java/com/thalasoft/learnintouch/core/jpa/domain Why do you define sourceDirectory? Its default value is already ${basedir}/src/main/java -- Bapti

Re: Source directory for the maven-apt-plugin plugin

2013-04-25 Thread Robert Scholte
Hi, this plugin is not written by the Maven team. Either contact the developer of this plugin or try the apt-maven-plugin from the Mojo team[1] Robert [1] http://mojo.codehaus.org/apt-maven-plugin/ Op Thu, 25 Apr 2013 16:07:56 +0200 schreef Stephane-3 : I'm trying to use a plugin that

Source directory for the maven-apt-plugin plugin

2013-04-25 Thread Stephane-3
I'm trying to use a plugin that should generate some source code. But when I run the Maven build with the mvn generate-sources command, it gives the following error: [ERROR] Failed to execute goal com.mysema.maven:maven-apt-plugin:1.0.4:process (default) on project learnintouch: basedir /home/ste

Re: How to tell Maven to generate code when XSL has changed?

2013-04-25 Thread Jörg Schaible
Hi Kathryn Kathryn Huxtable wrote: > I'm not the requestor, but it seems like time stamp would be reasonable. > But you also have a "forceCreate" config (or something like that, it's > been a few weeks since I last typed it.) They could just use that and > always generate the file. Simply clean

Re: How to tell Maven to generate code when XSL has changed?

2013-04-25 Thread Kathryn Huxtable
I'm not the requestor, but it seems like time stamp would be reasonable. But you also have a "forceCreate" config (or something like that, it's been a few weeks since I last typed it.) They could just use that and always generate the file. -K On Apr 25, 2013, at 5:20 AM, Baptiste MATHUS wrote:

Re: How to tell Maven to generate code when XSL has changed?

2013-04-25 Thread Baptiste MATHUS
How would you like it to detect that file was changed? If you can come up with a sensible way of doing that, please just file a JIRA and we could look into it. Even better, if you can provide a good patch I can take apply it. Cheers 2013/4/25 Markus Karg > I am using xml-maven-plugin to genera

Re: How to tell Maven to generate code when XSL has changed?

2013-04-25 Thread Leon Rosenberg
On 25.04.2013, at 10:13, "Markus Karg" wrote: > I am using xml-maven-plugin to generate Java code from XML: > > > > org.codehaus.mojo > > xml-maven-plugin > > 1.0 > > > > > >generate-sources > > > >

Re: How to tell Maven to generate code when XSL has changed?

2013-04-25 Thread Jörg Schaible
Hi Markus, Markus Karg wrote: > I am using xml-maven-plugin to generate Java code from XML: > > > >org.codehaus.mojo > >xml-maven-plugin > >1.0 > > > > > > generate-sources > > > >

How to tell Maven to generate code when XSL has changed?

2013-04-25 Thread Markus Karg
I am using xml-maven-plugin to generate Java code from XML: org.codehaus.mojo xml-maven-plugin 1.0 generate-sources transform T