IDE project system based on Apache Ant
http://www.javalobby.org/thread.jspa?forumID=61&threadID=12166
Getting Started with the Ant-Based NetBeans Project System
http://projects.netbeans.org/buildsys/projects_quickstart.html
-
Unfortunately this fix alone did not work for me.
I discovered that when I updated to ant 1.6.1 the problem
went away. After further investigation I've determined that
there is a bug in the rpm (ant-1.5.2-23.i386.rpm) which RedHat
Enterprise Linux provides.
If I run under 'classic-ant' rather th
--- Matt Benson <[EMAIL PROTECTED]> wrote:
> Actually, $HOME/.antrc, $HOME/.ant/ant.conf, and
> /etc/ant.conf are all detected and sourced by the
> ant
> shell script, and they can do a lot for you, but all
> they can really do is set properties. This is good,
> but a facility to execute buildfile
--- "Jack J. Woehr" <[EMAIL PROTECTED]> wrote:
> Matt Benson wrote:
>
> > I tend to agree that having a means of doing with
> > actual Ant buildfiles what we basically do using
> > environment variables such as ANT_OPTS and
> ANT_ARGS
> > might be nice for advanced users, if a little
> > dangerous
--- Johan Vromans CPWR
<[EMAIL PROTECTED]> wrote:
[SNIP]
> We want to avoid wrapper scripts (for ant) since we
> have multiple platforms to
> maintain. For that reason we would like to do it
> with ant only. A pre-import
> would make that possible.
I tend to agree that having a means of doing wi
Matt Benson wrote:
> I tend to agree that having a means of doing with
> actual Ant buildfiles what we basically do using
> environment variables such as ANT_OPTS and ANT_ARGS
> might be nice for advanced users, if a little
> dangerous for widespread use in environments with less
> than optimal co
In the manual is a description of Replace that says
"Replace is a directory based task for replacing the occurrence of a given string with
another string in selected file.
If you want to replace a text that crosses line boundaries, you must use a nested
element.
The output file is only written i