Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Buckminster » Buckminster calling product.ant (from example)(Error while creating the plugin)
Buckminster calling product.ant (from example) [message #988919] Mon, 03 December 2012 17:26 Go to next message
Andrea Richiardi is currently offline Andrea RichiardiFriend
Messages: 64
Registered: August 2012
Member
Hello Buckyers,

I am trying, as you can see from other posts, to headlessly materialize one plugin in a p2 website, given a custom Target Platform.

I had to go trough a lot of different problems, partly because I am a Buckminster newbie, but I am probably close to the solution.

Now, the command that fails now is:
buckminster -L DEBUG perform com.myproduct.customization#create.product


The command is basically a replica of the Buckminster Releng example, where the build/ folder contains the product.ant file (unchanged).

The error I get is the following:
[ant] C:\buckminster\plugins\org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar
[ant] file:/C:/Users/ARICHI~1/AppData/Local/Temp/buckminster/build/com.myproduct.customization_1.3.0-eclipse.feature/site.p2/
[ant] C:\Users\ARICHI~1\AppData\Local\Temp\buckminster\build\com.myproduct.customization_1.3.0-eclipse.feature\custom
ERROR: org.eclipse.core.runtime.CoreException: C:\Users\arichiardi\workspace\features\com.myproduct.customization\build\product.ant:22: Java returned: 13
org.eclipse.core.runtime.CoreException: C:\Users\arichiardi\workspace\features\com.myproduct.customization\build\product.ant:22: Java returned: 13
        at org.eclipse.buckminster.ant.AntRunner.handleInvocationTargetException(AntRunner.java:167)
        at org.eclipse.buckminster.ant.AntRunner.run(AntRunner.java:322)
        at org.eclipse.buckminster.ant.actor.AntActor.internalPerform(AntActor.java:254)
        at org.eclipse.buckminster.core.actor.AbstractActor.perform(AbstractActor.java:195)
        at org.eclipse.buckminster.core.internal.actor.PerformManager$DirectActionInvocation.execute(PerformManager.java:143)
        at org.eclipse.buckminster.core.internal.actor.PerformManager.internalPerform(PerformManager.java:454)
        at org.eclipse.buckminster.core.internal.actor.PerformManager.perform(PerformManager.java:293)
        at org.eclipse.buckminster.core.internal.actor.PerformManager.perform(PerformManager.java:305)
        at org.eclipse.buckminster.core.commands.Perform.internalRun(Perform.java:108)
        at org.eclipse.buckminster.core.commands.WorkspaceCommand.run(WorkspaceCommand.java:91)
        at org.eclipse.buckminster.cmdline.AbstractCommand.basicRun(AbstractCommand.java:200)
        at org.eclipse.buckminster.cmdline.Headless.run(Headless.java:350)
        at org.eclipse.buckminster.cmdline.Headless.run(Headless.java:145)
        at org.eclipse.buckminster.cmdline.Headless.start(Headless.java:165)
        at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
        at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
        at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
        at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
        at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
        at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
Caused by: C:\Users\arichiardi\workspace\features\com.myproduct.customization\build\product.ant:22: Java returned: 13
        at org.apache.tools.ant.taskdefs.Java.execute(Java.java:111)
        at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
        at sun.reflect.GeneratedMethodAccessor7.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
        at org.apache.tools.ant.Task.perform(Task.java:348)
        at org.apache.tools.ant.Target.execute(Target.java:392)
        at org.apache.tools.ant.Target.performTasks(Target.java:413)
        at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1399)
        at org.apache.tools.ant.Project.executeTarget(Project.java:1368)
        at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
        at org.eclipse.ant.internal.core.ant.EclipseDefaultExecutor.executeTargets(EclipseDefaultExecutor.java:32)
        at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
        at org.eclipse.ant.internal.core.ant.InternalAntRunner.run(InternalAntRunner.java:672)
        at org.eclipse.ant.internal.core.ant.InternalAntRunner.run(InternalAntRunner.java:498)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at org.eclipse.buckminster.ant.AntRunner.run(AntRunner.java:318)
        ... 25 more
