How do I add miscellaneous files to project

Hi,

I have a number of plain text files and word documents that I use as templates within my solution. I would like to add these to my Servoy project so that I can include them in my SVN repository and have them versioned and all the other good things that come with keeping things under source control. How can I add these files (which have .txt, .html and .dot file extensions) to my project within Servoy/Eclipse and if I can add them will it have any negative effects when I export my solution?

Thanks

Steve

Hi Steve.
What I use to do is have a module and use its media folder to store the files.
If you are using Servoy 7 you can even create subfolders inside the media folder.
I hope this helps

jasantana:
What I use to do is have a module and use its media folder to store the files.
If you are using Servoy 7 you can even create subfolders inside the media folder.

Make sure you don’t include this module when you export your solution.
When you will do that, you will also import these files when starting clients after deployment…

mboegem:
Make sure you don’t include this module when you export your solution.
When you will do that, you will also import these files when starting clients after deployment deployment…

Sorry, I forgot to mention

steve1376656734:
I have a number of plain text files and word documents that I use as templates within my solution. I would like to add these to my Servoy project so that I can include them in my SVN repository and have them versioned and all the other good things that come with keeping things under source control. How can I add these files (which have .txt, .html and .dot file extensions) to my project within Servoy/Eclipse and if I can add them will it have any negative effects when I export my solution?

You can use the Servoy (Eclipse) “Project Explorer” or “Navigator” (Window → Show View → General) to add files (New → Other → General → File). There you can also add the files to version control (Git, SVN etc.). You can also use tools like file explorers and TortoiseGit or TortoiseSVN to add your files to the version control. Also you can use the Git and SVN command line tools to add the files to your project.

Thanks all for your replies - I have opted for deezzub’s solution and it is working well so far - if I find any ‘gotchas’ I’ll post back here.