Espigah / dbdeploy

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

create a sensible distribution package #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Historically dbdeploy just published a jar file in sourceforce.

Should publish a ZIP containing:
1. the jars & dependencies
2. license
3. readme
4. source?

Original issue reported on code.google.com by gtack...@googlemail.com on 18 Dec 2008 at 9:07

GoogleCodeExporter commented 9 years ago
And, as suggested by npryce on the sf tracker
(https://sourceforge.net/tracker/index.php?func=detail&aid=2433933&group_id=1700
92&atid=852962),
this should be a well behaved zip that unzips to a subdirectory based on the 
release
number.

Original comment by gtack...@googlemail.com on 18 Dec 2008 at 9:09

GoogleCodeExporter commented 9 years ago

Original comment by gtack...@googlemail.com on 5 Jan 2009 at 9:28

GoogleCodeExporter commented 9 years ago
The zip file should include:

- the "ant" jar
- the "cli" jar
- a README that includes enough information to use both of the jars
- example scripts, ideally with an example ant and shell and bat script that 
will run
against a database that's easily available to most users
- a LICENSE file with the normal LGPL stuff in it

Original comment by gtack...@googlemail.com on 5 Jan 2009 at 9:44

GoogleCodeExporter commented 9 years ago
Mostly done now.

There's still not a decent set of example scripts that make it obvious how to 
use
dbdeploy.  However, I think this should be written up on the website first :)

Original comment by gtack...@googlemail.com on 11 Mar 2009 at 9:52