Community
Participate
Working Groups
Build Identifier: I20100608-0911 When I use the EMF validation class from an ANT script that runs inside of Eclipse I get the NPE mentioned above. The problem is that EMFPlugin.IS_ECLIPSE_RUNNING is true, because Eclipse is running, but the EMFValidation plug-in is not initialized. The condition of the if/else statements should be extended to !EMFPlugin.IS_ECLIPSE_RUNNING || getPlugin() == null Reproducible: Always