dev@glassfish.java.net

Re: stealing jsp and servlet api jars for my source build

From: Bobby Bissett <Robert.Bissett_at_Sun.COM>
Date: Tue, 01 Dec 2009 17:10:53 -0500

On Dec 1, 2009, at 5:05 PM, Jane Young wrote:
>> Sure, I try that since I just need the api and not the impl. But I
>> see that another module is using servlet 2.5 already: wsit is using
>> the following two properties to build subcomponents:
>>
>> servlet-api.version=2.5
>> servlet.mvn.path=javax/servlet/servlet-api/${servlet-api.version}/
>> servlet-api-${servlet-api.version}.jar
>>
>> ...with the comment "I see these are already published by JavaEE
>> api v3 build" in wsit.xml. Does that make sense (or should it
>> change in the wsit build)?
>>
> I see that wsit.xml assumes that servlet-api:2.5 is already in the
> local maven repository. I think there are other modules that has
> dependency on servlet-api:2.5. We will need to build this
> artifact from source. For now, please use the same property
> referenced wsit.xml.

Great -- that's what I was doing and I was hoping not to change it. :)

Cheers,
Bobby