Hi!
I want to implement in my app mr. Siddiqi AjaxUpload library, however I can't 
do so cause I am constantly getting this error:

Dynamic properties are deprecated: 
http://gradle.org/docs/current/dsl/org.gradle.api.plugins.ExtraPropertiesExtension.html
Deprecated dynamic property: "tapestryVersion" on "root project 
'tawus-master'", value: "5.3-rc-3-multipledb-SN...".
Deprecated dynamic property: "testngVersion" on "root project 'tawus-master'", 
value: "5.14.9".
Deprecated dynamic property: "nexusUsername" on "root project 'tawus-master'", 
value: "tawus".
Deprecated dynamic property: "nexusPassword" on "root project 'tawus-master'", 
value: "liridwm".
:tapz-core:compileJava UP-TO-DATE
:tapz-core:processResources UP-TO-DATE
:tapz-core:classes UP-TO-DATE
:tapz-core:jar UP-TO-DATE
:tapz-core:javadoc UP-TO-DATE
:tapz-core:javadocJar UP-TO-DATE
:tapz-core:sourcesJar UP-TO-DATE
:tapz-core:assemble UP-TO-DATE
:tapz-core:compileTestJava UP-TO-DATE
:tapz-core:processTestResources UP-TO-DATE
:tapz-core:testClasses UP-TO-DATE
:tapz-core:test

FAILURE: Build failed with an exception.

* What went wrong:
Could not resolve all dependencies for configuration ':tapz-core:testRuntime'.
> Could not find group:org.apache.tapestry, module:tapestry-core, 
> version:5.3-rc-3-multipledb-SNAPSHOT.
  Required by:
      com.googlecode.tawus:tapz-core:0.2-SNAPSHOT
> Could not find group:org.apache.tapestry, module:tapestry-test, 
> version:5.3-rc-3-multipledb-SNAPSHOT.
  Required by:
      com.googlecode.tawus:tapz-core:0.2-SNAPSHOT

* Try:
Run with --info or --debug option to get more log output.

I have tried changing my build.gradle properties, by putting lattest module of 
Tap-core, and excluding test properties, however no effort. What may cause such 
behavior?
                                          

Reply via email to