diff --git a/buildADQL.xml b/buildADQL.xml index 1fe5a320de9247a5a52856aa8ab6c8eac8aa62a5..9d87dab296c18f454da95e5f3789a31e441ff14d 100644 --- a/buildADQL.xml +++ b/buildADQL.xml @@ -124,7 +124,7 @@ </target> <target name="compileJavadoc" depends="cleanJavadoc" description="After 'cleanJavadoc', compile the whole Javadoc."> - <javadoc access="protected" author="true" classpath="." destdir="${javadocDir}" nodeprecated="false" nodeprecatedlist="false" noindex="false" nonavbar="false" notree="false" source="1.7" splitindex="true" use="true" version="true"> + <javadoc encoding="utf-8" charset="utf-8" docencoding="utf-8" access="protected" author="true" classpath="." destdir="${javadocDir}" nodeprecated="false" nodeprecatedlist="false" noindex="false" nonavbar="false" notree="false" source="1.7" splitindex="true" use="true" version="true"> <packageset dir="${srcDir}" includes="${includesList}" /> </javadoc> </target> diff --git a/buildTAP.xml b/buildTAP.xml index e15af9b400d78a83ca2bd223c4d7e265c8328212..c8af0a6516c6bf0894bad378e9cbc749c0fab2aa 100644 --- a/buildTAP.xml +++ b/buildTAP.xml @@ -12,7 +12,7 @@ <property name="cosJarName" value="cos-1.5beta.jar" /> <property name="cosJar" value="${libDir}/${cosJarName}" /> - <property name="stilJarName" value="stil3.0-5.jar" /> + <property name="stilJarName" value="stil_3.0-11.jar" /> <property name="stilJar" value="${libDir}/${stilJarName}" /> <property name="tapPath" value="tap/**,adql/**,uws/**,cds/**" /> @@ -122,6 +122,10 @@ <zipfileset src="${stilJar}" excludes="META-INF/*" /> <zipfileset dir="src" includes="${licensePath}" /> </jar> + <jar basedir="${classesDir}" destfile="${libJarFile}2" includes="${includesList}"> + <zipfileset src="${cosJar}" excludes="META-INF/*" /> + <zipfileset dir="src" includes="${licensePath}" /> + </jar> <delete dir="${compileDir}" failonerror="true" /> </target> @@ -131,6 +135,10 @@ <zipfileset dir="${libDir}" includes="${cosJarName}" fullPath="${cosJar}" /> <zipfileset dir="${libDir}" includes="${stilJarName}" fullPath="${stilJar}" /> </jar> + <jar compress="false" destfile="${srcJarFile}2"> + <zipfileset dir="${srcDir}" includes="${includesList},${licensePath}" prefix="${srcDir}" /> + <zipfileset dir="${libDir}" includes="${cosJarName}" fullPath="${cosJar}" /> + </jar> </target> <!-- JAVADOC --> @@ -143,7 +151,7 @@ </target> <target name="compileJavadoc" depends="cleanJavadoc" description="After 'cleanJavadoc', compile the whole Javadoc."> - <javadoc access="protected" author="true" destdir="${javadocDir}" nodeprecated="false" nodeprecatedlist="false" noindex="false" nonavbar="false" notree="false" source="1.7" splitindex="true" use="true" version="true"> + <javadoc encoding="utf-8" charset="utf-8" docencoding="utf-8" access="protected" author="true" destdir="${javadocDir}" nodeprecated="false" nodeprecatedlist="false" noindex="false" nonavbar="false" notree="false" source="1.7" splitindex="true" use="true" version="true"> <packageset dir="${srcDir}" includes="${includesList}" /> <classpath refid="tap.classpath" /> </javadoc> diff --git a/buildUWS.xml b/buildUWS.xml index c150a02748bf17e7a5b769f5c6b5879750f4a58e..d6ddd7f9bdb01ff997106ad8b4b90829498543ee 100644 --- a/buildUWS.xml +++ b/buildUWS.xml @@ -110,7 +110,7 @@ </target> <target name="compileJavadoc" depends="cleanJavadoc" description="After 'cleanJavadoc', compile the whole Javadoc."> - <javadoc access="protected" author="true" destdir="${javadocDir}" nodeprecated="false" nodeprecatedlist="false" noindex="false" nonavbar="false" notree="false" source="1.7" splitindex="true" use="true" version="true"> + <javadoc encoding="utf-8" charset="utf-8" docencoding="utf-8" access="protected" author="true" destdir="${javadocDir}" nodeprecated="false" nodeprecatedlist="false" noindex="false" nonavbar="false" notree="false" source="1.7" splitindex="true" use="true" version="true"> <packageset dir="${srcDir}" includes="${includesList}" /> <classpath refid="uws.classpath" /> </javadoc> @@ -120,4 +120,4 @@ <jar destfile="${javadocJarFile}" basedir="${javadocDir}" /> </target> -</project> \ No newline at end of file +</project> diff --git a/lib/stil3.0-5.jar b/lib/stil3.0-5.jar deleted file mode 100644 index d9f1a4a798e8f62f884580bc10ab9662eb441c64..0000000000000000000000000000000000000000 Binary files a/lib/stil3.0-5.jar and /dev/null differ diff --git a/lib/stil_3.0-11.jar b/lib/stil_3.0-11.jar new file mode 100644 index 0000000000000000000000000000000000000000..1c7d53a179b8dd7c4d50f91a028d533e4cf59aa6 Binary files /dev/null and b/lib/stil_3.0-11.jar differ