Re: How to assign a result of sqltask to variable

2008-05-06 Thread Jeremy Weber
You cant directly, but you might be able to use the output attribute to store the user_id in a file and then read the contents of the file into a property with LoadFile. Its worth a shot, but I wonder if you will get more information in the file than just user_id. I am Who i am wrote: Hi All

Re: Programmatically create a fileset and reference

2008-05-05 Thread Jeremy Weber
7 extensively; so not sure *exactly* how this might work. -The Wabbit Jeremy Weber wrote: Hi All, I have created dozen of custom tasks before, but find myself struggling with this one. I wish to create a task that does the following: 1. Accepts a file

Re: Programmatically create a fileset and reference

2008-05-02 Thread Jeremy Weber
don't run Windows at all so this is all an assumption on my part ;) Jeremy Weber wrote: I guess I could try convert the value of the property, but I'd rather not. Yes, all build artifacts are actually in a jar file. Its basically, a customized version of http://antinstaller.sourcefo

Re: Programmatically create a fileset and reference

2008-05-02 Thread Jeremy Weber
in mind, I just whipped this out ;) To use: "new-directory"/> Note that property attribute simply lists the property name...not using the dollar notation as that is taken care of in the task via [EMAIL PROTECTED] HTH, Flossy Jeremy Weber wrote: Not sure that accomplishes

Re: Programmatically create a fileset and reference

2008-05-02 Thread Jeremy Weber
whipped this out ;) To use: "new-directory"/> Note that property attribute simply lists the property name...not using the dollar notation as that is taken care of in the task via [EMAIL PROTECTED] HTH, Flossy Jeremy Weber wrote: Not sure that accomplishes what I need to do.

Re: Programmatically create a fileset and reference

2008-05-02 Thread Jeremy Weber
f and elements? Maybe something like: Then you can supply whatever you want in as long as it adheres to allowances.... Jeremy Weber wrote: Hi All, I have created dozen of custom tasks before, but find myself struggling with this one. I wish to cre

Programmatically create a fileset and reference

2008-05-01 Thread Jeremy Weber
Hi All, I have created dozen of custom tasks before, but find myself struggling with this one. I wish to create a task that does the following: 1. Accepts a file attribute to represent the absolute path of a file contains comma separated absolute paths. a. this file name will be read in,