Re: tapestry-cdi vs. IDEA

2014-02-08 Thread françois facon
Hello Howard,

it looks like it is related to the   inside tapestry-cdi.iml.

In the gradle.build file the scope for the cdi-api lib is compileOnly but
we have to tell IDE that their are additional dependencies

idea {
  module {
scopes.PROVIDED.plus += configurations.compileOnly
  }
}

Regards
François


2014-02-07 Howard Lewis Ship :

> After "gradle idea", the tapestry-cdi code has missing references for
> imports in javax.enterprise.  Any idea what's up with that?
>
> --
> Howard M. Lewis Ship
>
> Creator of Apache Tapestry
>
> The source for Tapestry training, mentoring and support. Contact me to
> learn how I can get you up and productive in Tapestry fast!
>
> (971) 678-5210
> http://howardlewisship.com
>


tapestry-cdi vs. IDEA

2014-02-07 Thread Howard Lewis Ship
After "gradle idea", the tapestry-cdi code has missing references for
imports in javax.enterprise.  Any idea what's up with that?

-- 
Howard M. Lewis Ship

Creator of Apache Tapestry

The source for Tapestry training, mentoring and support. Contact me to
learn how I can get you up and productive in Tapestry fast!

(971) 678-5210
http://howardlewisship.com