You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Andrew Lenards (JIRA)" <de...@tapestry.apache.org> on 2008/07/02 20:59:45 UTC

[jira] Created: (TAPESTRY-2499) Reduce Frustration Experienced By "green" Maven User When Following the Tapestry Archetype Example

Reduce Frustration Experienced By "green" Maven User When Following the Tapestry Archetype Example
--------------------------------------------------------------------------------------------------

                 Key: TAPESTRY-2499
                 URL: https://issues.apache.org/jira/browse/TAPESTRY-2499
             Project: Tapestry
          Issue Type: Improvement
          Components: Examples
    Affects Versions: 4.1
         Environment: documentation / example on the tapestry 4.1 webpage: http://tapestry.apache.org/tapestry4.1/tapestry-archetype/index.html
            Reporter: Andrew Lenards
             Fix For: unspecified


I experienced an issue with getting the tapestry archetype to run using the specified command on the tapestry 4.1 page: 

http://tapestry.apache.org/tapestry4.1/tapestry-archetype/index.html

I needed to add the remote repository get to the snapshot version to work along with using the -U option. 

Since the example assumes that users may have just downloaded and installed Maven, it would be significantly helpful if these arguments were mentioned because if they're not (given my experience) maven will prompt them to choose an archetype.  This will lead them way off course. 

It should be a quick change.  Maybe just: 

If you experience that they archetype is not found, try the following: 

mvn -U archetype:create -DarchetypeGroupId=org.apache.tapestry -DarchetypeArtifactId=tapestry-archetype -DremoteRepositories=http://people.apache.org/repo/m2-snapshot-repository/ -DarchetypeVersion=4.1.6-SNAPSHOT -DgroupId=com.example -DartifactId=myapp

(not sure if they line-continuation slashes are needed)

thanks 


-- 
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: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Updated: (TAPESTRY-2499) Reduce Frustration Experienced By "green" Maven User When Following the Tapestry Archetype Example

