public inbox for gentoo-java@lists.gentoo.org
 help / color / mirror / Atom feed
From: Scott Amort <jsamort@gmail.com>
To: gentoo-java@lists.gentoo.org
Subject: Re: [gentoo-java] contributing to Gentoo Java
Date: Fri, 22 Sep 2006 16:17:33 -0400	[thread overview]
Message-ID: <1158956253.7524.5.camel@localhost> (raw)
In-Reply-To: <45142C01.2070608@gentoo.org>

Hi Joshua,

On Fri, 2006-09-22 at 14:31 -0400, Joshua Nichols wrote:
> I'm not sure what you mean. Are you referring to ant scripts that
> download their dependencies? Is there a specific build.xml that you're
> not sure to handle? If so, please share and we can take a look at it.

Yes, here is an example:

  </target>
  <target name="get-deps" unless="noget" depends="init">
    <!--Proxy settings works only with a JDK 1.2 and higher.-->

    <setproxy>
    </setproxy>
    <get dest="${libdir}/avalon-logkit-2.1.jar" usetimestamp="true"
ignoreerrors="true"
src="http://www.ibiblio.org/maven/avalon-logkit/jars/avalon-logkit-2.1.jar">
    </get>
  </target>

What approach should I use to prevent the build from downloading this
jar and instead using one provided by the avalon-logkit ebuild?

Thanks!

Scott 

-- 
gentoo-java@gentoo.org mailing list



  reply	other threads:[~2006-09-22 20:18 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-09-22 17:27 [gentoo-java] contributing to Gentoo Java Scott Amort
2006-09-22 18:31 ` Joshua Nichols
2006-09-22 20:17   ` Scott Amort [this message]
2006-09-22 20:24     ` Vlastimil Babka
2006-09-22 20:59       ` Scott Amort
2006-09-22 23:04         ` Miroslav Šulc
2006-09-22 23:52         ` William L. Thomson Jr.
2006-09-23  0:07           ` Vlastimil Babka
2006-09-23 13:14             ` robert burrell donkin
2006-09-23 16:09               ` Joshua Nichols

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1158956253.7524.5.camel@localhost \
    --to=jsamort@gmail.com \
    --cc=gentoo-java@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox