Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Build Error: ${launcherName}.app\Contents\MacOS not found
Build Error: ${launcherName}.app\Contents\MacOS not found [message #54765] Mon, 13 April 2009 21:55 Go to next message
Frank Du is currently offline Frank DuFriend
Messages: 91
Registered: July 2009
Member
Dear, All,

In our PDE ant build, there is an error with macosx build. The error
message is: ${launcherName}.app\Contents\MacOS not found.

It happens only with macosx build. The win32, linux-x86, and linux-x86_64
build are fine. Any idea what's going on? The error happens recently. It
used to working greatly.

Thank you so much! Have a nice day!

Best Regards,
Frank

More detailed information:
====================================

[java] BUILD FAILED
[java]
C:\plugin-build\build-target-3.4.1\eclipse\plugins\org.eclip se.pde.build_3.4.1.R34x_v20080805\scripts\productBuild\produ ctBuild.xml:30:
The following error occurred while executing this line:
[java]
C:\plugin-build\build-target-3.4.1\eclipse\plugins\org.eclip se.pde.build_3.4.1.R34x_v20080805\scripts\build.xml:91:
The following error occurred while executing this line:
[java]
C:\plugin-build\build-target-3.4.1\eclipse\plugins\org.eclip se.pde.build_3.4.1.R34x_v20080805\templates\headless-build\c ustomTargets.xml:12:
The following error occurred while executing this line:
[java]
C:\plugin-build\build-target-3.4.1\eclipse\plugins\org.eclip se.pde.build_3.4.1.R34x_v20080805\scripts\productBuild\allEl ements.xml:10:
The following error occurred while executing this line:
[java]
C:\plugin-build\build-target-3.4.1\eclipse\plugins\org.eclip se.pde.build_3.4.1.R34x_v20080805\scripts\genericTargets.xml :158:
The following error occurred while executing this line:
[java]
C:\plugin-build\workbench.build\assemble.org.eclipse.pde.bui ld.container.feature.all.xml:26:
The following error occurred while executing this line:
[java]
C:\plugin-build\workbench.build\assemble.org.eclipse.pde.bui ld.container.feature.all.xml:15:
The following error occurred while executing this line:
[java]
C:\plugin-build\build-target-3.4.1\eclipse\plugins\org.eclip se.pde.build_3.4.1.R34x_v20080805\scripts\productBuild\allEl ements.xml:114:
The following error occurred while executing this line:
[java]
C:\plugin-build\workbench.build\assemble.org.eclipse.pde.bui ld.container.feature.macosx.carbon.ppc.xml:124:
C:\plugin-build\workbench.build\tmp\AnalystWorkbench\macosx. carbon.ppc\AnalystWorkbench\${launcherName}.app\Contents\Mac OS
not found.
[java] Total time: 46 seconds
Re: Build Error: ${launcherName}.app\Contents\MacOS not found [message #54876 is a reply to message #54765] Tue, 14 April 2009 13:19 Go to previous messageGo to next message
Andrew Niefer is currently offline Andrew NieferFriend
Messages: 990
Registered: July 2009
Senior Member
Try setting "Launcher Name" on the "Launching" tab in the .product editor.

Frank Du wrote:
> Dear, All,
>
> In our PDE ant build, there is an error with macosx build. The error
> message is: ${launcherName}.app\Contents\MacOS not found.
>
> It happens only with macosx build. The win32, linux-x86, and
> linux-x86_64 build are fine. Any idea what's going on? The error happens
> recently. It used to working greatly.
>
> Thank you so much! Have a nice day!
>
> Best Regards,
> Frank
>
> More detailed information:
> ====================================
>
> [java] BUILD FAILED
> [java]
> C:\plugin-build\build-target-3.4.1\eclipse\plugins\org.eclip se.pde.build_3.4.1.R34x_v20080805\scripts\productBuild\produ ctBuild.xml:30:
> The following error occurred while executing this line:
> [java]
> C:\plugin-build\build-target-3.4.1\eclipse\plugins\org.eclip se.pde.build_3.4.1.R34x_v20080805\scripts\build.xml:91:
> The following error occurred while executing this line:
> [java]
> C:\plugin-build\build-target-3.4.1\eclipse\plugins\org.eclip se.pde.build_3.4.1.R34x_v20080805\templates\headless-build\c ustomTargets.xml:12:
> The following error occurred while executing this line:
> [java]
> C:\plugin-build\build-target-3.4.1\eclipse\plugins\org.eclip se.pde.build_3.4.1.R34x_v20080805\scripts\productBuild\allEl ements.xml:10:
> The following error occurred while executing this line:
> [java]
> C:\plugin-build\build-target-3.4.1\eclipse\plugins\org.eclip se.pde.build_3.4.1.R34x_v20080805\scripts\genericTargets.xml :158:
> The following error occurred while executing this line:
> [java]
> C:\plugin-build\workbench.build\assemble.org.eclipse.pde.bui ld.container.feature.all.xml:26:
> The following error occurred while executing this line:
> [java]
> C:\plugin-build\workbench.build\assemble.org.eclipse.pde.bui ld.container.feature.all.xml:15:
> The following error occurred while executing this line:
> [java]
> C:\plugin-build\build-target-3.4.1\eclipse\plugins\org.eclip se.pde.build_3.4.1.R34x_v20080805\scripts\productBuild\allEl ements.xml:114:
> The following error occurred while executing this line:
> [java]
> C:\plugin-build\workbench.build\assemble.org.eclipse.pde.bui ld.container.feature.macosx.carbon.ppc.xml:124:
> C:\plugin-build\workbench.build\tmp\AnalystWorkbench\macosx. carbon.ppc\AnalystWorkbench\${launcherName}.app\Contents\Mac OS
> not found.
> [java] Total time: 46 seconds
>
Re: Build Error: ${launcherName}.app\Contents\MacOS not found [message #55012 is a reply to message #54876] Tue, 14 April 2009 18:14 Go to previous message
Frank Du is currently offline Frank DuFriend
Messages: 91
Registered: July 2009
Member
Hi Andrew,

Thanks so much! It fixed the problem. Accidentally I recreated the product
definition and forgot to set the name.

Best Regards,
Frank Du


Andrew Niefer wrote:

> Try setting "Launcher Name" on the "Launching" tab in the .product editor.
Re: Build Error: ${launcherName}.app\Contents\MacOS not found [message #595073 is a reply to message #54765] Tue, 14 April 2009 13:19 Go to previous message
Andrew Niefer is currently offline Andrew NieferFriend
Messages: 990
Registered: July 2009
Senior Member
Try setting "Launcher Name" on the "Launching" tab in the .product editor.

Frank Du wrote:
> Dear, All,
>
> In our PDE ant build, there is an error with macosx build. The error
> message is: ${launcherName}.app\Contents\MacOS not found.
>
> It happens only with macosx build. The win32, linux-x86, and
> linux-x86_64 build are fine. Any idea what's going on? The error happens
> recently. It used to working greatly.
>
> Thank you so much! Have a nice day!
>
> Best Regards,
> Frank
>
> More detailed information:
> ====================================
>
> [java] BUILD FAILED
> [java]
> C:\plugin-build\build-target-3.4.1\eclipse\plugins\org.eclip se.pde.build_3.4.1.R34x_v20080805\scripts\productBuild\produ ctBuild.xml:30:
> The following error occurred while executing this line:
> [java]
> C:\plugin-build\build-target-3.4.1\eclipse\plugins\org.eclip se.pde.build_3.4.1.R34x_v20080805\scripts\build.xml:91:
> The following error occurred while executing this line:
> [java]
> C:\plugin-build\build-target-3.4.1\eclipse\plugins\org.eclip se.pde.build_3.4.1.R34x_v20080805\templates\headless-build\c ustomTargets.xml:12:
> The following error occurred while executing this line:
> [java]
> C:\plugin-build\build-target-3.4.1\eclipse\plugins\org.eclip se.pde.build_3.4.1.R34x_v20080805\scripts\productBuild\allEl ements.xml:10:
> The following error occurred while executing this line:
> [java]
> C:\plugin-build\build-target-3.4.1\eclipse\plugins\org.eclip se.pde.build_3.4.1.R34x_v20080805\scripts\genericTargets.xml :158:
> The following error occurred while executing this line:
> [java]
> C:\plugin-build\workbench.build\assemble.org.eclipse.pde.bui ld.container.feature.all.xml:26:
> The following error occurred while executing this line:
> [java]
> C:\plugin-build\workbench.build\assemble.org.eclipse.pde.bui ld.container.feature.all.xml:15:
> The following error occurred while executing this line:
> [java]
> C:\plugin-build\build-target-3.4.1\eclipse\plugins\org.eclip se.pde.build_3.4.1.R34x_v20080805\scripts\productBuild\allEl ements.xml:114:
> The following error occurred while executing this line:
> [java]
> C:\plugin-build\workbench.build\assemble.org.eclipse.pde.bui ld.container.feature.macosx.carbon.ppc.xml:124:
> C:\plugin-build\workbench.build\tmp\AnalystWorkbench\macosx. carbon.ppc\AnalystWorkbench\${launcherName}.app\Contents\Mac OS
> not found.
> [java] Total time: 46 seconds
>
Re: Build Error: ${launcherName}.app\Contents\MacOS not found [message #595127 is a reply to message #54876] Tue, 14 April 2009 18:14 Go to previous message
Frank Du is currently offline Frank DuFriend
Messages: 91
Registered: July 2009
Member
Hi Andrew,

Thanks so much! It fixed the problem. Accidentally I recreated the product
definition and forgot to set the name.

Best Regards,
Frank Du


Andrew Niefer wrote:

> Try setting "Launcher Name" on the "Launching" tab in the .product editor.
Previous Topic:A dependency question
Next Topic:PDE director throws signature exception
Goto Forum:
  


Current Time: Thu Apr 25 14:35:27 GMT 2024

Powered by FUDForum. Page generated in 0.03126 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top