Nehon / base-jme

Template project for JME3
1 stars 1 forks source link

Created project, then run #1

Open Pesegato opened 7 years ago

Pesegato commented 7 years ago

Got this result:

14:23:20: Executing external task 'run Main'...
:compileJava

FAILURE: Build failed with an exception.

* What went wrong:
Could not resolve all dependencies for configuration ':compile'.
> Could not find org.jmonkeyengine:jme3-core:[3.1).
  Searched in the following locations:
      https://jcenter.bintray.com/org/jmonkeyengine/jme3-core/[3.1)/jme3-core-[3.1).pom
      https://jcenter.bintray.com/org/jmonkeyengine/jme3-core/[3.1)/jme3-core-[3.1).jar
  Required by:
      :Prealpha:unspecified
> Could not find org.jmonkeyengine:jme3-desktop:[3.1).
  Searched in the following locations:
      https://jcenter.bintray.com/org/jmonkeyengine/jme3-desktop/[3.1)/jme3-desktop-[3.1).pom
      https://jcenter.bintray.com/org/jmonkeyengine/jme3-desktop/[3.1)/jme3-desktop-[3.1).jar
  Required by:
      :Prealpha:unspecified
> Could not find org.jmonkeyengine:jme3-lwjgl:[3.1).
  Searched in the following locations:
      https://jcenter.bintray.com/org/jmonkeyengine/jme3-lwjgl/[3.1)/jme3-lwjgl-[3.1).pom
      https://jcenter.bintray.com/org/jmonkeyengine/jme3-lwjgl/[3.1)/jme3-lwjgl-[3.1).jar
  Required by:
      :Prealpha:unspecified

* 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: 3.345 secs
Could not find org.jmonkeyengine:jme3-core:[3.1).
Searched in the following locations:
    https://jcenter.bintray.com/org/jmonkeyengine/jme3-core/[3.1)/jme3-core-[3.1).pom
    https://jcenter.bintray.com/org/jmonkeyengine/jme3-core/[3.1)/jme3-core-[3.1).jar
Required by:
    :Prealpha:unspecified
14:23:24: External task execution finished 'run Main'.
Pesegato commented 7 years ago

It is because of this default setting:

image

On the code, there is the ',', but maybe you need to escape it?

Pesegato commented 7 years ago

https://github.com/Nehon/bootmonkey/blob/master/src/main/java/com/jme3/bootmonkey/Proto.java#L19

Ali-RS commented 7 years ago

I had the same issue. I already made a PR for it.

https://github.com/Nehon/bootmonkey/pull/2/commits/73e4ee453013653b611a070787e9307a22fa970c

Pesegato commented 7 years ago

Your PR don't fix the problem; @nehon already added the ','. I suspect it must be escaped or something...