Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-ant-dev] Antview Contribution

This is good news, Roscoe. Thanks.

On Tuesday 29 October 2002 11:58 am, Roscoe M. Rush wrote:
> Outstanding Issues: 
> 1. Plugin uses String.split requiring JDK 1.4 or later. The question is to 
convert to a tokenizer or not.
> 2. Conversion of JDOM based code to parse build file to new Eclipse 
AntRunner class. If Antview is incorporated into an Eclipse release this can 
be done immediately or if it is an independent plugin sufficent time needs to 
be allowed for the new Eclipse feature to be distributed to a broad enough 
user base.
> 3. Move resource string to language enabled hierarchy. 


Yesterday afternoon, I independently started hacking at these issues. I 
believe I fixed #1 by just writing my own split method (untested) and I also 
wrote the conversion in #2. The Ant View in my workspace no longer needs the 
JDOM library you included. #3 will have to be addressed before this is 
included in an Eclipse build, but Eclipse makes it pretty simple to 
internationalize the code.

I'll continue to work on getting this submission "up to speed" to be included 
in Eclipse and we'll go from there.

Thanks,
- Jared


Back to the top