public inbox for gentoo-java@lists.gentoo.org
 help / color / mirror / Atom feed
From: Alistair Bush <ali_bush@gentoo.org>
To: gentoo-java@lists.gentoo.org
Subject: Re: [gentoo-java] javatoolkit: new project layout
Date: Sun, 06 Jan 2008 12:06:28 +1300	[thread overview]
Message-ID: <47800D74.3070107@gentoo.org> (raw)
In-Reply-To: <477FFAA5.9020003@gentoo.org>

[-- Attachment #1: Type: text/plain, Size: 178 bytes --]

Please find attached a patch to java-ant-2.eclass to support the moving
of xml-rewrite-3.py, obviously we will figure out exactly where we are
moving it too before I apply this.

[-- Attachment #2: xml-rewriter-3-move.patch --]
[-- Type: text/plain, Size: 547 bytes --]

--- java-ant-2.eclass.orig	2008-01-03 16:31:16.000000000 +1300
+++ java-ant-2.eclass	2008-01-06 12:03:41.000000000 +1300
@@ -261,6 +261,10 @@
 			# for javadoc target and all in one pass, we need the new rewriter.
 			local rewriter3="/usr/share/javatoolkit/xml-rewrite-3.py"
 			if [[ ! -f ${rewriter3} ]]; then
+				rewriter3="/usr/bin/xml-rewrite-3.py"
+			fi
+
+			if [[ ! -f ${rewriter3} ]]; then
 				debug-print "Using second generation rewriter"
 				eval echo "Rewriting source attributes" ${output}
 				eval xml-rewrite-2.py ${files} \

  reply	other threads:[~2008-01-05 23:08 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-01-05 12:16 [gentoo-java] javatoolkit: new project layout Alistair Bush
2008-01-05 12:31 ` Fabian Groffen
2008-01-05 21:29   ` Alistair Bush
2008-01-07 20:19     ` Fabian Groffen
2008-01-07 20:29       ` Petteri Räty
2008-01-07 20:42         ` Fabian Groffen
2008-01-07 23:33           ` Petteri Räty
2008-01-08  8:44             ` Fabian Groffen
2008-01-08  6:13       ` Alistair Bush
2008-01-08  8:47         ` Fabian Groffen
2008-01-09  8:49           ` Alistair Bush
2008-01-09  9:04             ` Alistair Bush
2008-01-10  5:46               ` Alistair Bush
2008-01-10 21:31                 ` Vlastimil Babka
2008-01-10 23:51                 ` Petteri Räty
2008-01-05 12:40 ` Vlastimil Babka
2008-01-05 21:46   ` Alistair Bush
2008-01-05 23:06     ` Alistair Bush [this message]
2008-01-05 23:21       ` Vlastimil Babka
2008-01-05 23:44         ` Petteri Räty

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=47800D74.3070107@gentoo.org \
    --to=ali_bush@gentoo.org \
    --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