Coder Social home page Coder Social logo

Comments (5)

Sandmania avatar Sandmania commented on May 27, 2024 2

Just edited my previous comment with the actual error I'm experiencing. I'm pretty confident that at this point it does not actually have anything to do with the function. When I get this up and running I can do a PR for a mavenized and delomboked CDDSkeleton.

from aws-greengrass-provisioner.

timmattison avatar timmattison commented on May 27, 2024 1

BTW, the project was delomboked today.

from aws-greengrass-provisioner.

Sandmania avatar Sandmania commented on May 27, 2024

Some more observations:

FOUNDATION_GREENGRASS_JAVA_SDK_1_2_JAR = "/foundation/GreengrassJavaSDK-1.2.jar.zip" is defined in BasicMavenBuilder but actually GreengrassJavaSDK-1.3.jar.zip is under foundation.

I'm running this without the docker container, so directly with java -jar ..... I'm wondering if the paths are now a bit messed up, as the executable jar is under build/libs/ and the zip in build/foundation/

And the actual error I'm getting when running
java -jar ../GGP/aws-greengrass-provisioner/build/libs/AwsGreengrassProvisioner.jar -a ARM32 -g test -d deployments/test.conf --script
is

[ERROR] BasicMavenBuilder: Parallel task execution failed [java.lang.IllegalArgumentException: resource /foundation/GreengrassJavaSDK-1.3.jar.zip not found.]
[ERROR] AwsGreengrassProvisioner: java.util.concurrent.ExecutionException: java.lang.IllegalArgumentException: resource /foundation/GreengrassJavaSDK-1.3.jar.zip not found.

from aws-greengrass-provisioner.

timmattison avatar timmattison commented on May 27, 2024

I switched from Maven to Gradle to simplify a few tasks and a casualty of this was that the Maven builder has been neglected. I’ll take a look.

Do you have any functions you want to deploy so I can take a look?

from aws-greengrass-provisioner.

timmattison avatar timmattison commented on May 27, 2024

CDDSkeleton used to be Maven project but I converted to Gradle since it was easier to include the CDD framework (in my opinion). But I would like to see what you put together and consider what makes more sense. Delomboked would be great. I'm always looking for ways to reduce my dependence on Lombok since it breaks some things (like Dagger, which I've also started ditching for other reasons).

from aws-greengrass-provisioner.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.