Re: task not accepting relative path

2009-11-02 Thread Robert Anderson
wrote: > > Hi, > > Thanks for your reply. > > I am not able to give relative path for Capital folder in filset. > > This is not working.. > > > > i tried various patterns for relative path.. because the Capital folder > will > reside in any subdirectory

Re: task not accepting relative path

2009-10-31 Thread cvsusr
Hi, Thanks for your reply. I am not able to give relative path for Capital folder in filset. This is not working.. i tried various patterns for relative path.. because the Capital folder will reside in any subdirectory. So I dont know the specific path to give. Hence providing the relative

Re: task not accepting relative path

2009-10-31 Thread Scot P. Floess
ng, but its not accepting the relative path. This path varies according the base folder name we set in properties.. so what ever dir name given in properites file, it should search down for folder named "Capital" and store the list of files with extension *.txt. but relative pat

task not accepting relative path

2009-10-31 Thread cvsusr
Hi I need to find the folder named "capital" under the basedir and prepare filelist with extension *.txt under capital folder. For this I used task and gave like following, but its not accepting the relative path. This path varies according the base folder name we set in properties.

Re: relative path

2009-06-11 Thread divyanshu singh
oh never knew abt import thanks it worked On Thu, Jun 11, 2009 at 6:29 PM, David Weintraub wrote: > Is this Ant "library" build file included with the task? > > If this is the case, the imported tasks will behave as if they're in the > original build file. From the Ant Manual in the task: > >

Re: relative path

2009-06-11 Thread David Weintraub
Is this Ant "library" build file included with the task? If this is the case, the imported tasks will behave as if they're in the original build file. From the Ant Manual in the task: I*mported files are treated as they are present in the main buildfile.* Otherwise, if you used or , you will

relative path

2009-06-10 Thread divyanshu singh
i have one ant build file which kind of acts as a library file other build files use its ant task how can i adjust the base directory of library build file to automatically set path to the file which calls its ant task like if i set property of path to ./hello then for library file also the path

AW: JDK142, ANT154: Convert java class name to relative path

2007-07-25 Thread Jan.Materne
Betreff: JDK142, ANT154: Convert java class name to relative path > >I'm trying to build something that determines a set of file names to >pass to the PMD Ant task. At one step, I have a Java class name, and I >need to convert it to a relative file path. How do I convert >a var

JDK142, ANT154: Convert java class name to relative path

2007-07-24 Thread Karr, David
I'm trying to build something that determines a set of file names to pass to the PMD Ant task. At one step, I have a Java class name, and I need to convert it to a relative file path. How do I convert a variable like "com.abc.stuff" to "com/abc/stuff" (I can deal with adding the prefixes and suff

Re: dirset and relative path problem

2005-05-17 Thread Dominique Devienne
On 5/16/05, Eric Wood <[EMAIL PROTECTED]> wrote: > The ".." in the dir parameter for dirset seems to work. / are fed relative filenames from the fileset's dir, starting at dir itself, so none of these can start with a ../ as your pattern specifies. In orther words, the pattern can only reference/m

Re: dirset and relative path problem

2005-05-16 Thread Eric Wood
s) https://w3.opensource.ibm.com/projects/mantis "Eric Wood" <[EMAIL PROTECTED]> 05/16/2005 07:40 AM Please respond to "Ant Users List" To cc Subject dirs

Re: dirset and relative path problem

2005-05-16 Thread Jeffrey E Care
re ([EMAIL PROTECTED]) WebSphere Build SWAT Team Lead WebSphere Build Tooling Lead (Project Mantis) https://w3.opensource.ibm.com/projects/mantis "Eric Wood" <[EMAIL PROTECTED]> 05/16/2005 07:40 AM Please respond to "Ant Users List" To cc Subject dirset and relative

dirset and relative path problem

2005-05-16 Thread Eric Wood
I'm using a dirset to build a classpath: ... ... The problem is that it doesn't seem to like the relative references of the embedded includes. When I run the build.xml in debug mode I get t

foreach with relative path

2004-11-26 Thread Robert Soesemann
My problem lies in the following snippet: ... ... The output of the echo/$file-path variable are absolute paths like: C:\program\\xmls\foo1.xml C:\program\\xmls\bar\foo2.xml To further proce