The generator has no built-in functionality to achieve this. But you can always put the rsync command into a dedicated generator job using the "shell" config key. This way, you could trigger it with a 'generate.py <my-rsync-job>' invocation. If you need to run multiple such jobs at once, you could bundle them in another job using the "run" key.
T. On 04/22/2010 11:08 AM, panyasan wrote: > > Hello, > > I am currently using shell scripts to copy over my built application to the > test server with rsync. Since I remember that the generator could do this as > well with a dedicated job, I wonder if someone is using this feature and has > a snippet for me that I can expand on. > > Thanks! > > C. ------------------------------------------------------------------------------ _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
