You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Barrie Treloar <ba...@gmail.com> on 2008/04/01 02:44:19 UTC

eclipse:install-plugins 2.5 does not add qualifier to jar, 2.4 did.

My PDE build has stopped working after upgrading to maven-eclipse-plugin:2.5

The install-plugin goal is now copying my dependencies as:
  com.ibm.icu_3.4.5.jar
instead of (version 2.4 did this)
  com.ibm.icu_3.4.5.20061213.jar

This means my package.org.eclipse.pde.build.container.feature.win32.win32.x86.xml
build file has:

<copy file="...\mcp-eclipse-target\target\eclipse\plugins\com.ibm.icu_3.4.5.jar"
tofile="${assemblyTempDir}/${pluginArchivePrefix}/com.ibm.icu_3.4.5.jar"/>

<zipfileset file="${eclipse.base}/plugins/com.ibm.icu_3.4.5.20061213.jar"
fullpath="${pluginArchivePrefix}/com.ibm.icu_3.4.5.20061213.jar" />

(Note one has the qualifier and the other doesn't)

I have used -DstripQualifier to seed my internal repository with the
Eclipse 3.2.2 jars needed.

I can see the following bug may have touched this issue:
* http://jira.codehaus.org/browse/MECLIPSE-358 (plugin installed via
eclipse:install-plugins have the wrong name)

Has anyone else had problems?
Anyone know if not including the qualified was intentional in the 2.5 build?

Cheers
Barrie

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: eclipse:install-plugins 2.5 does not add qualifier to jar, 2.4 did.

Posted by Barrie Treloar <ba...@gmail.com>.
I no one knows, I can do the investigation.

On Fri, Apr 4, 2008 at 7:15 AM, Carlos Sanchez <ca...@apache.org> wrote:
> dont know, we'd need to see what was the change in the code and who did it
>
>
>
>  On Thu, Apr 3, 2008 at 2:30 PM, Arnaud HERITIER <ah...@gmail.com> wrote:
>  > Carlos, WDYT about this ?
>  >  Is it a defect ?
>  >
>  >  Arnaud
>  >
>  >
>  >
>  >  On Tue, Apr 1, 2008 at 2:44 AM, Barrie Treloar <ba...@gmail.com> wrote:
>  >  > My PDE build has stopped working after upgrading to maven-eclipse-plugin:2.5
>  >  >
>  >  >  The install-plugin goal is now copying my dependencies as:
>  >  >   com.ibm.icu_3.4.5.jar
>  >  >  instead of (version 2.4 did this)
>  >  >   com.ibm.icu_3.4.5.20061213.jar
>  >  >
>  >  >  This means my package.org.eclipse.pde.build.container.feature.win32.win32.x86.xml
>  >  >  build file has:
>  >  >
>  >  >  <copy file="...\mcp-eclipse-target\target\eclipse\plugins\com.ibm.icu_3.4.5.jar"
>  >  >  tofile="${assemblyTempDir}/${pluginArchivePrefix}/com.ibm.icu_3.4.5.jar"/>
>  >  >
>  >  >  <zipfileset file="${eclipse.base}/plugins/com.ibm.icu_3.4.5.20061213.jar"
>  >  >  fullpath="${pluginArchivePrefix}/com.ibm.icu_3.4.5.20061213.jar" />
>  >  >
>  >  >  (Note one has the qualifier and the other doesn't)
>  >  >
>  >  >  I have used -DstripQualifier to seed my internal repository with the
>  >  >  Eclipse 3.2.2 jars needed.
>  >  >
>  >  >  I can see the following bug may have touched this issue:
>  >  >  * http://jira.codehaus.org/browse/MECLIPSE-358 (plugin installed via
>  >  >  eclipse:install-plugins have the wrong name)
>  >  >
>  >  >  Has anyone else had problems?
>  >  >  Anyone know if not including the qualified was intentional in the 2.5 build?
>  >  >
>  >  >  Cheers
>  >  >  Barrie
>  >  >
>  >  >  ---------------------------------------------------------------------
>  >  >  To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>  >  >  For additional commands, e-mail: users-help@maven.apache.org
>  >  >
>  >  >
>  >
>  >
>  >
>  >  --
>  >  ..........................................................
>  >  Arnaud HERITIER
>  >  ..........................................................
>  >  OCTO Technology - aheritier AT octo DOT com
>  >  www.octo.com | blog.octo.com
>  >  ..........................................................
>  >  ASF - aheritier AT apache DOT org
>  >  www.apache.org | maven.apache.org
>  >  ...........................................................
>  >
>
>
>
>  --
>  I could give you my word as a Spaniard.
>  No good. I've known too many Spaniards.
>   -- The Princess Bride
>
>
>
>  ---------------------------------------------------------------------
>  To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>  For additional commands, e-mail: users-help@maven.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: eclipse:install-plugins 2.5 does not add qualifier to jar, 2.4 did.

