The only workaround is iterating for yourself, e.g. with AntContrib .
Jan
> -Urspr・gliche Nachricht-
> Von: Dies Koper [mailto:[EMAIL PROTECTED]
> Gesendet am: Mittwoch, 27. April 2005 03:19
> An: user@ant.apache.org
> Betreff: copying multiple directories s
Hello,
I'd like to copy files from directories that I have set in a property.
It is to copy dtd files from my source directories to the build directory.
For some projects I have several source directories, that is why I set
them in a property file. I compile as follows:
The manual is located here: http://ant.apache.org/manual/index.html
What you want to do is pretty well documented there.
JEC
--
Jeffrey E. Care ([EMAIL PROTECTED])
WebSphere Build SWAT Team Lead
WebSphere Build Tooling Lead (Project Mantis)
https://w3.opensource.ibm.com/projects/mantis
klute
Hello,
you can do this with nested tag of task:
HTH Ivan
--- klute <[EMAIL PROTECTED]> wrote:
> hey all,
>
> can anyone tell me how to supply multiple src
> folders
> for my javac task?
>
> thanks a lot!
> james
>
> __
> Do Y
use : to add them - for example
-B
--- klute <[EMAIL PROTECTED]> wrote:
> hey all,
>
> can anyone tell me how to supply multiple src folders
> for my javac task?
>
> thanks a lot!
> james
>
> __
> Do You Yahoo!?
> Tired of s
hey all,
can anyone tell me how to supply multiple src folders
for my javac task?
thanks a lot!
james
__
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
--
I doubt building from source will solve your problems.
To solve these sorts of problems, one thing you should try is to comment
out the first line of ant.bat (the "@echo off" line). You can then see
what the ant batch file is doing and where it is failing.
Try that. If it is not obvious from tha
On Tue, 26 Apr 2005, Antoine Solomon <[EMAIL PROTECTED]> wrote:
> I was looking around in javadoc of ant
You should consult the manual instead, really. Unless you want to
write your own task, that is.
> and i noticed that the task is deprecated.
It is not. The Exec class is. is not backed
Hello all,
I was looking around in javadoc of ant and i noticed that the
task is deprecated. Anyone know of any other Task to execute shell
commands?
--
Antoine W. Solomon Jr.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For
Thanks to everyone for your efforts but it still seems not to work.
I may try building it from source, do you think I can work around these
problems building it from source?
Thanks again,
Daniele
[EMAIL PROTECTED] wrote:
*Were you installing as the Administrator or a limited access user?
For
Basically and bottom line ...
W2$ has command line limitations that forbids (so far) to generate the javadocs
for big projects :
1200 files
So I have to generate the javadoc bit by bit...
\T,
--- [EMAIL PROTECTED] wrote:
> And having something like :
>
> casesensitiv
11 matches
Mail list logo