Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] macosx product error

So is no-one creating products for Mac OS platforms because of these issues?  I'm wondering if there are known work-arounds for tycho users to create macosx products.

On Wed, Jun 15, 2011 at 2:26 AM, Sievers, Jan <jan.sievers@xxxxxxx> wrote:
this is probably one of p2 publisher bugs
https://bugs.eclipse.org/bugs/show_bug.cgi?id=316028
or
https://bugs.eclipse.org/bugs/show_bug.cgi?id=313997

Jan




From: tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-bounces@xxxxxxxxxxx] On Behalf Of Greg Amerson
Sent: Mittwoch, 15. Juni 2011 00:13
To: Tycho Users
Subject: [tycho-user] macosx product error

Hi All,

I've been using the eclipse-repository packaging type to try to get my product build working.  I'm having a few issues and I'd like to get some feedback.  First is that I can't seem to get the MacOSX product zips to build correct.  I'm running into this error [1].  Any ideas?

[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ com.liferay.studio.eclipse-repository ---
[INFO] Deleting E:\src code\tools\ee\6.0.x\studio\eclipse\releng\com.liferay.studio.eclipse-repository\target
[INFO]
[INFO] --- tycho-packaging-plugin:0.12.0:build-qualifier (default-build-qualifier) @ com.liferay.studio.eclipse-repository ---
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean-1) @ com.liferay.studio.eclipse-repository ---
[INFO]
[INFO] --- tycho-p2-publisher-plugin:0.12.0:publish-products (default-publish-products) @ com.liferay.studio.eclipse-repository ---
java.io.FileNotFoundException: C:\Users\greg\AppData\Local\Temp\p2.brandingIron4441360447331443777\Eclipse.app\Contents\MacOS\LiferayDeveloperStudio (The system cannot find the path specified)
        at java.io.FileInputStream.open(Native Method)
        at java.io.FileInputStream.<init>(FileInputStream.java:106)
        at org.eclipse.equinox.internal.p2.core.helpers.FileUtils.zipFile(FileUtils.java:357)
        at org.eclipse.equinox.internal.p2.core.helpers.FileUtils.zip(FileUtils.java:286)
        at org.eclipse.equinox.internal.p2.core.helpers.FileUtils.zip(FileUtils.java:251)
        at org.eclipse.equinox.p2.publisher.AbstractPublisherAction.publishArtifact(AbstractPublisherAction.java:469)
        at org.eclipse.equinox.p2.publisher.eclipse.EquinoxExecutableAction.publishExecutableIU(EquinoxExecutableAction.java:129)
        at org.eclipse.equinox.p2.publisher.eclipse.EquinoxExecutableAction.perform(EquinoxExecutableAction.java:66)
        at org.eclipse.equinox.p2.publisher.eclipse.ApplicationLauncherAction.perform(ApplicationLauncherAction.java:68)
        at org.eclipse.equinox.p2.publisher.eclipse.ProductAction.perform(ProductAction.java:91)
        at org.eclipse.equinox.p2.publisher.Publisher$ArtifactProcess.run(Publisher.java:207)
        at org.eclipse.equinox.internal.p2.artifact.repository.simple.SimpleArtifactRepository.executeBatch(SimpleArtifactRepository.java:1044)
        at org.eclipse.equinox.p2.publisher.Publisher.publish(Publisher.java:231)
        at org.eclipse.tycho.p2.tools.impl.publisher.PublisherServiceImpl.executePublisher(PublisherServiceImpl.java:103)
        at org.eclipse.tycho.p2.tools.impl.publisher.PublisherServiceImpl.publishProduct(PublisherServiceImpl.java:91)
        at org.eclipse.tycho.plugins.p2.publisher.PublishProductMojo.publishContent(PublishProductMojo.java:61)
        at org.eclipse.tycho.plugins.p2.publisher.AbstractPublishMojo.execute(AbstractPublishMojo.java:40)
        at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
        at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
        at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
        at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
        at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
        at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
        at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
        at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:319)
        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
        at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)
        at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
        at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)

--
Greg Amerson (@greg_amerson)
Liferay, Inc. (#liferay)
_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user



--
Greg Amerson (@greg_amerson)
Liferay, Inc. (#liferay)

Back to the top