aslom 2003/01/17 17:25:14 Modified: java Tag: WSIF_2_0_BRANCH build.xml java/lib/j2ee Tag: WSIF_2_0_BRANCH README.txt Log: re-enabled compile j2c sample (J2EE 1.3.1 is required) and fixed problem with not copying WSDL extension documentation in distribution zip/tarballs. Revision Changes Path No revision No revision 1.26.2.1 +8 -6 xml-axis-wsif/java/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/xml-axis-wsif/java/build.xml,v retrieving revision 1.26 retrieving revision 1.26.2.1 diff -u -r1.26 -r1.26.2.1 --- build.xml 13 Jan 2003 17:23:09 -0000 1.26 +++ build.xml 18 Jan 2003 01:25:14 -0000 1.26.2.1 @@ -48,7 +48,7 @@ <property name="name" value="wsif"/> <property name="dynamic.name" value="wsif-dynamic"/> <property name="Name" value="wsif"/> - <property name="wsif.version" value="2.0rc1_2"/> + <property name="wsif.version" value="2.0rc2"/> <property name="year-from" value="2002"/> <property name="year-to" value="2002"/> @@ -312,7 +312,7 @@ <fileset dir="${samples.dir}"> </fileset> </copy> - <!--antcall target="samples_j2c"/--> + <antcall target="samples_j2c"/> </target> <!-- =================================================================== --> @@ -497,10 +497,12 @@ <mkdir dir="${dist.dir}/doc"/> <copy todir="${dist.dir}/doc"> <fileset dir="${docs.dir}"> - <include name="*.txt"/> - <include name="*.css"/> - <include name="*.html"/> - <include name="*.htm"/> + <include name="**/*.txt"/> + <include name="**/*.css"/> + <include name="**/*.html"/> + <include name="**/*.htm"/> + <include name="**/*.gif"/> + <include name="**/*.jpg"/> </fileset> </copy> No revision No revision 1.1.2.1 +3 -0 xml-axis-wsif/java/lib/j2ee/README.txt Index: README.txt =================================================================== RCS file: /home/cvs/xml-axis-wsif/java/lib/j2ee/README.txt,v retrieving revision 1.1 retrieving revision 1.1.2.1 diff -u -r1.1 -r1.1.2.1 --- README.txt 12 Dec 2002 04:36:08 -0000 1.1 +++ README.txt 18 Jan 2003 01:25:14 -0000 1.1.2.1 @@ -4,3 +4,6 @@ For example see: http://java.sun.com/j2ee/download.html and put j2ee.jar here + +NOTE: to compiel JCA sample it is required to use J2EE 1.3.1 +and not newer 1.4 as there were incompatible changes.