Empty folder causes Build error
Posted: Thu Mar 09, 2006 3:22 am
I have a treestructure defined in my TARGETDIR
-FolderA
----FolderB
----FolderC
When I build my project I get an error saying
"Error during build: No files matching pattern ..\\..\\FolderA\\*.*"
The FolderA happens to be empty, only has the subfolders which contain files. If i add a "dummy" file Text.txt in FolderA the Build works!
Is there any other way around this problem, I do not want to have the dummy file in the folder.
-FolderA
----FolderB
----FolderC
When I build my project I get an error saying
"Error during build: No files matching pattern ..\\..\\FolderA\\*.*"
The FolderA happens to be empty, only has the subfolders which contain files. If i add a "dummy" file Text.txt in FolderA the Build works!
Is there any other way around this problem, I do not want to have the dummy file in the folder.