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

missing dependency #1

Open
mokun opened this issue Jun 19, 2016 · 4 comments
Open

missing dependency #1

mokun opened this issue Jun 19, 2016 · 4 comments

Comments

@mokun
Copy link

mokun commented Jun 19, 2016

Hi,

I'm trying to set up eclipse to see your material design demo. But it complains about missing the following:

import org.utilities.Dates;
import org.utilities.Fecha;
import org.utilities.Focus;
import org.utilities.Mes;

import org.utilities.StringTrimmer;
import org.utilities.Dates;

Note: I've already import the java-json.jar and jfxtras-labs.jar into the build path.

Do let me know where to find them. Thx!

@Olmectron
Copy link
Owner

Totally forgot about those! Sorry. Here is the JAR. I'll add it to the libs directory too.

Utilities.zip

@mokun
Copy link
Author

mokun commented Jul 10, 2016

Thanks! will you consider putting it in maven repo ?

@mokun
Copy link
Author

mokun commented Oct 29, 2016

It's difficult to put it in a maven repo, can I have the source codes of Utilidades.jar ?

My open source project is maven based and it breaks rules to force other developers to set up a local "Referenced Libraries" folder in eclipse and attach this jar locally.

If I can have the source codes of Utilidades.jar, I can set up a new package "org.utilities" on one of our maven module.

Thanks much!

@mokun
Copy link
Author

mokun commented Oct 29, 2016

For me, I used the following two maven dependencies:

    <dependency>
        <groupId>io.github.endreman0</groupId>
        <artifactId>java-json</artifactId>
        <version>0.13.0</version>
    </dependency>

    <dependency>
        <groupId>org.jfxtras</groupId>
        <artifactId>jfxtras-labs</artifactId>
        <version>8.0-r6-SNAPSHOT</version>
    </dependency>   

Also, it requires the original source codes of org.json that you already attached. I don't know which maven repo has them.

If anyone has a maven project setup, do share it there.

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

No branches or pull requests

2 participants