-
Notifications
You must be signed in to change notification settings - Fork 83
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
Import file not found #17
Comments
This also not works:
|
Even full path is not possible:
|
Same issue here |
@andrej-zirko right now I am writing all smart contracts in the single file, this works. But we need a good fix. |
there is raised already an issue in the solc library: |
It is definietively a problem for me also. |
Same problem for me also... |
thx a lot to @MykolaMarkov. This issue is fixed in the latest version (0.3.0) |
@MykolaMarkov are we able to import from online sources? such as import "github.com/OpenZeppelin/openzeppelin-solidity/contracts/token/ERC721/ERC721Token.sol" because I get an error file not found. |
Have several solidity sources in
src/main/resources
:Second one tries to import first one:
The text was updated successfully, but these errors were encountered: