Oreczml-master Operational problem

I encountered dependency download problem when running oreczml, but I don’t know how to solve it. Using maven clean and install can’t solve the problem. There is a dependency and jar I don’t know where to download.


1 Like

@gengjianben the dependency is on the cesiumlanguagewriter jar which is in the /cicd folder in the oreczml repository. You can install it by going into the main directory of the repository and using the command

mvn install:install-file -Dfile=[PATH]\cicd\cesiumlanguagewriter-3.0.0.jar -DgroupId=com.custom -DartifactId=czml-writer -Dversion=3.0.0 -Dpackaging=jar -DgeneratePom=true
2 Likes

This problem is known and can’t be fixed until AGI (Analytical Graphics), that made this library, upload it to maven central so that we wil be able to compile into the pom easily.