Giter VIP home page Giter VIP logo

Comments (9)

llatasa avatar llatasa commented on July 17, 2024 1

Hi,

you are right! The answer was in that group and in some links referred there. I had to enable Annotation Processing in Eclipse, but doing it at project level was not enough. I have read this:

https://immutables.github.io/apt.html

After installing and configuring the m2e-apt plugin the problem dissapeared.

Hope this helps anyone else.

Thank you so much :-).

from pf4j-spring.

decebals avatar decebals commented on July 17, 2024

Did you follow the instructions from https://github.com/decebals/pf4j-spring#demo (inclusive the working directory)?

from pf4j-spring.

llatasa avatar llatasa commented on July 17, 2024

Hi!

The working directory is set by default to ${workspace_loc:pf4j-spring-demo-app}, so I guess this value is correct. I have tried to set the value manually and I get the same result.

Thanks!

from pf4j-spring.

decebals avatar decebals commented on July 17, 2024

I cannot replicate yout error on demo. See below the proof:

image

from pf4j-spring.

decebals avatar decebals commented on July 17, 2024

Can you share (via GitHub) your demo?

from pf4j-spring.

llatasa avatar llatasa commented on July 17, 2024

I will upload my demo as soon as possible. In the meanwhile, some information in case it helps:

  • I'm using Java 8 instead of 7
  • I am using pf4j-spring version 0.4.0. So I modified the pom file to use this instead of 0.5.0-SNAPSHOT.
  • I'm now trying with version 0.5.0-SNAPSHOT, just in case, but the lib is not found in the repository. I have tried using this lines:
<repositories>
    <repository>
        <id>sonatype-nexus-snapshots</id>
        <url>https://oss.sonatype.org/content/repositories/snapshots</url>
        <releases>
            <enabled>false</enabled>
        </releases>
        <snapshots>
            <enabled>true</enabled>
        </snapshots>
    </repository>
</repositories>

But if I access this url from a web browser, I can't see 0.5.0-SNAPSHOP: https://oss.sonatype.org/content/repositories/snapshots/org/pf4j/pf4j-spring/

Please let me know if all this gives you an idea. In any case, I'll upload the project and tell you when it's available for download.

Thanks again!

from pf4j-spring.

decebals avatar decebals commented on July 17, 2024

Version 0.4.0 is the latest. Version 0.5.0-SNAPSHOT is not available because is the same with 0.4.0 for the moment (see https://github.com/decebals/pf4j-spring/commits/master).

from pf4j-spring.

llatasa avatar llatasa commented on July 17, 2024

Hi,

you can download my demo project from this URL:

http://acacia.duranda.net/demo.zip

Basically, I have replaced 0.5.0-SNAPSHOT with 0.4.0 in all the pom.xml files. Then executed it in eclipse.

from pf4j-spring.

decebals avatar decebals commented on July 17, 2024

https://groups.google.com/forum/m/#!topic/pf4j/oQP4Cm2IJn8

from pf4j-spring.

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.