Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ice-dev] Build fail from dynamic_moose_files branch

Have you tried resetting your target back to the HEAD revision and then setting it up again?

-----Original Message-----
From: ice-dev-bounces@xxxxxxxxxxx [mailto:ice-dev-bounces@xxxxxxxxxxx] On Behalf Of Bennett, Andrew R.
Sent: Wednesday, December 17, 2014 2:39 PM
To: ice developer discussions
Subject: Re: [ice-dev] Build fail from dynamic_moose_files branch

Okay, I think I got to my final problem.  In org.eclipse.ice.client.widgets.moose/src/MOOSEFormEditor.java I have an error from:
import com.jme3.math.Vector3f;
How can I get the project to find this import?

Andrew
________________________________________
From: ice-dev-bounces@xxxxxxxxxxx [ice-dev-bounces@xxxxxxxxxxx] on behalf of Bennett, Andrew R. [bennettar@xxxxxxxx]
Sent: Wednesday, December 17, 2014 2:17 PM
To: ice developer discussions
Subject: [ice-dev] Build fail from dynamic_moose_files branch

Hey everyone,

I'm merging the dynamic_moose_files_branch into my caebat branch and am getting a build failure on item with the following error:

[ERROR] Failed to execute goal org.eclipse.tycho:tycho-packaging-plugin:0.18.1:package-plugin (default-package-plugin) on project org.eclipse.ice.item: Error assembling JAR: /home/bzq/ice-dev/ice/src/org.eclipse.ice.item/build.properties: bin.includes value(s) [OSGi-INF/mooseio.xml] do not match any files. -> [Help 1]

In the build.properties of the item project the line 'output.. = bin/' also causes issues.  Anyone have any suggestions about what I should do to resolve these problems?

Andrew
_______________________________________________
ice-dev mailing list
ice-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/ice-dev
_______________________________________________
ice-dev mailing list
ice-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/ice-dev


Back to the top