Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[iam-dev] Any interest in WTP import unit tests?

I've created some in-eclipse unit tests for the project import process.
Mainly so I can address bugs ...

https://bugs.eclipse.org/255901 - Imported WAR projects need to set
JDK version properly
https://bugs.eclipse.org/255902 - Imported WAR projects need to have
JSP/Servlet revision set properly
https://bugs.eclipse.org/255904 - Imported EAR projects are not setup
as JST EAR projects correctly

I've currently set this up on my system as a plug-in fragment titled
org.eclipse.iam.wtp.core.test for host plug-in
org.eclipse.iam.wtp.core

I'm curious if there is any interest in this from the IAM core developers?

So far, I have basic import and checking of a single war-from-archetype project.
I'm working on a more complex import / check of a multi-module war
with dependencies project.

- Joakim Erdfelt


Back to the top