Re: execute java jar file in a post-commit hook
From: kkrikor <krikor.krumlian_at_gmail.com>
Date: 2006-12-05 22:16:10 CET
I did the following , I execute this from my post-commit script
#!/bin/sh
export JAVA_HOME=/usr/local/java/
/usr/local/java/bin/java > k.txt
The file does not get created as usual when i run the post-commit on the
kkrikor wrote:
-- View this message in context: http://www.nabble.com/execute-java-jar-file-in-a-post-commit-hook-tf2764050.html#a7708240 Sent from the Subversion Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Tue Dec 5 22:16:45 2006 |
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.