How to exclude folders on project import [message #1737924] |
Thu, 14 July 2016 04:32  |
Eclipse User |
|
|
|
I was trying to setup a project import task where some subfolders should not be imported.
<setupTask
xsi:type="projects:ProjectsImportTask">
<sourceLocator
rootFolder="${ease.git.clone.core.location}">
<excludedPath>${ease.git.clone.core.location/developers}</excludedPath>
</sourceLocator>
</setupTask>
I was also trying regexp as exclude pattern ".*developers.*, but whatever I enter, projects from those folders still get imported. While I could setup import tasks on subfolder level I would love to use the more general approach with exclude patterns. Could you explain how this works?
thanks
Christian
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.05736 seconds