-
Notifications
You must be signed in to change notification settings - Fork 11
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
Error when building on windows #9
Comments
@Jparrishau what operating system are you using?
|
I am using windows yes and have my environment variables set correctly. I'm guessing that means it doesn't work for windows. Maybe Ill try it on a virtual Linux distribution if I get the chance. |
@Jparrishau it has for others. If you're up for it try running the command with more output:
This will help me see if we can quickly fix this or not (it's likely something lame like a separator or such) |
Not sure I see anything that looks wrong as far as the paths.
|
@Jparrishau actually it definitely is. I just looked and it's the classpath separators in |
Cool thanks, I was getting an error and checked and noticed this: I also noticed the Now I am getting this and I think its because of the slash's
|
@Jparrishau ah yes, thank you for that. I (obviously) don't have have a Windows to have tested on 😂 |
@Jparrishau this may be whack-a-mole but to see if you can quickly proceed can you do the following:
and then retry. If this doesn't work I'll try to find a |
No bueno. Thanks for the help though. I'm always on if you need me to run any further windows tests in the future.
|
@Jparrishau thanks for being so helpful working through this in piecemeal. Here's another shot in the dark. If this doesn't work I'll revisit tomorrow. Again do a |
Piecemeal... that's a new word in my vocabulary now.
|
@Jparrishau 😄 |
Its Yep seems when I run command |
@Jparrishau ah yes, definitely the space. Ok (another round!) |
Getting a new error. I think now its the
|
@Jparrishau, hm. Ok let me check this tomorrow. What's the ply error output? |
Error:
Debug Log:
|
@Jparrishau ok another go of it! 🤞 for |
|
@Jparrishau ok, try again 😑 -> |
I think that did it! I'm still getting an error but I don't think that has to do with ply. Ill have to take a look at it later today when I get the chance. Thanks for the help, do you want me to post the properties file? So you have one you know it has been tested on windows?
|
@Jparrishau I think it is though because if you look at the output |
@Jparrishau more work for you I'm sorry..this update will not work but will include more information about why the file was not found from the remote repository -> |
Ok thanks, I tried it just now and then grabbed the generated URI for the maven central repo and tried it manually. If the URI was entered as below I get error 404: If I enter it like this then I get the file: I also went ahead and added some of the dependencies to my local repository and it is working fine. Just a bit time consuming. Attaching logs in case you'd like to see. Each time I got a new dependency error I just went and added it manually. I haven't added them all yet however. |
Alright I was able to modify that through the properties files. Still getting some errors though. Ill spend some more time troubleshooting and let you know what I find once I've got a more solid understanding of whats going on. |
@Jparrishau ok thank you! If you were able to get things compiling after copying the artifacts to your local repository that means this is the last issue. Sorry for the super annoyance. I've updated again to fix this double |
Hey guys, I am getting Error: Could not find or load main class net.ocheyedan.ply.JvmPrimer when trying to build the dash labs dynamodb fork. Wondering if this is something wrong on my part or a bug. Id really like to get the project built.
[ply] building dynamodb-geo, 1.1.0 and its submodules:
[ply] geo-core
[ply] s3-geo
[ply]
[ply] building dynamodb-geo itself before its submodules
[clean] Error: Could not find or load main class net.ocheyedan.ply.JvmPrimer
[err!] script ply-clean-1.0.jar failed [ exit code = 1 ].
The text was updated successfully, but these errors were encountered: