You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by jv...@apache.org on 2002/12/11 15:46:26 UTC

cvs commit: jakarta-turbine-maven/xdocs tasks.xml

jvanzyl     2002/12/11 06:46:25

  Modified:    xdocs    tasks.xml
  Log:
  o updating tasks.
  
  Revision  Changes    Path
  1.32      +16 -13    jakarta-turbine-maven/xdocs/tasks.xml
  
  Index: tasks.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/xdocs/tasks.xml,v
  retrieving revision 1.31
  retrieving revision 1.32
  diff -u -r1.31 -r1.32
  --- tasks.xml	1 Oct 2002 12:30:02 -0000	1.31
  +++ tasks.xml	11 Dec 2002 14:46:25 -0000	1.32
  @@ -15,7 +15,13 @@
           <p>
             <ul>
               <li>
  -              Clear up remaining critical issues.
  +              Add the use of checksums in the verification process. Throw an
  +              ArtifactCorruptionException when the the artifact cannot be
  +              verified against the checksum.
  +            </li>
  +            <li>
  +              Have the JSL transformations completely working as a replacement
  +              for the DVSL mechanism.
               </li>
             </ul>
           </p>
  @@ -28,11 +34,6 @@
                 Roadmap document. (jvz)
               </li>
               <li>
  -              Formalize how jarResources elements are moved from the project
  -              directory layout into the classpath for testing and into the JAR
  -              that is packaged with the distribution.
  -            </li>
  -            <li>
                 Write proposal for globally distributed JAR repository and distribution
                 repository. There are definite things to be learned from the Perl folks.(jvz)
               </li>
  @@ -46,9 +47,6 @@
                 Status document (weekly report type thing).
               </li>
               <li>
  -              Look at release guide in tomcat 4.
  -            </li>
  -            <li>
                 Add maven:plugin-list target to list all known plugins from
                 remote repos. Each repo may optionally provide a plugins.list
                 file similar to the jars.list. A plugin is packaged as a jar file.
  @@ -95,10 +93,6 @@
                 pages. those can be generated.
               </li>
               <li>
  -              JXR task needs to be modified so that XML is produced so that it
  -              can be transformed to into something that looks better.
  -            </li>
  -            <li>
                 A little report displaying the use of dev JARs as opposed to
                 using released versions of products. Encourage projects to
                 try and use released versions of JARs.
  @@ -117,6 +111,15 @@
       <section name="Complete">
         <p>
           <ul>
  +          <li>
  +            JXR task needs to be modified so that XML is produced so that it
  +            can be transformed to into something that looks better.
  +          </li>
  +          <li>
  +            Formalize how jarResources elements are moved from the project
  +            directory layout into the classpath for testing and into the JAR
  +            that is packaged with the distribution.
  +          </li>
             <li>
               Generate xdoc from LICENSE.txt to show the project license and
               then link to it from the project info menu. Suggestion by Markus