Return-Path: Delivered-To: apmail-forrest-user-archive@www.apache.org Received: (qmail 98248 invoked from network); 9 Mar 2009 10:54:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Mar 2009 10:54:05 -0000 Received: (qmail 60303 invoked by uid 500); 9 Mar 2009 10:54:04 -0000 Delivered-To: apmail-forrest-user-archive@forrest.apache.org Received: (qmail 60249 invoked by uid 500); 9 Mar 2009 10:54:04 -0000 Mailing-List: contact user-help@forrest.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: user@forrest.apache.org List-Id: Delivered-To: mailing list user@forrest.apache.org Received: (qmail 60239 invoked by uid 99); 9 Mar 2009 10:54:04 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Mar 2009 03:54:04 -0700 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_HELO_PASS,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [211.5.2.73] (HELO nmomta.auone-net.jp) (211.5.2.73) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 09 Mar 2009 10:53:54 +0000 Received: from J1033 ([210.233.22.163]) by nm01mta.auone-net.jp id <20090309195330395.MAE9.80FAD48@nm01mta.auone-net.jp>; Mon, 9 Mar 2009 19:53:30 +0900 Message-ID: Reply-To: "Dr. Bhatia Praveen" From: "Dr. Bhatia Praveen" To: References: <22282043.post@talk.nabble.com> <20090302084958.GA8928@igg.indexgeo.com.au> <24786F4D28104CC497C980C5770D011A@jpn.ibsplc.com> <61c9bc470903030555i58b0e99ck8582ac97c33a9931@mail.gmail.com> <0A6A1837A5D84C14AE6645F1F3639B66@jpn.ibsplc.com> <61c9bc470903040324o5f5dfc7ew2d77190fe5ff7ab@mail.gmail.com> In-Reply-To: <61c9bc470903040324o5f5dfc7ew2d77190fe5ff7ab@mail.gmail.com> Subject: setting userconfig.xml file in output.xmap in a relative path Date: Mon, 9 Mar 2009 19:51:06 +0900 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Windows Mail 6.0.6001.18000 X-MimeOLE: Produced By Microsoft MimeOLE V6.0.6001.18049 X-Virus-Checked: Checked by ClamAV on apache.org Hello, I am setting the userconfig.xml file in the output.xmap file in org.apache.forrest.plugin.output.pdf I have done it naively as thus which works but is locked to a specific path C:\user\workspace.......: C:\user\workspace\forrest\src\main\common/userconfig.xml ======= It works. However, is there a neat way to use properties to write a path above so that the path is relative to the forrest workspace? I tried things like {properties:xdocs} but couldnt make it work.... Praveen