Any idea why

project.configurations{
    wsanttasks
}

project.dependencies{
    wsanttasks module("com.ibm.websphere:runtime:6.1.0")
}

throws a nullpointerexception on the module line when I declare it in a
plugin?




hdockter wrote:
> 
> 
> On Jun 16, 2009, at 2:58 PM, JerodLass wrote:
> 
> <snip>
> 
>>
>> Thanks again, and keep an eye on me if you will because I will  
>> probably run
>> into more problems with the DSL update. For example, I changed my
>> testCompile dependencies to compileTests dependencies because of the
>> breaking changes document, but it caused problems. Is the  
>> configuration
>> still called testCompile while the task is compileTests?
> 
> Yes
> 
> See UG:
> 
> http://gradle.org/0.6.1/docs/userguide/java_plugin.html
> 
> and
> 
> http://gradle.org/0.6.1/docs/userguide/ 
> dependency_management.html#sec:how_to_declare_your_dependencies (Table  
> 21.1)
> 
> - Hans
> 
> --
> Hans Dockter
> Gradle Project Manager
> http://www.gradle.org
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe from this list, please visit:
> 
>     http://xircles.codehaus.org/manage_email
> 
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Client-module-for-custom-ant-tasks-tp23983465p24073899.html
Sent from the gradle-user mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to