marcojakob / javafx-ui-sandbox

Sandbox UI Controls from the official OpenJFX repository
MIT License
81 stars 56 forks source link

Maven Dependency #8

Open feldoh opened 11 years ago

feldoh commented 11 years ago

There appears to be no maven dependency for this project.

marcojakob commented 11 years ago

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?

feldoh commented 11 years ago

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.

marcojakob commented 11 years ago

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.

feldoh commented 11 years ago

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.

srynoname commented 11 years ago

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

FA007 commented 11 years ago

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 :)

1) 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

2) 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 :(

hemeroc commented 11 years ago

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.

gortiz commented 10 years ago

I also think that this should be a great enhancement.

marcojakob commented 10 years ago

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.