You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by Julian Reschke <ju...@gmx.de> on 2008/02/29 17:27:50 UTC

Re: svn commit: r631908 - in /jackrabbit/trunk: jackrabbit-core/pom.xml jackrabbit-spi-commons/pom.xml

jukka@apache.org wrote:
> Author: jukka
> Date: Thu Feb 28 01:54:43 2008
> New Revision: 631908
> 
> URL: http://svn.apache.org/viewvc?rev=631908&view=rev
> Log:
> JCR-1430: mvn eclipse:eclipse inconsistent
>     - Use the the new jjtree-javacc goal in javacc-maven-plugin version 2.4
>     - Contributed by Stephane Landelle
> 
> Modified:
>     jackrabbit/trunk/jackrabbit-core/pom.xml
>     jackrabbit/trunk/jackrabbit-spi-commons/pom.xml
> ...

Hm. With this change, I am getting source generated both in 
target/generated-src *and* in target/generated-sources.

???

BR, Julian

Re: svn commit: r631908 - in /jackrabbit/trunk: jackrabbit-core/pom.xml jackrabbit-spi-commons/pom.xml

Posted by Jukka Zitting <ju...@gmail.com>.
Hi,

On Tue, Mar 4, 2008 at 4:52 PM, Julian Reschke <ju...@gmx.de> wrote:
> Julian Reschke wrote:
>  > Hm. With this change, I am getting source generated both in
>  > target/generated-src *and* in target/generated-sources.
>
>  Does nobody have a idea what's going on here?

Seems to be caused by the interimDirectory setting in
JJTreeJavaCCMojo. I'll see if I can simplify the build settings
further to avoid extra directories.

BR,

Jukka Zitting

Re: svn commit: r631908 - in /jackrabbit/trunk: jackrabbit-core/pom.xml jackrabbit-spi-commons/pom.xml

Posted by Julian Reschke <ju...@gmx.de>.
Julian Reschke wrote:
> jukka@apache.org wrote:
>> Author: jukka
>> Date: Thu Feb 28 01:54:43 2008
>> New Revision: 631908
>>
>> URL: http://svn.apache.org/viewvc?rev=631908&view=rev
>> Log:
>> JCR-1430: mvn eclipse:eclipse inconsistent
>>     - Use the the new jjtree-javacc goal in javacc-maven-plugin 
>> version 2.4
>>     - Contributed by Stephane Landelle
>>
>> Modified:
>>     jackrabbit/trunk/jackrabbit-core/pom.xml
>>     jackrabbit/trunk/jackrabbit-spi-commons/pom.xml
>> ...
> 
> Hm. With this change, I am getting source generated both in 
> target/generated-src *and* in target/generated-sources.
> 
> ???

Does nobody have a idea what's going on here?

BR, Julian