a problem on scptask for huge files bigger than 2GB.

2005-09-05 Thread Atsuhiko Yamanaka
Hi, It seems there is a problem in transfering huge files bigger than 2GB by using scptask, because, in its implementation, the file size has been handled as 'int' instead of 'long'. That has come from my fault in examples included in jsch lib. I'll post a fix here. Sincerely, -- Atsuhiko Yama

Re: Task writing: generic type support

2005-09-05 Thread Jeffrey E Care
I think you are looking for "add(DataType)"... -- Jeffrey E. Care ([EMAIL PROTECTED]) WebSphere v7 Release Engineer WebSphere Build Tooling Lead (Project Mantis) Yves Martin <[EMAIL PROTECTED]> wrote on 09/05/2005 06:23:47 AM: > > Hello, > > I find the 'addTask(Task)' support really int

DO NOT REPLY [Bug 28228] - task

2005-09-05 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: Task writing: generic type support

2005-09-05 Thread Antoine Levy-Lambert
Hello Yves, AFAIK add(DataType) would work. This would map any nested element containing a type defined using typedef, which is an instance of DataType. addDataType(DataType) implies that you are mapping the nested element to adding datatypes in your class. Cheers, Antoine Yves Martin wrote:

DO NOT REPLY [Bug 36503] New: - Starteam folders might have different working folders than their names

2005-09-05 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 36461] - forkmode="once" leads to ignored extension in formatter

2005-09-05 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Task writing: generic type support

2005-09-05 Thread Yves Martin
Hello, I find the 'addTask(Task)' support really interesting for a task - used to embed any task in parallel for instance. I tried to use 'addDataType(DataType)' in my own task to embed any DataType in my task... and it does not seem to work. Have I done a mistake ? Or such a method is

Re: cvs commit: ant WHATSNEW

2005-09-05 Thread Steve Loughran
Matt Benson wrote: --- [EMAIL PROTECTED] wrote: [SNIP] +* New task that can turn a file reference into an absolute file:// url; and + nested filesets/paths into a (space, comma, whatever) separated list of URLs. Useful + for RMI classpath setup, amongst other things. + The _single_