[prev in list] [next in list] [prev in thread] [next in thread] 

List:       jakarta-commons-user
Subject:    RE: [exec] Re: Redirect shell output
From:       Martin Gainty <mgainty () hotmail ! com>
Date:       2010-10-31 14:17:22
Message-ID: BLU142-W19699689273C7F87F95E9AAE470 () phx ! gbl
[Download RAW message or body]


you found a bug

any volunteers to rid the bug?

Martin 
______________________________________________ 
Verzicht und Vertraulichkeitanmerkung

Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, \
so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Weiterleitung oder \
Fertigung einer Kopie ist unzulaessig. Diese Nachricht dient lediglich dem Austausch \
von Informationen und entfaltet keine rechtliche Bindungswirkung. Aufgrund der \
leichten Manipulierbarkeit von E-Mails koennen wir keine Haftung fuer den Inhalt \
uebernehmen.  

> Date: Sun, 31 Oct 2010 13:58:27 +0000
> From: johan_hertz@yahoo.se
> To: user@commons.apache.org
> Subject: Re: [exec] Re: Redirect shell output
> 
> Hi again,
> 
> I have tried to wrap it in a script now and it works. I am just a bit 
> curious is there any reason why the command (pfexec zfs send 
> rpool/data@F20101031 | gzip > F20101031.gz) can't work as it is?
> 
> Regards
> Johan
> 
> On 31/10/2010 12:34, Siegfried Goeschl wrote:
> > Hi Johan,
> > 
> > sorry for bugging you - any progress from your side? We also 
> > appreciate success stories ... :-)
> > 
> > Thanks in advance
> > 
> > Siegfried Goeschl
> > 
> > On 10/24/10 11:33 PM, Johan Hertz wrote:
> > > Hi Siegfried,
> > > 
> > > It is a bit late for me to test this now, but thank you very much for
> > > pointing me in the right direction.
> > > 
> > > Regards
> > > Johan
> > > 
> > > On 24/10/2010 20:51, Siegfried Goeschl wrote:
> > > > Hi Johan,
> > > > 
> > > > I used the following test
> > > > 
> > > > > > > Start >>>
> > > > public void testMe() throws Exception {
> > > > if(OS.isFamilyUnix()) {
> > > > File testScript =
> > > > TestUtil.resolveScriptForOS("./src/test/scripts/standalone");
> > > > System.out.println("Executing the following test script : " +
> > > > testScript.getAbsolutePath());
> > > > Executor exec = new DefaultExecutor();
> > > > exec.setStreamHandler(new PumpStreamHandler());
> > > > CommandLine cl = new CommandLine(testScript);
> > > > exec.execute(cl);
> > > > assertTrue(new File("./target/mybackup.gz").exists());
> > > > }
> > > > }
> > > > <<< End <<<
> > > > 
> > > > using
> > > > 
> > > > cat pom.xml | gzip> ./target/mybackup.gz
> > > > 
> > > > and it worked as expected
> > > > 
> > > > Cheers,
> > > > 
> > > > Siegfried Goeschl
> > > > 
> > > > On 10/24/10 12:36 PM, Johan Hertz wrote:
> > > > > Hi Paul,
> > > > > 
> > > > > Sorry about that.
> > > > > 
> > > > > /Regards
> > > > > Johan
> > > > > 
> > > > > On 24/10/2010 11:11, Paul Libbrecht wrote:
> > > > > > Johan,
> > > > > > 
> > > > > > which project are you asking this from?
> > > > > > commons-exec?
> > > > > > Please read the netiquette of this list... you need to make this
> > > > > > clear otherwise you don't reach the right people.
> > > > > > 
> > > > > > paul
> > > > > > 
> > > > > > 
> > > > > > On 24 oct. 2010, at 10:56, Johan Hertz wrote:
> > > > > > 
> > > > > > > Hi,
> > > > > > > 
> > > > > > > I am trying to redirect output using something like this:
> > > > > > > 
> > > > > > > zfs send rpool/data@test | gzip> mybackup.gz
> > > > > > > 
> > > > > > > I can't find a way to do it, is there not a way similar to how ant
> > > > > > > do it?
> > > > > > > http://ant.apache.org/faq.html#shell-redirect-2
> > > > > > > 
> > > > > > > Regards
> > > > > > > Johan
> > > > > > > __________________________________________________
> > > > > > > Använder du Yahoo!?
> > > > > > > Är du trött på spam? Yahoo! E-post har det bästa spamskyddet som
> > > > > > > finns http://se.mail.yahoo.com
> > > > > > > --------------------------------------------------------------------- 
> > > > > > > 
> > > > > > > To unsubscribe, e-mail: user-unsubscribe@commons.apache.org
> > > > > > > For additional commands, e-mail: user-help@commons.apache.org
> > > > > > > 
> > > > > > 
> > > > > > ---------------------------------------------------------------------
> > > > > > To unsubscribe, e-mail: user-unsubscribe@commons.apache.org
> > > > > > For additional commands, e-mail: user-help@commons.apache.org
> > > > > > 
> > > > > > 
> > > > > 
> > > > > __________________________________________________
> > > > > Använder du Yahoo!?
> > > > > Är du trött på spam? Yahoo! E-post har det bästa spamskyddet som
> > > > > finns http://se.mail.yahoo.com
> > > > > ---------------------------------------------------------------------
> > > > > To unsubscribe, e-mail: user-unsubscribe@commons.apache.org
> > > > > For additional commands, e-mail: user-help@commons.apache.org
> > > > > 
> > > > 
> > > > ---------------------------------------------------------------------
> > > > To unsubscribe, e-mail: user-unsubscribe@commons.apache.org
> > > > For additional commands, e-mail: user-help@commons.apache.org
> > > > 
> > > > 
> > > 
> > > __________________________________________________
> > > Använder du Yahoo!?
> > > Är du trött på spam? Yahoo! E-post har det bästa spamskyddet som finns
> > > http://se.mail.yahoo.com
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: user-unsubscribe@commons.apache.org
> > > For additional commands, e-mail: user-help@commons.apache.org
> > > 
> > > 
> > 
> 
> __________________________________________________
> Använder du Yahoo!?
> Är du trött på spam? Yahoo! E-post har det bästa spamskyddet som finns 
> http://se.mail.yahoo.com 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@commons.apache.org
> For additional commands, e-mail: user-help@commons.apache.org
> 
 		 	   		  



[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic