try ./ant clean ./ant build though you remarked out the code the Jar was already built. so need to remove the Jar and rebuild them.
========================= BJ Freeman <http://bjfreeman.elance.com> Strategic Power Office with Supplier Automation <http://www.businessesnetwork.com/automation/viewforum.php?f=52> Specialtymarket.com <http://www.specialtymarket.com/> Systems Integrator-- Glad to Assist Chat Y! messenger: bjfr33man Jeremy Olmstead sent the following on 9/17/2010 9:37 AM:
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
