jelly does not like "dot" in its variable when doing test operation
http://www.codehaus.org/~vmassol/blog/Maven%201.0%20-%2020041216.ppt check out the tips section at the end of presentation. -D On Fri, 28 Jan 2005 07:59:00 +0100 (CET), Harald Lemmin <[EMAIL PROTECTED]> wrote: > Hi, > > I've had a similar problem with: > <j:if test=${os.arch=='x86'}> > in maven.xml, too. > This doesn't works, even if > <ant:echo message="${os.arch}"/> > shows "x86". > > If I first retrieve the environment value into a new > variable it works: > <j:set var="currentArchitecture" > value="${os.arch}"/> > <j:if test="${currentArchitecture == 'x86'}"> > > > ___________________________________________________________ > Gesendet von Yahoo! Mail - Jetzt mit 250MB Speicher kostenlos - Hier > anmelden: http://mail.yahoo.de > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
