Customizing Spark with different Logo and Name

Hi guys,

I know this has been asked before and I have been able to find a couple of threads that date back to 2008 about how to customize with Ant and install4j but is this still the preferred method of doing this?

I keep getting the following failure in ant when I run “ant release”:

BUILD FAILED
C:\Anttest\spark\build\build.xml:276: Problem: failed to create task or type for

Cause: The name is undefined.
Action: Check the spelling.
Action: Check that any custom tasks/types have been declared.
Action: Check that any / declarations have taken place.

I am sure it is something easy that I am missing but if anyone knows a better way or has information that can shed some light on this issue it would be greatly appreciated.

Thanks!

figured out where I was going wrong. Needed to change to

Ant was able to build successfully after.