开发者

sending text file as they are

开发者 https://www.devze.com 2023-03-06 04:26 出处:网络
I have setup a Netbeans project having as development host a remote machine. My application runs on top of few text files acting as configuration. When these开发者_JAVA百科 files are sent to the remot

I have setup a Netbeans project having as development host a remote machine. My application runs on top of few text files acting as configuration. When these开发者_JAVA百科 files are sent to the remote files they are encrypted or modified (I saw the file content in the remote directory that Netbeans use for building and it is a sequence of unreadable chars).

What I can do to prevent that only for these text files?


I found the solution. I used the folder "Important Files" under my project and I called "Add Item to Important File...". After that I cliked "upload" and the same folder structure was recreated without any problem.

I like NetBeans.

0

精彩评论

暂无评论...
验证码 换一张
取 消