dev@glassfish.java.net

Re: [GFv3] Split-packages in admingui bundles

From: Tim Quinn <Timothy.Quinn_at_Sun.COM>
Date: Thu, 14 Aug 2008 09:20:51 -0500

Sahoo wrote:
> Tim Quinn wrote:
>> Sahoo wrote:
>>> Please refer to the attached file which lists package defined
>>> multiple times in different bundles. Majority of them are caused by
>>> eclipselink and I know Mitesh is working with them. There is one
>>> caused by admingui bundles. Please fix this ASAP.
>> These are the same module, just renamed. gui-plugin-common became
>> web-gui-plugin-common.
>> name org.glassfish.web.plugin.common (2 times):
>> org.glassfish.web:gui-plugin-common
>> org.glassfish.web:web-gui-plugin-common
>>
> Then, the bug is somewhere else. We have both of them in modules
> directory as shown below:
> glassfish@~/WS/gf/v3$ find $S1AS_HOME/modules -name "*gui*"
> /space/ss141213/WS/gf/v3/publish/glassfish/modules/gui-plugin-common-10.0-SNAPSHOT.jar
>
> /space/ss141213/WS/gf/v3/publish/glassfish/modules/web/web-gui-plugin-common-10.0-SNAPSHOT.jar
>
The build only creates the web-gui-plugin-common JAR now. But I see
that the web/web-glue/pom.xml still refers to the old name so it is
downloading the module with the old name from a maven repository. Once
I fix that after the repository is open again we should be OK.

- Tim