Interface Incompatibilty --> Compile error
Status: Beta
Brought to you by:
bernhardbrem
Hi Bernhard!
The interface org.emonic.base.buildmechanism.IBuildCommandRunner has a method
String getTargetBuildCommand(String[] affectedTargets);
but org.emonic.base.build.antnant.nant.NAntBuildfileManipulator (which implements the interface) provides the method
String getTargetBuildCommand(String targets)
(no String array!)
Can you please fix that soon, since it generates a compile error.
Greetings, Harald
Logged In: YES
user_id=1245734
Originator: NO
Fixed it to a interim solution - I hope it compiles now.....
Logged In: YES
user_id=1736779
Originator: YES
The msbuild project does not but that doesn't matter for me now.
Thanks!
I'm closing this bug.