-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mvn dependency:copy -Dmaven.repo.local="build/download" throws an error. #1
Comments
Hello, Command
is working properly here. Please specify what you exactly run and what error you get. It might be that we don't understand the issue. |
Thanks Mikir. I cloned the project and run mvn dependency:copy -Dmaven.repo.local="build/download" I can send video. Give me an address please? |
C:\Users\Admin.jdks\corretto-17.0.4.1\bin\java.exe "-Dmaven.multiModuleProjectDirectory=C:\Users\Admin\Desktop\Новая папка (3)\zserio-tutorial-java" "-Dmaven.home=C:\Program Files\JetBrains\IntelliJ IDEA 2022.1\plugins\maven\lib\maven3" "-Dclassworlds.conf=C:\Program Files\JetBrains\IntelliJ IDEA 2022.1\plugins\maven\lib\maven3\bin\m2.conf" "-Dmaven.ext.class.path=C:\Program Files\JetBrains\IntelliJ IDEA 2022.1\plugins\maven\lib\maven-event-listener.jar" "-javaagent:C:\Program Files\JetBrains\IntelliJ IDEA 2022.1\lib\idea_rt.jar=62124:C:\Program Files\JetBrains\IntelliJ IDEA 2022.1\bin" -Dfile.encoding=UTF-8 -classpath "C:\Program Files\JetBrains\IntelliJ IDEA 2022.1\plugins\maven\lib\maven3\boot\plexus-classworlds-2.6.0.jar;C:\Program Files\JetBrains\IntelliJ IDEA 2022.1\plugins\maven\lib\maven3\boot\plexus-classworlds.license" org.codehaus.classworlds.Launcher -Didea.version=2022.1 dependency:copy "-Dmaven.repo.local="build/download"" "\" |
Can I upload your code to git below me and show where the error is good? |
Please, try to make one line command without any
|
Now |
PS C:\Users\Admin\Desktop\Новая папка (3)\zserio-tutorial-java> mvn dependency:copy -Dmaven.repo.local="build/download" |
|
|
xml version="1.0" encoding="UTF-8" |
Hi, please note that we never tried it from PowerShell. We are using bash from msys2. Maybe there is some problem with path ('\' vs '/'). |
I downloaded from github and ran it. Tell me how I'll do it |
So archive for Ant? |
Should I use ANT to download? |
Just download manually the zip file https://github.com/ndsev/zserio/releases/download/v2.9.0/zserio-2.9.0-runtime-libs.zip. Unpack it and place the Then run: Note that since you are on Windows and in PowerShell, you will probably need to modify the classpath (-cp) to work on Windows -> e.g. use If some of the above commands fail, please attach the error message. |
Thanks now tried. |
PS C:\Users\Admin\Desktop\AAnt\zserio-tutorial-java\src\tutorial\build\runtime_libs\java> javac -d build |
PS C:\Users\Admin\Desktop\AAnt\zserio-tutorial-java\src\tutorial\build\runtime_libs\java> java -cp zserio_runtime.jar:build ..........\src\Main.java |
Maybe the dots '......' don't work? Please copy only the However your build command did not include the last part: |
PS C:\Users\Admin\Desktop\AAnt\zserio-tutorial-java> javac -d build -cp src\build\zserio_runtime.jar src\Main.java |
PS C:\Users\Admin\Desktop\AAnt\zserio-tutorial-java> javac -d build -cp src\build\zserio_runtime.jar src\Main.java src**.java |
It's again Windows issue - |
PS C:\Users\Admin\Desktop\NEWWW\zserio-tutorial-java> javac -d build -cp src\build\zserio_runtime.jar src\Main.java src\tutorial\Employee.java src\tutorial\Experience.java src\tutorial\Languag |
Good morning. Can you please tell me how can I create a database schema for a simple layer. And then show through Java in the Leaflet library? Or a link where to read? |
No idea. I cannot see any connection of these questions to Zserio Tutorial Java. If this is NDS related and you need help, please consider to contact NDS support. |
Hello. I just started learning nds and wanted to ask I took https://github.com/ndsev/zserio-tutorial-java but it doesn't start. please tell me how to run it, because when you run mvn dependency:copy -Dmaven.repo.local="build/download" throws an error.
The text was updated successfully, but these errors were encountered: