Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Template engine: issue in browsing directory

Hi all,

I'd like to build a template for a customized C project using the CDT 4.0
template engine.
I want to copy source files from a directory chosen during the wizard.
but I can not succeed.

I used the following piece of code:

<property id="toolsetDir"
				label="%Dummy.toolsetDir.label"
				description="%Dummy.toolsetDir.description"
				type="browse"
				default="%Dummy.toolsetDir.default"
				pattern="*.*"
				mandatory="true"
				persist="true"/>
....

but using the tag: type = "browse" ,  I can select just files and never
directories.
Which attribute missing to handle directories?

Regards,
andrea
-- 
View this message in context: http://www.nabble.com/Template-engine%3A-issue-in-browsing-directory-tp19285262p19285262.html
Sent from the Eclipse CDT - Development mailing list archive at Nabble.com.



Back to the top