Re: import question

2005-02-21 Thread Ivan Ivanov
Andrew, from my not so extensive usage of I know that targets in the importee overload targets in imported. It is like extending a class in Java and calling a method defined in the base class results in a call to a method in the child class. (The imported is like a base class and the importee is l

Re: cvs checkout

2005-02-21 Thread Yves Martin
blackwater dev <[EMAIL PROTECTED]> writes: > Yes but this still creates the pollywog main directory...for example, > I have a project in cvs named pollywog. I want to check out it's > contents to the root of apache so I would use: > > cvsRoot="/home/dev/" >package="pollywog" >dest="h

Trouble with the depend task

2005-02-21 Thread Robert Renaud
I am trying to use the depend task to automatically find dependencies in a small ~10 file java project. It seems that the task isn't picking up all the dependencies though. Starting from a clean build, I can do a full rebuild, touch a file, and then try to build again, and the build fails. It se

ANT and symantec java compiler

2005-02-21 Thread Ronen Mashal
I need to compile a piece of code with SJ. It works fine when I compile with debug information but when I set debug="false" ANT puts "-g:none" on the command and this is not valid for SJ. Does anyone know how to fix/workaround this? Ronen.

Re: Just checking if I am still subscribed to this list.

2005-02-21 Thread David W. Brown
Hello Nat, if you have not received any mail then it appears your mail server needs attention. HTH, David. Nat Gross wrote .. > I haven't received anything on this list since the 18th. > Just checking... > -nat > > - > To unsubs

Just checking if I am still subscribed to this list.

2005-02-21 Thread Nat Gross
I haven't received anything on this list since the 18th. Just checking... -nat - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: cvs checkout

2005-02-21 Thread blackwater dev
Yes but this still creates the pollywog main directory...for example, I have a project in cvs named pollywog. I want to check out it's contents to the root of apache so I would use: After this checkout, I have httpd/htdocs/pollywog which is what I don't want...I don't want the top level polly

import question

2005-02-21 Thread Andrew Solonchuk
Hi I've tested for using in my build file and don't understood some thing if i have I have output Buildfile: import.xml main: [echo] In main test: [echo] target 'test' in import-test progect imported: [echo] In imported t

Re: cvs checkout

2005-02-21 Thread Yves Martin
blackwater dev <[EMAIL PROTECTED]> writes: > I am using the cvs task: > > package="pollywog" >dest="web/package/" > /> > > The problem is, when I check it out..I get web/package/pollywog...etc > but I want to grab all of the files under pollywog but not the actual > root folder