Hi
I'd like to copy a file to a remote server with scp after building, using Netbeans.
What I do now manually is:
- Clean and Build Main Project
- scp dist/project.jar login@dest/...../......
Is there some way to automate this task? I tried looking at the build.xml file, but it really looks like something I don't want to mess with.
Thanks
Nicola