setting classpaths in a build file
I am trying to set a class path in my build file to a jar file not located in my working directory. the <pathelement path ="..."/> tag seems to be looking in the current directory even when I give a full path of where I want it to look.
Any suggestions? becuase I don't want to have to move all the jars to my working directory to use them.
Thanks
(ps I am using ant as my build tool)
|