The use of the deprecated tag is to advise developers to use an
alternate method/class while still including the deprecated
functionality in your products for backwards compatibility. I suggest
if you don't want certain files in your build at all to mark them as
removed in your repository, thi
I didn't think you could nest tasks inside , in which case you might
like to try something like this untested version:
Ivan Ivanov wrote:
Yaakov,
I think that you can use [1] task for
validation of your xml files and task to
capture the output of the validation (untested but
might g
check out both of:
1. ant-contribs AntServer / RemoteAnt tasks:
http://ant-contrib.sourceforge.net/tasks/tasks/server_tasks.html
2. anthill: http://www.urbancode.com/projects/anthill/default.jsp
you should be able to tailor your builds to one of these solutions
Steve Simon Joseph Fernandez wrot
it works OK for me, maybe its ants logging 'adornments' which is
wrapping the output and throwing you. try running ant with -emacs or
logging output to a file. It can be hard to decipher what the ^ is
pointing to when lines are longer than the console width.
Asfand Yar Qazi wrote:
Hi,
I like
I've never used a top level fileset before, didn't think you could do
that. I would use a which contained the fileset.
Holger Rauch wrote:
Hi!
I've run into a problem using filesets whose members contain absolute path
names. The following short build script illustrates the problem.
My ques
you have to specify the fully qualified package name of the main class
in the Main-Class attribute.
try:
Main-Class: hello.HelloWorldSwing
THUFIR HAWAT wrote:
HelloWorldSwing.jar doesn't execute with a double-click, it gives "could not
find the main class. program will exit," as an error.
is t
have a look at http://ant.apache.org/manual/using.html#path
Pfau Oliver FRD II wrote:
Hi,
I have a directory which contains many jar-files. I want to add all this
jars in my class path for javac...how can I do this recursive without naming
each jar ?
Thanks,
Oliver
-
Jan,
ouch, compiled 1 file in 2 minutes and 36 seconds? that doesn't sound
like a great advertisement for ant!?!
HINT: when sending ant output, modify build time to make ant sound more
impressive, not less.
Kristian
Sébastien Annedouche wrote:
Thank you very much, I try it.
Sebastien
[EMAIL PRO