Hi,
Running Eclipse 3.0 M8. When I right-click my build.xml and pick "Run Ant.."
a dialog pops up: "Ant Configuration Selection", Choose an Ant configuration to run:
ProjectName build.xml
ProjectName build.xml(1)
Why does it seem to have 2 build.xml files associated? I can only see one.
Thanks,
Morten
Dave - 10 May 2004 19:00 GMT
> Hi,
>
[quoted text clipped - 9 lines]
>
> Morten
try deleting the file
workspace/.metadata/.plugins/org.eclipse.debug.core/.launches/ProjectName
build.xml (1).launch
I do not know what causes it but this resolved it for me.
Dave