[ 
https://issues.apache.org/jira/browse/TINKERPOP-1731?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16097653#comment-16097653
 ] 

Florian Hockmann commented on TINKERPOP-1731:
---------------------------------------------

Is this the error you are getting?
{code}
/usr/src/tinkerpop/gremlin-dotnet/src/Gremlin.Net/Gremlin.Net.csproj(1,1): 
error MSB4025: The project file could not be loaded. Data at the root level is 
invalid. Line 1, position 1.
[...]
[ERROR] Failed to execute goal 
org.eobjects.build:dotnet-maven-plugin:0.14:restore (default-restore) on 
project gremlin-dotnet-source: Command (in 
/usr/src/tinkerpop/gremlin-dotnet/src/Gremlin.Net) [dotnet, restore] returned 
non-zero exit code: 1 -> [Help 1]
{code}

It's really strange as I'm only getting this error when I build with Maven and 
inside a Docker container. It works when I build with Maven directly on my 
machine or when I don't use Maven and instead directly call {{dotnet restore}} 
and {{dotnet build}} inside the Docker container.

And the {{dotnet-maven-plugin}} only wraps the {{dotnet restore}} command here:
{code}
helper.executeCommand(subDirectory, "dotnet restore");
{code}

> Docker build does not appear to work for gremlin-dotnet
> -------------------------------------------------------
>
>                 Key: TINKERPOP-1731
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP-1731
>             Project: TinkerPop
>          Issue Type: Improvement
>          Components: build-release, language-variant
>    Affects Versions: 3.3.0
>            Reporter: stephen mallette
>            Priority: Critical
>
> Docker won't build the gremlin-dotnet stuff. I pulled out the {{.glv}} files 
> from that module so that docker would run properly until this can be fixed:
> https://github.com/apache/tinkerpop/blob/2d30a76aabdd009b9b926f83df2308b7578571c0/docker/scripts/build.sh#L71-L72



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to