RE: ejb-jar and external DTDs

2002-01-30 Thread Landgraf, Thomas GFIDOR
Hi Laurant, > Yes, but that's still an external DTD. I'm trying to make > sure there is no > reliance on external DTDs. You can force the ejbjar task to refer to a local file (or to a webserver you control on your own) by supplying the -tag within the ejbjar task: hth, Thomas -- T

flush Ant's output into the JBuilder console

2001-05-03 Thread Landgraf, Thomas GFIDOR
Hi, when i start a rather long task, a task that builds 3 EJB-Jars, i.e., i've noticed, that Ant's output gets rendered to JBuilder's console, after the last task of the 3 has finished it's processing. Is it possible to force some kind of 'flush' of the actual console output in order to see Ant

Replacing tokens with contents of other files

2001-04-06 Thread Landgraf, Thomas GFIDOR
Hi, i'm currently using the copy-tag in my ant-file to replace the occurrency of a token like @mytoken@ with some other string-value. Is there a way in ant-files to replace tokens with the contents of other files? tia, Thomas