RE: Copy current file in a folder

2016-12-09 Thread axdz
t 09:45 and camel also copy this file to folder2 I don't understand why filetest's lastmodified is smaller than 09:44:01 result of above code *now : 1481255041490 filetest:1481112865635* Thanks, -- View this message in context: http://camel.465427.n5.nabble.com/Copy-current-file-in

RE: Copy current file in a folder

2016-12-08 Thread Hans Orbaan
uot; and only let your route be active during a certain schedule. -Oorspronkelijk bericht- Van: axdz [mailto:hoida...@gmail.com] Verzonden: Thursday 8 December 2016 4:22 Aan: users@camel.apache.org Onderwerp: Re: Copy current file in a folder Dear, I tried to implement by using th

Re: Copy current file in a folder

2016-12-07 Thread axdz
(file.getFileName() + ":" + file.getLastModified()); return true; } } -- View this message in context: http://camel.465427.n5.nabble.com/Copy-current-file-in-a-folder-tp5791093p5791215.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Copy current file in a folder

2016-12-07 Thread Claus Ibsen
after 05:00(2 > file), later camel copy these file (files were copy to folder1 before 05:00) > to folder2. > > How can I implement this work? > Thanks for replying to me. > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Copy-current-f

Re: Copy current file in a folder

2016-12-07 Thread axdz
replying to me. -- View this message in context: http://camel.465427.n5.nabble.com/Copy-current-file-in-a-folder-tp5791093p5791185.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Copy current file in a folder

2016-12-07 Thread souciance
to the discussion > below: > http://camel.465427.n5.nabble.com/Copy-current-file-in-a- > folder-tp5791093p5791181.html > To start a new topic under Camel - Users, email > ml-node+s465427n465428...@n5.nabble.com > To unsubscribe from Camel - Users, click here > <

Re: Copy current file in a folder

2016-12-07 Thread axdz
-current-file-in-a-folder-tp5791093p5791181.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Copy current file in a folder

2016-12-07 Thread axdz
me some advice. -- View this message in context: http://camel.465427.n5.nabble.com/Copy-current-file-in-a-folder-tp5791093p5791178.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Copy current file in a folder

2016-12-07 Thread souciance
me. > Please give me some advice. > > > -- > If you reply to this email, your message will be added to the discussion > below: > http://camel.465427.n5.nabble.com/Copy-current-file-in-a- > folder-tp5791093p5791178.html > To start a new topic under Camel -

Re: Copy current file in a folder

2016-12-07 Thread Claus Ibsen
this message in context: > http://camel.465427.n5.nabble.com/Copy-current-file-in-a-folder-tp5791093p5791174.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Claus Ibsen - http://davsclaus.com @davsclaus Camel in Action 2: https://www.manning.com/ibsen2

Re: Copy current file in a folder

2016-12-07 Thread axdz
, -- View this message in context: http://camel.465427.n5.nabble.com/Copy-current-file-in-a-folder-tp5791093p5791174.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Copy current file in a folder

2016-12-07 Thread souciance
- > If you reply to this email, your message will be added to the discussion > below: > http://camel.465427.n5.nabble.com/Copy-current-file-in-a- > folder-tp5791093p5791174.html > To start a new topic under Camel - Users, email > ml-node+s465427n465428...@n5.nabble.c

Re: Copy current file in a folder

2016-12-07 Thread Claus Ibsen
gt; public boolean accept(GenericFile file) { > String fileName = file.getFileName(); > return false; > } > > }* > > Please give me some advice. > Thanks > > > > -- > View this message in context: > http://camel.465427.n5.nabble.c

RE: Copy current file in a folder

2016-12-07 Thread axdz
false; } }* Please give me some advice. Thanks -- View this message in context: http://camel.465427.n5.nabble.com/Copy-current-file-in-a-folder-tp5791093p5791165.html Sent from the Camel - Users mailing list archive at Nabble.com.

RE: Copy current file in a folder

2016-12-06 Thread Hans Orbaan
Use antInclude or implement a fileFilter -Oorspronkelijk bericht- Van: axdz [mailto:hoida...@gmail.com] Verzonden: Tuesday 6 December 2016 11:38 Aan: users@camel.apache.org Onderwerp: Copy current file in a folder Dear all, I have a route from("file:D:\\folder1").to("f

Copy current file in a folder

2016-12-06 Thread axdz
older2. I only want to copy 5 file (file1, file2, file3, file4, file5) into folder2. Please give me some advice. Thanks, -- View this message in context: http://camel.465427.n5.nabble.com/Copy-current-file-in-a-folder-tp5791093.html Sent from the Camel - Users mailing list archive at Nabble.com.