Forum Discussion
Altera_Forum
Honored Contributor
15 years agosince the feature is broken, you could try a simple lock file scheme where the script would check for an existing lock file on a shared drive. if the file didn't exist, then create one and run the compilation, removing the lock file upon completion. if the lock file did exist, check periodically for the lock file to be deleted
i might take a stab at it if i find some time