I am using an OSGi framework to do my development, and my develop machine's jar lib path is different from my production machine's.
How can a write my build.xml so that it can make my development easy yet I can ship the software to the production without too much headache? (note: the production people do not know ant and etc very much)
Thanks