You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Finn Bock (JIRA)" <ji...@apache.org> on 2006/11/27 19:58:57 UTC

[jira] Created: (WW-1524) Quickstart does not launch

Quickstart does not launch
--------------------------

                 Key: WW-1524
                 URL: http://issues.apache.org/struts/browse/WW-1524
             Project: Struts 2
          Issue Type: Bug
          Components: Plugins
    Affects Versions: 2.0.1
            Reporter: Finn Bock


1) The org.apache.struts2.Main class no longer contains a launch of quickstart. It was removed in the toolbox breakup. Only the launch of sitegraph (wrongly) remains.

2) Both sitegraph and quickstart has a org.apache.struts2.Main class. I wonder which one gets included in struts2-all.

3) The docs for quickstart http://struts.apache.org/2.x/docs/quickstart.html says I can use java -jar jarfile, but none of the struts2-core, struts2-all or struts2-quickstart contains a Main-Class manifest entry.

4) The docs also says to use java -jar struts2-core, but I don't think that is correct anymore. Either struts2-all or struts2-quickstart seems more correct.

5) The use of java -jar webwork is also mentioned on the http://struts.apache.org/2.x/docs/quickstart.html doc page.

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

        

[jira] Commented: (WW-1524) Quickstart does not launch

Posted by "Don Brown (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/struts/browse/WW-1524?page=comments#action_39049 ] 
            
Don Brown commented on WW-1524:
-------------------------------

Yeah, I think we should remove quickstart.  Any objections?

> Quickstart does not launch
> --------------------------
>
>                 Key: WW-1524
>                 URL: http://issues.apache.org/struts/browse/WW-1524
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Plugins
>    Affects Versions: 2.0.1
>            Reporter: Finn Bock
>             Fix For: 2.0.3
>
>
> 1) The org.apache.struts2.Main class no longer contains a launch of quickstart. It was removed in the toolbox breakup. Only the launch of sitegraph (wrongly) remains.
> 2) Both sitegraph and quickstart has a org.apache.struts2.Main class. I wonder which one gets included in struts2-all.
> 3) The docs for quickstart http://struts.apache.org/2.x/docs/quickstart.html says I can use java -jar jarfile, but none of the struts2-core, struts2-all or struts2-quickstart contains a Main-Class manifest entry.
> 4) The docs also says to use java -jar struts2-core, but I don't think that is correct anymore. Either struts2-all or struts2-quickstart seems more correct.
> 5) The use of java -jar webwork is also mentioned on the http://struts.apache.org/2.x/docs/quickstart.html doc page.

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

        

[jira] Commented: (WW-1524) Quickstart does not launch

Posted by "Ted Husted (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/struts/browse/WW-1524?page=comments#action_39052 ] 
            
Ted Husted commented on WW-1524:
--------------------------------

No, but is using the Maven Jetty plugin documented so that "mere mortals" could use it?


> Quickstart does not launch
> --------------------------
>
>                 Key: WW-1524
>                 URL: http://issues.apache.org/struts/browse/WW-1524
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Plugins
>    Affects Versions: 2.0.1
>            Reporter: Finn Bock
>             Fix For: 2.0.3
>
>
> 1) The org.apache.struts2.Main class no longer contains a launch of quickstart. It was removed in the toolbox breakup. Only the launch of sitegraph (wrongly) remains.
> 2) Both sitegraph and quickstart has a org.apache.struts2.Main class. I wonder which one gets included in struts2-all.
> 3) The docs for quickstart http://struts.apache.org/2.x/docs/quickstart.html says I can use java -jar jarfile, but none of the struts2-core, struts2-all or struts2-quickstart contains a Main-Class manifest entry.
> 4) The docs also says to use java -jar struts2-core, but I don't think that is correct anymore. Either struts2-all or struts2-quickstart seems more correct.
> 5) The use of java -jar webwork is also mentioned on the http://struts.apache.org/2.x/docs/quickstart.html doc page.

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

        

[jira] Resolved: (WW-1524) Quickstart does not launch

Posted by "Don Brown (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/struts/browse/WW-1524?page=all ]

