dev@glassfish.java.net

Re: nucleus.zip inclorrect dependency

From: Jerome Dochez <Jerome.Dochez_at_Sun.COM>
Date: Thu, 04 Sep 2008 08:31:19 -0700

Hi Vivek

Your fix is incorrect unfortunately. base documentation and felix are
indeed a distribution fragment, so I am not sure what the problem is
with your environment. Can you share the original trace of the problem
you had.

thanks, jerome

Vivek Pandey wrote:
> nucleus.zip target has incorrect dependency. So if my pom.xml
> dependency on nucleus.zip then nucleus.zip tries to resolve basedocs
> and felix depdency as distribution-fragmet, which are never posted nor
> they are needed.
>
> This patch fixes it, whoever looks at it please review and fix this
> issue:
>
>
> -vivek.
>
> Index: pom.xml
> ===================================================================
> --- pom.xml (revision 22322)
> +++ pom.xml (working copy)
> @@ -76,7 +76,7 @@
> <groupId>org.glassfish.osgi-platforms</groupId>
> <artifactId>felix</artifactId>
> <version>${glassfish.version}</version>
> - <type>distribution-fragment</type>
> + <type>zip</type>
> </dependency>
> <dependency>
> <groupId>org.glassfish.core</groupId>
> @@ -125,7 +125,7 @@
> <groupId>org.glassfish.docs</groupId>
> <artifactId>basedocs</artifactId>
> <version>0.2-SNAPSHOT</version>
> - <type>distribution-fragment</type>
> + <type>zip</type>
> </dependency>
> <dependency>
> <groupId>org.glassfish.deployment</groupId>
>
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>