You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-dev@db.apache.org by "CG Monroe (JIRA)" <ji...@apache.org> on 2006/06/23 18:43:29 UTC

[jira] Created: (TORQUE-37) Default generation package should not be org.apache.torque in the distribution.

Default generation package should not be org.apache.torque in the distribution.
-------------------------------------------------------------------------------

         Key: TORQUE-37
         URL: http://issues.apache.org/jira/browse/TORQUE-37
     Project: Torque
        Type: Improvement

  Components: Generator  
    Versions: 3.2    
    Reporter: CG Monroe
    Priority: Minor


The default for the torque.targetPackage generator property should not be org.apache.torque.  This can lead to confusion when new users don't set this property and report errors.

I'd suggest that the default package be either the torque.project property or something like torque.generated

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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


[jira] Resolved: (TORQUE-37) Default generation package should not be org.apache.torque in the distribution.

Posted by "Thomas Fischer (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/TORQUE-37?page=all ]

Thomas Fischer resolved TORQUE-37.
----------------------------------

    Fix Version/s: 3.2.1
       Resolution: Fixed
         Assignee: Thomas Fischer

Changed default package to torque.generated. 

> Default generation package should not be org.apache.torque in the distribution.
> -------------------------------------------------------------------------------
>
>                 Key: TORQUE-37
>                 URL: http://issues.apache.org/jira/browse/TORQUE-37
>             Project: Torque
>          Issue Type: Improvement
>          Components: Generator
>    Affects Versions: 3.2
>            Reporter: CG Monroe
>         Assigned To: Thomas Fischer
>            Priority: Minor
>             Fix For: 3.2.1
>
>
> The default for the torque.targetPackage generator property should not be org.apache.torque.  This can lead to confusion when new users don't set this property and report errors.
> I'd suggest that the default package be either the torque.project property or something like torque.generated

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


[jira] Closed: (TORQUE-37) Default generation package should not be org.apache.torque in the distribution.

Posted by "Thomas Vandahl (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/TORQUE-37?page=all ]

Thomas Vandahl closed TORQUE-37.
--------------------------------


> Default generation package should not be org.apache.torque in the distribution.
> -------------------------------------------------------------------------------
>
>                 Key: TORQUE-37
>                 URL: http://issues.apache.org/jira/browse/TORQUE-37
>             Project: Torque
>          Issue Type: Improvement
>          Components: Generator
>    Affects Versions: 3.2
>            Reporter: CG Monroe
>         Assigned To: Thomas Fischer
>            Priority: Minor
>             Fix For: 3.3
>
>
> The default for the torque.targetPackage generator property should not be org.apache.torque.  This can lead to confusion when new users don't set this property and report errors.
> I'd suggest that the default package be either the torque.project property or something like torque.generated

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


[jira] Commented: (TORQUE-37) Default generation package should not be org.apache.torque in the distribution.

Posted by "Thomas Fischer (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/TORQUE-37?page=comments#action_12425962 ] 
            
Thomas Fischer commented on TORQUE-37:
--------------------------------------

I'd rather stay in the org.apache.torque namespace. My suggestion would be org.apache.torque.generated. 

> Default generation package should not be org.apache.torque in the distribution.
> -------------------------------------------------------------------------------
>
>                 Key: TORQUE-37
>                 URL: http://issues.apache.org/jira/browse/TORQUE-37
>             Project: Torque
>          Issue Type: Improvement
>          Components: Generator
>    Affects Versions: 3.2
>            Reporter: CG Monroe
>            Priority: Minor
>
> The default for the torque.targetPackage generator property should not be org.apache.torque.  This can lead to confusion when new users don't set this property and report errors.
> I'd suggest that the default package be either the torque.project property or something like torque.generated

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


[jira] Commented: (TORQUE-37) Default generation package should not be org.apache.torque in the distribution.

Posted by "CG Monroe (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/TORQUE-37?page=comments#action_12426214 ] 
            
CG Monroe commented on TORQUE-37:
---------------------------------

Staying in the namespace is fine.  I just suggested the non-apache stuff because generated code is not part of an apache distro and not controlled by the apache license.  Using a non-"org.apache" name seemed to be a way of indicating this.

Not a big argument against using org.apache.torque.generated. Just a thought to consider. I don't really care that much as to what the default name space is, just that generated code not be mixed with the distro code by default.

> Default generation package should not be org.apache.torque in the distribution.
> -------------------------------------------------------------------------------
>
>                 Key: TORQUE-37
>                 URL: http://issues.apache.org/jira/browse/TORQUE-37
>             Project: Torque
>          Issue Type: Improvement
>          Components: Generator
>    Affects Versions: 3.2
>            Reporter: CG Monroe
>            Priority: Minor
>
> The default for the torque.targetPackage generator property should not be org.apache.torque.  This can lead to confusion when new users don't set this property and report errors.
> I'd suggest that the default package be either the torque.project property or something like torque.generated

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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