Insert Space in message saying the contents is deleted.
-------------------------------------------------------

                 Key: MRPM-71
                 URL: http://jira.codehaus.org/browse/MRPM-71
             Project: Mojo RPM Plugin
          Issue Type: Improvement
    Affects Versions: 2.0.1
         Environment: Linux
            Reporter: Karl Heinz Marbaise
            Assignee: Brett Okken
            Priority: Trivial


During a creation of an RPM it happens that the target folders haven't been 
cleaned so you get the messages
{noformat}[WARNING] rpm version string truncated to 1.0.4
[INFO] Directory /home/.../target/rpm/cienv-hudsonuser/BUILDalready exists. 
Deleting all contents.
[INFO] Directory /home/.../target/rpm/cienv-hudsonuser/RPMSalready exists. 
Deleting all contents.
[INFO] Directory /home/.../target/rpm/cienv-hudsonuser/SOURCESalready exists. 
Deleting all contents.
[INFO] Directory /home/.../target/rpm/cienv-hudsonuser/SPECSalready exists. 
Deleting all contents.
[INFO] Directory /home/.../target/rpm/cienv-hudsonuser/SRPMSalready exists. 
Deleting all contents.
[INFO] Directory /home/.../target/rpm/cienv-hudsonuser/buildrootalready exists. 
Deleting all contents.
{noformat} 
So simply add a space to get a better reading like the following.
{noformat}[WARNING] rpm version string truncated to 1.0.4
[INFO] Directory /home/.../target/rpm/cienv-hudsonuser/BUILD already exists. 
Deleting all contents.
[INFO] Directory /home/.../target/rpm/cienv-hudsonuser/RPMS already exists. 
Deleting all contents.
[INFO] Directory /home/.../target/rpm/cienv-hudsonuser/SOURCES already exists. 
Deleting all contents.
[INFO] Directory /home/.../target/rpm/cienv-hudsonuser/SPECS already exists. 
Deleting all contents.
[INFO] Directory /home/.../target/rpm/cienv-hudsonuser/SRPMS already exists. 
Deleting all contents.
[INFO] Directory /home/.../target/rpm/cienv-hudsonuser/buildroot already 
exists. Deleting all contents.
{noformat} 


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to