vulcan9 / vulcan

Automatically exported from code.google.com/p/vulcan
GNU General Public License v2.0
0 stars 1 forks source link

Normalize whitespace between maven goals #98

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. set maven as your build tool
2. put an extra space in the configuration code such as
clean  cobertura:cobertura install
3. build your project

What is the expected output? What do you see instead?
The expected output should be a good build.  Instead it fails with this
message in the build log

[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Invalid task '': you must specify a valid lifecycle phase, or a goal
in the format plugin:goal or pluginGroupId:pluginArtifactId:pluginVersion:goal
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: < 1 second
[INFO] Finished at: Thu Apr 12 07:36:53 EDT 2007
[INFO] Final Memory: 1M/2M
[INFO] ------------------------------------------------------------------------

What version of the product are you using? On what operating system?
I don't see any version number, but it is the vulcan you installed on tcsdev.

Please provide any additional information below.

Original issue reported on code.google.com by lizzySom@gmail.com on 12 Apr 2007 at 2:38

GoogleCodeExporter commented 9 years ago

Original comment by chris.eldredge@gmail.com on 15 Apr 2007 at 3:45

GoogleCodeExporter commented 9 years ago
Confirmed.

Original comment by chris.eldredge@gmail.com on 16 Apr 2007 at 11:39

GoogleCodeExporter commented 9 years ago
Fixed in r388.

Original comment by chris.eldredge@gmail.com on 16 Apr 2007 at 11:42