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:04:29 -0700

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


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>