[jira] Created: (MEVENIDE-436) Project name isnot taken into account in the create project wizard

View: New views
6 Messages — Rating Filter:   Alert me  

[jira] Created: (MEVENIDE-436) Project name isnot taken into account in the create project wizard

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Project name isnot taken into account in the create project wizard
------------------------------------------------------------------

                 Key: MEVENIDE-436
                 URL: http://jira.codehaus.org/browse/MEVENIDE-436
             Project: mevenide
          Issue Type: Bug
          Components: mevenide2-netbeans
    Affects Versions: NB_2.2
         Environment: Netbeans 5.0
jdk1.4.2
winxp sp2
            Reporter: Laurent Foret
         Assigned To: Milos Kleint
             Fix For: NB_2.2


Create a project from a "QuickStart project" archetype give it a name and after the creation the project's name stills "Maven Quick Start Archetype".
Only the artifactId is well filled in.



--
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 from this list please visit:

    http://xircles.codehaus.org/manage_email


[jira] Commented: (MEVENIDE-436) Project name isnot taken into account in the create project wizard

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

    [ http://jira.codehaus.org/browse/MEVENIDE-436?page=comments#action_70760 ]
           
Milos Kleint commented on MEVENIDE-436:
---------------------------------------

I suppose this is a problem of the actual archetypes. they hardwire the name of the project.
 I've tried created an archetype that has a variable archetype name, so I suppose this ought to be fixed on the maven archetype part.

> Project name isnot taken into account in the create project wizard
> ------------------------------------------------------------------
>
>                 Key: MEVENIDE-436
>                 URL: http://jira.codehaus.org/browse/MEVENIDE-436
>             Project: mevenide
>          Issue Type: Bug
>          Components: mevenide2-netbeans
>    Affects Versions: NB_2.2
>         Environment: Netbeans 5.0
> jdk1.4.2
> winxp sp2
>            Reporter: Laurent Foret
>         Assigned To: Milos Kleint
>             Fix For: NB_FUTURE
>
>
> Create a project from a "QuickStart project" archetype give it a name and after the creation the project's name stills "Maven Quick Start Archetype".
> Only the artifactId is well filled in.

--
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 from this list please visit:

    http://xircles.codehaus.org/manage_email


[jira] Updated: (MEVENIDE-436) Project name isnot taken into account in the create project wizard

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

     [ http://jira.codehaus.org/browse/MEVENIDE-436?page=all ]

Milos Kleint updated MEVENIDE-436:
----------------------------------

    Fix Version/s:     (was: NB_2.2)
                   NB_FUTURE

> Project name isnot taken into account in the create project wizard
> ------------------------------------------------------------------
>
>                 Key: MEVENIDE-436
>                 URL: http://jira.codehaus.org/browse/MEVENIDE-436
>             Project: mevenide
>          Issue Type: Bug
>          Components: mevenide2-netbeans
>    Affects Versions: NB_2.2
>         Environment: Netbeans 5.0
> jdk1.4.2
> winxp sp2
>            Reporter: Laurent Foret
>         Assigned To: Milos Kleint
>             Fix For: NB_FUTURE
>
>
> Create a project from a "QuickStart project" archetype give it a name and after the creation the project's name stills "Maven Quick Start Archetype".
> Only the artifactId is well filled in.

--
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 from this list please visit:

    http://xircles.codehaus.org/manage_email


[jira] Commented: (MEVENIDE-436) Project name isnot taken into account in the create project wizard

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

    [ http://jira.codehaus.org/browse/MEVENIDE-436?page=comments#action_70787 ]
           
Laurent Foret commented on MEVENIDE-436:
----------------------------------------

Indeed, I put in the  ~\.m2\repository\org\apache\maven\archetypes\maven-archetype-quickstart\1.0-alpha-4\maven-archetype-quickstart-1.0-alpha-4.jar\archetype-resources\pom.xml the following line :

<name>${artifactId}</name>

It works I have the name same as the artifactId in the pom.xml.

There is now 2 possibilities I think .

The first is to  ask maven team to add a name property for quickstart archetype. I would like to suggest a patch to the Maven team but I can not open the project in Netbeans (cf. [MEVENIDE-438]).

The second is to change dynamically the pom.xml after the project is created.


> Project name isnot taken into account in the create project wizard
> ------------------------------------------------------------------
>
>                 Key: MEVENIDE-436
>                 URL: http://jira.codehaus.org/browse/MEVENIDE-436
>             Project: mevenide
>          Issue Type: Bug
>          Components: mevenide2-netbeans
>    Affects Versions: NB_2.2
>         Environment: Netbeans 5.0
> jdk1.4.2
> winxp sp2
>            Reporter: Laurent Foret
>         Assigned To: Milos Kleint
>             Fix For: NB_FUTURE
>
>
> Create a project from a "QuickStart project" archetype give it a name and after the creation the project's name stills "Maven Quick Start Archetype".
> Only the artifactId is well filled in.

--
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 from this list please visit:

    http://xircles.codehaus.org/manage_email


[jira] Commented: (MEVENIDE-436) Project name isnot taken into account in the create project wizard

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


    [ http://jira.codehaus.org/browse/MEVENIDE-436?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=156518#action_156518 ]

Jaromir Uhrik commented on MEVENIDE-436:
----------------------------------------

This bug was transferred to the NetBeans Issuezilla bug tracking system as http://www.netbeans.org/issues/show_bug.cgi?id=154470

> Project name isnot taken into account in the create project wizard
> ------------------------------------------------------------------
>
>                 Key: MEVENIDE-436
>                 URL: http://jira.codehaus.org/browse/MEVENIDE-436
>             Project: mevenide
>          Issue Type: Bug
>          Components: mevenide2-netbeans
>    Affects Versions: NB_2.2
>         Environment: Netbeans 5.0
> jdk1.4.2
> winxp sp2
>            Reporter: Laurent Foret
>            Assignee: Milos Kleint
>             Fix For: NB_FUTURE
>
>
> Create a project from a "QuickStart project" archetype give it a name and after the creation the project's name stills "Maven Quick Start Archetype".
> Only the artifactId is well filled in.

--
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 from this list, please visit:

    http://xircles.codehaus.org/manage_email



[jira] Closed: (MEVENIDE-436) Project name isnot taken into account in the create project wizard

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


     [ http://jira.codehaus.org/browse/MEVENIDE-436?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Milos Kleint closed MEVENIDE-436.
---------------------------------

    Resolution: Duplicate

closing the issue as duplicate of the newly created one in netbeans.org issuezilla.
Please post your additional comments to the new issue.

> Project name isnot taken into account in the create project wizard
> ------------------------------------------------------------------
>
>                 Key: MEVENIDE-436
>                 URL: http://jira.codehaus.org/browse/MEVENIDE-436
>             Project: mevenide
>          Issue Type: Bug
>          Components: mevenide2-netbeans
>    Affects Versions: NB_2.2
>         Environment: Netbeans 5.0
> jdk1.4.2
> winxp sp2
>            Reporter: Laurent Foret
>            Assignee: Milos Kleint
>             Fix For: NB_FUTURE
>
>
> Create a project from a "QuickStart project" archetype give it a name and after the creation the project's name stills "Maven Quick Start Archetype".
> Only the artifactId is well filled in.

--
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 from this list, please visit:

    http://xircles.codehaus.org/manage_email