I am trying to figure out how to share one file from a subproject into another subproject. I understand how to share a subproject and all the contents within by using Project -> Subproject-> AddShared. For example I have a subproject such as follows :
test\project.jp
ProjectSource ( folder )
ProjectExecutable ( folder )
Under the folder ProjectExectuable is a single executable file test.exe that I want to share into another project. How to do this ?
I tried Member -> Add From Archive and then chose this file but it does not seem to work. I think my IS department may
have locked down this operation and this is why it is not working.
Regards Dave