Open eclipse-modisco-bot opened 1 week ago
By Nicolas Bros on Apr 19, 2011 05:45
Note: this would effectively be a non-issue if we didn't have to copy the EMT files. So, I'm marking this bug as dependent on Bug 322635 - Acceleo headless builder.
By Gregoire Dupe on Sep 28, 2011 11:18
No emergency => P5
| --- | --- | | Bugzilla Link | 343238 | | Status | NEW | | Importance | P5 minor | | Reported | Apr 19, 2011 03:40 EDT | | Modified | Sep 28, 2011 16:30 EDT | | Version | 0.9.0 | | Depends on | 322635 | | Reporter | Nicolas Bros |
Description
To workaround the impossibility to use the Acceleo compiler headlessly (Bug 322635), MoDisco projects which use Acceleo have an ant script that copies the emtl files back and forth.
But I noticed while configuring the script for "org.eclipse.modisco.java.discoverer.benchmark" that it runs continuously when mtl files are modified :
Sometimes it stops after a few builds, sometimes it continues this way for a long time. So, there appears to be a race condition between the builders.
Note that I saw the problem because I checked "allocate console" while configuring the emtl launch configuration on the builder. This option is disabled on the other projects.