On 29/11/2010, at 10:26 AM, Etienne Studer wrote:

> Hi
> 
> If I run the script below on my java project, I notice that 
> configurations.default does not contain the jar-artefact of my project. 
> 
> task copyRuntime(type: Copy) {
>    from configurations.default.resolve()
>    into "$buildDir/copy"
> }
> 
> Based on the Gradle documentation, the jar-artefact should be part of 
> configurations.default:
> default       extends runtime, archives - Artifacts produced and dependencies 
> required by this project.
> 
> Is this a bug or am I overseeing something?

It is this bug: http://jira.codehaus.org/browse/GRADLE-732


--
Adam Murdoch
Gradle Developer
http://www.gradle.org
CTO, Gradle Inc. - Gradle Training, Support, Consulting
http://www.gradle.biz

Reply via email to