We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The following vpack will not download ZeroMQ, because of the commented dependency.
It will process nicely without the comment, so I think this is a bug.
<vpack> <meta> <name>vvvv-ZeroMQ</name> <source>https://github.com/velcrome/vvvv-ZeroMQ</source> <author>velcrome</author> <dependencies> <!--dependency> <name>vvvv-Message</name> <source>vpms://raw.githubusercontent.com/velcrome/vvvv-Message/develop/copy/vvvv-Message.vpack</source> </dependency--> </dependencies> </meta> <install> Download( "https://github.com/velcrome/vvvv-ZeroMQ/releases/download/0.5.1/vvvv-ZeroMQ.zip", VPM.TempDir + "\\vvvv-ZeroMQ.zip" ); Extract(VPM.TempDir + "\\vvvv-ZeroMQ.zip", Pack.TempDir + "\\extract"); CopyDir( Pack.TempDir + "\\extract", VVVV.Dir + "\\packs\\vvvv-ZeroMQ" ); </install> </vpack>
Note that this behaviour is recursive, if there is a similar error in the dependency's vpm
The text was updated successfully, but these errors were encountered:
I just noticed this one now very strange I'm using regular .net xml parser, I thought it takes care of that. will have a look when I find time for it
Sorry, something went wrong.
No branches or pull requests
The following vpack will not download ZeroMQ, because of the commented dependency.
It will process nicely without the comment, so I think this is a bug.
Note that this behaviour is recursive, if there is a similar error in the dependency's vpm
The text was updated successfully, but these errors were encountered: