javafx-ui-sandbox icon indicating copy to clipboard operation
javafx-ui-sandbox copied to clipboard

Maven Dependency

Open feldoh opened this issue 12 years ago • 9 comments

There appears to be no maven dependency for this project.

feldoh avatar May 23 '13 15:05 feldoh

Nope, I don't use maven here as there are no dependencies on other libraries at the moment. IMHO, Maven would be overkill here... Or why do need it?

marcojakob avatar May 23 '13 16:05 marcojakob

When I am developing other things which depend on this, it would be nice to be able to pull the dependency using maven rather than needing to manually go and find it. Otherwise it's a half and half thing where some dependencies can be resolved automatically and for others the devs need to go and locate a copy manually.

feldoh avatar May 23 '13 18:05 feldoh

I see. I haven't used maven in a while, so if someone could "mavenize" the project and provide a pull request, I'd be glad.

marcojakob avatar May 23 '13 19:05 marcojakob

I have never tried before but I could give it a go. It seems that it is possible to set up a maven repo directly on github.

feldoh avatar May 23 '13 20:05 feldoh

Another thing similar to this: I need to create a jar file using zonskis javafx-maven-plugin, however when running the created jar file, I always get a NullPointerException, see https://github.com/zonski/javafx-maven-plugin/issues/27

srynoname avatar May 24 '13 13:05 srynoname

So, its easy please follow the links to add your Project to the Maven Community. Therefore you have 2 Options, i´d like to prefer the 2nd one :)

There is an introduction how it works. It seems easy. I can't do this, cause perhaps you update your Project or else. So to be upToDate, you have to Upload it to the maven community.

http://archiva.apache.org/index.cgi

  1. Direct over your GitHub -> It´s difficult to introduce this by some words :( please follow the introduction on the link http://stackoverflow.com/questions/14013644/hosting-a-maven-repository-on-github

Please upload your Project to maven :) !! I´ll need it for my Project at study :)

BIG THX

Anyway: could you add a Method to style the Dialog on our own CSS File (Colors,Fonts) perhaps you add some Methods to Style them on thy fly :)

As i have searched, another GitHub user who developed a good programm part, add this to maven. So when you probably stay in conversation with him, you could ask him to pull your project under his account for the first and second he can tell you how it works. Perhaps he give you the Code to make it, cause of the given examples its only a different of the account name at github :)

I would ask him if it´s possible. I would miss your dialog cause of conflict dependencies with maven :(

FA007 avatar May 24 '13 17:05 FA007

The Method described/linked by FA007 is very easy. [+1 from me] I would really appreciate it when your project is available through maven.

Thanks for your work.

hemeroc avatar May 24 '13 19:05 hemeroc

I also think that this should be a great enhancement.

gortiz avatar Sep 23 '13 20:09 gortiz

Sorry for not continuing with this issue. Since JavaFX 8 is approaching and with it some nice Dialogs through the ControlsFX project, I wasn't motivated to put more work into this. BTW, ControlsFX is already available through Maven Central.

marcojakob avatar Oct 03 '13 14:10 marcojakob