Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F864111
build_custom.xml
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sat, May 3, 2:56 PM
Size
1 KB
Mime Type
application/xml
Expires
Mon, May 5, 2:56 PM (8 h, 52 m)
Engine
blob
Format
Raw Data
Handle
614093
Attached To
rINP In-Portal
build_custom.xml
View Options
<?xml version="1.0" encoding="UTF-8"?>
<project
name=
"In-Portal (custom module only)"
default=
"build"
>
<property
file=
"build.properties"
/>
<resolvepath
propertyName=
"base.dir"
file=
"
${
base
.
dir
}
"
/>
<property
name=
"scan.dir"
value=
"
${
base
.
dir
}
/modules/custom"
/>
<!--TODO: update tasks, that uses "pdepend.exclude" and "phpcpd.exclude" to handle empty exclusion list-->
<property
name=
"pdepend.exclude"
value=
"no-match"
/>
<property
name=
"phpcpd.exclude"
value=
"--exclude no-match"
/>
<import
file=
"targets/common.xml"
/>
<target
name=
"phpmd-ci"
description=
"Perform project mess detection using PHPMD (creates a log file for the CI server)"
depends=
"init"
>
<parallel
threadCount=
"4"
>
<phingcall
target=
"phpmd-ci-inc"
>
<property
name=
"param.report.file"
value=
"pmd_custom.xml"
/>
<property
name=
"param.cache.file"
value=
"pmd_custom_result_cache.php"
/>
<property
name=
"param.include"
value=
"
${
scan
.
dir
}
"
/>
<property
name=
"param.exclude"
value=
"admin_templates"
/>
</phingcall>
</parallel>
</target>
<fileset
dir=
"
${
base
.
dir
}
"
id=
"php.files"
>
<include
name=
"modules/custom/**/*.php"
/>
</fileset>
</project>
Event Timeline
Log In to Comment