|
| 1 | +<?xml version="1.0"?> |
| 2 | +<?xml-stylesheet type="text/xsl" href="xdoc.xsl"?> |
| 3 | +<!-- $Revision: 1.1 $ $Date: 2004/01/30 01:08:41 $ --> |
| 4 | +<document> |
| 5 | + <properties> |
| 6 | + <title>Release Managers Guide</title> |
| 7 | + <author email="mdiggory@apache.org">Mark Diggory</author> |
| 8 | + </properties> |
| 9 | + |
| 10 | + <body> |
| 11 | + <section name="Aims"> |
| 12 | + <p> |
| 13 | + As different individuals may be filling the roll of Release Managers |
| 14 | + for the Math project at different times. This documentation is provided |
| 15 | + as a means of organizing release procedures such that releases can maintain |
| 16 | + consistency. |
| 17 | + </p> |
| 18 | + </section> |
| 19 | + <section name='Guidelines'> |
| 20 | + <p> |
| 21 | + Math Project Releases are primarily facilitated using Maven's 'dist' and 'jar' |
| 22 | + goals to build releases in tar.gz, zip and jar archive formats. Additional goals |
| 23 | + and processes have been added using the included <code>maven.xml</code> file in the root directory. |
| 24 | + </p> |
| 25 | + </section> |
| 26 | + <section name='Distribution Contents'> |
| 27 | + <subsection name="Binary Releases (tar.gz and zip)"> |
| 28 | + <source> |
| 29 | + |
| 30 | + Length Date Time Name |
| 31 | + -------- ---- ---- ---- |
| 32 | + 0 01-29-04 09:31 commons-math-0.1-dev/ |
| 33 | + 11358 01-29-04 09:31 commons-math-0.1-dev/LICENSE.txt |
| 34 | + 0 01-29-04 09:31 commons-math-0.1-dev/docs/ |
| 35 | + 0 01-29-04 09:31 commons-math-0.1-dev/docs/clover/ |
| 36 | + ... |
| 37 | + 6103 01-29-04 09:31 commons-math-0.1-dev/docs/apidocs/ |
| 38 | + ... |
| 39 | + 124140 01-29-04 09:31 commons-math-0.1-dev/commons-math-0.1-dev.jar |
| 40 | + 110531 01-29-04 09:31 commons-math-0.1-dev/commons-beanutils-1.5.jar |
| 41 | + 165119 01-29-04 09:31 commons-math-0.1-dev/commons-collections-2.1.jar |
| 42 | + 72176 01-29-04 09:31 commons-math-0.1-dev/commons-discovery-20030211.213356.jar |
| 43 | + 31605 01-29-04 09:31 commons-math-0.1-dev/commons-logging-1.0.3.jar |
| 44 | + 169763 01-29-04 09:31 commons-math-0.1-dev/commons-lang-2.0.jar |
| 45 | + |
| 46 | + </source> |
| 47 | + </subsection> |
| 48 | + <subsection name="Source Releases"> |
| 49 | + <p> |
| 50 | + *src release* (tar.gz and zip) |
| 51 | + </p> |
| 52 | + <source> |
| 53 | + |
| 54 | + Archive: commons-math-0.1-dev-src.zip |
| 55 | + Length Date Time Name |
| 56 | + -------- ---- ---- ---- |
| 57 | + 0 01-29-04 09:31 commons-math-0.1-dev/ |
| 58 | + 0 01-29-04 09:31 commons-math-0.1-dev/src/ |
| 59 | + 282 01-29-04 09:31 commons-math-0.1-dev/src/conf/MANIFEST.MF |
| 60 | + 0 01-29-04 09:31 commons-math-0.1-dev/src/test/ |
| 61 | + ... |
| 62 | + 0 01-29-04 09:31 commons-math-0.1-dev/src/java/ |
| 63 | + ... |
| 64 | + 0 01-29-04 09:31 commons-math-0.1-dev/src/conf/ |
| 65 | + 370 01-29-04 09:31 commons-math-0.1-dev/maven.xml |
| 66 | + 4692 01-29-04 09:31 commons-math-0.1-dev/project.xml |
| 67 | + 801 01-29-04 09:31 commons-math-0.1-dev/project.properties |
| 68 | + 11358 01-29-04 09:31 commons-math-0.1-dev/LICENSE.txt |
| 69 | + 6635 01-29-04 09:31 commons-math-0.1-dev/build.xml |
| 70 | + |
| 71 | + </source> |
| 72 | + <p>This project.xml is the one with the dependencies resolved to a version. |
| 73 | + This build.xml is generated off the above project.xml, so its dependencies |
| 74 | + are resolved as well. |
| 75 | + </p> |
| 76 | + </subsection> |
| 77 | + |
| 78 | + <subsection name="Jar Releases"> |
| 79 | + <p> |
| 80 | + *jar release* (jar) |
| 81 | + </p> |
| 82 | + <source> |
| 83 | + |
| 84 | + |
| 85 | + Archive: commons-math-0.1-dev.jar |
| 86 | + Length Date Time Name |
| 87 | + -------- ---- ---- ---- |
| 88 | + 0 01-29-04 09:30 META-INF/ |
| 89 | + 423 01-29-04 09:30 META-INF/MANIFEST.MF |
| 90 | + 11358 01-29-04 09:23 META-INF/LICENSE.txt |
| 91 | + 0 01-17-04 15:05 org/ |
| 92 | + 0 01-17-04 15:05 org/apache/ |
| 93 | + 0 01-17-04 15:05 org/apache/commons/ |
| 94 | + 0 01-17-04 15:05 org/apache/commons/math/ |
| 95 | + 0 01-17-04 15:05 org/apache/commons/math/analysis/ |
| 96 | + 0 01-29-04 09:24 org/apache/commons/math/complex/ |
| 97 | + 0 01-28-04 16:32 org/apache/commons/math/distribution/ |
| 98 | + 0 01-28-04 16:32 org/apache/commons/math/linear/ |
| 99 | + 0 01-17-04 15:05 org/apache/commons/math/random/ |
| 100 | + 0 01-28-04 16:32 org/apache/commons/math/stat/ |
| 101 | + 0 01-17-04 15:05 org/apache/commons/math/stat/univariate/ |
| 102 | + 0 01-17-04 15:05 org/apache/commons/math/stat/univariate/rank/ |
| 103 | + 0 01-17-04 15:05 org/apache/commons/math/stat/univariate/moment/ |
| 104 | + 0 01-17-04 15:05 org/apache/commons/math/stat/univariate/summary/ |
| 105 | + 0 01-17-04 15:05 org/apache/commons/math/special/ |
| 106 | + 0 01-17-04 15:05 org/apache/commons/math/util/ |
| 107 | + 1609 01-29-04 09:24 org/apache/commons/math/analysis/BisectionSolver.class |
| 108 | + 3033 01-29-04 09:24 org/apache/commons/math/analysis/UnivariateRealSolverImpl.class |
| 109 | + 799 01-29-04 09:24 org/apache/commons/math/analysis/UnivariateRealSolver.class |
| 110 | + 247 01-29-04 09:24 org/apache/commons/math/analysis/UnivariateRealFunction.class |
| 111 | + |
| 112 | + ... |
| 113 | + |
| 114 | + </source> |
| 115 | + </subsection> |
| 116 | + </section> |
| 117 | + <section name="Deploying"> |
| 118 | + <p> |
| 119 | + Info on deploying releases using Maven. |
| 120 | + </p> |
| 121 | + </section> |
| 122 | + </body> |
| 123 | +</document> |
0 commit comments