You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by "Ate Douma (JIRA)" <je...@portals.apache.org> on 2007/08/20 08:55:30 UTC

[jira] Created: (JS2-773) A new maven-2 ddl plugin for generating portal schema sql using ddlutils

A new maven-2 ddl plugin for generating portal schema sql using ddlutils
------------------------------------------------------------------------

                 Key: JS2-773
                 URL: https://issues.apache.org/jira/browse/JS2-773
             Project: Jetspeed 2
          Issue Type: Sub-task
          Components: Assembly/Configuration, Project Build
    Affects Versions: 2.2
         Environment: Maven-2.0.7, Java5
            Reporter: Ate Douma
            Assignee: Ate Douma
             Fix For: 2.2


This plugin will replace Torque with ddlutils for generating the portal sql from our schema definitions.
The generated ddl for selected database types will be packaged in the portal-resources project and thereby become available for another new init-db plugin to initialize a new portal database schema.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org


[jira] Resolved: (JS2-773) A new maven-2 ddl plugin for generating portal schema sql using ddlutils

Posted by "Ate Douma (JIRA)" <je...@portals.apache.org>.
     [ https://issues.apache.org/jira/browse/JS2-773?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ate Douma resolved JS2-773.
---------------------------

    Resolution: Fixed

Implemented

> A new maven-2 ddl plugin for generating portal schema sql using ddlutils
> ------------------------------------------------------------------------
>
>                 Key: JS2-773
>                 URL: https://issues.apache.org/jira/browse/JS2-773
>             Project: Jetspeed 2
>          Issue Type: Sub-task
>          Components: Assembly/Configuration, Project Build
>    Affects Versions: 2.2
>         Environment: Maven-2.0.7, Java5
>            Reporter: Ate Douma
>            Assignee: Ate Douma
>             Fix For: 2.2
>
>
> This plugin will replace Torque with ddlutils for generating the portal sql from our schema definitions.
> The generated ddl for selected database types will be packaged in the portal-resources project and thereby become available for another new init-db plugin to initialize a new portal database schema.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org


Re: [jira] Created: (JS2-773) A new maven-2 ddl plugin for generating portal schema sql using ddlutils

Posted by Ate Douma <at...@douma.nu>.
Mohan K wrote:
> Ate,
> I have been out of town and busy will try to get to the new trunk and see.
Cool, let us know what you think.

> Anyways, I have been using the Torque-maven2 plugin to
> generate/import/export the J2 schema, I understand ddlutils uses the same
> XML format. Is there any reason that we have to write the ddlutils maven2
> plugin instead of using the Torque plugin.
Well, torque has plagued us quite a lot in the past and progress/improvements has been lacking.
DdlUtils is still quite new and also has some rough edges, but I think it already provides better database support in most area's.
Also, DdlUtils provides a nice programming/Java api which makes it easy (easier) to tune/extend it to our needs.

Note though that if you see compelling reasons to stick with torque, please let us know.
I think DdlUtils is easier to use for us, but I'm not stuck to it :)

Regards,

Ate

> Cheers
> Mohan
> 
> -----Original Message-----
> From: Ate Douma (JIRA) [mailto:jetspeed-dev@portals.apache.org] 
> Sent: Monday, August 20, 2007 2:56 AM
> To: jetspeed-dev@portals.apache.org
> Subject: [jira] Created: (JS2-773) A new maven-2 ddl plugin for generating
> portal schema sql using ddlutils
> 
> A new maven-2 ddl plugin for generating portal schema sql using ddlutils
> ------------------------------------------------------------------------
> 
>                  Key: JS2-773
>                  URL: https://issues.apache.org/jira/browse/JS2-773
>              Project: Jetspeed 2
>           Issue Type: Sub-task
>           Components: Assembly/Configuration, Project Build
>     Affects Versions: 2.2
>          Environment: Maven-2.0.7, Java5
>             Reporter: Ate Douma
>             Assignee: Ate Douma
>              Fix For: 2.2
> 
> 
> This plugin will replace Torque with ddlutils for generating the portal sql
> from our schema definitions.
> The generated ddl for selected database types will be packaged in the
> portal-resources project and thereby become available for another new
> init-db plugin to initialize a new portal database schema.
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org


RE: [jira] Created: (JS2-773) A new maven-2 ddl plugin for generating portal schema sql using ddlutils

Posted by Mohan K <km...@gmail.com>.
Ate,
I have been out of town and busy will try to get to the new trunk and see.
Anyways, I have been using the Torque-maven2 plugin to
generate/import/export the J2 schema, I understand ddlutils uses the same
XML format. Is there any reason that we have to write the ddlutils maven2
plugin instead of using the Torque plugin.
Cheers
Mohan

-----Original Message-----
From: Ate Douma (JIRA) [mailto:jetspeed-dev@portals.apache.org] 
Sent: Monday, August 20, 2007 2:56 AM
To: jetspeed-dev@portals.apache.org
Subject: [jira] Created: (JS2-773) A new maven-2 ddl plugin for generating
portal schema sql using ddlutils

A new maven-2 ddl plugin for generating portal schema sql using ddlutils
------------------------------------------------------------------------

                 Key: JS2-773
                 URL: https://issues.apache.org/jira/browse/JS2-773
             Project: Jetspeed 2
          Issue Type: Sub-task
          Components: Assembly/Configuration, Project Build
    Affects Versions: 2.2
         Environment: Maven-2.0.7, Java5
            Reporter: Ate Douma
            Assignee: Ate Douma
             Fix For: 2.2


This plugin will replace Torque with ddlutils for generating the portal sql
from our schema definitions.
The generated ddl for selected database types will be packaged in the
portal-resources project and thereby become available for another new
init-db plugin to initialize a new portal database schema.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org