Is there a platform independent way to use a line continuation character in an
Ant build.xml file? I need to use some long strings and have a col width
restriction of 80 chars.
Something like this maybe?
...
...
Thanks!
-
, 2005 5:48 PM
> To: Ant Users List
> Subject: Re: org.apache.tools.ant.ProjectHelper.parse(...) throws a
> NullPointerException
>
>
> --- "Mark D. Hansen" <[EMAIL PROTECTED]> wrote:
>
> > I'm using Ant 1.6.2 and junit. When using
> > Project
Is there a "standard method" for running a sub-project using a different
classpath than the master project is using?
For example, if you invoke ant using:
ant -f foo-build.xml -lib foo-classpath foo
on the following foo-build.xml:
?? ??
Does the "ant" task invoked insid
I'm using Ant 1.6.2 and junit. When using ProjectHelperImpl.parse(...) to
parse an existing build file, an NPE is thrown at
org.apache.tools.ant.types.Description.getDescription(Description.java:78).
The Description.getDescription() method is shown below and line #78 is marked.
It seems that