[Anthill-pro] Artifacts configuration question

Eric Minick etm at urbancode.com
Wed Feb 7 00:03:06 CST 2007


So you have an implicit base directory that is the current working 
directory. From there, the 'base' option is a subfolder under the 
working directory.

So if I have the three files:

<work dir script working dir>/path/file.html
<work dir script working dir>/path/ignore_me.txt
<work dir script working dir>/path/subpath/file2.html.

Then I have a base directory of 'path'
I have a single pattern to match of: **/*.html

Then my artifact set will be comprised of:
file.html
subpath/file2.html

If my base directory was blank or '.' and I had the pattern: 
path/**/*.html my artifact set would be:
path/file.html
path/subpath/file2.html

So this has some implications for how the files land when they are 
resolved by a later process.

Does that make any sense?

The line should probably read something like:

What location to base the artifact patterns off of. This will be
relative to the workflow's runtime working directory

-- Eric

Chad Loder wrote:

>Hello.
>
>When creating an artifact configuration for a workflow, I see the comment
>for Base directory:
>
>"What to location base your artifact patterns off of. This will be
>relative to your working directory"
>
>The wording is unclear here. The "your" doesn't belong. :)
>
>Is this relative to the agent's default working directory (before any
>Set Workdir scripts have been run) or is it relative to the current
>working directory of the agent (after the most recent Set Workdir script
>has run)? Or something else?
>
>Thanks,
>	c
>_______________________________________________
>Anthill-pro mailing list
>Anthill-pro at lists.urbancode.com
>http://lists.urbancode.com/mailman/listinfo/anthill-pro
>  
>



More information about the Anthill-pro mailing list