dev@glassfish.java.net

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

From: <Jan.Luehe_at_Sun.COM>
Date: Mon, 14 Jul 2008 19:35:02 -0700

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>
>
>