I have a web application that I am trying to create and publish. The strange thing is that when I clean, build or rebuild, everything seems beautiful. When I make a publication, although I get a message that the publication failed, but does not receive additional information:
If in the "Copy" section I select "All files in the source project folder", it works fine, but if I select "Only files necessary to run this application" or "All project files", I get an error message, but without additional information.
I use subversion, and if I copy (export) a project and open it outside the original control, it seems to publish correctly. Is there any known interaction with subversion that does not allow this correctly? Is there any work to get “Only files needed to run this application” with subversion?
Thanks for any help
source
share