-
Notifications
You must be signed in to change notification settings - Fork 161
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
Unclear error when package contains no entrypoints #49
Comments
This looks like more of an issue with the datastore API: googleapis/google-cloud-datastore#41 |
@maxwellpeterson-wf Are you using the pub-dartlang-dart app for running your own pub server (and use the If so, I could imagine that this is in fact googleapis/google-cloud-datastore#41. Our deployed version of the pub-dartlang-dart app is using the native protobuf APIs which AppEngine provides (provided by |
Yes, we have it deployed to a GCE instance for now so that we can firewall it off to our office IPs and VPN. Once OAuth2 support is added for I did end up changing the |
I believe this issue can be closed. I've tried to upload an empty package (no |
From @maxwellpeterson-wf on March 22, 2016 17:55
If you try to publish a package that does not have any
.dart
files inlib/
, the following happens:This happens because the
libraries
property on thePackageVersion
entity does not get set, so the commit actually fails.It would be great if there was a more clear error presented when this happens :)
Copied from original issue: dart-lang/pub#1398
The text was updated successfully, but these errors were encountered: