Re: Can't get even the first thing to work

2002-08-11 Thread Steve Loughran
- Original Message - From: "Carl Dreher" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, August 11, 2002 13:23 Subject: Can't get even the first thing to work > I read the ANT documentation. (Awful, really, really awful.) Why so? Care to improve it with your own contribut

Resource Unavailable Exception on Unix

2002-08-11 Thread M Damon Hill
Good day! I posted this particular conundrum to the list a few days ago and have yet to hear any particular answer to the problem. Therefore, I am going to reiterate it and hopefully someone will have at least experienced this problem before, or can offer as to a solution to the problem. We ar

Re: Can't get even the first thing to work

2002-08-11 Thread Brian Agnew
Shift your build.xml to the 'MyProject' dir, and specify 'src' as your source directory. Or simply specify "." as your source dir. --- Carl Dreher <[EMAIL PROTECTED]> wrote: > I'm trying to learn Ant and thought I'd start by getting it to do just > the simplest possible thing...compile ONE file.

RE: Out of memory issues when compiling

2002-08-11 Thread Diane Holt
--- Brian Robinson <[EMAIL PROTECTED]> wrote: > I resolved my out of memory issue by adding "-Xmx256m" in the shell > script for ant when it is starting org.apache.tools.ant.Main: > $JAVACMD -classpath "$LOCALCLASSPATH" -Dant.home="${ANT_HOME}" > $ANT_OPTS -Xmx256m org.apache.tools.ant.Main "

Re: Can't get even the first thing to work

2002-08-11 Thread Diane Holt
--- Carl Dreher <[EMAIL PROTECTED]> wrote: > For example, here is the project directory structure: > > MyProject > |--src >|--util >|--sql [snip] > > > [snip] > The error reported is: > > compile: > [javac] D:\LSR\src\sql\SQLFormatter.java:4: package util does no

Can't get even the first thing to work

2002-08-11 Thread Carl Dreher
I'm trying to learn Ant and thought I'd start by getting it to do just the simplest possible thing...compile ONE file. The problem in a nutshell is that when I run Ant, it appears that the javac compiler can't see other files in the same package. For example, here is the project directory struct

RE: XML Filters?

2002-08-11 Thread Rosendahl Sten - stro
I know it existed somehere :-) It's really too essential to be left out of the Ant distribution... Thanks to you (and Brian Agnew) for enlightening me! Sten -Original Message- From: Dominique Devienne [mailto:[EMAIL PROTECTED]] Sent: Friday, August 09, 2002 4:53 PM To: 'Ant Users List'

RE: Out of memory issues when compiling

2002-08-11 Thread Brian Robinson
I resolved my out of memory issue by adding "-Xmx256m" in the shell script for ant when it is starting org.apache.tools.ant.Main: $JAVACMD -classpath "$LOCALCLASSPATH" -Dant.home="${ANT_HOME}" $ANT_OPTS -Xmx256m org.apache.tools.ant.Main "$@" The clue that there may be multiple copies of An