clowder-framework / jclowder

0 stars 0 forks source link

init commit #1

Closed bingzhang closed 3 years ago

max-zilla commented 3 years ago

I was able to build and run this with a newer JDK by adding these lines to pom.xml:

        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
        <maven.compiler.source>1.8</maven.compiler.source>
        <maven.compiler.target>1.8</maven.compiler.target>
    </properties>

Specifically the two maven.compiler lines. After I did that, I was able to run the wordcount java version on my local Clowder and successfully got it done, and also it threw errors on deleted files without a big issues which is good. Do you want to add those 2 lines to the pom file and I will approve?

bingzhang commented 3 years ago

I was able to build and run this with a newer JDK by adding these lines to pom.xml:

      <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
      <maven.compiler.source>1.8</maven.compiler.source>
      <maven.compiler.target>1.8</maven.compiler.target>
  </properties>

Specifically the two maven.compiler lines. After I did that, I was able to run the wordcount java version on my local Clowder and successfully got it done, and also it threw errors on deleted files without a big issues which is good. Do you want to add those 2 lines to the pom file and I will approve?

thank you. I updated the pom.xml.

max-zilla commented 3 years ago

@robkooper i'm good to merge if you are.