I just installed the lastest version of Netbeans (7.2).
I would like to sync my project with a remote server using rsync (or another ssh based tool).
I tried to search for the plugin but I did not find it.
Could someone help me?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Using Ant, you can add a
build.antfile into your project. Right-clicking on the file should give you a “Run Target” option where you can run your ant tasks.Here’s an example
build.antfile with a deploy taskCapistrano is probably a better option but I’m not sure about the integration with NetBeans