Giter VIP home page Giter VIP logo

Comments (13)

tbee avatar tbee commented on June 23, 2024

The nightly builds are present in sonatype's (maven's) snapshot repository. There is one made yesterday.
https://oss.sonatype.org/content/repositories/snapshots/org/jfxtras/

from jfxtras.

kaiocezar avatar kaiocezar commented on June 23, 2024

but as I lay in my pom.xml?
When I put

org.jfxtras </ groupId>
jfxtras-book </ artifactId>
8.0-SNAPSHOT-r4 </ version>
</ dependency>
Gets error in pom

from jfxtras.

tbee avatar tbee commented on June 23, 2024

Have you tried leaving out all those spaces? And you might need to include the sonatype snapshot repository. Only Maven central is included by default.

http://stackoverflow.com/questions/16286055/how-to-get-snapshot-from-sonatype

from jfxtras.

kaiocezar avatar kaiocezar commented on June 23, 2024

no, I'm using the mavem. I have to download the project or to use it in my pom.xml?

from jfxtras.

tbee avatar tbee commented on June 23, 2024

Use in in the pom
Include the sonatype snapshot repository

from jfxtras.

kaiocezar avatar kaiocezar commented on June 23, 2024

Could you show me an example of pom.xml there because every time I put on 8.0-r4-SNAPSHOT is in error in my pom.

from jfxtras.

tbee avatar tbee commented on June 23, 2024

what is the error? Also include the full pom file.

from jfxtras.

kaiocezar avatar kaiocezar commented on June 23, 2024

in eclips gets error saying when they think the repository; it just takes the version 8.0-r3, when I put the 8.0-r4-SNAPSHOT he can not find, please you have any examples of pom using the v4

from jfxtras.

kaiocezar avatar kaiocezar commented on June 23, 2024


4.0.0
Clinic
Clinic
0.0.1-SNAPSHOT

src


src

*/.java





maven-compiler-plugin
3.1

1.8
1.8




    <dependency>
        <groupId>mysql</groupId>
        <artifactId>mysql-connector-java</artifactId>
        <version>5.1.9</version>
    </dependency>

    <dependency>
        <groupId>org.hibernate</groupId>
        <artifactId>hibernate-core</artifactId>
        <version>4.2.19.Final</version>
    </dependency>

    <!-- for JPA, use hibernate-entitymanager instead of hibernate-core -->
    <dependency>
        <groupId>org.hibernate</groupId>
        <artifactId>hibernate-entitymanager</artifactId>
        <version>4.2.19.Final</version>
    </dependency>
    <dependency>
        <groupId>np.com.ngopal</groupId>
        <artifactId>javafx-autocomplete-field</artifactId>
        <version>1.0.0</version>
    </dependency>

    <!-- for JFXtras - Agenda -->
    <dependency>
        <groupId>org.jfxtras</groupId>
        <artifactId>jfxtras-agenda</artifactId>
        <version>8.0-r3</version>
    </dependency>
    <dependency>
        <groupId>org.jfxtras</groupId>
        <artifactId>jfxtras-labs</artifactId>
        <version>8.0-r3</version>
    </dependency>

</dependencies>

from jfxtras.

tbee avatar tbee commented on June 23, 2024

That is because Maven central is included automatically while searching for jars, Sonatype's snaphot is not (snapshots are not allowed in maven central), that is what is missing.

http://stackoverflow.com/questions/16286055/how-to-get-snapshot-from-sonatype

from jfxtras.

kaiocezar avatar kaiocezar commented on June 23, 2024

Thanks man it worked thank you for real, I have not seen so far an agenda API as good as this.

from jfxtras.

stdex avatar stdex commented on June 23, 2024

2 days I'm search problem (I use FXSampler, but in my code LocalDateTimeTextField look differ then in FXSampler, then I realized that I needed to update) ...

image

<repositories>
    <repository>
        <id>oss.sonatype.org-snapshot</id>
        <url>http://oss.sonatype.org/content/repositories/snapshots</url>
        <releases>
            <enabled>false</enabled>
        </releases>
        <snapshots>
            <enabled>true</enabled>
        </snapshots>
    </repository>
</repositories>

<dependencies>
    <dependency>
        <groupId>org.jfxtras</groupId>
        <artifactId>jfxtras-controls</artifactId>
        <version>8.0-r4-SNAPSHOT</version>
    </dependency>
</dependencies>

from jfxtras.

tbee avatar tbee commented on June 23, 2024

Beware: there were changes in JavaFX 8.20 that forces you the use of 8.0-R4-SNAPSHOT. I will release a R5 soon (when the memory issues have been solved in Agenda).

from jfxtras.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.