On Fri, 18 Mar 2011 08:22:50 -0700 John Lussmyer <[email protected]> wrote:
> I'm using Maven on a Fedora system, and it would be REALLY helpful if > Maven would play a sound when a build finished. Anyone have any easy > way to do that? (and I am NOT a shell script expert, so please don't > say "just write a script". If you must say that, please provide the > script.) Hi, perhaps i have missed something, premature april 1st joke? Try: mvn install && echo ^G (In most shells (but not command/cmd), you need Ctrl-V Ctrl-G in order to type ^G) -Philip > > This message and the information contained herein is proprietary and > confidential and subject to the Amdocs policy statement, you may > review at http://www.amdocs.com/email_disclaimer.asp --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
