On 6/3/05, Shahi, Ashutosh <[EMAIL PROTECTED]> wrote: > > Hi Srinath,
It's not for me but... > The saaj API needs activation.jar in classpath for attachment > support. Though we don't have attachment support now, but because of > activation.jar missing, most of the interfaces and hence classes fail to > compile. I had added exclusion condition in project.xml if activation.jar is > not found, so very few classes compile. > > But I need to test if the entire build is working if activation > stuff is found. So, where can I add that condition to look for activation in > some local directory? I am new to maven stuff and hence need your help on > this. I would say it might be the best to define dependencies using names provided here: http://maven.apache.org/reference/standard-sun-jar-names.html and ask people to put jars in their local repository. Or use Geronimo jars: http://www.ibiblio.org/maven/geronimo-spec/jars/ but I'm not sure what's the status of them. HTH, Tomek
