Cedric,
I noticed that the build sensor does not capture all Build Targets. For example, if I type "ant -q freshStart junitAll". Build information on "junitAll" will be sent to the server and nothing about the "freshStart" part. So, the only way to capture correct build data is to ensure that we only execute on target at a time. For example, "ant -q freshStart" and then "ant -q junitAll". Note that I never run "freshStart junitAll" separately, so I never have freshStart build data.
Does the buildTarget matter? Is that a feature or a bug? Or is that really hard to do?
thanks, aaron
