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
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
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
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.
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
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]
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
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
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