Posted by "Andreas Andreou (JIRA)" <de...@tapestry.apache.org>.
     [ https://issues.apache.org/jira/browse/TAPESTRY-2499?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andreas Andreou updated TAPESTRY-2499:
--------------------------------------

    Fix Version/s:     (was: unspecified)
                   4.1.6

> Reduce Frustration Experienced By "green" Maven User When Following the Tapestry Archetype Example
> --------------------------------------------------------------------------------------------------
>
>                 Key: TAPESTRY-2499
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-2499
>             Project: Tapestry
>          Issue Type: Improvement
>          Components: Examples
>    Affects Versions: 4.1
>         Environment: documentation / example on the tapestry 4.1 webpage: http://tapestry.apache.org/tapestry4.1/tapestry-archetype/index.html
>            Reporter: Andrew Lenards
>            Assignee: Andreas Andreou
>             Fix For: 4.1.6
>
>         Attachments: mylyn-context.zip
>
>   Original Estimate: 0.25h
>  Remaining Estimate: 0.25h
>
> I experienced an issue with getting the tapestry archetype to run using the specified command on the tapestry 4.1 page: 
> http://tapestry.apache.org/tapestry4.1/tapestry-archetype/index.html
> I needed to add the remote repository get to the snapshot version to work along with using the -U option. 
> Since the example assumes that users may have just downloaded and installed Maven, it would be significantly helpful if these arguments were mentioned because if they're not (given my experience) maven will prompt them to choose an archetype.  This will lead them way off course. 
> It should be a quick change.  Maybe just: 
> If you experience that they archetype is not found, try the following: 
> mvn -U archetype:create -DarchetypeGroupId=org.apache.tapestry -DarchetypeArtifactId=tapestry-archetype -DremoteRepositories=http://people.apache.org/repo/m2-snapshot-repository/ -DarchetypeVersion=4.1.6-SNAPSHOT -DgroupId=com.example -DartifactId=myapp
> (not sure if they line-continuation slashes are needed)
> thanks 

-- 
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: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Resolved: (TAPESTRY-2499) Reduce Frustration Experienced By "green" Maven User When Following the Tapestry Archetype Example

Posted by "Andreas Andreou (JIRA)" <de...@tapestry.apache.org>.
     [ https://issues.apache.org/jira/browse/TAPESTRY-2499?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andreas Andreou resolved TAPESTRY-2499.
---------------------------------------

    Resolution: Fixed

fixed, thx!

> Reduce Frustration Experienced By "green" Maven User When Following the Tapestry Archetype Example
> --------------------------------------------------------------------------------------------------
>
>                 Key: TAPESTRY-2499
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-2499
>             Project: Tapestry
>          Issue Type: Improvement
>          Components: Examples
>    Affects Versions: 4.1
>         Environment: documentation / example on the tapestry 4.1 webpage: http://tapestry.apache.org/tapestry4.1/tapestry-archetype/index.html
>            Reporter: Andrew Lenards
>            Assignee: Andreas Andreou
>             Fix For: unspecified
>
>         Attachments: mylyn-context.zip
>
>   Original Estimate: 0.25h
>  Remaining Estimate: 0.25h
>
> I experienced an issue with getting the tapestry archetype to run using the specified command on the tapestry 4.1 page: 
> http://tapestry.apache.org/tapestry4.1/tapestry-archetype/index.html
> I needed to add the remote repository get to the snapshot version to work along with using the -U option. 
> Since the example assumes that users may have just downloaded and installed Maven, it would be significantly helpful if these arguments were mentioned because if they're not (given my experience) maven will prompt them to choose an archetype.  This will lead them way off course. 
> It should be a quick change.  Maybe just: 
> If you experience that they archetype is not found, try the following: 
> mvn -U archetype:create -DarchetypeGroupId=org.apache.tapestry -DarchetypeArtifactId=tapestry-archetype -DremoteRepositories=http://people.apache.org/repo/m2-snapshot-repository/ -DarchetypeVersion=4.1.6-SNAPSHOT -DgroupId=com.example -DartifactId=myapp
> (not sure if they line-continuation slashes are needed)
> thanks 

-- 
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: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Updated: (TAPESTRY-2499) Reduce Frustration Experienced By "green" Maven User When Following the Tapestry Archetype Example

Posted by "Andreas Andreou (JIRA)" <de...@tapestry.apache.org>.
     [ https://issues.apache.org/jira/browse/TAPESTRY-2499?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andreas Andreou updated TAPESTRY-2499:
--------------------------------------

    Attachment: mylyn-context.zip

> Reduce Frustration Experienced By "green" Maven User When Following the Tapestry Archetype Example
> --------------------------------------------------------------------------------------------------
>
>                 Key: TAPESTRY-2499
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-2499
>             Project: Tapestry
>          Issue Type: Improvement
>          Components: Examples
>    Affects Versions: 4.1
>         Environment: documentation / example on the tapestry 4.1 webpage: http://tapestry.apache.org/tapestry4.1/tapestry-archetype/index.html
>            Reporter: Andrew Lenards
>            Assignee: Andreas Andreou
>             Fix For: unspecified
>
>         Attachments: mylyn-context.zip
>
>   Original Estimate: 0.25h
>  Remaining Estimate: 0.25h
>
> I experienced an issue with getting the tapestry archetype to run using the specified command on the tapestry 4.1 page: 
> http://tapestry.apache.org/tapestry4.1/tapestry-archetype/index.html
> I needed to add the remote repository get to the snapshot version to work along with using the -U option. 
> Since the example assumes that users may have just downloaded and installed Maven, it would be significantly helpful if these arguments were mentioned because if they're not (given my experience) maven will prompt them to choose an archetype.  This will lead them way off course. 
> It should be a quick change.  Maybe just: 
> If you experience that they archetype is not found, try the following: 
> mvn -U archetype:create -DarchetypeGroupId=org.apache.tapestry -DarchetypeArtifactId=tapestry-archetype -DremoteRepositories=http://people.apache.org/repo/m2-snapshot-repository/ -DarchetypeVersion=4.1.6-SNAPSHOT -DgroupId=com.example -DartifactId=myapp
> (not sure if they line-continuation slashes are needed)
> thanks 

-- 
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: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Updated: (TAPESTRY-2499) Reduce Frustration Experienced By "green" Maven User When Following the Tapestry Archetype Example

Posted by "Andreas Andreou (JIRA)" <de...@tapestry.apache.org>.
     [ https://issues.apache.org/jira/browse/TAPESTRY-2499?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andreas Andreou updated TAPESTRY-2499:
--------------------------------------

    Assignee: Andreas Andreou

> Reduce Frustration Experienced By "green" Maven User When Following the Tapestry Archetype Example
> --------------------------------------------------------------------------------------------------
>
>                 Key: TAPESTRY-2499
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-2499
>             Project: Tapestry
>          Issue Type: Improvement
>          Components: Examples
>    Affects Versions: 4.1
>         Environment: documentation / example on the tapestry 4.1 webpage: http://tapestry.apache.org/tapestry4.1/tapestry-archetype/index.html
>            Reporter: Andrew Lenards
>            Assignee: Andreas Andreou
>             Fix For: unspecified
>
>   Original Estimate: 0.25h
>  Remaining Estimate: 0.25h
>
> I experienced an issue with getting the tapestry archetype to run using the specified command on the tapestry 4.1 page: 
> http://tapestry.apache.org/tapestry4.1/tapestry-archetype/index.html
> I needed to add the remote repository get to the snapshot version to work along with using the -U option. 
> Since the example assumes that users may have just downloaded and installed Maven, it would be significantly helpful if these arguments were mentioned because if they're not (given my experience) maven will prompt them to choose an archetype.  This will lead them way off course. 
> It should be a quick change.  Maybe just: 
> If you experience that they archetype is not found, try the following: 
> mvn -U archetype:create -DarchetypeGroupId=org.apache.tapestry -DarchetypeArtifactId=tapestry-archetype -DremoteRepositories=http://people.apache.org/repo/m2-snapshot-repository/ -DarchetypeVersion=4.1.6-SNAPSHOT -DgroupId=com.example -DartifactId=myapp
> (not sure if they line-continuation slashes are needed)
> thanks 

-- 
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: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org