Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37741921
en ru br
ALT Linux repositórios
S:3.1.3-alt7_27jpp11
5.0: 3.1-alt1_1jpp5
4.0: 2.0.1-alt1_3jpp1.7

Group :: Desenvolvimento/Java
RPM: xmlrpc

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

<project name="xmlrpc-client" default="jar" basedir=".">
<property file="${user.home}/.m2/maven.properties"/>
<property name="maven.build.output" value="target/classes"/>
<property name="maven.build.directory" value="target"/>
<property name="maven.build.final.name" value="xmlrpc-client-3.1.3"/>
<property name="maven.test.reports" value="${maven.build.directory}/test-reports"/>
<property name="maven.test.output" value="target/test-classes"/>
<property name="maven.repo.local" value="${user.home}/.m2/repository"/>
<property name="javadocdir" value="target/site/apidocs"></property>
<path id="build.classpath">
<fileset dir="${maven.repo.local}">
<include name="org/apache/ws/commons/ws-commons-util/1.0.1/ws-commons-util-1.0.1.jar"/>
<include name="org/apache/xmlrpc/xmlrpc-common/3.1/xmlrpc-common-3.1.jar"/>
<include name="junit/junit/3.8.1/junit-3.8.1.jar"/>
<include name="org/apache/ws/commons/ws-commons-java5/1.0.1/ws-commons-java5-1.0.1.jar"/>
<include name="xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.jar"/>
</fileset>
</path>
<target name="clean" description="Clean the output directory">
<delete dir="${maven.build.directory}"/>
</target>
<target name="compile" depends="get-deps" description="Compile the code">
<mkdir dir="${maven.build.output}"/>
<javac destdir="${maven.build.output}" excludes="**/package.html" debug="true" deprecation="true" optimize="false">
<src>
<pathelement location="src/main/java"/>
</src>
<classpath refid="build.classpath"/>
</javac>
</target>
<target name="jar" depends="compile,test" description="Clean the JAR">
<jar jarfile="${maven.build.directory}/${maven.build.final.name}.jar" basedir="${maven.build.output}" excludes="**/package.html"/>
</target>
<target name="compile-tests" depends="junit-present, compile" description="Compile the test code" if="junit.present">
<mkdir dir="${maven.test.output}"/>
</target>
<target name="test" depends="junit-present, compile-tests" if="junit.present" description="Run the test cases"/>
<target name="test-junit-present">
<available classname="junit.framework.Test" property="junit.present"/>
</target>
<target name="junit-present" depends="test-junit-present" unless="junit.present">
<echo>================================= WARNING ================================</echo>
<echo> Junit isn&apos;t present in your $ANT_HOME/lib directory. Tests not executed. </echo>
<echo>==========================================================================</echo>
</target>
<target name="test-offline">
<condition property="maven.mode.offline">
<equals arg1="${build.sysclasspath}" arg2="only"/>
</condition>
</target>
<target name="get-deps" depends="test-offline" description="Download all dependencies" unless="maven.mode.offline">
<mkdir dir="${maven.repo.local}"/>
<mkdir dir="/var/home/jpp/rebuild/free/BUILD/xmlrpc-3.1/org/apache/ws/commons/ws-commons-util/1.0.1"/>
<get src="file:///var/home/jpp/rebuild/free/BUILD/xmlrpc-3.1/.m2/repository/org/apache/ws/commons/ws-commons-util/1.0.1/ws-commons-util-1.0.1.jar" dest="${maven.repo.local}/org/apache/ws/commons/ws-commons-util/1.0.1/ws-commons-util-1.0.1.jar" usetimestamp="true" ignoreerrors="true"/>
<get src="file:///var/home/jpp/rebuild/free/BUILD/xmlrpc-3.1/external_repo/org/apache/ws/commons/ws-commons-util/1.0.1/ws-commons-util-1.0.1.jar" dest="${maven.repo.local}/org/apache/ws/commons/ws-commons-util/1.0.1/ws-commons-util-1.0.1.jar" usetimestamp="true" ignoreerrors="true"/>
<get src="file:///var/home/jpp/rebuild/free/BUILD/xmlrpc-3.1/.m2/repository/org/apache/ws/commons/ws-commons-util/1.0.1/ws-commons-util-1.0.1.jar" dest="${maven.repo.local}/org/apache/ws/commons/ws-commons-util/1.0.1/ws-commons-util-1.0.1.jar" usetimestamp="true" ignoreerrors="true"/>
<get src="http://svn.apache.org/maven-snapshot-repository/org/apache/ws/commons/ws-commons-util/1.0.1/ws-commons-util-1.0.1.jar" dest="${maven.repo.local}/org/apache/ws/commons/ws-commons-util/1.0.1/ws-commons-util-1.0.1.jar" usetimestamp="true" ignoreerrors="true"/>
<get src="file:///usr/share/maven2/repository/org/apache/ws/commons/ws-commons-util/1.0.1/ws-commons-util-1.0.1.jar" dest="${maven.repo.local}/org/apache/ws/commons/ws-commons-util/1.0.1/ws-commons-util-1.0.1.jar" usetimestamp="true" ignoreerrors="true"/>
<get src="http://repo1.maven.org/maven2/org/apache/ws/commons/ws-commons-util/1.0.1/ws-commons-util-1.0.1.jar" dest="${maven.repo.local}/org/apache/ws/commons/ws-commons-util/1.0.1/ws-commons-util-1.0.1.jar" usetimestamp="true" ignoreerrors="true"/>
<mkdir dir="/var/home/jpp/rebuild/free/BUILD/xmlrpc-3.1/org/apache/xmlrpc/xmlrpc-common/3.1"/>
<get src="file:///var/home/jpp/rebuild/free/BUILD/xmlrpc-3.1/.m2/repository/org/apache/xmlrpc/xmlrpc-common/3.1/xmlrpc-common-3.1.jar" dest="${maven.repo.local}/org/apache/xmlrpc/xmlrpc-common/3.1/xmlrpc-common-3.1.jar" usetimestamp="true" ignoreerrors="true"/>
<get src="file:///var/home/jpp/rebuild/free/BUILD/xmlrpc-3.1/external_repo/org/apache/xmlrpc/xmlrpc-common/3.1/xmlrpc-common-3.1.jar" dest="${maven.repo.local}/org/apache/xmlrpc/xmlrpc-common/3.1/xmlrpc-common-3.1.jar" usetimestamp="true" ignoreerrors="true"/>
<get src="file:///var/home/jpp/rebuild/free/BUILD/xmlrpc-3.1/.m2/repository/org/apache/xmlrpc/xmlrpc-common/3.1/xmlrpc-common-3.1.jar" dest="${maven.repo.local}/org/apache/xmlrpc/xmlrpc-common/3.1/xmlrpc-common-3.1.jar" usetimestamp="true" ignoreerrors="true"/>
<get src="http://svn.apache.org/maven-snapshot-repository/org/apache/xmlrpc/xmlrpc-common/3.1/xmlrpc-common-3.1.jar" dest="${maven.repo.local}/org/apache/xmlrpc/xmlrpc-common/3.1/xmlrpc-common-3.1.jar" usetimestamp="true" ignoreerrors="true"/>
<get src="file:///usr/share/maven2/repository/org/apache/xmlrpc/xmlrpc-common/3.1/xmlrpc-common-3.1.jar" dest="${maven.repo.local}/org/apache/xmlrpc/xmlrpc-common/3.1/xmlrpc-common-3.1.jar" usetimestamp="true" ignoreerrors="true"/>
<get src="http://repo1.maven.org/maven2/org/apache/xmlrpc/xmlrpc-common/3.1/xmlrpc-common-3.1.jar" dest="${maven.repo.local}/org/apache/xmlrpc/xmlrpc-common/3.1/xmlrpc-common-3.1.jar" usetimestamp="true" ignoreerrors="true"/>
<mkdir dir="/var/home/jpp/rebuild/free/BUILD/xmlrpc-3.1/junit/junit/3.8.1"/>
<get src="file:///var/home/jpp/rebuild/free/BUILD/xmlrpc-3.1/.m2/repository/junit/junit/3.8.1/junit-3.8.1.jar" dest="${maven.repo.local}/junit/junit/3.8.1/junit-3.8.1.jar" usetimestamp="true" ignoreerrors="true"/>
<get src="file:///var/home/jpp/rebuild/free/BUILD/xmlrpc-3.1/external_repo/junit/junit/3.8.1/junit-3.8.1.jar" dest="${maven.repo.local}/junit/junit/3.8.1/junit-3.8.1.jar" usetimestamp="true" ignoreerrors="true"/>
<get src="file:///var/home/jpp/rebuild/free/BUILD/xmlrpc-3.1/.m2/repository/junit/junit/3.8.1/junit-3.8.1.jar" dest="${maven.repo.local}/junit/junit/3.8.1/junit-3.8.1.jar" usetimestamp="true" ignoreerrors="true"/>
<get src="http://svn.apache.org/maven-snapshot-repository/junit/junit/3.8.1/junit-3.8.1.jar" dest="${maven.repo.local}/junit/junit/3.8.1/junit-3.8.1.jar" usetimestamp="true" ignoreerrors="true"/>
<get src="file:///usr/share/maven2/repository/junit/junit/3.8.1/junit-3.8.1.jar" dest="${maven.repo.local}/junit/junit/3.8.1/junit-3.8.1.jar" usetimestamp="true" ignoreerrors="true"/>
<get src="http://repo1.maven.org/maven2/junit/junit/3.8.1/junit-3.8.1.jar" dest="${maven.repo.local}/junit/junit/3.8.1/junit-3.8.1.jar" usetimestamp="true" ignoreerrors="true"/>
<mkdir dir="/var/home/jpp/rebuild/free/BUILD/xmlrpc-3.1/org/apache/ws/commons/ws-commons-java5/1.0.1"/>
<get src="file:///var/home/jpp/rebuild/free/BUILD/xmlrpc-3.1/.m2/repository/org/apache/ws/commons/ws-commons-java5/1.0.1/ws-commons-java5-1.0.1.jar" dest="${maven.repo.local}/org/apache/ws/commons/ws-commons-java5/1.0.1/ws-commons-java5-1.0.1.jar" usetimestamp="true" ignoreerrors="true"/>
<get src="file:///var/home/jpp/rebuild/free/BUILD/xmlrpc-3.1/external_repo/org/apache/ws/commons/ws-commons-java5/1.0.1/ws-commons-java5-1.0.1.jar" dest="${maven.repo.local}/org/apache/ws/commons/ws-commons-java5/1.0.1/ws-commons-java5-1.0.1.jar" usetimestamp="true" ignoreerrors="true"/>
<get src="file:///var/home/jpp/rebuild/free/BUILD/xmlrpc-3.1/.m2/repository/org/apache/ws/commons/ws-commons-java5/1.0.1/ws-commons-java5-1.0.1.jar" dest="${maven.repo.local}/org/apache/ws/commons/ws-commons-java5/1.0.1/ws-commons-java5-1.0.1.jar" usetimestamp="true" ignoreerrors="true"/>
<get src="http://svn.apache.org/maven-snapshot-repository/org/apache/ws/commons/ws-commons-java5/1.0.1/ws-commons-java5-1.0.1.jar" dest="${maven.repo.local}/org/apache/ws/commons/ws-commons-java5/1.0.1/ws-commons-java5-1.0.1.jar" usetimestamp="true" ignoreerrors="true"/>
<get src="file:///usr/share/maven2/repository/org/apache/ws/commons/ws-commons-java5/1.0.1/ws-commons-java5-1.0.1.jar" dest="${maven.repo.local}/org/apache/ws/commons/ws-commons-java5/1.0.1/ws-commons-java5-1.0.1.jar" usetimestamp="true" ignoreerrors="true"/>
<get src="http://repo1.maven.org/maven2/org/apache/ws/commons/ws-commons-java5/1.0.1/ws-commons-java5-1.0.1.jar" dest="${maven.repo.local}/org/apache/ws/commons/ws-commons-java5/1.0.1/ws-commons-java5-1.0.1.jar" usetimestamp="true" ignoreerrors="true"/>
<mkdir dir="/var/home/jpp/rebuild/free/BUILD/xmlrpc-3.1/xml-apis/xml-apis/2.0.2"/>
<get src="file:///var/home/jpp/rebuild/free/BUILD/xmlrpc-3.1/.m2/repository/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.jar" dest="${maven.repo.local}/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.jar" usetimestamp="true" ignoreerrors="true"/>
<get src="file:///var/home/jpp/rebuild/free/BUILD/xmlrpc-3.1/external_repo/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.jar" dest="${maven.repo.local}/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.jar" usetimestamp="true" ignoreerrors="true"/>
<get src="file:///var/home/jpp/rebuild/free/BUILD/xmlrpc-3.1/.m2/repository/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.jar" dest="${maven.repo.local}/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.jar" usetimestamp="true" ignoreerrors="true"/>
<get src="http://svn.apache.org/maven-snapshot-repository/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.jar" dest="${maven.repo.local}/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.jar" usetimestamp="true" ignoreerrors="true"/>
<get src="file:///usr/share/maven2/repository/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.jar" dest="${maven.repo.local}/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.jar" usetimestamp="true" ignoreerrors="true"/>
<get src="http://repo1.maven.org/maven2/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.jar" dest="${maven.repo.local}/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.jar" usetimestamp="true" ignoreerrors="true"/>
</target>
<target name="javadoc" description="o Generate javadoc" depends="get-deps">
<mkdir dir="${javadocdir}"></mkdir>
<tstamp>
<format pattern="-yyyy" property="year"></format>
</tstamp>
<property name="copyright" value="Copyright &amp;copy; . All Rights Reserved."></property>
<property name="title" value="Apache XML-RPC 3.1 Client API"></property>
<javadoc use="true" private="true" destdir="${javadocdir}" author="true" version="true" sourcepath="src/main/java" packagenames="org.apache.xmlrpc.*">
<classpath>
<path refid="build.classpath"></path>
</classpath>
</javadoc>
</target>
</project>
 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009