tutorials icon indicating copy to clipboard operation
tutorials copied to clipboard

Flow 101 tutorial getting build error

Open akhilnair95 opened this issue 7 years ago • 2 comments

Is bumping into the following error while deploying the app

[ERROR] /function/src/main/java/com/example/fn/HelloFunction.java:[3,33] package com.fnproject.fn.api.flow does not exist

This got fixed by adding the flow-api dependency in pom.xml

com.fnproject.fn flow-api ${fdk.version}

But this step is not mentioned in the tutorial.

akhilnair95 avatar Oct 29 '18 08:10 akhilnair95

Hi, there are many things that are outdated right now, we're working hard to get these changes in upstream docs, first and major step is: PR https://github.com/fnproject/tutorials/pull/133. Please be patient, we're going to make docs updated soon.

cc @michael-w-williams @delabassee

denismakogon avatar Oct 29 '18 09:10 denismakogon

In that case, please mention that in the docs as well

On Mon, Oct 29, 2018 at 2:51 PM Denis Makogon [email protected] wrote:

Hi, there are many things that are outdated right now, we're working hard to get these changes in upstream docs, first and major step is: PR #133 https://github.com/fnproject/tutorials/pull/133. Please be patient, we're going to make docs updated soon.

cc @michael-w-williams https://github.com/michael-w-williams @delabassee https://github.com/delabassee

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/fnproject/tutorials/issues/134#issuecomment-433839720, or mute the thread https://github.com/notifications/unsubscribe-auth/AIMIp9nZn3uZdY9lM6dg5_cbfNVXfU8_ks5upsiHgaJpZM4X-s3c .

-- Regards,

Akhil S

akhilnair95 avatar Oct 29 '18 10:10 akhilnair95