Re: external tasks configuration question

2008-11-15 Thread Patrick Waugh
Yes, but it is easy enough to do. Actually, I don't mind using the command prompt because I already do for my DVCS, but I want to understand both. On 11/15/08, James Abley <[EMAIL PROTECTED]> wrote: > > > Eclipse uses a different mechanism and needs to be explicitly configured? > > Cheers, > > J

Re: external tasks configuration question

2008-11-15 Thread James Abley
Eclipse uses a different mechanism and needs to be explicitly configured? Cheers, James On 15 Nov 2008, 6:41 AM, "Patrick Waugh" <[EMAIL PROTECTED]> wrote: In the ANT manual: http://ant.apache.org/manual/install.html#optionalTasks It says: The external libraries required by each of the opti

Howto debug where properties are set?

2008-11-15 Thread Marc Weber
Iv'e trouble compiling eclipse using the provided build.xml. I've tracked it down to setting an empty bundleBootClasspath because the proprety "JSE-1.4" is set to an empty string.. Now the ant -d output prints something like [... thousands of lines ..] [subant] Entering /tmp/nix-b

any way to do this with Ant?

2008-11-15 Thread Patrick Waugh
Well, I have everything finally working with my Ant build, but one final deployment part. What I need to do is this:

Re: Ant NOT finding jars even in ant/lib (without classpath=)

2008-11-15 Thread Patrick Waugh
James, On Sat, Nov 15, 2008 at 2:55 AM, James Abley <[EMAIL PROTECTED]> wrote: > > Does it work on the command line? It may just be an Eclipse configuration > thing. Hey thanks. I did finally figure it out. It is indeed an Eclipse configuration thing. For anyone else who might have this proble

Re: Ant NOT finding jars even in ant/lib (without classpath=)

2008-11-15 Thread James Abley
Does it work on the command line? It may just be an Eclipse configuration thing. Cheers, James On 15 Nov 2008, 7:49 AM, "Patrick Waugh" <[EMAIL PROTECTED]> wrote: Somehow I have screwed up my configuration as I can no longer have automatically find installed external tasks in either: ~/.an