You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@shindig.apache.org by "Henry Saputra (JIRA)" <ji...@apache.org> on 2010/05/15 02:33:42 UTC

[jira] Created: (SHINDIG-1331) Fix the url to access sample container in BUILD-JAVA

Fix the url to access sample container in BUILD-JAVA
----------------------------------------------------

                 Key: SHINDIG-1331
                 URL: https://issues.apache.org/jira/browse/SHINDIG-1331
             Project: Shindig
          Issue Type: Bug
    Affects Versions: 1.1-BETA5
            Reporter: Henry Saputra
            Priority: Trivial


Fix simple typo in the url for accessing sample container with Jetty plugin in BUILD-JAVA instruction text.

Before:
-  http://localhost:8080/gadgets/files/samplecontainer/samplecontainer.html

After:
+  http://localhost:8080/samplecontainer/samplecontainer.html

The shindig-server generate war file with samplecontainer in the root web directory.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (SHINDIG-1331) Fix the url to access sample container in BUILD-JAVA

Posted by "Henry Saputra (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SHINDIG-1331?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Henry Saputra updated SHINDIG-1331:
-----------------------------------

    Component/s: Build

> Fix the url to access sample container in BUILD-JAVA
> ----------------------------------------------------
>
>                 Key: SHINDIG-1331
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-1331
>             Project: Shindig
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: 1.1-BETA5
>            Reporter: Henry Saputra
>            Priority: Trivial
>
> Fix simple typo in the url for accessing sample container with Jetty plugin in BUILD-JAVA instruction text.
> Before:
> -  http://localhost:8080/gadgets/files/samplecontainer/samplecontainer.html
> After:
> +  http://localhost:8080/samplecontainer/samplecontainer.html
> The shindig-server generate war file with samplecontainer in the root web directory.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (SHINDIG-1331) Fix the url to access sample container in BUILD-JAVA

Posted by "Paul Lindner (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SHINDIG-1331?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paul Lindner resolved SHINDIG-1331.
-----------------------------------

    Fix Version/s: 2.0.0-RC1
       Resolution: Fixed

fixed!


> Fix the url to access sample container in BUILD-JAVA
> ----------------------------------------------------
>
>                 Key: SHINDIG-1331
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-1331
>             Project: Shindig
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: 1.1-BETA5
>            Reporter: Henry Saputra
>            Priority: Trivial
>             Fix For: 2.0.0-RC1
>
>         Attachments: update_buildjava.patch
>
>
> Fix simple typo in the url for accessing sample container with Jetty plugin in BUILD-JAVA instruction text.
> Before:
> -  http://localhost:8080/gadgets/files/samplecontainer/samplecontainer.html
> After:
> +  http://localhost:8080/samplecontainer/samplecontainer.html
> The shindig-server generate war file with samplecontainer in the root web directory.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (SHINDIG-1331) Fix the url to access sample container in BUILD-JAVA

Posted by "Henry Saputra (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SHINDIG-1331?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Henry Saputra updated SHINDIG-1331:
-----------------------------------

    Attachment: update_buildjava.patch

Patch fix.

> Fix the url to access sample container in BUILD-JAVA
> ----------------------------------------------------
>
>                 Key: SHINDIG-1331
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-1331
>             Project: Shindig
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: 1.1-BETA5
>            Reporter: Henry Saputra
>            Priority: Trivial
>         Attachments: update_buildjava.patch
>
>
> Fix simple typo in the url for accessing sample container with Jetty plugin in BUILD-JAVA instruction text.
> Before:
> -  http://localhost:8080/gadgets/files/samplecontainer/samplecontainer.html
> After:
> +  http://localhost:8080/samplecontainer/samplecontainer.html
> The shindig-server generate war file with samplecontainer in the root web directory.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.