davidB / jme3_ext_deferred

[experimental] a deferred rendering for jME3
Creative Commons Zero v1.0 Universal
6 stars 0 forks source link

Problem with build #5

Open Ali-RS opened 7 years ago

Ali-RS commented 7 years ago

Hi @davidB

When i try to build it i get following error. Can you help me to solve it ?

FAILURE: Build failed with an exception.

* Where:
Build file '/media/idea/01D0ABF282E1DD20/Java/jME_NB-PW-11-6-2015/jme3_ext_deferred/build.gradle' line: 158

* What went wrong:
A problem occurred evaluating root project 'jme3_ext_deferred'.
> Could not get unknown property 'bintray_user' for object of type com.jfrog.bintray.gradle.BintrayExtension.
Ali-RS commented 7 years ago

I tried to remove pluginid "com.jfrog.bintray" version "1.2" then compile it but now i am getting following errors :

Executing: gradle clean build

Constructor DefaultSourceDirectorySet(String, FileResolver) has been deprecated and is scheduled to be removed in Gradle 4.0
:clean

ERROR:  MaterialCustom.xtend - 
29: The method getShader is undefined for the type MaterialCustom

ERROR:  MaterialConverter.xtend - 
56: The method isApplyAlphaFallOff is undefined for the type MaterialConverter

ERROR:  MaterialConverter.xtend - 
57: The method isApplyAlphaTest is undefined for the type MaterialConverter

ERROR:  MaterialConverter.xtend - 
62: The method isApplyPointSprite is undefined for the type MaterialConverter
:compileXtend

WARNING:    Pass4AO_mssao.xtend - 
7: The import 'com.jme3.math.Vector3f' is never used.

WARNING:    Pass4AO_mssao.xtend - 
6: The import 'com.jme3.math.Vector2f' is never used.

WARNING:    Pass4AO_mssao.xtend - 
9: The import 'com.jme3.renderer.Camera' is never used.

WARNING:    Pass4AO_mssao.xtend - 
8: The import 'com.jme3.math.Vector4f' is never used.

WARNING:    MaterialConverter.xtend - 
56: The method setAlphaFallOff(float) from the type RenderState is deprecated

WARNING:    MaterialConverter.xtend - 
56: The method getAlphaFallOff() from the type RenderState is deprecated

WARNING:    MaterialConverter.xtend - 
57: The method setAlphaTest(boolean) from the type RenderState is deprecated

WARNING:    MaterialConverter.xtend - 
57: The method isAlphaTest() from the type RenderState is deprecated

WARNING:    MaterialConverter.xtend - 
62: The method setPointSprite(boolean) from the type RenderState is deprecated

WARNING:    MaterialConverter.xtend - 
62: The method isPointSprite() from the type RenderState is deprecated
:compileXtend FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':compileXtend'.
> Xtend compile failed

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

BUILD FAILED

Total time: 10.886 secs

Build failure (see the Notifications window for stacktrace): gradle clean build
davidB commented 7 years ago

Hi Ali,

the pushed code is not updtodate, I'm busy + trip. I'll try to fix build ASAP.

On Wed, Nov 30, 2016 at 1:24 PM, Ali-RS notifications@github.com wrote:

I tried to remove pluginid "com.jfrog.bintray" version "1.2" then compile it but now i am getting following errors :

Executing: gradle clean build

Constructor DefaultSourceDirectorySet(String, FileResolver) has been deprecated and is scheduled to be removed in Gradle 4.0 :clean

ERROR: MaterialCustom.xtend - 29: The method getShader is undefined for the type MaterialCustom

ERROR: MaterialConverter.xtend - 56: The method isApplyAlphaFallOff is undefined for the type MaterialConverter

ERROR: MaterialConverter.xtend - 57: The method isApplyAlphaTest is undefined for the type MaterialConverter

ERROR: MaterialConverter.xtend - 62: The method isApplyPointSprite is undefined for the type MaterialConverter :compileXtend

WARNING: Pass4AO_mssao.xtend - 7: The import 'com.jme3.math.Vector3f' is never used.

WARNING: Pass4AO_mssao.xtend - 6: The import 'com.jme3.math.Vector2f' is never used.

WARNING: Pass4AO_mssao.xtend - 9: The import 'com.jme3.renderer.Camera' is never used.

WARNING: Pass4AO_mssao.xtend - 8: The import 'com.jme3.math.Vector4f' is never used.

WARNING: MaterialConverter.xtend - 56: The method setAlphaFallOff(float) from the type RenderState is deprecated

WARNING: MaterialConverter.xtend - 56: The method getAlphaFallOff() from the type RenderState is deprecated

WARNING: MaterialConverter.xtend - 57: The method setAlphaTest(boolean) from the type RenderState is deprecated

WARNING: MaterialConverter.xtend - 57: The method isAlphaTest() from the type RenderState is deprecated

WARNING: MaterialConverter.xtend - 62: The method setPointSprite(boolean) from the type RenderState is deprecated

WARNING: MaterialConverter.xtend - 62: The method isPointSprite() from the type RenderState is deprecated :compileXtend FAILED

FAILURE: Build failed with an exception.

  • What went wrong: Execution failed for task ':compileXtend'.

    Xtend compile failed

  • Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

BUILD FAILED

Total time: 10.886 secs

Build failure (see the Notifications window for stacktrace): gradle clean build

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/davidB/jme3_ext_deferred/issues/5#issuecomment-263861190, or mute the thread https://github.com/notifications/unsubscribe-auth/AAApsx8-PQkeFobhmuI1KB7JWHq1UqGVks5rDWr3gaJpZM4LAHYM .

Ali-RS commented 7 years ago

thanks bro.