ether-camp / ethereum-sandbox

Ethereum Sandbox
GNU Affero General Public License v3.0
7 stars 8 forks source link

Simbolic links breaks "Run active contract" #86

Open 3esmit opened 7 years ago

3esmit commented 7 years ago

Error: Source "lib/oraclize/ethereum-api/oraclizeAPI_0.4.sol" not found: File outside of allowed directories. Error: Source "lib/ethereans/abstract-token/CollaborationToken.sol" not found: File outside of allowed directories.

They are symlinked with relative paths to other projects inside IDE, such as ../../../../abstract-token/contracts/

Using "Run all contracts" works, but is slower.