You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ji...@codehaus.org on 2004/07/01 20:02:24 UTC

[jira] Created: (MPHIBERNATE-6) Aggregate mappings and schema-export from multiple base dirs

Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MPHIBERNATE-6

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPHIBERNATE-6
    Summary: Aggregate mappings and schema-export from multiple base dirs
       Type: New Feature

     Status: Unassigned
   Priority: Trivial

 Original Estimate: 0 minutes
 Time Spent: Unknown
  Remaining: 0 minutes

    Project: maven-hibernate-plugin

   Assignee: 
   Reporter: Alex Shnyderman

    Created: Thu, 1 Jul 2004 2:02 PM
    Updated: Thu, 1 Jul 2004 2:02 PM

Description:
1. Added aggregate-mappings goal. When executed the goal will aggregate
mappings from separate mapping files into one single mapping file.

2. Modified schema-export goal, so that you can specify multiple base
directories. Basically my generated classes sit in a separate tree from
my hbm.xml mapping files. With unpatched version I was forced to put
mapping files into the same dir as my generated classes. So I modified
SchemaExportBean a bit to accommodate multiple base directories.


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


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


[jira] Updated: (MPHIBERNATE-6) Aggregate mappings and schema-export from multiple base dirs

Posted by ji...@codehaus.org.
The following issue has been updated:

    Updater: Alex Shnyderman (mailto:alex@law.columbia.edu)
       Date: Thu, 1 Jul 2004 3:28 PM
    Comment:
the previous patch was not including new files 
    Changes:
             Attachment changed to diff.patch
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://jira.codehaus.org/browse/MPHIBERNATE-6?page=history

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MPHIBERNATE-6

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPHIBERNATE-6
    Summary: Aggregate mappings and schema-export from multiple base dirs
       Type: New Feature

     Status: Unassigned
   Priority: Trivial

 Original Estimate: 0 minutes
 Time Spent: Unknown
  Remaining: 0 minutes

    Project: maven-hibernate-plugin

   Assignee: 
   Reporter: Alex Shnyderman

    Created: Thu, 1 Jul 2004 2:02 PM
    Updated: Thu, 1 Jul 2004 3:28 PM

Description:
1. Added aggregate-mappings goal. When executed the goal will aggregate
mappings from separate mapping files into one single mapping file.

2. Modified schema-export goal, so that you can specify multiple base
directories. Basically my generated classes sit in a separate tree from
my hbm.xml mapping files. With unpatched version I was forced to put
mapping files into the same dir as my generated classes. So I modified
SchemaExportBean a bit to accommodate multiple base directories.


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


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


[jira] Updated: (MPHIBERNATE-6) Aggregate mappings and schema-export from multiple base dirs

Posted by ji...@codehaus.org.
The following issue has been updated:

    Updater: David Eric Pugh (mailto:epugh@upstate.com)
       Date: Fri, 2 Jul 2004 3:29 AM
    Comment:
Move to be fixed in 1.2
    Changes:
             timeoriginalestimate changed from 0
             timeestimate changed from 0 minutes
             Fix Version changed to 1.2
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://jira.codehaus.org/browse/MPHIBERNATE-6?page=history

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MPHIBERNATE-6

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPHIBERNATE-6
    Summary: Aggregate mappings and schema-export from multiple base dirs
       Type: New Feature

     Status: Open
   Priority: Trivial

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven-hibernate-plugin
   Fix Fors:
             1.2

   Assignee: David Eric Pugh
   Reporter: Alex Shnyderman

    Created: Thu, 1 Jul 2004 2:02 PM
    Updated: Fri, 2 Jul 2004 3:29 AM

Description:
1. Added aggregate-mappings goal. When executed the goal will aggregate
mappings from separate mapping files into one single mapping file.

2. Modified schema-export goal, so that you can specify multiple base
directories. Basically my generated classes sit in a separate tree from
my hbm.xml mapping files. With unpatched version I was forced to put
mapping files into the same dir as my generated classes. So I modified
SchemaExportBean a bit to accommodate multiple base directories.


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


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


[jira] Closed: (MPHIBERNATE-6) Aggregate mappings and schema-export from multiple base dirs

Posted by ji...@codehaus.org.
Message:

   The following issue has been closed.

   Resolver: David Eric Pugh
       Date: Fri, 2 Jul 2004 3:39 AM

Alex, I have applied your changes.  A couple of edits I had to make, so can you verify the changes:
1) I only applied the first patch..  As far as I could tell the second patch was a subset of the first?  In the future, make sure your patches are all seperate, or clearly identify which ones are invalide.
2) Changed all the System.out's to use a LOG object.  Check out the verboseness..  some of the LOG.info maybe be LOG.debug.
3) Typos..  Had a couple hiberante's and aggragants floating about!  I type hiberante all the time as well!  

Thanks for the contribution!
---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MPHIBERNATE-6

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPHIBERNATE-6
    Summary: Aggregate mappings and schema-export from multiple base dirs
       Type: New Feature

     Status: Closed
   Priority: Trivial
 Resolution: FIXED

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven-hibernate-plugin
   Fix Fors:
             1.2

   Assignee: David Eric Pugh
   Reporter: Alex Shnyderman

    Created: Thu, 1 Jul 2004 2:02 PM
    Updated: Fri, 2 Jul 2004 3:39 AM

Description:
1. Added aggregate-mappings goal. When executed the goal will aggregate
mappings from separate mapping files into one single mapping file.

2. Modified schema-export goal, so that you can specify multiple base
directories. Basically my generated classes sit in a separate tree from
my hbm.xml mapping files. With unpatched version I was forced to put
mapping files into the same dir as my generated classes. So I modified
SchemaExportBean a bit to accommodate multiple base directories.


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


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


[jira] Updated: (MPHIBERNATE-6) Aggregate mappings and schema-export from multiple base dirs

Posted by ji...@codehaus.org.
The following issue has been updated:

    Updater: Alex Shnyderman (mailto:alex@law.columbia.edu)
       Date: Thu, 1 Jul 2004 2:12 PM
    Comment:
patch that does those two things described
    Changes:
             Attachment changed to patch.diff
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://jira.codehaus.org/browse/MPHIBERNATE-6?page=history

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MPHIBERNATE-6

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPHIBERNATE-6
    Summary: Aggregate mappings and schema-export from multiple base dirs
       Type: New Feature

     Status: Unassigned
   Priority: Trivial

 Original Estimate: 0 minutes
 Time Spent: Unknown
  Remaining: 0 minutes

    Project: maven-hibernate-plugin

   Assignee: 
   Reporter: Alex Shnyderman

    Created: Thu, 1 Jul 2004 2:02 PM
    Updated: Thu, 1 Jul 2004 2:12 PM

Description:
1. Added aggregate-mappings goal. When executed the goal will aggregate
mappings from separate mapping files into one single mapping file.

2. Modified schema-export goal, so that you can specify multiple base
directories. Basically my generated classes sit in a separate tree from
my hbm.xml mapping files. With unpatched version I was forced to put
mapping files into the same dir as my generated classes. So I modified
SchemaExportBean a bit to accommodate multiple base directories.


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


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