You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@continuum.apache.org by David Roussel <co...@diroussel.xsmail.com> on 2007/03/13 17:25:21 UTC

jpox build error in trunk

I've just done a checkout:

> svn checkout https://svn.apache.org/repos/asf/maven/continuum/trunk/ trunk

Checked out revision 517733.

> cd trunk
> mvn install

....
[INFO] [modello:java {execution: modello-continuum}]
[INFO] outputDirectory:
C:\dev\os\continuum\trunk\continuum-model\target\generated-sources\modello
[INFO] Generating current version: 1.1.0
[INFO] [modello:jpox-metadata-class {execution: modello-continuum}]
[INFO] outputDirectory:
C:\dev\os\continuum\trunk\continuum-model\target\generated-sources\modello
[INFO] Generating current version: 1.1.0
[INFO] [modello:stax-reader {execution: modello-continuum}]
[INFO] outputDirectory:
C:\dev\os\continuum\trunk\continuum-model\target\generated-sources\modello
[INFO] Generating current version: 1.1.0
[INFO] [modello:stax-writer {execution: modello-continuum}]
[INFO] outputDirectory:
C:\dev\os\continuum\trunk\continuum-model\target\generated-sources\modello
[INFO] Generating current version: 1.1.0
[INFO] [modello:jpox-jdo-mapping {execution: modello-continuum}]
[INFO] outputDirectory:
C:\dev\os\continuum\trunk\continuum-model\target\classes\META-INF
[INFO] Generating current version: 1.1.0
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] Error generating.

Embedded error: The JDO mapping generator has detected the use of the
SQL Reserved word 'state' as a field name of the Project class.  Please
specify an alternative jpox column name using the <field jpox.column="">
attribute, or use a different class name.  (Violates following tracked
SQL Reserved Word Sources: SQL 99, Microsoft SQL Server)
[INFO]
------------------------------------------------------------------------


Is it true that trunk doesn't build?  Or is there something wrong with
my config?

Thanks

David

Re: jpox build error in trunk

Posted by Thierry Lach <th...@gmail.com>.
Looks good.  Thanks.

On 3/13/07, Emmanuel Venisse <em...@venisse.net> wrote:
>
> It should be ok now.
>
> Emmanuel
>
> Thierry Lach a écrit :
> > I think this was caused by a change to modello.  There was a recent
> email
> > about it.
> >
> >
> http://www.nabble.com/-modello-dev--IMPORTANT%3A-Re%3A--modello-scm----820--trunk-modello-plugins-modello-plugin-jpox%3A-*-Moving-from-internal-DBKeywords-to-new-modello-db-keywords-project.-tf3396200.html#a9455340
> >
> > <
> http://www.nabble.com/-modello-dev--IMPORTANT%253A-Re%253A--modello-scm----820--trunk-modello-plugins-modello-plugin-jpox%253A-*-Moving-from-internal-DBKeywords-to-new-modello-db-keywords-project.-tf3396200.html#a9455340
> >
> >
> >
> > On 3/13/07, David Roussel <co...@diroussel.xsmail.com> wrote:
> >>
> >> I've just done a checkout:
> >>
> >> > svn checkout
> >> https://svn.apache.org/repos/asf/maven/continuum/trunk/trunk
> >>
> >> Checked out revision 517733.
> >>
> >> > cd trunk
> >> > mvn install
> >>
> >> ....
> >> [INFO] [modello:java {execution: modello-continuum}]
> >> [INFO] outputDirectory:
> >>
> C:\dev\os\continuum\trunk\continuum-model\target\generated-sources\modello
> >>
> >> [INFO] Generating current version: 1.1.0
> >> [INFO] [modello:jpox-metadata-class {execution: modello-continuum}]
> >> [INFO] outputDirectory:
> >>
> C:\dev\os\continuum\trunk\continuum-model\target\generated-sources\modello
> >>
> >> [INFO] Generating current version: 1.1.0
> >> [INFO] [modello:stax-reader {execution: modello-continuum}]
> >> [INFO] outputDirectory:
> >>
> C:\dev\os\continuum\trunk\continuum-model\target\generated-sources\modello
> >>
> >> [INFO] Generating current version: 1.1.0
> >> [INFO] [modello:stax-writer {execution: modello-continuum}]
> >> [INFO] outputDirectory:
> >>
> C:\dev\os\continuum\trunk\continuum-model\target\generated-sources\modello
> >>
> >> [INFO] Generating current version: 1.1.0
> >> [INFO] [modello:jpox-jdo-mapping {execution: modello-continuum}]
> >> [INFO] outputDirectory:
> >> C:\dev\os\continuum\trunk\continuum-model\target\classes\META-INF
> >> [INFO] Generating current version: 1.1.0
> >> [INFO]
> >>
> ------------------------------------------------------------------------
> >> [ERROR] BUILD ERROR
> >> [INFO]
> >>
> ------------------------------------------------------------------------
> >> [INFO] Error generating.
> >>
> >> Embedded error: The JDO mapping generator has detected the use of the
> >> SQL Reserved word 'state' as a field name of the Project class.  Please
> >> specify an alternative jpox column name using the <field jpox.column=
> "">
> >> attribute, or use a different class name.  (Violates following tracked
> >> SQL Reserved Word Sources: SQL 99, Microsoft SQL Server)
> >> [INFO]
> >>
> ------------------------------------------------------------------------
> >>
> >>
> >> Is it true that trunk doesn't build?  Or is there something wrong with
> >> my config?
> >>
> >> Thanks
> >>
> >> David
> >>
> >
>
>

Re: jpox build error in trunk

Posted by Emmanuel Venisse <em...@venisse.net>.
It should be ok now.

Emmanuel

