Thanks Knute,
you get so use to having things done for you in the
IDE I didn't
even think to look.
But there is nothing much in my Build.xml, just:
-<project basedir="." default="default" name="Ant_test">
<description>Builds, tests, and runs the project Ant_test.</description>
<import file="nbproject/build-impl.xml"/>
<!...
..>
</project>
nbproject/build-impl.xml is of course very long, but its something for me
to change for now.
If you have any ideas let me know.
Thanks.