RE: AW: package to dir

2004-11-08 Thread Vadim Kazakov
TECTED] >>Gesendet am: Freitag, 5. November 2004 16:57 >>An: [EMAIL PROTECTED] >>Betreff: package to dir >> >>imagine you have a package : >> >>this.is.my.package >> >>and it somehow is used as a path like >> >>this/is/my/packge >>

Re: AW: package to dir

2004-11-05 Thread uli
[EMAIL PROTECTED] wrote: AntContrib: match: \. replace: \/ See also http://marc.theaimsgroup.com/?l=ant-user&m=107789102617870&w=2 Jan -Ursprüngliche Nachricht- Von: uli [mailto:[EMAIL PROTECTED] Gesendet am: Freitag, 5. November 2004 16:57 An: [EMAIL PROTECTED] Betreff: pa

AW: package to dir

2004-11-05 Thread Jan . Materne
AntContrib: match: \. replace: \/ See also http://marc.theaimsgroup.com/?l=ant-user&m=107789102617870&w=2 Jan > -Ursprüngliche Nachricht- > Von: uli [mailto:[EMAIL PROTECTED] > Gesendet am: Freitag, 5. November 2004 16:57 > An: [EMAIL PROTECTED] >

package to dir

2004-11-05 Thread uli
imagine you have a package : this.is.my.package and it somehow is used as a path like this/is/my/packge how do I convert the package name to a path ? i came across pathconvert, but i didn't succeed. i need to have the string "this/is/my/package" in a property in the end. thanks