dev@glassfish.java.net

Re: Where is org.glassfish.web:web-glue-10.0-SNAPSHOT.jar?

From: <Jan.Luehe_at_Sun.COM>
Date: Tue, 15 Jul 2008 07:57:37 -0700

Shreedhar Ganapathy wrote:

> Hi Jan
> Can you also ensure this is changed in the milestone branch that was
> just created this evening?
> Branch name is v3_prelude_m1


I'll coordinate w/ Shing Wai, who committed the fix to the trunk.

Thanks,

Jan


>
> Thanks
> Shreedhar
>
> Jan.Luehe_at_Sun.COM wrote:
>
>> Jan.Luehe_at_Sun.COM wrote:
>>
>>> Kin-man Chung wrote:
>>>
>>>> After I built glassfish from a fresh v3 source, I unzipped the
>>>> web.zip.
>>>> Under glassfish/modlues, I didn;t find web-glue.jar there but I found
>>>> webtier.jar instead.
>>>>
>>>> Moreover, that webtier.jar seemed to contains
>>>> an older verion of com.sun.enterprise.web.WebContainer, and not the
>>>> version that was committed sometime this afternoon. Something funny
>>>> is going on with the build system. Anyone knows what happened?
>>>
>>>
>>>
>>>
>>> Probably something I overlooked when I renamed webtier to web-glue last
>>> week.
>>>
>>> I'm wondering if the attached diffs would fix the problem.
>>>
>>> I'm trying them out as we speak ...
>>
>>
>>
>> Shing Wai found 3 additional pom.xml files that were still referencing
>> "webtier" instead of "web-glue", and also noticed that in
>> WebDeployer.java,
>> "webtier" needs to be changed to "web-glue" in the list of exported
>> packages.
>>
>> Just wait for his commit and rebuild ....
>>
>>
>> Jan
>>
>>
>>>
>>>
>>> Jan
>>>
>>>
>>> ------------------------------------------------------------------------
>>>
>>>
>>> Index: web/webtier-all/pom.xml
>>> ===================================================================
>>> --- web/webtier-all/pom.xml (revision 21228)
>>> +++ web/webtier-all/pom.xml (working copy)
>>> @@ -77,7 +77,7 @@
>>> <dependencies>
>>> <dependency>
>>> <groupId>org.glassfish.web</groupId>
>>> - <artifactId>webtier</artifactId>
>>> + <artifactId>web-glue</artifactId>
>>> <version>${project.version}</version>
>>> </dependency>
>>> <dependency>
>>>
>>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
>> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>