https://gradle.com/ logo
Join Slack
Powered by
# migrating-from-maven
  • s

    Slackbot

    04/07/2020, 3:55 PM
    This message was deleted.
  • s

    Slackbot

    04/07/2020, 4:22 PM
    This message was deleted.
  • s

    Slackbot

    04/23/2020, 12:07 PM
    This message was deleted.
  • s

    Slackbot

    05/10/2020, 6:39 PM
    This message was deleted.
  • s

    Slackbot

    05/11/2020, 7:55 AM
    This message was deleted.
  • s

    Slackbot

    05/11/2020, 7:57 AM
    This message was deleted.
  • s

    Slackbot

    08/13/2020, 5:15 PM
    This message was deleted.
  • s

    Slackbot

    02/15/2021, 11:58 PM
    This message was deleted.
    g
    • 2
    • 1
  • s

    Slackbot

    03/12/2021, 12:39 AM
    This message was deleted.
  • s

    Slackbot

    03/17/2021, 1:00 AM
    This message was deleted.
  • s

    Slackbot

    03/18/2021, 5:55 PM
    This message was deleted.
  • s

    Slackbot

    03/19/2021, 1:13 AM
    This message was deleted.
  • c

    Chang

    03/23/2021, 12:50 AM
    Trying to migrate build system from Maven to Gradle for a Elasticsearch plugin. I got this error with the zip file built with this build.gradle. But actually 
    plugin-descriptor.properties
     is in the zip file that I attached here. Any suggestions?
    Copy code
    elasticsearch-7.10.2 % bin/elasticsearch-plugin install file:///Users/cgliu/git/cliu123_security/build/distributions/opendistro-security-1.13.1.0.zip
    -> Installing file:///Users/cgliu/git/cliu123_security/build/distributions/opendistro-security-1.13.1.0.zip
    -> Downloading file:///Users/cgliu/git/cliu123_security/build/distributions/opendistro-security-1.13.1.0.zip
    [=================================================] 100%   
    -> Failed installing file:///Users/cgliu/git/cliu123_security/build/distributions/opendistro-security-1.13.1.0.zip
    -> Rolling back file:///Users/cgliu/git/cliu123_security/build/distributions/opendistro-security-1.13.1.0.zip
    -> Rolled back file:///Users/cgliu/git/cliu123_security/build/distributions/opendistro-security-1.13.1.0.zip
    Exception in thread "main" java.nio.file.NoSuchFileException: /Users/cgliu/git/elasticsearch-7.10.2/plugins/.installing-13796530674833950483/plugin-descriptor.properties
    	at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92)
    	at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:106)
    	at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111)
    	at java.base/sun.nio.fs.UnixFileSystemProvider.newByteChannel(UnixFileSystemProvider.java:218)
    	at java.base/java.nio.file.Files.newByteChannel(Files.java:375)
    	at java.base/java.nio.file.Files.newByteChannel(Files.java:426)
    	at java.base/java.nio.file.spi.FileSystemProvider.newInputStream(FileSystemProvider.java:420)
    	at java.base/java.nio.file.Files.newInputStream(Files.java:160)
    	at org.elasticsearch.plugins.PluginInfo.readFromProperties(PluginInfo.java:156)
    	at org.elasticsearch.plugins.InstallPluginCommand.loadPluginInfo(InstallPluginCommand.java:807)
    	at org.elasticsearch.plugins.InstallPluginCommand.installPlugin(InstallPluginCommand.java:866)
    	at org.elasticsearch.plugins.InstallPluginCommand.execute(InstallPluginCommand.java:254)
    	at org.elasticsearch.plugins.InstallPluginCommand.execute(InstallPluginCommand.java:224)
    	at org.elasticsearch.cli.EnvironmentAwareCommand.execute(EnvironmentAwareCommand.java:86)
    	at org.elasticsearch.cli.Command.mainWithoutErrorHandling(Command.java:127)
    	at org.elasticsearch.cli.MultiCommand.execute(MultiCommand.java:91)
    	at org.elasticsearch.cli.Command.mainWithoutErrorHandling(Command.java:127)
    	at org.elasticsearch.cli.Command.main(Command.java:90)
    	at org.elasticsearch.plugins.PluginCli.main(PluginCli.java:47)
  • s

    Slackbot

    12/13/2022, 10:23 AM
    This message was deleted.
    j
    • 2
    • 1