Getit problem on my 10.2.3
limelect opened this issue · 7 comments
Get it does not work on my 10.2.3 since day 1.
Using 10.2.1 (on my backup) it worked somehow
I was expecting to see getit in you're program the getit components
so I will finally use it.
Pressing the refresh button a few times gets an error doscmnd as expected.
However, waiting for 1/2 an hour did nothing except the error (refresh).
I wander AFTER running your program pressing getit on the IDE did not bring
an error but it turns endlessly.
P.S on line if StartsText('--', ANewLine) then
ANewLine='GetIt Package Manager - Version 6.0'
Making this line // it brings back as though the getit program does not work
Is it possible that getit on 10.2 works differently?
Are there not common basic commands used in all?
So one can use only those?
maybe no need for first-time >>> StartsText('--' or a different approch
Not in the GetItCmd.exe utility. There is an API but I don't have information to that (yet). The GetIt Package Manager in the Delphi IDE works within that version of Delphi but the command-line tool has not received much attention. I'm finding the environment variables affect it, too.
Yes, but then the package count is off and a right+click to install one could lead to trying to install a package with the name, "--". I'm fixing that right now...
The problem is that older versions of GetItCmd have different commands--it's not the check for "--" at the start. I put that back and and updated the code to support a couple of versions back with different command arguments. Try this update.
It's also important to have the path set properly. If you have multiple versions of Delphi installed, the first Delphi path may point to a different version of GetIt than the one you want to run.
If you have any more problems, I'll have to look at them later--or wait until I get information from Embarcadero on GetIt's API.