I have a junit test class that extends BuildTestFile. When I use
executeTarget("targetName"), the class I'm testing throws a
IndexOutOfBoundsException, wich I can only see IF I call the gelFullLog()
method. But even then, I don't have information regarding where the
exception was thrown (most impo
hey can be thousands of different paths.
icet wrote:
>
> This is my target
>
>
>
>
>
>
>
> My source files
> source: C:\folder1\folder2\source\file1a.txt
>C:\folder1\fo
This is my target
My source files
source: C:\folder1\folder2\source\file1a.txt
C:\folder1\folder2\source\file1b.txt
I want the result ot be something like
destiny: C:\folder1\folder2\destiny\fol
This is my target
My source files
source: source/test1a/folder1/file1.txt
source/test1b/folder1b/file1b.txt
I want the result ot be something like
destiny: destiny/test1a/folder1a/file1a.txt