Thierry Lach a écrit :
> I think this was caused by a change to modello.  There was a recent email
> about it.
> 
> http://www.nabble.com/-modello-dev--IMPORTANT%3A-Re%3A--modello-scm----820--trunk-modello-plugins-modello-plugin-jpox%3A-*-Moving-from-internal-DBKeywords-to-new-modello-db-keywords-project.-tf3396200.html#a9455340 
> 
> <http://www.nabble.com/-modello-dev--IMPORTANT%253A-Re%253A--modello-scm----820--trunk-modello-plugins-modello-plugin-jpox%253A-*-Moving-from-internal-DBKeywords-to-new-modello-db-keywords-project.-tf3396200.html#a9455340> 
> 
> 
> On 3/13/07, David Roussel <co...@diroussel.xsmail.com> wrote:
>>
>> I've just done a checkout:
>>
>> > svn checkout 
>> https://svn.apache.org/repos/asf/maven/continuum/trunk/trunk
>>
>> Checked out revision 517733.
>>
>> > cd trunk
>> > mvn install
>>
>> ....
>> [INFO] [modello:java {execution: modello-continuum}]
>> [INFO] outputDirectory:
>> C:\dev\os\continuum\trunk\continuum-model\target\generated-sources\modello 
>>
>> [INFO] Generating current version: 1.1.0
>> [INFO] [modello:jpox-metadata-class {execution: modello-continuum}]
>> [INFO] outputDirectory:
>> C:\dev\os\continuum\trunk\continuum-model\target\generated-sources\modello 
>>
>> [INFO] Generating current version: 1.1.0
>> [INFO] [modello:stax-reader {execution: modello-continuum}]
>> [INFO] outputDirectory:
>> C:\dev\os\continuum\trunk\continuum-model\target\generated-sources\modello 
>>
>> [INFO] Generating current version: 1.1.0
>> [INFO] [modello:stax-writer {execution: modello-continuum}]
>> [INFO] outputDirectory:
>> C:\dev\os\continuum\trunk\continuum-model\target\generated-sources\modello 
>>
>> [INFO] Generating current version: 1.1.0
>> [INFO] [modello:jpox-jdo-mapping {execution: modello-continuum}]
>> [INFO] outputDirectory:
>> C:\dev\os\continuum\trunk\continuum-model\target\classes\META-INF
>> [INFO] Generating current version: 1.1.0
>> [INFO]
>> ------------------------------------------------------------------------
>> [ERROR] BUILD ERROR
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] Error generating.
>>
>> Embedded error: The JDO mapping generator has detected the use of the
>> SQL Reserved word 'state' as a field name of the Project class.  Please
>> specify an alternative jpox column name using the <field jpox.column="">
>> attribute, or use a different class name.  (Violates following tracked
>> SQL Reserved Word Sources: SQL 99, Microsoft SQL Server)
>> [INFO]
>> ------------------------------------------------------------------------
>>
>>
>> Is it true that trunk doesn't build?  Or is there something wrong with
>> my config?
>>
>> Thanks
>>
>> David
>>
> 


Re: jpox build error in trunk

Posted by Thierry Lach <th...@gmail.com>.
I think this was caused by a change to modello.  There was a recent email
about it.

http://www.nabble.com/-modello-dev--IMPORTANT%3A-Re%3A--modello-scm----820--trunk-modello-plugins-modello-plugin-jpox%3A-*-Moving-from-internal-DBKeywords-to-new-modello-db-keywords-project.-tf3396200.html#a9455340
<http://www.nabble.com/-modello-dev--IMPORTANT%253A-Re%253A--modello-scm----820--trunk-modello-plugins-modello-plugin-jpox%253A-*-Moving-from-internal-DBKeywords-to-new-modello-db-keywords-project.-tf3396200.html#a9455340>

On 3/13/07, David Roussel <co...@diroussel.xsmail.com> wrote:
>
> I've just done a checkout:
>
> > svn checkout https://svn.apache.org/repos/asf/maven/continuum/trunk/trunk
>
> Checked out revision 517733.
>
> > cd trunk
> > mvn install
>
> ....
> [INFO] [modello:java {execution: modello-continuum}]
> [INFO] outputDirectory:
> C:\dev\os\continuum\trunk\continuum-model\target\generated-sources\modello
> [INFO] Generating current version: 1.1.0
> [INFO] [modello:jpox-metadata-class {execution: modello-continuum}]
> [INFO] outputDirectory:
> C:\dev\os\continuum\trunk\continuum-model\target\generated-sources\modello
> [INFO] Generating current version: 1.1.0
> [INFO] [modello:stax-reader {execution: modello-continuum}]
> [INFO] outputDirectory:
> C:\dev\os\continuum\trunk\continuum-model\target\generated-sources\modello
> [INFO] Generating current version: 1.1.0
> [INFO] [modello:stax-writer {execution: modello-continuum}]
> [INFO] outputDirectory:
> C:\dev\os\continuum\trunk\continuum-model\target\generated-sources\modello
> [INFO] Generating current version: 1.1.0
> [INFO] [modello:jpox-jdo-mapping {execution: modello-continuum}]
> [INFO] outputDirectory:
> C:\dev\os\continuum\trunk\continuum-model\target\classes\META-INF
> [INFO] Generating current version: 1.1.0
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Error generating.
>
> Embedded error: The JDO mapping generator has detected the use of the
> SQL Reserved word 'state' as a field name of the Project class.  Please
> specify an alternative jpox column name using the <field jpox.column="">
> attribute, or use a different class name.  (Violates following tracked
> SQL Reserved Word Sources: SQL 99, Microsoft SQL Server)
> [INFO]
> ------------------------------------------------------------------------
>
>
> Is it true that trunk doesn't build?  Or is there something wrong with
> my config?
>
> Thanks
>
> David
>