Java Mailing List Archive

http://www.ant-tasks.com/

Apache Ant Archive

» Ant Users List
» Ant Developers List
Help with (regexp?) file mapper

Help with (regexp?) file mapper

2005-06-27       - By Jeffrey E Care
Reply:     1     2     3     4     5     6     7     8     9  

In the future you tell us what you have already tried: it would be helpful
in debugging the problem. Asking the question in the manner that you have
might make one think that you haven't tried this at all & are just looking
for someone to figure it out for you.

In any case, this is untested, but it should be close; you may have to
play around with the greediness qualifiers.

From: (.+)/(.+).xml
To:   \1/web/\2Form.java

--
Jeffrey E. Care (carej@(protected))
WebSphere Build SWAT Team Lead
WebSphere Build Tooling Lead (Project Mantis)
https://w3.opensource.ibm.com/projects/mantis


Emmanouil Batsis <Emmanouil.Batsis@(protected)> wrote on 06/27/2005
08:17:17 AM:

>
> Hi all,
>
> I'm trying to both change the file name (add 'Form' suffix and change
> from .xml to .java) and directory structure (add one more directory) for

> example from
>
> my/package/Foo.xml
>
> to
>
> my/package/web/FooForm.java
>
> Looks like this is a piece of cake using the regexp file mapper but i
> really suck in regular expressions, anyone have a similar example handy?
>
> Thanks,
>
> Manos
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@(protected)
> For additional commands, e-mail: user-help@(protected)
>

©2008 ant-tasks.com - Jax Systems, LLC, U.S.A.