Posted by Carlos Sanchez <ca...@apache.org>.
dont know, we'd need to see what was the change in the code and who did it

On Thu, Apr 3, 2008 at 2:30 PM, Arnaud HERITIER <ah...@gmail.com> wrote:
> Carlos, WDYT about this ?
>  Is it a defect ?
>
>  Arnaud
>
>
>
>  On Tue, Apr 1, 2008 at 2:44 AM, Barrie Treloar <ba...@gmail.com> wrote:
>  > My PDE build has stopped working after upgrading to maven-eclipse-plugin:2.5
>  >
>  >  The install-plugin goal is now copying my dependencies as:
>  >   com.ibm.icu_3.4.5.jar
>  >  instead of (version 2.4 did this)
>  >   com.ibm.icu_3.4.5.20061213.jar
>  >
>  >  This means my package.org.eclipse.pde.build.container.feature.win32.win32.x86.xml
>  >  build file has:
>  >
>  >  <copy file="...\mcp-eclipse-target\target\eclipse\plugins\com.ibm.icu_3.4.5.jar"
>  >  tofile="${assemblyTempDir}/${pluginArchivePrefix}/com.ibm.icu_3.4.5.jar"/>
>  >
>  >  <zipfileset file="${eclipse.base}/plugins/com.ibm.icu_3.4.5.20061213.jar"
>  >  fullpath="${pluginArchivePrefix}/com.ibm.icu_3.4.5.20061213.jar" />
>  >
>  >  (Note one has the qualifier and the other doesn't)
>  >
>  >  I have used -DstripQualifier to seed my internal repository with the
>  >  Eclipse 3.2.2 jars needed.
>  >
>  >  I can see the following bug may have touched this issue:
>  >  * http://jira.codehaus.org/browse/MECLIPSE-358 (plugin installed via
>  >  eclipse:install-plugins have the wrong name)
>  >
>  >  Has anyone else had problems?
>  >  Anyone know if not including the qualified was intentional in the 2.5 build?
>  >
>  >  Cheers
>  >  Barrie
>  >
>  >  ---------------------------------------------------------------------
>  >  To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>  >  For additional commands, e-mail: users-help@maven.apache.org
>  >
>  >
>
>
>
>  --
>  ..........................................................
>  Arnaud HERITIER
>  ..........................................................
>  OCTO Technology - aheritier AT octo DOT com
>  www.octo.com | blog.octo.com
>  ..........................................................
>  ASF - aheritier AT apache DOT org
>  www.apache.org | maven.apache.org
>  ...........................................................
>



-- 
I could give you my word as a Spaniard.
No good. I've known too many Spaniards.
 -- The Princess Bride

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: eclipse:install-plugins 2.5 does not add qualifier to jar, 2.4 did.

Posted by Arnaud HERITIER <ah...@gmail.com>.
Carlos, WDYT about this ?
Is it a defect ?

Arnaud

On Tue, Apr 1, 2008 at 2:44 AM, Barrie Treloar <ba...@gmail.com> wrote:
> My PDE build has stopped working after upgrading to maven-eclipse-plugin:2.5
>
>  The install-plugin goal is now copying my dependencies as:
>   com.ibm.icu_3.4.5.jar
>  instead of (version 2.4 did this)
>   com.ibm.icu_3.4.5.20061213.jar
>
>  This means my package.org.eclipse.pde.build.container.feature.win32.win32.x86.xml
>  build file has:
>
>  <copy file="...\mcp-eclipse-target\target\eclipse\plugins\com.ibm.icu_3.4.5.jar"
>  tofile="${assemblyTempDir}/${pluginArchivePrefix}/com.ibm.icu_3.4.5.jar"/>
>
>  <zipfileset file="${eclipse.base}/plugins/com.ibm.icu_3.4.5.20061213.jar"
>  fullpath="${pluginArchivePrefix}/com.ibm.icu_3.4.5.20061213.jar" />
>
>  (Note one has the qualifier and the other doesn't)
>
>  I have used -DstripQualifier to seed my internal repository with the
>  Eclipse 3.2.2 jars needed.
>
>  I can see the following bug may have touched this issue:
>  * http://jira.codehaus.org/browse/MECLIPSE-358 (plugin installed via
>  eclipse:install-plugins have the wrong name)
>
>  Has anyone else had problems?
>  Anyone know if not including the qualified was intentional in the 2.5 build?
>
>  Cheers
>  Barrie
>
>  ---------------------------------------------------------------------
>  To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>  For additional commands, e-mail: users-help@maven.apache.org
>
>



-- 
..........................................................
Arnaud HERITIER
..........................................................
OCTO Technology - aheritier AT octo DOT com
www.octo.com | blog.octo.com
..........................................................
ASF - aheritier AT apache DOT org
www.apache.org | maven.apache.org
...........................................................

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org