Doing full workspace refresh
Waiting for jobs to end
C:\Users\arichiardi\workspace\features\com.myproduct.customization\build\product.ant:22: Java returned: 13
Caused by:


The last "Caused by:" is empty, but you can see that it fails at line 22 of the ant script, which is:
<java jar="${equinox.launcher.jar}" fork="true" failonerror="true" >


Again, I am headless here...why is it failing on that line?

Thank you very much! Smile
Andrea.

[Updated on: Mon, 03 December 2012 17:28]

Report message to a moderator

Re: Buckminster calling product.ant (from example) [message #988980 is a reply to message #988919] Tue, 04 December 2012 07:12 Go to previous messageGo to next message
Thomas Hallgren is currently offline Thomas HallgrenFriend
Messages: 3240
Registered: July 2009
Senior Member
Hi Andrea,

Not sure what's going on here. Can you please turn ant-debugging on an
try again?

buckminster -L ant=DEBUG,console=DEBUG perform
com.myproduct.customization#create.product

- thomas


On 2012-12-03 18:26, Andrea Richiardi wrote:
> Hello Buckyers,
>
> I am trying, as you can see from other posts, to headlessly materialize
> one plugin in a p2 website, given a custom Target Platform.
>
> I had to go trough a lot of different problems, partly because I am a
> Buckminster newbie, but I am probably close to the solution.
>
> Now, the command that fails now is:
> buckminster -L DEBUG perform com.myproduct.customization#create.product
>
> The command is basically a replica of the Buckminster Releng example,
> where the build/ folder contains the product.ant file (unchanged).
>
> The error I get is the following:
> [ant]
> C:\buckminster\plugins\org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar
>
> [ant]
> file:/C:/Users/ARICHI~1/AppData/Local/Temp/buckminster/build/com.biomet.rac.customization_8000.3.0-eclipse.feature/site.p2/
>
> [ant]
> C:\Users\ARICHI~1\AppData\Local\Temp\buckminster\build\com.biomet.rac.customization_8000.3.0-eclipse.feature\custom
>
> ERROR: org.eclipse.core.runtime.CoreException:
> C:\Users\arichiardi\workspace\features\com.biomet.rac.customization\build\product.ant:22:
> Java returned: 13
> org.eclipse.core.runtime.CoreException:
> C:\Users\arichiardi\workspace\features\com.biomet.rac.customization\build\product.ant:22:
> Java returned: 13
> at
> org.eclipse.buckminster.ant.AntRunner.handleInvocationTargetException(AntRunner.java:167)
>
> at org.eclipse.buckminster.ant.AntRunner.run(AntRunner.java:322)
> at
> org.eclipse.buckminster.ant.actor.AntActor.internalPerform(AntActor.java:254)
>
> at
> org.eclipse.buckminster.core.actor.AbstractActor.perform(AbstractActor.java:195)
>
> at
> org.eclipse.buckminster.core.internal.actor.PerformManager$DirectActionInvocation.execute(PerformManager.java:143)
>
> at
> org.eclipse.buckminster.core.internal.actor.PerformManager.internalPerform(PerformManager.java:454)
>
> at
> org.eclipse.buckminster.core.internal.actor.PerformManager.perform(PerformManager.java:293)
>
> at
> org.eclipse.buckminster.core.internal.actor.PerformManager.perform(PerformManager.java:305)
>
> at
> org.eclipse.buckminster.core.commands.Perform.internalRun(Perform.java:108)
> at
> org.eclipse.buckminster.core.commands.WorkspaceCommand.run(WorkspaceCommand.java:91)
>
> at
> org.eclipse.buckminster.cmdline.AbstractCommand.basicRun(AbstractCommand.java:200)
>
> at org.eclipse.buckminster.cmdline.Headless.run(Headless.java:350)
> at org.eclipse.buckminster.cmdline.Headless.run(Headless.java:145)
> at
> org.eclipse.buckminster.cmdline.Headless.start(Headless.java:165)
> at
> org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
>
> at
> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
>
> at
> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
>
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
>
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
>
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> at java.lang.reflect.Method.invoke(Unknown Source)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
> at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
> Caused by:
> C:\Users\arichiardi\workspace\features\com.biomet.rac.customization\build\product.ant:22:
> Java returned: 13
> at org.apache.tools.ant.taskdefs.Java.execute(Java.java:111)
> at
> org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
> at sun.reflect.GeneratedMethodAccessor7.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> at java.lang.reflect.Method.invoke(Unknown Source)
> at
> org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
> at org.apache.tools.ant.Task.perform(Task.java:348)
> at org.apache.tools.ant.Target.execute(Target.java:392)
> at org.apache.tools.ant.Target.performTasks(Target.java:413)
> at
> org.apache.tools.ant.Project.executeSortedTargets(Project.java:1399)
> at org.apache.tools.ant.Project.executeTarget(Project.java:1368)
> at
> org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
>
> at
> org.eclipse.ant.internal.core.ant.EclipseDefaultExecutor.executeTargets(EclipseDefaultExecutor.java:32)
>
> at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
> at
> org.eclipse.ant.internal.core.ant.InternalAntRunner.run(InternalAntRunner.java:672)
>
> at
> org.eclipse.ant.internal.core.ant.InternalAntRunner.run(InternalAntRunner.java:498)
>
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> at java.lang.reflect.Method.invoke(Unknown Source)
> at org.eclipse.buckminster.ant.AntRunner.run(AntRunner.java:318)
> ... 25 more
> Doing full workspace refresh
> Waiting for jobs to end
> C:\Users\arichiardi\workspace\features\com.biomet.rac.customization\build\product.ant:22:
> Java returned: 13
> Caused by:
>
> The last "Caused by:" is empty, but you can see that it fails at line 22
> of the ant script, which is:
> <java jar="${equinox.launcher.jar}" fork="true" failonerror="true" >
>
> Again, I am headless here...why is it failing on that line?
>
> Thank you very much! :) Andrea.
Re: Buckminster calling product.ant (from example) [message #989016 is a reply to message #988919] Tue, 04 December 2012 10:31 Go to previous messageGo to next message
Lorenzo Bettini is currently offline Lorenzo BettiniFriend
Messages: 1812
Registered: July 2009
Location: Firenze, Italy
Senior Member
Usually, when you get Java error 13 during creating a product it's
because, during p2 installation of your product, some bundles are
missing in the created p2 site (the one created by p2.site action and
that is used by p2 director to build your product)... if you enable
further debugging info as Thomas suggested you should get more
information, and then searching for 'requires' should show you what
requires what...

hope this helps
Lorenzo

On 12/03/2012 06:26 PM, Andrea Richiardi wrote:
> Hello Buckyers,
>
> I am trying, as you can see from other posts, to headlessly materialize
> one plugin in a p2 website, given a custom Target Platform.
>
> I had to go trough a lot of different problems, partly because I am a
> Buckminster newbie, but I am probably close to the solution.
>
> Now, the command that fails now is:
> buckminster -L DEBUG perform com.myproduct.customization#create.product
>
> The command is basically a replica of the Buckminster Releng example,
> where the build/ folder contains the product.ant file (unchanged).
>
> The error I get is the following:
> [ant]
> C:\buckminster\plugins\org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar
>
> [ant]
> file:/C:/Users/ARICHI~1/AppData/Local/Temp/buckminster/build/com.biomet.rac.customization_8000.3.0-eclipse.feature/site.p2/
>
> [ant]
> C:\Users\ARICHI~1\AppData\Local\Temp\buckminster\build\com.biomet.rac.customization_8000.3.0-eclipse.feature\custom
>
> ERROR: org.eclipse.core.runtime.CoreException:
> C:\Users\arichiardi\workspace\features\com.biomet.rac.customization\build\product.ant:22:
> Java returned: 13
> org.eclipse.core.runtime.CoreException:
> C:\Users\arichiardi\workspace\features\com.biomet.rac.customization\build\product.ant:22:
> Java returned: 13
> at
> org.eclipse.buckminster.ant.AntRunner.handleInvocationTargetException(AntRunner.java:167)
>
> at org.eclipse.buckminster.ant.AntRunner.run(AntRunner.java:322)
> at
> org.eclipse.buckminster.ant.actor.AntActor.internalPerform(AntActor.java:254)
>
> at
> org.eclipse.buckminster.core.actor.AbstractActor.perform(AbstractActor.java:195)
>
> at
> org.eclipse.buckminster.core.internal.actor.PerformManager$DirectActionInvocation.execute(PerformManager.java:143)
>
> at
> org.eclipse.buckminster.core.internal.actor.PerformManager.internalPerform(PerformManager.java:454)
>
> at
> org.eclipse.buckminster.core.internal.actor.PerformManager.perform(PerformManager.java:293)
>
> at
> org.eclipse.buckminster.core.internal.actor.PerformManager.perform(PerformManager.java:305)
>
> at
> org.eclipse.buckminster.core.commands.Perform.internalRun(Perform.java:108)
> at
> org.eclipse.buckminster.core.commands.WorkspaceCommand.run(WorkspaceCommand.java:91)
>
> at
> org.eclipse.buckminster.cmdline.AbstractCommand.basicRun(AbstractCommand.java:200)
>
> at org.eclipse.buckminster.cmdline.Headless.run(Headless.java:350)
> at org.eclipse.buckminster.cmdline.Headless.run(Headless.java:145)
> at org.eclipse.buckminster.cmdline.Headless.start(Headless.java:165)
> at
> org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
>
> at
> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
>
> at
> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
>
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
>
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
>
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> at java.lang.reflect.Method.invoke(Unknown Source)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
> at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
> Caused by:
> C:\Users\arichiardi\workspace\features\com.biomet.rac.customization\build\product.ant:22:
> Java returned: 13
> at org.apache.tools.ant.taskdefs.Java.execute(Java.java:111)
> at
> org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
> at sun.reflect.GeneratedMethodAccessor7.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> at java.lang.reflect.Method.invoke(Unknown Source)
> at
> org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
> at org.apache.tools.ant.Task.perform(Task.java:348)
> at org.apache.tools.ant.Target.execute(Target.java:392)
> at org.apache.tools.ant.Target.performTasks(Target.java:413)
> at
> org.apache.tools.ant.Project.executeSortedTargets(Project.java:1399)
> at org.apache.tools.ant.Project.executeTarget(Project.java:1368)
> at
> org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
>
> at
> org.eclipse.ant.internal.core.ant.EclipseDefaultExecutor.executeTargets(EclipseDefaultExecutor.java:32)
>
> at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
> at
> org.eclipse.ant.internal.core.ant.InternalAntRunner.run(InternalAntRunner.java:672)
>
> at
> org.eclipse.ant.internal.core.ant.InternalAntRunner.run(InternalAntRunner.java:498)
>
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> at java.lang.reflect.Method.invoke(Unknown Source)
> at org.eclipse.buckminster.ant.AntRunner.run(AntRunner.java:318)
> ... 25 more
> Doing full workspace refresh
> Waiting for jobs to end
> C:\Users\arichiardi\workspace\features\com.biomet.rac.customization\build\product.ant:22:
> Java returned: 13
> Caused by:
>
> The last "Caused by:" is empty, but you can see that it fails at line 22
> of the ant script, which is:
> <java jar="${equinox.launcher.jar}" fork="true" failonerror="true" >
>
> Again, I am headless here...why is it failing on that line?
>
> Thank you very much! :) Andrea.


