I have extended the order component to make custom changes using Eclipse. I created a custom class with the same name as an existing one, then went into the Java Build Path, included my new source location, and excluded the original Java file. I also made sure that hot-deploy/order/src was before applications/order/src in the Order and Export tab and I include ../../application/order/build/lib in my build.xml file. After I compile and run it appears it is still using the original code. When I debug it loads up my custom Java source, but is actually executing the original code. How do I make sure it is running my custom code rather than the original code?
Regards, Jeremy Olmstead
