From: Arno P. <ar...@pu...> - 2006-08-02 08:39:44
|
Wolfgang Korn wrote: > for the same reason (external dependencies) I would not recommend adding this target to our "official" build script. My suggestion is to create a "private" build script for this, which is not part of the official distribution. For this you can start with the gateway-targets file and modify the classpaths. To use this file you can simply call "ant -f my-build.xml run-local". > > What do you think? Would you prefer to have that run-local target in the official build script? As long as this target is not called, that would not cause problems (as the dependencies in Eclipse do). I would prefer to have this part of the distribution. As long as no one calls this target, nothing bad will happen. And I really need this thing all the time, so to have it in the repository, perhaps even sharing classpath etc. with the public run-target, would be of great benefit. And, as you pointed out, unlike the Eclipse launch configuration, this will not cause any problems. Arno |