[
https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-649?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12884513#action_12884513
]
Delos Dai commented on GERONIMODEVTOOLS-649:
--------------------------------------------
>From Donald,
Also, the build ended up failing after I patched my local
eclipse/build.xml -
[INFO]
------------------------------------------------------------------------
[INFO] Building org.apache.geronimo.st.ui
[INFO] task-segment: [clean, install]
[INFO]
------------------------------------------------------------------------
. . .
[INFO] Installing
/Users/drwoods/.m2/repository/eclipse/eclipse/plugins/org.eclipse.wst.server.ui_1.1.203.v20100601.jar
to
/Users/drwoods/.m2/repository/org/eclipse/plugins/org.eclipse.wst.server.ui/1.1.203-v20100601/org.eclipse.wst.server.ui-1.1.203-v20100601.jar
[INFO] SWTFragment: Dependency {groupId=org.eclipse.plugins,
artifactId=org.eclipse.swt.carbon.macosx, version=null, type=jar}
[ERROR] Bundle for dependency not found: org.eclipse.swt.carbon.macosx
. . .
[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.eclipse.swt.carbon.macosx
o Version: <<< MISSING >>>
o Type: jar
[INFO]
------------------------------------------------------------------------
[INFO] Trace
org.apache.maven.artifact.InvalidArtifactRTException: For artifact
{org.eclipse.plugins:org.eclipse.swt.carbon.macosx: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)
> 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
>
>
> Need to update eclipse/build.xml to make GEP build successfully on 32-bit
> Mac.
> 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.