Matt Benson wrote:
--- Nat Gross <[EMAIL PROTECTED]> wrote:
[SNIP]Matt Benson wrote:
--- Nat Gross <[EMAIL PROTECTED]>
wrote:
Can the location attribute take a wildcard for an
unknown number of dir elements leading to one known last element?
-nat
Nat, it sounds like you want to use a dirset, possibly with the pathconvert task if you want that in a property.
-Matt
It irks me that I can't even explain what I want, yet it must be simple.
This is what I want: ---------- <mapper id="mapped"> <regexpmapper from="(${projectPath}/src/**)/ejb" to="\1" /> </mapper> <property name="pleaseHelp" refid="mapped" /> -------- If the from path = /a/b/c/d/e/f/e/ejb, ${pleaseHelp} should=/a/b/c/d/e If the from path = /a/ejb, ${pleaseHelp} should=/a
Alas, in the aforementioned snippet, in my case, ${pleaseHelp} = [EMAIL PROTECTED]
Thanks again -nat
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]