Re: Programmatically create a fileset and reference

2008-05-05 Thread Jeremy Weber
Seems like the most simple approach. Transforming the csv file to be line delimited is not an issue, however something else seems to be amiss. CSV file after transform: C:\Documents and Settings\jweber\Desktop\db2_test\db2jcc_license_cu.jar C:\Documents and Settings\jweber\Desktop\db2_test\db2

Re: How to store date time as a long value into a text file.

2008-05-05 Thread Scot P. Floess
There is a millisecond pattern: "S" http://java.sun.com/j2se/1.4.2/docs/api/java/text/SimpleDateFormat.html Ravi Roy wrote: Sorry for dely in replying... I tried tstamp ant task, but it gives me the date and time in the format I specify in pattern, while I wanted a long value produced