Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-ant-dev] Planty integration issues

From: "Jared Burns" <jared-eclipse@xxxxxxxxx>
>Bob, the only problem I've seen with your contribution is that you were
>referencing Java 1.4 API in your ParseException class. It was simple to
fix,
>but you might want to keep in mind for your other projects (like XMLBuddy)
>that Eclipse only requires Java 1.3. If you want your plug-ins to work
>wherever Eclipse works, you should thus limit yourself to 1.3 API.

Sorry about that. My plugin is built with JDK 1.3, which catches that sort
of thing automatically, so I've gotten out of the habit of worrying about
it.

Bob



Back to the top