Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added FileSet support to Path #604

Merged
merged 1 commit into from Oct 24, 2016
Merged

Conversation

siad007
Copy link
Member

@siad007 siad007 commented Oct 23, 2016

Related to #546 to support the combination of PathConvert with FileSet and Path:

<fileset dir="${basedir}" id="src.files"/>
<pathconvert pathsep="," property="files" refid="src.files"/>
<echo>${files}</echo>

Property files can now be used as a set of files separated by colons to be used inside an <arg> element inside an ExecTask

@mrook mrook merged commit 8c3dada into phingofficial:master Oct 24, 2016
@siad007 siad007 deleted the patch-14 branch October 24, 2016 16:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants