You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by si...@insession.com on 2004/10/26 08:53:05 UTC

m:update output question

Does anyone know how I can configure Maven so that I can tell where these 
files reported with the "?" status are (what project / directory path)?

I have tried setting maven.scm.cvs.quiet=false in my build.properties file 
but that gave me heaps of output, but didn't give me any further directory 
information.

I tried maven -X m:update and that didn't help either.

I am assuming I am getting the "?" status because the 
etc/version-info.properties file has been deleted from CVS somewhere in 
two places??

Thanks,

John


D:\Projects\J2EE\geronimo>maven m:update
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0

    [copy] Copying 1 file to D:\Projects\J2EE\geronimo\etc
build:start:

m:update:
    [exec] At revision 55576.
    [cvs] cvs update: warning: failed to open C:\Documents and 
Settings\john\.cvspass for reading: No such file or directory
    [cvs] ? etc/version-info.properties
    [cvs] cvs update: warning: failed to open C:\Documents and 
Settings\john\.cvspass for reading: No such file or directory
    [cvs] cvs update: warning: failed to open C:\Documents and 
Settings\john\.cvspass for reading: No such file or directory
    [cvs] ? etc/version-info.properties
    [cvs] cvs update: warning: failed to open C:\Documents and 
Settings\john\.cvspass for reading: No such file or directory
    [cvs] cvs update: warning: failed to open C:\Documents and 
Settings\john\.cvspass for reading: No such file or directory
BUILD SUCCESSFUL
Total time: 2 minutes 13 seconds
Finished at: Tue Oct 26 06:35:50 GMT 2004

Re: m:update output question

Posted by David Blevins <db...@gluecode.com>.
On Oct 25, 2004, at 11:53 PM, sissonj@insession.com wrote:

> Does anyone know how I can configure Maven so that I can tell where 
> these
> files reported with the "?" status are (what project / directory path)?
>
> I have tried setting maven.scm.cvs.quiet=false in my build.properties 
> file
> but that gave me heaps of output, but didn't give me any further 
> directory
> information.

This isn't a maven thing but us using the ant cvs task to checkout the 
other projects.  I don't remember off-hand what options it supports.

> I tried maven -X m:update and that didn't help either.
>
> I am assuming I am getting the "?" status because the
> etc/version-info.properties file has been deleted from CVS somewhere in
> two places??

version-info.properties is a badly named generated file which should 
probably be added to the cvs ignore list.

-David

>
> Thanks,
>
> John
>
>
> D:\Projects\J2EE\geronimo>maven m:update
>  __  __
> |  \/  |__ _Apache__ ___
> | |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
> |_|  |_\__,_|\_/\___|_||_|  v. 1.0
>
>     [copy] Copying 1 file to D:\Projects\J2EE\geronimo\etc
> build:start:
>
> m:update:
>     [exec] At revision 55576.
>     [cvs] cvs update: warning: failed to open C:\Documents and
> Settings\john\.cvspass for reading: No such file or directory
>     [cvs] ? etc/version-info.properties
>     [cvs] cvs update: warning: failed to open C:\Documents and
> Settings\john\.cvspass for reading: No such file or directory
>     [cvs] cvs update: warning: failed to open C:\Documents and
> Settings\john\.cvspass for reading: No such file or directory
>     [cvs] ? etc/version-info.properties
>     [cvs] cvs update: warning: failed to open C:\Documents and
> Settings\john\.cvspass for reading: No such file or directory
>     [cvs] cvs update: warning: failed to open C:\Documents and
> Settings\john\.cvspass for reading: No such file or directory
> BUILD SUCCESSFUL
> Total time: 2 minutes 13 seconds
> Finished at: Tue Oct 26 06:35:50 GMT 2004