Coder Social home page Coder Social logo

Comments (8)

cgruber avatar cgruber commented on August 27, 2024

I'm going to be building an eclipse plugin that pulls the code-gen into
a separate phase, as well as things like full graph processor which M2E
will be able to properly configure within eclipse. Not there yet.

c.

Pierre-Yves Ricau wrote:

I took the CoffeeModule example and added a random :

@Inject
String someString;

The FullGraphProcessor reported an error when started from Maven.
However, it didn't report any error when started from Eclipse. It
actually runs but no error so far.

I'll try to put some breakpoints in it when I have time.


Reply to this email directly or view it on GitHub:
#45

from dagger.

tbroyer avatar tbroyer commented on August 27, 2024

m2e-apt works fine for me, though it requires either:

  • explicitly putting Dagger as a dependency of the maven-compiler-plugin
  • explicitly listing the processors rather than relying on discovery
  • using the org.bsc.maven:maven-processor-plugin (and rely on true discovery in the classpath)

I've used the latter in the example in Sheath, but I'm going to switch to the maven-compiler-plugin as the maven-processor-plugin has no mean of specifying the source compatibility (I'm using OpenJDK 7, so it's implicitly using -source 1.7 which causes warnings with the processors, that declare being compatible with SourceVersion.RELEASE_6 only)

from dagger.

stephenh avatar stephenh commented on August 27, 2024

I'm going to be building an eclipse plugin that pulls the code-gen

Just curious, but is there something specific you'll be getting by
building an Eclipse plugin?

I've had fine luck with running processors directly in vanilla Eclipse,
and seems like the APT API is nicer/easier to use than a full Eclipse
plugin.

from dagger.

cgruber avatar cgruber commented on August 27, 2024

There's not just annotation pre-processing involved, but also other
things like a graph validation pass, etc. Maybe these can still all work

  • I still need to build some plugins for various build systems so these
    can be fully baked into the build process. Still under investigation.

Christian.

Stephen Haberman wrote:

I'm going to be building an eclipse plugin that pulls the code-gen

Just curious, but is there something specific you'll be getting by
building an Eclipse plugin?

I've had fine luck with running processors directly in vanilla Eclipse,
and seems like the APT API is nicer/easier to use than a full Eclipse
plugin.


Reply to this email directly or view it on GitHub:
#45 (comment)

from dagger.

stephenh avatar stephenh commented on August 27, 2024

There's not just annotation pre-processing involved, but also other
things like a graph validation pass, etc.

Seems like one of the processors I wrote cached data across
invocations; so even when Eclipse/javac called it incrementally with
"units 1 and 2 changed", it would have cached the info for the other
units it had previously generated, so could re-apply program-wide type
logic on each incremental pass.

Unfortunately I forget the details...so, sorry, I'm not being very
helpful, just musing that it seems possible.

from dagger.

tbroyer avatar tbroyer commented on August 27, 2024

Should this issue be closed? We have #110 already (which is fixed BTW, but hasn't been closed yet) which covers error reporting as annotations in the editors, and I think #117 fixed the iterating/incremental build (IIRC, during my manual tests for #110, FullGraphProcessor reporting was OK)

from dagger.

tbroyer avatar tbroyer commented on August 27, 2024

I have to take back my above claim. Looks like an Eclipse plugin would help here; see my comment on issue #126 for more info on what's currently missing.

from dagger.

cgruber avatar cgruber commented on August 27, 2024

This has been working for me for quite a while. I'm not sure what's still missing. :/ Not even from your comment in #126, @tbroyer. I get errors in graph validation from chagnes using m2e and m2e-apt.

from dagger.

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.