Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ice-dev] Issues building next (JavaFX related)

Update:  I've gotten everything working.  For the record, on Arch Linux the java-openjfx package must be installed from the AUR or built manually for ICE to build properly.

Andrew

On Mon, Feb 15, 2016 at 10:29 AM, Andrew Bennett <bennett.andr@xxxxxxxxx> wrote:
I was up to date as of last night.  I pulled this morning and got Alex's latest commit as well.  I've completely blown everything away and downloaded a new nightly and am trying again with Xtext and e(fx)clipse installed into the new version of ICE. 

I did read the email, and just figured I'd try the other Maven commands for completeness.  I've been trying to build the new way.  All of the commands have been in org.eclipse.ice.aggregator too.

Andrew

On Mon, Feb 15, 2016 at 10:23 AM, Billings, Jay Jay <billingsjj@xxxxxxxx> wrote:

Andrew,


It sounds like you are a few commits out of date. You should try pulling again to make sure you have the latest from next. The current org.eclipse.ice.viz.geometry.test bundle looks for org.eclipse.ice.build:2.1.8.20160208, not 2.1.8.


Also, did you read my email to the list last week about the build changing? We no longer build this way. Now you just go into org.eclipse.ice.aggregator and do 'mvn clean verify.'


Jay


Jay Jay Billings
Oak Ridge National Laboratory
Twitter Handle: @jayjaybillings

From: ice-dev-bounces@xxxxxxxxxxx <ice-dev-bounces@xxxxxxxxxxx> on behalf of Andrew Bennett <bennett.andr@xxxxxxxxx>
Sent: Monday, February 15, 2016 12:55 PM

To: ice developer discussions
Subject: Re: [ice-dev] Issues building next (JavaFX related)
 
Jay,

Trying to build from the command line gives me a hard time about org.eclipse.ice.viz.service.javafx.geometry.test not finding org.eclipse.ice.build.  I've attached the output.  I can do 'mvn -N install' successfully, but 'mvn clean' and 'mvn install' both give this error.

Robert,

I had been adding them to the target, but I just went and installed them directly into Eclipse but I still can't resolve any of the JavaFX classes either in the editor or in a Maven build launched via Eclipse. 

I've also updated my OpenJDK 1.8.0_74 and am still experiencing this issue.

Andrew

On Mon, Feb 15, 2016 at 5:29 AM, Smith, Robert W. <smithrw@xxxxxxxx> wrote:

Andrew,


Did you actually install Xtext and e(fx)clipse in ICE, or just add them to the target? I've always installed them, so I'm not sure if it would make a difference.


What happens when you try to build ICE? Does Maven find the classes, or does it have trouble resolving them too?


Robert


From: ice-dev-bounces@xxxxxxxxxxx <ice-dev-bounces@xxxxxxxxxxx> on behalf of Jay Jay Billings <jayjaybillings@xxxxxxxxx>
Sent: Monday, February 15, 2016 8:09 AM
To: ice developer discussions
Subject: Re: [ice-dev] Issues building next (JavaFX related)
 

Andrew,

Mine builds fine on the command line, but not in the UI. I keep meaning to pull down the latest nightly (which has efxlipse) and see if it fixes it.

I don't think this was working for Robert on Linux either when I merged it, but I didn't know that and I wouldn't have merged it.

Can you build from the command line?

Jay

On Feb 15, 2016 12:10 AM, "Andrew Bennett" <bennett.andr@xxxxxxxxx> wrote:
Hey everyone,

I just pulled in and tried to build next and have been having some trouble with the viz bundles, regarding javafx.  I've started from a completely clean workspace (and .m2 directory) on Linux using OpenJDK 1.8.0_72.  I've added Xtext and e(fx)clipse to the target.  My issue is that none of the JavaFX classes can be resolved in the viz bundles.  I've tried adding the relevant packages/plugins to the imported packages/required plug-ins with no success.  Is there a certain version that I need or am I doing something completely wrong?

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


_______________________________________________
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