Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial port to Maven #77

Merged
merged 2 commits into from
Dec 8, 2014
Merged

Initial port to Maven #77

merged 2 commits into from
Dec 8, 2014

Conversation

sigxcpu76
Copy link
Contributor

Hi,

I've ported the project to Maven to be able to import and build it on various IDEs. Current issues:

ril3y added a commit that referenced this pull request Dec 8, 2014
@ril3y ril3y merged commit 98d1d23 into synthetos:master Dec 8, 2014
@ril3y
Copy link
Member

ril3y commented Dec 20, 2014

Hey sigxcpu,

I went ahead to day to see if I could get the new maven pull working. Sad to say I think its pretty broken? Is this working for you? Perhaps we are missing a dep in maven?

@sigxcpu76
Copy link
Contributor Author

It works. You need to follow instructions here to create the Maven JavaFX dependency:

https://code.google.com/p/jfxtras/wiki/ContributorGettingStarted

Here's what I do (OS X, JDK7 installed, JDK8 has a different JavaFX version):

(one time) # mvn install:install-file -Dfile=/Library/Java/JavaVirtualMachines/jdk1.7.0_71.jdk/Contents/Home/jre/lib/jfxrt.jar -DgroupId=com.oracle -DartifactId=javafx-runtime -Dversion=2.0-beta -Dpackaging=jar
# mvn package
# mvn jfx:run

@ril3y
Copy link
Member

ril3y commented Dec 21, 2014

Oh ok let me take a shot at this. Also we need to get this in the main
documentation.

thanks a ton

On Sat, Dec 20, 2014 at 8:58 PM, Alexandru Pirvulescu <
notifications@github.com> wrote:

It works. You need to follow instructions here to create the Maven JavaFX
dependency:

https://code.google.com/p/jfxtras/wiki/ContributorGettingStarted

Here's what I do (OS X, JDK7 installed, JDK8 has a different JavaFX
version):

(one time) # mvn install:install-file -Dfile=/Library/Java/JavaVirtualMachines/jdk1.7.0_71.jdk/Contents/Home/jre/lib/jfxrt.jar -DgroupId=com.oracle -DartifactId=javafx-runtime -Dversion=2.0-beta -Dpackaging=jar

mvn package

mvn jfx:run

Reply to this email directly or view it on GitHub
#77 (comment).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants