Sorry, launch i say. -----Original Message----- From: Raphael Philipe Mendes da Silva Sent: Wednesday, May 26, 2004 9:01 AM To: Gump code and data Subject: RE: Sending mails and reports
Thanks, but How i lounch maven without a script? There are another way? -----Original Message----- From: Adam R. B. Jack [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 26, 2004 8:48 AM To: Gump code and data Subject: Re: Sending mails and reports Hi Raphael > DEBUG:gump:Executing: c:\temp\workspace\menu\build.bat (Output to c:\temp\workspace\tmp\buildscript_menu_menu.txt) > DEBUG:gump:Command -> [0] [Sig:0 / Exit:0]. > DEBUG:gump: ------ Performing post-Build Actions (check jars) for : menu > DEBUG:gump:Document entity [gump.model.project.Project:menu] using [<gump.document.text.documenter.TextDocumenter instance at 0x0126 > D3A0>] > Project [menu] State: Success > - Error:Unable to complete project.home for: menu > - Info:Enable "verbose" output, due to 0 previous error(s). > Work [1] [6] secs. > Work : Success > Work Name : buildscript_menu_menu > Work Cmd : c:\temp\workspace\menu\build.bat > Work Cwd : c:\temp\workspace\menu > Work Env : CLASSPATH : .;c:\sys\javamail-1.3.1\mail.jar;c:\sys\jaf-1.0.2\activation.jar;c:\temp\mai ler\mailer.jar > Work Exit : 0 > ---------------------------------------------------------------- GUMP > c:\temp\workspace\tmp\buildscript_menu_menu.txt The critical lines are: > DEBUG:gump:Command -> [0] [Sig:0 / Exit:0]. & > Work Exit : 0 Gump is getting a 0. I see (now) you have a wrapper batch file 'build.bat' being called. I have to assume that the batch file is not exiting with the error code that Maven is exiting with. Gump is getting a 0, so being told no problem. Question: Why the batch file? Why not allow Gump to launch Maven? Could you explain? P.S. Sorry for the GC (Garbage Collection) debug messages, I probably ought turn those off, was just trying to understand how GC was operating. regards Adam --------------------------------------------------------------------- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
