Return-Path: Delivered-To: apmail-xml-axis-dev-archive@xml.apache.org Received: (qmail 83866 invoked by uid 500); 12 Dec 2002 15:10:16 -0000 Mailing-List: contact axis-dev-help@xml.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@xml.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list axis-dev@xml.apache.org Received: (qmail 83857 invoked by uid 500); 12 Dec 2002 15:10:16 -0000 Delivered-To: apmail-xml-axis-wsif-cvs@apache.org Date: 12 Dec 2002 15:10:16 -0000 Message-ID: <20021212151016.63111.qmail@icarus.apache.org> From: aslom@apache.org To: xml-axis-wsif-cvs@apache.org Subject: cvs commit: xml-axis-wsif/java/doc RELEASE_TASKS.txt changes.html X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N aslom 2002/12/12 07:10:15 Modified: java build.xml java/doc RELEASE_TASKS.txt changes.html Log: fixed problems with "clean samples" to make sure that required properites and META-INS is copied to build/classes added "alldist" target that includes both binary and source distributions added .tgz as release build besides .zip Revision Changes Path 1.19 +97 -26 xml-axis-wsif/java/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/xml-axis-wsif/java/build.xml,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- build.xml 12 Dec 2002 13:40:54 -0000 1.18 +++ build.xml 12 Dec 2002 15:10:15 -0000 1.19 @@ -47,7 +47,7 @@ - + @@ -78,10 +78,12 @@ + + value="build/${name}-bin-${wsif.version}"/> + value="${build.dir}/${name}-src-${wsif.version}"/> @@ -122,31 +124,31 @@ - + - + - + - + - + - + - + @@ -186,6 +188,9 @@ + + + @@ -214,6 +219,16 @@ + + + + + + + + + + @@ -267,14 +282,6 @@ - - - - - - - - @@ -289,12 +296,11 @@ - + - @@ -428,9 +434,13 @@ + + + - + + + + + + + + + + + + + + + - + - + @@ -547,14 +572,60 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + + + + + + + + + + + + + + + - + + 1.7 +3 -3 xml-axis-wsif/java/doc/RELEASE_TASKS.txt Index: RELEASE_TASKS.txt =================================================================== RCS file: /home/cvs/xml-axis-wsif/java/doc/RELEASE_TASKS.txt,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- RELEASE_TASKS.txt 10 Dec 2002 18:37:26 -0000 1.6 +++ RELEASE_TASKS.txt 12 Dec 2002 15:10:15 -0000 1.7 @@ -10,14 +10,14 @@ baseline would be 2.0.x then if we really have something significant change the 0 TASKS: -* get out an intial (alpha) release today! +* DONE [alek] get out an intial (alpha) release today! * [Jeremy Sat 11a GMT (6am EST)] fixing problem with text files marked by Eclipse as binary in CVS * [owen] investigate using Forrest for creating separate pages for WSIF outside Axis * [nirmal + alek] samples and modularization -* DONE but will need mroe work [alek] split README.html into smaller pices and make it addressing two communities: +* DONE [alek] but will need mroe work [alek] split README.html into smaller pices and make it addressing two communities: WSIF users and WSIF developers; README.html right now is kind of mixed up * DONE [alek] simplify wsif.css -* [alek] check in JAR files that we know WSIF works OK with LICENSE and README(and can be checked in) +* DONE [alek] check in JAR files that we know WSIF works OK with LICENSE and README(and can be checked in) * [jeremy] automatic generation of javadoc API * get the link to the API javadoc off the home page working * [ant] write/test sample that uses xmethods WSDL (DynamicInvoker + stub) 1.4 +15 -3 xml-axis-wsif/java/doc/changes.html Index: changes.html =================================================================== RCS file: /home/cvs/xml-axis-wsif/java/doc/changes.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- changes.html 10 Dec 2002 18:41:43 -0000 1.3 +++ changes.html 12 Dec 2002 15:10:15 -0000 1.4 @@ -13,9 +13,21 @@ Each release should have a separate list of changes. Add only significant changes such as changing API, modifying implementation behavior, major bug fixes (hyperlink to bugzilla), new -functionality. Do not give too detailed descriptions as they belong to -CVS commit logs :-)

2001-12-

+functionality. Do not give too detailed descriptions as they belong to +CVS commit logs :-)

2002-12-

+ +
    +
  • release packaging: there anow three different release builds: +
      +
    • src: only source file (no binaries) - essentially all that is needed +to compile WSIF if you downloaded all required jar files +
    • bin: only binaries: just downlaod few jar files that can not be distributed +and you are ready to run WSIF (no source code except for sampels) +
    • all = bin + src +
    + +
  • documentation changes factored out readme.htm into smaller pieces that are put in doc/ (like cvs and requirements) updated doc/ with factored out info about cvs and requirements and improved build instructions,