Good point. I'll alter that. :)
-Matt
--- Martijn Kruithof <[EMAIL PROTECTED]>
wrote:
> [EMAIL PROTECTED] wrote:
>
> >
> > 1.12 +12 -7
>
ant/src/main/org/apache/tools/ant/launch/Locator.java
> >
> > Index: Locator.java
> >
>
=
[EMAIL PROTECTED] wrote:
1.12 +12 -7 ant/src/main/org/apache/tools/ant/launch/Locator.java
Index: Locator.java
===
RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/launch/Locator.java,v
retrieving revision 1.11
As I said, I am not against using -lib (or some other environment magic)
my only point is that I would also think that having a way to
specify this things in the project file itself (and keeping it as
succinct
as possible) would be good.
In particular when you have different projects each with it
I just finished coding it to work for shared memory or host/port. I had
tested those with my helper class, but not from ant before.
I have failonerror in there also. I'm trying to borrow from other
taskdefs as much as possible. both to maintain consistency and to re-use
already debugged code!
I
Hi David,
Looking good!
A couple of suggestions:
- Currently it looks like you can only pass the port for the
VM's debug port. It would be useful if you can specify a host as well (just
default it to localhost so the user doesn't have to specify it