Sha256: 71a80054294b97d45a6de5e46c989f21d3880c634c7ad3096bb549f399b96ba1

Contents?: true

Size: 1.85 KB

Versions: 29

Compression:

Stored size: 1.85 KB

Contents

<?xml version="1.0"?>

<project name="http-parser" default="compile" basedir=".">

<echo message="pulling in property files"/>
<property file="build.properties"/>
<property name="classes.dir" value="classes"/>
<property name="assemble.dir" value="assemble"/>
<property name="lib.dir" value="lib"/>



<target name="prepare">
  <mkdir dir="${classes.dir}" />
  <mkdir dir="${assemble.dir}" />
  <mkdir dir="${lib.dir}" />
</target>

<target name="clean">
	<delete dir="${classes.dir}"/>
	<delete dir="lib"/>
	<delete dir="doc"/>
	<delete dir="${assemble.dir}"/>
</target>

<target name="compile" depends="prepare">
  <javac srcdir="src" destdir="${classes.dir}" debug='true'>
    <classpath>
      <pathelement path="${classpath}"/>
      <pathelement location="ext/http-parser.jar"/>
      <pathelement location="ext/primitives.jar"/>
    </classpath>
  </javac>
</target>

<target name="jar" depends="compile">
	<copy todir="${assemble.dir}">
		<fileset dir="classes"/>
	</copy>
	<jar basedir="${assemble.dir}" destfile="lib/${ant.project.name}.jar"/>
</target>

<target name="run" depends="jar">
	<echo message="don't know how to run"/>
</target>

<target name="doc" depends="prepare">
  <javadoc sourcepath="src/impl" destdir="doc">  
	</javadoc>
</target>

<target name="test_permutations" depends="compile">
  <java classname="http_parser.lolevel.TestLoaderNG">
    <arg value="tests.dumped"/>
    <classpath>
      <pathelement location="classes/"/>
      <pathelement location="ext/primitives.jar/"/>
    </classpath> 
  </java>
</target>

<target name="test_unit" depends="compile">
  <java classname="http_parser.lolevel.Test">
    <arg value="tests.dumped"/>
    <classpath>
      <pathelement location="classes/"/>
      <pathelement location="ext/primitives.jar/"/>
    </classpath> 
  </java>
</target>

<target name="test" depends="test_permutations, test_unit"/>

</project>

Version data entries

29 entries across 29 versions & 7 rubygems

Version Path
fluent-plugin-nuopenlineage-light-0.1.0 vendor/bundle/ruby/3.3.0/gems/http_parser.rb-0.8.0/ext/ruby_http_parser/vendor/http-parser-java/build.xml
fluent-plugin-openlineage-light-0.1.4 vendor/bundle/ruby/3.3.0/gems/http_parser.rb-0.8.0/ext/ruby_http_parser/vendor/http-parser-java/build.xml
fluent-plugin-openlineage-light-0.1.3 vendor/bundle/ruby/3.3.0/gems/http_parser.rb-0.8.0/ext/ruby_http_parser/vendor/http-parser-java/build.xml
fluent-plugin-openlineage-0.1.0 vendor/bundle/ruby/3.3.0/gems/http_parser.rb-0.8.0/ext/ruby_http_parser/vendor/http-parser-java/build.xml
fluent-plugin-google-cloud-logging-on-prem-0.1.0 vendor/ruby/3.1.0/gems/http_parser.rb-0.8.0/ext/ruby_http_parser/vendor/http-parser-java/build.xml
http_parser.rb-0.8.0 ext/ruby_http_parser/vendor/http-parser-java/build.xml
http_parser.rb-0.7.0 ext/ruby_http_parser/vendor/http-parser-java/build.xml
fluent-plugin-detect-memb-exceptions-0.0.2 vendor/bundle/ruby/2.0.0/gems/http_parser.rb-0.6.0/ext/ruby_http_parser/vendor/http-parser-java/build.xml
fluent-plugin-detect-memb-exceptions-0.0.1 vendor/bundle/ruby/2.0.0/gems/http_parser.rb-0.6.0/ext/ruby_http_parser/vendor/http-parser-java/build.xml
midori_http_parser-0.6.1.3 ext/ruby_http_parser/vendor/http-parser-java/build.xml
midori_http_parser-0.6.1.3-java ext/ruby_http_parser/vendor/http-parser-java/build.xml
midori_http_parser-0.6.1.2-java ext/ruby_http_parser/vendor/http-parser-java/build.xml
midori_http_parser-0.6.1.2 ext/ruby_http_parser/vendor/http-parser-java/build.xml
midori_http_parser-0.6.1.1-java ext/ruby_http_parser/vendor/http-parser-java/build.xml
midori_http_parser-0.6.1.1 ext/ruby_http_parser/vendor/http-parser-java/build.xml
midori_http_parser-0.6.1 ext/ruby_http_parser/vendor/http-parser-java/build.xml
http_parser.rb-0.6.0-java ext/ruby_http_parser/vendor/http-parser-java/build.xml
http_parser.rb-0.6.0 ext/ruby_http_parser/vendor/http-parser-java/build.xml
http_parser.rb-0.6.0.beta.2-java ext/ruby_http_parser/vendor/http-parser-java/build.xml
http_parser.rb-0.6.0.beta.2 ext/ruby_http_parser/vendor/http-parser-java/build.xml