It's possible that it is throwing away the standard error stream but
keeping standard output. It is also possible that it is throwing away
any output from the forked javac process (hard to tell exactly).

I don't think there will be many if any people here able to help with
WSF (I certainly have no idea about it! :), but it isn't an issue
specifically with Maven.

What does using a WSF buy you exactly?

- Brett


On Thu, 16 Sep 2004 12:24:12 -0500, Lageson,Thomas M
<[EMAIL PROTECTED]> wrote:
> My company has an in-house developed build and deploy process based
> around Maven.
> 
> Our web site uses a windows script file (.wsf) to call the Maven
> process.  The relevant lines are
> 
>      executeMaven="maven.bat -d " & mavenPath & " " & goal
> 
>      oShell.Exec(executeMaven)
> 
> We have encountered a case of when there are java compile errors, rather
> than putting the output of the javac to the log file as expected, the
> wsf process hangs.  The last line is always the line
> 
> Java:compile:
> [javac] Compiling 35 source files to....
> 
> How can I get the compile errors output to be picked up in the
> oShell.Exec process so it gets routed to the log file?  Is there a
> property that I need to set somewhere (maven.bat, java-plugin, etc.)?
> 
> Thanks for your help.
> 
> - Tom
> 
> ==============================================================================
> This communication, together with any attachments hereto or links contained herein, 
> is for the sole use of the intended recipient(s) and may contain information that is 
> confidential or legally protected. If you are not the intended recipient, you are 
> hereby notified that any review, disclosure, copying, dissemination, distribution or 
> use of this communication is STRICTLY PROHIBITED.  If you have received this 
> communication in error, please notify the sender immediately by return e-mail 
> message and delete the original and all copies of the communication, along with any 
> attachments hereto or links herein, from your system.
> 
> ==============================================================================
> The St. Paul Travelers e-mail system made this annotation on 09/16/2004, 01:23:59 PM.
> 
> ---------------------------------------------------------------------
> 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