Hi,

Can you give a bit more detail about what you're doing here? Are you connecting 
the debugger to the build process or the IDE project? Does it work when you use 
the old API? Are you using embedded mode (ie 
DefaultGradleConnector.embedded(true))?

As an experiment, can you try adding this to FilteringClassLoader's constructor:

allowPackage("com.sun.jdi");


On 18/09/2013, at 7:31 AM, kelemen <attila.keleme...@gmail.com> wrote:

> Hi Adam,
> 
> After using the new API, I have the following issue: If I try to attach to a 
> process (JDPA), NetBeans reports a LinkageError. I'm not sure what exactly 
> happens but here is the stacktrace: https://gist.github.com/kelemen/6600845. 
> This is currently a blocking issue for me because I'm yet to find a 
> workaround.
> 
> View this message in context: Re: Proposal for retrieving multiple types of 
> models from a project in a single pass, using the Tooling API
> Sent from the gradle-dev mailing list archive at Nabble.com.


--
Adam Murdoch
Gradle Co-founder
http://www.gradle.org
VP of Engineering, Gradleware Inc. - Gradle Training, Support, Consulting
http://www.gradleware.com

Join us at the Gradle eXchange 2013, Oct 28th in London, UK: 
http://skillsmatter.com/event/java-jee/gradle-exchange-2013



Reply via email to