--
Lorenzo Bettini, PhD in Computer Science, DI, Univ. Torino
ICQ# lbetto, 16080134 (GNU/Linux User # 158233)
HOME: http://www.lorenzobettini.it MUSIC: http://www.purplesucker.com
http://www.myspace.com/supertrouperabba
BLOGS: http://tronprog.blogspot.com http://longlivemusic.blogspot.com
http://www.gnu.org/software/src-highlite
http://www.gnu.org/software/gengetopt
http://www.gnu.org/software/gengen http://doublecpp.sourceforge.net


Re: Buckminster calling product.ant (from example) [message #989330 is a reply to message #988980] Wed, 05 December 2012 16:30 Go to previous messageGo to next message
Andrea Richiardi is currently offline Andrea RichiardiFriend
Messages: 64
Registered: August 2012
Member
Thomas Hallgren wrote on Tue, 04 December 2012 02:12
Hi Andrea,

Not sure what's going on here. Can you please turn ant-debugging on an
try again?

buckminster -L ant=DEBUG,console=DEBUG perform
com.myproduct.customization#create.product

- thomas


On 2012-12-03 18:26, Andrea Richiardi wrote:
> Hello Buckyers,
[...]
> Thank you very much! Smile Andrea.


I receive:
org.eclipse.buckminster.cmdline.parser.InvalidOptionValueException: The value for option 'L' is invalid:ant


A problem in my buckminster version? I am using 4.2 headless.

[Updated on: Wed, 05 December 2012 17:46]

Report message to a moderator

Re: Buckminster calling product.ant (from example) [message #989425 is a reply to message #989330] Thu, 06 December 2012 08:03 Go to previous messageGo to next message
Thomas Hallgren is currently offline Thomas HallgrenFriend
Messages: 3240
Registered: July 2009
Senior Member
On 2012-12-05 17:30, Andrea Richiardi wrote:
> Thomas Hallgren wrote on Tue, 04 December 2012 02:12
>> Hi Andrea,
>>
>> Not sure what's going on here. Can you please turn ant-debugging on an
>> try again?
>>
>> buckminster -L ant=DEBUG,console=DEBUG perform
>> com.myproduct.customization#create.product
>>
>> - thomas
>>
>>
>> On 2012-12-03 18:26, Andrea Richiardi wrote:
>> > Hello Buckyers,
>> [...]
>> > Thank you very much! :) Andrea.
>
>
> I receive:
> org.eclipse.buckminster.cmdline.parser.InvalidOptionValueException: The
> value for option 'L' is invalid:ant
>
If you are on Windows (where the command line interpreter splits
arguments on both white space and '=') you'll need to quote the argument
passed to the -L option:

buckminster -L "ant=DEBUG,console=DEBUG" perform

> A problem in my buckminster version?

No, this functionality has been present for some time now.

- thomas
Re: Buckminster calling product.ant (from example) [message #989583 is a reply to message #989425] Thu, 06 December 2012 20:32 Go to previous message
Andrea Richiardi is currently offline Andrea RichiardiFriend
Messages: 64
Registered: August 2012
Member
Ah ah, ok sorry about that, I didn't know it Smile

Ok, basically here is the content of the log file in buckminster/configuration:
Command-line arguments:  -application org.eclipse.equinox.p2.director -repository file:/C:/Users/ARICHI~1/AppData/Local/Temp/buckminster/build/com.myproduct.customization_1.3.0-eclipse.feature/site.p2/ -destination C:\Users\ARICHI~1\AppData\Local\Temp\buckminster\build\com.myproduct.customization_1.3.0-eclipse.feature\custom -profile MyProfile -profileProperties org.eclipse.update.install.features=true -installIU com.myproduct.customization -p2.os win32 -p2.ws win32 -p2.arch x86_64 -consoleLog

!ENTRY org.eclipse.equinox.p2.director.app 4 0 2012-12-06 15:12:03.341
!MESSAGE The installable unit com.myproduct.customization has not been found.


That matches the following excerpt of the buckminster output.
[ant] 
[ant] The ' characters around the executable and arguments are
[ant] not part of the command.
[ant] Execute:Java13CommandLauncher: Executing 'C:\Program Files\Java\jre6\bin\java.exe' with arguments:
[ant] '-jar'
[ant] 'C:\buckminster\plugins\org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar'
[ant] '-application'
[ant] 'org.eclipse.equinox.p2.director'
[ant] '-repository'
[ant] 'file:/C:/Users/ARICHI~1/AppData/Local/Temp/buckminster/build/com.myproduct.customization_1.3.0-eclipse.feature/site.p2/'
[ant] '-destination'
[ant] 'C:\Users\ARICHI~1\AppData\Local\Temp\buckminster\build\com.myproduct.customization_1.3.0-eclipse.feature\custom'
[ant] '-profile'
[ant] 'BiometProfile'
[ant] '-profileProperties'
[ant] 'org.eclipse.update.install.features=true'
[ant] '-installIU'
[ant] 'com.myproduct.customization'
[ant] '-p2.os'
[ant] 'win32'
[ant] '-p2.ws'
[ant] 'win32'
[ant] '-p2.arch'
[ant] 'x86_64'
[ant] '-consoleLog'
[ant] 
[ant] The ' characters around the executable and arguments are
[ant] not part of the command.
[ant] The installable unit com.myproduct.customization has not been found.
[ant] Application failed, log file location: C:\buckminster\configuration\1354824722519.log
[ant] Installation failed.
[ant] !SESSION 2012-12-06 15:12:02.305 -----------------------------------------------
[ant] eclipse.buildId=unknown
[ant] java.version=1.6.0_30
[ant] java.vendor=Sun Microsystems Inc.
[ant] BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_US
[ant] Framework arguments:  -application org.eclipse.equinox.p2.director -repository file:/C:/Users/ARICHI~1/AppData/Local/Temp/buckminster/build/com.myproduct.customization_1.3.0-eclipse.feature/site.p2/ -destination C:\Users\ARICHI~1\AppData\Local\Temp\buckminster\build\com.myproduct.customization_1.3.0-eclipse.feature\custom -profile BiometProfile -profileProperties org.eclipse.update.install.features=true -installIU com.myproduct.customization -p2.os win32 -p2.ws win32 -p2.arch x86_64
[ant] Command-line arguments:  -application org.eclipse.equinox.p2.director -repository file:/C:/Users/ARICHI~1/AppData/Local/Temp/buckminster/build/com.myproduct.customization_1.3.0-eclipse.feature/site.p2/ -destination C:\Users\ARICHI~1\AppData\Local\Temp\buckminster\build\com.myproduct.customization_1.3.0-eclipse.feature\custom -profile MyProfile -profileProperties org.eclipse.update.install.features=true -installIU com.myproduct.customization -p2.os win32 -p2.ws win32 -p2.arch x86_64 -consoleLog
[ant] 
[ant] !ENTRY org.eclipse.equinox.p2.director.app 4 0 2012-12-06 15:12:03.341
[ant] !MESSAGE The installable unit com.myproduct.customization has not been found.
[ant] 
ERROR: org.eclipse.core.runtime.CoreException: C:\Users\arichiardi\workspace\features\com.myproduct.customization\build\product.ant:22: Java returned: 13
org.eclipse.core.runtime.CoreException: C:\Users\arichiardi\workspace\features\com.myproduct.customization\build\product.ant:22: Java returned: 13


The fact is that com.myproduct.customization is the container which includes the actual plugin I want to generate. Another thing that I notice here is that he asks for x86_64 architecture (I am running buckminster from a Windows 64 machine). But nowhere else I declare that I want a x86_64 product to be built...
Previous Topic:cannot skip components during materialization
Next Topic:The import org.eclipse.swt cannot be resolved
Goto Forum:
  


Current Time: Fri Apr 19 02:14:11 GMT 2024

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

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

Back to the top