sakarin / myschedule

Automatically exported from code.google.com/p/myschedule
0 stars 0 forks source link

Use single project packaging distribution zip #112

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
We should provide just one zip file download that can do two things:

* Users should able to start up a command line version of quartz using a 
quartz.properties. This allow them to quickly test out the config and see it in 
action. Pre-config all logger so they can see output. Something like

bash> bin/myschedule.sh my-quartz.properties

* Users should able to try out the web application using an embedded servlet 
container without setup. Something like:

bash> bin/myschedule-ui.sh

* Users who wants just the myschedule-quartz-extra.jar should able to find it 
in the "lib" folder to use in their own project as direct library.

* Users who wants just the myschedule.war should able to find it in the "war" 
folder to deploy in their own servlet server such as Tomcat.

Original issue reported on code.google.com by saltnlight5 on 29 Mar 2013 at 4:16

GoogleCodeExporter commented 8 years ago
Fixed - added myschedule-package module.

*Note due to Winstone embedded servlet server classloader problem, I have to 
separate out a new myschedule-web-config module as well.

Original comment by saltnlight5 on 29 Mar 2013 at 4:17