Others have already replied to your response so I won't waste bytes on it.

I think its also reasonable to say "if your builds are taking this
long that you need to be notified with a sound, you're probably doing
something wrong."

Break the build up into smaller modules, and only work on small pieces
at one time. CI servers should be doing integration testing, local dev
should be doing unit tests but they should be very fast, and the code
compilation should also be fast.

Wayne

On Fri, Mar 18, 2011 at 11:47 AM, John Lussmyer
<[email protected]> wrote:
> ??? How would a build running on a Server play a sound on my machine when I 
> do a build on my machine?
> I need this for builds I run on my machine BEFORE I check them in.
>
> -----Original Message-----
> From: Wayne Fay [mailto:[email protected]]
> Sent: Friday, March 18, 2011 9:38 AM
> To: Maven Users List
> Subject: Re: Script/plugin to play sound when maven build finishes?
>
> Sounds like something I would do using my continuous integration
> server. Look into Hudson/Jenkins and there's probably a plugin to do
> this kind of thing for you.
>
> Wayne
>
> On Fri, Mar 18, 2011 at 10:22 AM, 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.)
>>
>> 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]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to