dev@glassfish.java.net

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

From: Shreedhar Ganapathy <Shreedhar.Ganapathy_at_Sun.COM>
Date: Mon, 14 Jul 2008 20:11:44 -0700

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

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
>