Hi All,
There are two way to increase memory size for ant:
1. Setting the value of ANT_OPTS property in environment var. eg: ANT_OPTS
= -Xmx512M.
2. Specifying maxmeory attribute in in ant Java target.
ex.
target name="MergingHugeJars" >
Here maxmemory i
>I've got a fileset and I want to extract the differents path
>for each elemente of the fileset and do several things. For
>example: for each element of the fileset I want:
>
>1.- To know the path without the file name use like pattern.
inside a loop
maybe via a and a mapper
>2.- Extrac
Good morning,
I've got a fileset and I want to extract the differents path for each elemente
of the fileset and do several things. For example: for each element of the
fileset I want:
1.- To know the path without the file name use like pattern.
2.- Extract the first folder name of the result o