line continuation character in build.xml file ??

2005-01-17 Thread Mark D. Hansen
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! -

RE: org.apache.tools.ant.ProjectHelper.parse(...) throws a NullPointerException

2005-01-05 Thread Mark D. Hansen
, 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

multiple classpaths / subprojects

2005-01-05 Thread Mark D. Hansen
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

org.apache.tools.ant.ProjectHelper.parse(...) throws a NullPointerException

2005-01-04 Thread Mark D. Hansen
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