Skip to content

Reynicke/phingphong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

phingphong

Misc custom Phing tasks

Import task definitions

<import file="phingphong/phingphong.xml" />

Tasks

filesmodified

Checks if files were modified in the last x seconds

<fileset dir="some/dir" includes="**/*" id="files" />
<filesmodified before='60' returnProperty="isModified">
     <fileset refid="files" />
</filesmodified>

filecount

Returns number of files in given filesets

<filecount returnProperty="count">
    <fileset dir="some/dir" includes="**/*" />
</filecount>
<echo message="${count}" />

About

Misc custom Phing tasks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages