You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Tim Almdal (JIRA)" <ji...@apache.org> on 2010/09/02 17:41:53 UTC

[jira] Commented: (GERONIMODEVTOOLS-649) Can't build GEP trunk on 32-bit Mac

    [ https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-649?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12905551#action_12905551 ] 

Tim Almdal commented on GERONIMODEVTOOLS-649:
---------------------------------------------

For what it's worth I'm getting this issue with a version of the source downloaded from trunk yesterday(Sept. 01, 2010):

Where was I supposed to put the updated maven-eclipsepde-plugin.jar file.  In the maven repository/eclipse plugin directory?

[INFO] ------------------------------------------------------------------------
[ERROR] FATAL ERROR
[INFO] ------------------------------------------------------------------------
[INFO] An invalid artifact was detected.

This artifact might be in your project's POM, or it might have been included transitively during the resolution process. Here is the information we do have for
this artifact:

    o GroupID:     org.eclipse.plugins
    o ArtifactID:  org.apache.geronimo.st.core
    o Version:     <<< MISSING >>>
    o Type:        jar

[INFO] ------------------------------------------------------------------------
[INFO] Trace
org.apache.maven.artifact.InvalidArtifactRTException: For artifact {org.eclipse.plugins:org.apache.geronimo.st.core:null:jar}: The version cannot be empty.
       at org.apache.maven.artifact.DefaultArtifact.validateIdentity(DefaultArtifact.java:147)
        at org.apache.maven.artifact.DefaultArtifact.<init>(DefaultArtifact.java:122)
        at org.apache.maven.artifact.factory.DefaultArtifactFactory.createArtifact(DefaultArtifactFactory.java:158)
        at org.apache.maven.artifact.factory.DefaultArtifactFactory.createDependencyArtifact(DefaultArtifactFactory.java:70)
        at org.apache.maven.project.artifact.MavenMetadataSource.createArtifacts(MavenMetadataSource.java:439)
        at org.apache.maven.project.MavenProject.createArtifacts(MavenProject.java:1651)
        at org.apache.maven.plugin.DefaultPluginManager.resolveTransitiveDependencies(DefaultPluginManager.java:1489)
        at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:442)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:556)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:535)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:348)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180)
        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
        at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
        at org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java:60)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
        at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
        at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
        at org.codehaus.classworlds.Launcher.main(Launcher.java:375)

> Can't build GEP trunk  on 32-bit Mac
> ------------------------------------
>
>                 Key: GERONIMODEVTOOLS-649
>                 URL: https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-649
>             Project: Geronimo-Devtools
>          Issue Type: Bug
>          Components: eclipse-plugin
>            Reporter: Delos Dai
>            Assignee: Delos Dai
>             Fix For: 3.0_M1, 3.0
>
>         Attachments: maven-eclipsepde-plugin-2.0.jar
>
>
> Need to update  eclipse/build.xml to make GEP build successfully on 32-bit Mac. Eclipse 3.6 has dropped support for Mac carbon. The script should change to Mac cocoa.
> From Donald,
> Could not build on MacOSX, as the referenced file no longer exists -
> file=/technology/epp/downloads/release/helios/R/eclipse-jee-helios-macosx-carbon.tar.gz
> Looks like we need to use the following 32bit Mac download instead in
> eclipse/build.xml -
>    <property name="helios_jee_macos"
>        value="eclipse-jee-helios-macosx-cocoa.tar"/>
>    <property name="helios_jee_macos-x86_64"
>        value="eclipse-jee-helios-macosx-cocoa-x86_64.tar"/>
> Also, I had to specify specific mirrors to use (like AWS) as the local
> mirror didn't have the Helios files on it yet....

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.