Dear all,
Â
I would like to populate my RCP product with a âdefault workspaceâ, containing a default project.
Â
I tried to achieve this by creating a dedicated feature and a rootfiles-folder which is configured in the build.properties file. The rootfiles-folder contains the workspace-folder which comprises of a default project and some settings (in a .metadata folder). See screenshot:
Â
Â
Building the product works fine, and the resulting âch.hilbri.assist.features.defaults_root-2.0.0.201508270922-root.zipâ file contains the workspace and the âExampleProjectâ. Unfortunately, the â.metadataâ folder has NOT been copied.
Â
I tried to check the documentation for rootfiles, but there seems to be no options like âinclude dot-files or dot-foldersâ.
Â
Are there any other options to copy the âworkspace folderâ (including .metadata) to the target?
Â
Best regards,
Â
Robert
Â
Â
Â
Â
_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/tycho-user
Hi Robert,
I've come across this some time ago. I believe you will need to set the tycho packaging plugin parameter "useDefaultExcludes" [1] to false in the pom file for your feature. There are a bunch of files and folders excluded by default - including .metadata - see [2]. You may need to replicate some of the default exclude patterns in your pom depending on your SCM.
HTH,
Simon
On 27 August 2015 at 11:59, <Robert.Hilbrich@xxxxxx> wrote: