Separate building from loading
Building of a project should be separate from loading it, such that the build order can safely be changed. For example, currently the
Submitted by Vlad Vergu on 10 December 2012 at 17:45sdf2imp.eclipse
Ant task both builds the editor and reloads it therefore requiring that is executed last.
Issue Log
On 10 December 2012 at 17:45 Vlad Vergu tagged @vvergu
On 10 December 2012 at 17:46 Vlad Vergu tagged pitfall
On 10 December 2012 at 20:22 Guido Wachsmuth commented:
For compiler construction, it would also be useful to build one of 70 MiniJava projects, without actually loading it.
On 10 December 2012 at 21:35 Vlad Vergu commented:
Implemented in r25773.
The
sdf2imp.eclipse
Ant target builds the descriptor but no longer reloads the editor. There is a new Ant target -sdf2imp.eclipse.load
which loads the new editor. This target is called last in the build order.
On 10 December 2012 at 21:35 Vlad Vergu closed this issue.
On 8 January 2013 at 17:30 Gabriƫl Konat tagged 1.1
Log in to post comments