dev@glassfish.java.net

Re: nucleus.zip inclorrect dependency

From: Sahoo <Sahoo_at_Sun.COM>
Date: Thu, 04 Sep 2008 13:00:54 +0530

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.
>
What do you mean by "are never posted nor they are needed." Nucleus
needs Felix to run.
> 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>
Why is this change needed when this artifact is indeed a
distribution-fragment? It is working for all of us. What are you trying
to do and what problem are you facing?

Thanks,
Sahoo