If support ant, that will be better.

Are you missing a feature? Request its implementation here.
dukeula

If support ant, that will be better.

Post by dukeula »

I am looking for a xml editor that has a full support of ant build file. If following features are included, that will be appreciated,

1. dynamically parse property files, or file entity includes, then give hints when operator type something like ${...}
2. when operator types a target, some documents on the target will be shown.

These features will make oxygen exceeds XMLSPY in java users, i believe.
NicoleTedesco
Posts: 10
Joined: Fri Sep 02, 2005 9:52 pm
Location: Seattle, WA

My Ant Schema

Post by NicoleTedesco »

As a little project on my own (nicole@tedesco.name), I am writing an Ant schema (almost done!) Sure, no Ant schema can ever be complete but I think I've got a good 95/5 solution. The problem is that Oxygen6.2 is not picking up the appropriate annotations from my schema during Tag suggestions! What you need to be able to do is not just look for an annotation in an element declaration, but if that element is based on a type then you need to look up that annotation if the element does not override it. (The same goes for group and attributeGroup inclusions.) If you can do this for me, my Ant life would be swell!
- Nicole Tedesco
sorin_ristache
Posts: 4141
Joined: Fri Mar 28, 2003 2:12 pm

Post by sorin_ristache »

Hello,

Annotations offered as tooltips by the content completion support will be enhanced for all types of XML documents.

Regards,
Sorin
Post Reply