Community
Participate
Working Groups
With a buildfile that has no default target, we should just execute the implicit target and the build should succeed. We currently fail passing in a null target.
Test buildfile. Run As>Ant Build <project name="project"> <echo>Implicit</echo> <target name="notDefault"> </target> </project>
Fixed in Ant core InternalAntRunner and Ant UI InternalAntRunner. Removed validation in AntTargetsTab and removed the unused NLS string from AntLaunchConfigurationMessages.properties Please verify.
Added test to FrameworkTests...actually reworked nodefault and added missing default. Test buildfiles changed: MissingDefault.xml and NoDefault.xml
verified