jochen 2005/07/14 11:32:17
Modified: ant xs.xml js.xml pm.xml jm.xml macros.xml
src/documentation/content/xdocs release.xml news.xml
. build.xml
Log:
Released JaxMe 0.5
Revision Changes Path
1.2 +2 -2 ws-jaxme/ant/xs.xml
Index: xs.xml
===================================================================
RCS file: /home/cvs/ws-jaxme/ant/xs.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xs.xml 15 Aug 2004 11:46:28 -0000 1.1
+++ xs.xml 14 Jul 2005 18:32:17 -0000 1.2
@@ -25,7 +25,7 @@
<path id="xs.class.path">
<pathelement location="${preqs}/xml-apis.jar"/>
<pathelement location="${preqs}/junit.jar"/>
- <pathelement location="${dist}/jaxmeapi.jar"/>
+ <pathelement location="${dist}/jaxmeapi-${version}.jar"/>
</path>
<target name="XS.clean">
@@ -47,7 +47,7 @@
<target name="test" depends="XS.jar">
<path id="xs.test.path">
<path refid="xs.class.path"/>
- <pathelement location="${dist}/jaxmexs.jar"/>
+ <pathelement location="${dist}/jaxmexs-${version}.jar"/>
<pathelement location="${preqs}/xercesImpl.jar"/>
</path>
<runtests reportsdir="${build.xs.reports}"
classpathref="xs.test.path">
1.7 +2 -2 ws-jaxme/ant/js.xml
Index: js.xml
===================================================================
RCS file: /home/cvs/ws-jaxme/ant/js.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- js.xml 3 Mar 2005 13:36:03 -0000 1.6
+++ js.xml 14 Jul 2005 18:32:17 -0000 1.7
@@ -43,7 +43,7 @@
<path id="js.test.path">
<path refid="js.class.path"/>
<pathelement location="${preqs}/hsqldb-1.7.1.jar"/>
- <pathelement location="${dist}/jaxmejs.jar"/>
+ <pathelement location="${dist}/jaxmejs-${version}.jar"/>
<pathelement location="${build.js.test.classes}"/>
</path>
@@ -187,7 +187,7 @@
<target name="JS.antlr.test" depends="JS.jar">
<java classname="org.apache.ws.jaxme.js.util.JavaParser">
<classpath>
- <pathelement location="dist/jaxmejs.jar"/>
+ <pathelement location="dist/jaxmejs-${version}.jar"/>
<pathelement location="${preqs}/antlr.jar"/>
</classpath>
<arg
file="src/js/org/apache/ws/jaxme/sqls/impl/SQLGeneratorImpl.java"/>
1.6 +7 -7 ws-jaxme/ant/pm.xml
Index: pm.xml
===================================================================
RCS file: /home/cvs/ws-jaxme/ant/pm.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- pm.xml 3 Mar 2005 13:36:03 -0000 1.5
+++ pm.xml 14 Jul 2005 18:32:17 -0000 1.6
@@ -32,10 +32,10 @@
<path id="pm.class.path">
<pathelement location="${preqs}/junit.jar"/>
- <pathelement location="${dist}/jaxmeapi.jar"/>
- <pathelement location="${dist}/jaxmejs.jar"/>
- <pathelement location="${dist}/jaxmexs.jar"/>
- <pathelement location="${dist}/jaxme2.jar"/>
+ <pathelement location="${dist}/jaxmeapi-${version}.jar"/>
+ <pathelement location="${dist}/jaxmejs-${version}.jar"/>
+ <pathelement location="${dist}/jaxmexs-${version}.jar"/>
+ <pathelement location="${dist}/jaxme2-${version}.jar"/>
<pathelement location="${preqs}/beaver.jar"/>
<pathelement location="${preqs}/hsqldb-1.7.1.jar"/>
<pathelement location="${preqs}/ant.jar"/>
@@ -49,7 +49,7 @@
<path id="pm.runtime.path">
<path refid="pm.class.path"/>
- <pathelement location="${dist}/jaxmepm.jar"/>
+ <pathelement location="${dist}/jaxmepm-${version}.jar"/>
</path>
<available
classname="com.softwareag.tamino.db.api.objectModel.sax.TSAXDocument"
@@ -116,7 +116,7 @@
optimize="${optimize}" destdir="${build.pm.test.classes}">
<classpath>
<path refid="pm.class.path"/>
- <pathelement location="${dist}/jaxmepm.jar"/>
+ <pathelement location="${dist}/jaxmepm-${version}.jar"/>
</classpath>
<src path="${build.pm.test.src}"/>
<src path="${src.pm}"/>
@@ -132,7 +132,7 @@
<target name="test" depends="JM.test,PM.generate.compile">
<path id="pm.junit.path">
<path refid="pm.class.path"/>
- <pathelement location="${dist}/jaxmepm.jar"/>
+ <pathelement location="${dist}/jaxmepm-${version}.jar"/>
<pathelement location="${build.pm.test.classes}"/>
</path>
<runtests reportsdir="${build.pm.reports}"
classpathref="pm.junit.path">
1.8 +6 -6 ws-jaxme/ant/jm.xml
Index: jm.xml
===================================================================
RCS file: /home/cvs/ws-jaxme/ant/jm.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- jm.xml 24 Apr 2005 20:16:48 -0000 1.7
+++ jm.xml 14 Jul 2005 18:32:17 -0000 1.8
@@ -30,9 +30,9 @@
<path id="jaxme.class.path">
<pathelement location="${preqs}/junit.jar"/>
- <pathelement location="${dist}/jaxmeapi.jar"/>
- <pathelement location="${dist}/jaxmejs.jar"/>
- <pathelement location="${dist}/jaxmexs.jar"/>
+ <pathelement location="${dist}/jaxmeapi-${version}.jar"/>
+ <pathelement location="${dist}/jaxmejs-${version}.jar"/>
+ <pathelement location="${dist}/jaxmexs-${version}.jar"/>
<pathelement location="${preqs}/ant.jar"/>
<pathelement location="${preqs}/xml-apis.jar"/>
<pathelement location="${preqs}/beaver.jar"/>
@@ -41,7 +41,7 @@
<path id="jaxme.test.path">
<path refid="jaxme.class.path"/>
- <pathelement location="${dist}/jaxme2.jar"/>
+ <pathelement location="${dist}/jaxme2-${version}.jar"/>
</path>
<target name="clean">
@@ -137,14 +137,14 @@
<exclude name="org/apache/ws/jaxme/junit/*Test.java"/>
<exclude
name="org/apache/ws/jaxme/examples/misc/address/*.java"/>
</javac>
- <jar destfile="${dist}/jaxme2-rt.jar">
+ <jar destfile="${dist}/jaxme2-rt-${version}.jar">
<fileset dir="${build.jm.classes}">
<exclude name="org/apache/ws/jaxme/generator/**/*"/>
<exclude name="org/apache/ws/jaxme/examples/**/*"/>
<exclude name="org/apache/ws/jaxme/junit/**/*"/>
</fileset>
</jar>
- <jar destfile="${dist}/jaxme2.jar">
+ <jar destfile="${dist}/jaxme2-${version}.jar">
<fileset dir="${build.jm.classes}">
<exclude name="org/apache/ws/jaxme/examples/**/*"/>
<exclude name="org/apache/ws/jaxme/junit/**/*"/>
1.4 +2 -2 ws-jaxme/ant/macros.xml
Index: macros.xml
===================================================================
RCS file: /home/cvs/ws-jaxme/ant/macros.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- macros.xml 12 Apr 2005 08:17:17 -0000 1.3
+++ macros.xml 14 Jul 2005 18:32:17 -0000 1.4
@@ -66,8 +66,8 @@
<attribute name="srcdir"/>
<sequential>
<mkdir dir="${dist}"/>
- <jar destfile="${dist}/@{filename}.jar" basedir="@{classesdir}"/>
- <zip destfile="${dist}/@{filename}-src.zip" basedir="@{srcdir}"/>
+ <jar destfile="${dist}/@{filename}-${version}.jar"
basedir="@{classesdir}"/>
+ <zip destfile="${dist}/@{filename}-src-${version}.zip"
basedir="@{srcdir}"/>
</sequential>
</macrodef>
1.12 +5 -6 ws-jaxme/src/documentation/content/xdocs/release.xml
Index: release.xml
===================================================================
RCS file: /home/cvs/ws-jaxme/src/documentation/content/xdocs/release.xml,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- release.xml 12 Apr 2005 09:58:40 -0000 1.11
+++ release.xml 14 Jul 2005 18:32:17 -0000 1.12
@@ -47,15 +47,14 @@
section build.online.site=false is active.</li>
<li>Create the distribution files using "ant dist". This will create,
for example, four files called "ws-jaxme-0.3-bin.tar.gz",
- "ws-jaxme-0.3-bin.tar.gz.MD5",
+ "ws-jaxme-0.3-bin.tar.gz.md5",
"ws-jaxme-0.3-src.tar.gz", and
- "ws-jaxme-0.3-src.tar.gz.MD5". The extension .MD5 indicates
+ "ws-jaxme-0.3-src.tar.gz.md5". The extension .MD5 indicates
that these are no true distribution files, but simply contain
an MD5 checksum over the others.<br/>
- It is quite possible, that you need to do this using Java 1.4
- and not 5.0: As of Java 5.0.2, there is a bug in the Xalan
- version, causing an ArrayIndexOutOfBoundsException in a
- stylesheet transformation.</li>
+ As of this writing, Java 5.0.4 with Xalan 2.6.0 in Ant's lib
+ directory was required to build the site. Other configurations
+ failed, due to problems in fop, or jimi.</li>
<li>Sign all distribution files, creating additional files with the
same names and an ending ".asc". For example:
"gpg --output ws-jaxme-0.3-bin.tar.gz.asc --detach-sig
1.10 +3 -0 ws-jaxme/src/documentation/content/xdocs/news.xml
Index: news.xml
===================================================================
RCS file: /home/cvs/ws-jaxme/src/documentation/content/xdocs/news.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- news.xml 20 May 2005 20:21:23 -0000 1.9
+++ news.xml 14 Jul 2005 18:32:17 -0000 1.10
@@ -23,6 +23,9 @@
</header>
<body>
<dl>
+ <dt>2005-Jul-13: JaxMe 0.5beta Released</dt>
+ <dd>This release introduces support for mixed content and
+ proper inheritance of the code generated for xs:extension.</dd>
<dt>2005-May-19: JaxMe 0.4 Released</dt>
<dd>Compared to the beta version, no new features have been introduced.
A few bugs have been fixed, mainly concerning the nested group
support.</dd>
1.27 +2 -2 ws-jaxme/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/ws-jaxme/build.xml,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- build.xml 20 May 2005 20:21:23 -0000 1.26
+++ build.xml 14 Jul 2005 18:32:17 -0000 1.27
@@ -14,7 +14,7 @@
* limitations under the License.
-->
<project name="JaxMe" default="all">
- <property name="version" value="0.5-dev"/>
+ <property name="version" value="0.5beta"/>
<property name="debug" value="true"/>
<property name="optimize" value="false"/>
@@ -60,7 +60,7 @@
</tarfileset>
</tar>
<checksum algorithm="MD5" fileext=".md5">
- <fileset dir="${dist}" includes="ws-jaxme-${version}*"/>
+ <fileset dir="${dist}"/>
</checksum>
</target>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]