-
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
Config parameter 'localRepo' in file depmngr.properties unusable under Windows #2
Comments
If you modify the property value to include the protocol this should work under windows. I.e., file:///C:/path/to/my/dir |
Hey. I've tried that already unfortunately and get this:
On 2013/03/19 02:36 PM, Brian Langel wrote:
Kerneels Roos |
Hi. For that last email with error output I used this in depmngr.properties: the local repository where remote repositories' downloads will be saved.localRepo=file:///D:/Programs/Ply/ply_home/repo and the dirs exists fine. On 2013/03/19 02:36 PM, Brian Langel wrote:
Kerneels Roos |
Hey Brian. Just to let you know that I've managed to run the binary of Wrk on So, I've managed to connect to Trello and get some data down, but I have So, to summarize:
Many Thanks! Getting somewhere finally! :-) On 2013/03/19 02:36 PM, Brian Langel wrote:
Kerneels Roos |
Kerneels, Sorry, I have been away. I'll need some time to look into your questions to Have a good weekend! On Wed, Mar 27, 2013 at 11:08 AM, Kerneels [email protected] wrote:
|
The localRepo property in the file depmngr.properties cannot be set to any directory under Windows. Using relative, absolute or paths made up of the parameters such as ${PLY_HOME}\some\dir all does not work because internally the path gets expanded and Java thinks the ':' after the drive letter signifies a protocol it does not know. Have also tried the file type URI to no effect. Very hard to fix because Ply is built using itself! :-) Catch 22 - Ply needs a fix for Windows, to compile the fix you need Ply.
The text was updated successfully, but these errors were encountered: