On Mon, 2002-12-09 at 13:12, Leif Nelson wrote:
> Hi-
> 
> I was testing out the latest HEAD version of maven today, and found that I 
> couldn't get any CVS log entries in my generated documentation with a 
> repository entry that looks like this (this works just fine in b7)
> 
> <repository>
>    
><connection>scm:cvs:pserver:${maven.username}@myhost.mydomain:/opt/cvsroot:myproject
>    <url>http://myhost/viewcvs/myproject</url>
> </repository>
> 
> To get it to work, I had to change the ${maven.username} to a valid userid 
> like this:
> <repository>
>    <connection>scm:cvs:pserver:[EMAIL PROTECTED]:/opt/cvsroot:myproject
>    <url>http://myhost/viewcvs/myproject</url>
> </repository>
> 
> Was this broken on purpose?

The whole internal property processing mechanism was overhauled. I will
some interpolation to the touchstone build and put the functionality
back. It was not removed on purpose.

> Thanks,
> --Leif
> 
> 
> 
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
-- 
jvz.

Jason van Zyl
[EMAIL PROTECTED]
http://tambora.zenplex.org

In short, man creates for himself a new religion of a rational
and technical order to justify his work and to be justified in it.
  
  -- Jacques Ellul, The Technological Society


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to