Don Brown resolved WW-1524.
---------------------------

    Fix Version/s: 2.0.2
                       (was: 2.0.3)
       Resolution: Fixed
         Assignee: Don Brown

Resolved by removing the plugin.  As pointed out, it doesn't work as it relies on the build and layout of webwork, and we have a replacement in the jetty plugin as well as good IDE support for running app servers in a development environment.

> Quickstart does not launch
> --------------------------
>
>                 Key: WW-1524
>                 URL: http://issues.apache.org/struts/browse/WW-1524
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Plugins
>    Affects Versions: 2.0.1
>            Reporter: Finn Bock
>         Assigned To: Don Brown
>             Fix For: 2.0.2
>
>
> 1) The org.apache.struts2.Main class no longer contains a launch of quickstart. It was removed in the toolbox breakup. Only the launch of sitegraph (wrongly) remains.
> 2) Both sitegraph and quickstart has a org.apache.struts2.Main class. I wonder which one gets included in struts2-all.
> 3) The docs for quickstart http://struts.apache.org/2.x/docs/quickstart.html says I can use java -jar jarfile, but none of the struts2-core, struts2-all or struts2-quickstart contains a Main-Class manifest entry.
> 4) The docs also says to use java -jar struts2-core, but I don't think that is correct anymore. Either struts2-all or struts2-quickstart seems more correct.
> 5) The use of java -jar webwork is also mentioned on the http://struts.apache.org/2.x/docs/quickstart.html doc page.

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

        

[jira] Updated: (WW-1524) Quickstart does not launch

Posted by "Ted Husted (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/struts/browse/WW-1524?page=all ]

Ted Husted updated WW-1524:
---------------------------

    Fix Version/s: 2.0.3

> Quickstart does not launch
> --------------------------
>
>                 Key: WW-1524
>                 URL: http://issues.apache.org/struts/browse/WW-1524
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Plugins
>    Affects Versions: 2.0.1
>            Reporter: Finn Bock
>             Fix For: 2.0.3
>
>
> 1) The org.apache.struts2.Main class no longer contains a launch of quickstart. It was removed in the toolbox breakup. Only the launch of sitegraph (wrongly) remains.
> 2) Both sitegraph and quickstart has a org.apache.struts2.Main class. I wonder which one gets included in struts2-all.
> 3) The docs for quickstart http://struts.apache.org/2.x/docs/quickstart.html says I can use java -jar jarfile, but none of the struts2-core, struts2-all or struts2-quickstart contains a Main-Class manifest entry.
> 4) The docs also says to use java -jar struts2-core, but I don't think that is correct anymore. Either struts2-all or struts2-quickstart seems more correct.
> 5) The use of java -jar webwork is also mentioned on the http://struts.apache.org/2.x/docs/quickstart.html doc page.

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

        

[jira] Commented: (WW-1524) Quickstart does not launch

Posted by "James Mitchell (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/struts/browse/WW-1524?page=comments#action_38898 ] 
            
James Mitchell commented on WW-1524:
------------------------------------

I could be wrong, but I thought that running the Maven Jetty plugin superceeded this.

> Quickstart does not launch
> --------------------------
>
>                 Key: WW-1524
>                 URL: http://issues.apache.org/struts/browse/WW-1524
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Plugins
>    Affects Versions: 2.0.1
>            Reporter: Finn Bock
>
> 1) The org.apache.struts2.Main class no longer contains a launch of quickstart. It was removed in the toolbox breakup. Only the launch of sitegraph (wrongly) remains.
> 2) Both sitegraph and quickstart has a org.apache.struts2.Main class. I wonder which one gets included in struts2-all.
> 3) The docs for quickstart http://struts.apache.org/2.x/docs/quickstart.html says I can use java -jar jarfile, but none of the struts2-core, struts2-all or struts2-quickstart contains a Main-Class manifest entry.
> 4) The docs also says to use java -jar struts2-core, but I don't think that is correct anymore. Either struts2-all or struts2-quickstart seems more correct.
> 5) The use of java -jar webwork is also mentioned on the http://struts.apache.org/2.x/docs/quickstart.html doc page.

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