You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Jason van Zyl (JIRA)" <ji...@codehaus.org> on 2005/04/09 00:20:42 UTC

[jira] Created: (MNG-276) Make out output from archetype more informative

Make out output from archetype more informative
-----------------------------------------------

         Key: MNG-276
         URL: http://jira.codehaus.org/browse/MNG-276
     Project: m2
        Type: Improvement
    Versions: 2.0-alpha-2    
    Reporter: Jason van Zyl
     Fix For: 2.0-alpha-2


Let the user know where the project was generated and display the parameters used during generation.

-- 
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: (MNG-276) Make out output from archetype more informative

Posted by "Rahul Thakur (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-276?page=all ]

Rahul Thakur updated MNG-276:
-----------------------------

    Attachment: DefaultArchetype.diff

Hi Brett, 

I have attached a patch for this issue. Since this is my 'first ever open source' patch :-), please let me know if there is anything (code convention, formatting, or anything) I need to revisit or be aware of. 

Thanks,

(Visible to jira-users)


> Make out output from archetype more informative
> -----------------------------------------------
>
>          Key: MNG-276
>          URL: http://jira.codehaus.org/browse/MNG-276
>      Project: Maven 2
>         Type: Improvement
>     Versions: 2.0-alpha-2
>     Reporter: Jason van Zyl
>     Assignee: Brett Porter
>      Fix For: 2.0-alpha-3
>  Attachments: DefaultArchetype.diff
>
>
> Let the user know where the project was generated and display the parameters used during generation.

-- 
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
-
For more information on JIRA, 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


Re: [jira] Closed: (MNG-276) Make out output from archetype more informative

Posted by Rahul <ra...@clear.net.nz>.
Thats great! I am happy the patch is good :-)
Thanks for your feedback, I will bear these notes in mind while 
submitting patches hereafter.

Cheers,
Rahul


Brett Porter (JIRA) wrote:

>     [ http://jira.codehaus.org/browse/MNG-276?page=all ]
>     
>Brett Porter closed MNG-276:
>----------------------------
>
>    Resolution: Fixed
>
>it looks good, however you should
>- build the patch from the same directory as pom.xml
>- format according to the style around it (we have files for IDEA and Eclipse on the website)
>- avoid reformatting existing text (like the imports)
>
>Thanks!
>
>  
>
>>Make out output from archetype more informative
>>-----------------------------------------------
>>
>>         Key: MNG-276
>>         URL: http://jira.codehaus.org/browse/MNG-276
>>     Project: Maven 2
>>        Type: Improvement
>>    Versions: 2.0-alpha-2
>>    Reporter: Jason van Zyl
>>    Assignee: Brett Porter
>>     Fix For: 2.0-alpha-3
>> Attachments: DefaultArchetype.diff
>>
>>
>>Let the user know where the project was generated and display the parameters used during generation.
>>    
>>
>
>  
>


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


[jira] Closed: (MNG-276) Make out output from archetype more informative

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-276?page=all ]
     
Brett Porter closed MNG-276:
----------------------------

    Resolution: Fixed

it looks good, however you should
- build the patch from the same directory as pom.xml
- format according to the style around it (we have files for IDEA and Eclipse on the website)
- avoid reformatting existing text (like the imports)

Thanks!

> Make out output from archetype more informative
> -----------------------------------------------
>
>          Key: MNG-276
>          URL: http://jira.codehaus.org/browse/MNG-276
>      Project: Maven 2
>         Type: Improvement
>     Versions: 2.0-alpha-2
>     Reporter: Jason van Zyl
>     Assignee: Brett Porter
>      Fix For: 2.0-alpha-3
>  Attachments: DefaultArchetype.diff
>
>
> Let the user know where the project was generated and display the parameters used during generation.

-- 
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
-
For more information on JIRA, 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] Commented: (MNG-276) Make out output from archetype more informative

Posted by "Rahul Thakur (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-276?page=comments#action_40822 ]
     
Rahul Thakur commented on MNG-276:
----------------------------------

ohh, and the patch is for file:
org.apache.maven.archetype.DefaultArchetype.java


> Make out output from archetype more informative
> -----------------------------------------------
>
>          Key: MNG-276
>          URL: http://jira.codehaus.org/browse/MNG-276
>      Project: Maven 2
>         Type: Improvement
>     Versions: 2.0-alpha-2
>     Reporter: Jason van Zyl
>     Assignee: Brett Porter
>      Fix For: 2.0-alpha-3
>  Attachments: DefaultArchetype.diff
>
>
> Let the user know where the project was generated and display the parameters used during generation.

-- 
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
-
For more information on JIRA, 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] Commented: (MNG-276) Make out output from archetype more informative

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-276?page=comments#action_40635 ]
     
Brett Porter commented on MNG-276:
----------------------------------

flagged this as mine, as Rahul has put his hand up. I will volunteer to apply any patches if they come this way

> Make out output from archetype more informative
> -----------------------------------------------
>
>          Key: MNG-276
>          URL: http://jira.codehaus.org/browse/MNG-276
>      Project: Maven 2
>         Type: Improvement
>     Versions: 2.0-alpha-2
>     Reporter: Jason van Zyl
>     Assignee: Brett Porter
>      Fix For: 2.0-alpha-3

>
>
> Let the user know where the project was generated and display the parameters used during generation.

-- 
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
-
For more information on JIRA, 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