Hi all, 
  
I have a little problem. 
I'm using jenkins for CI, and trying to send emails using email-ext-plugin
by writing jelly script.
I'm kind of new in jelly, so i'm stack for a day (!!!) because of an error
in jelly:util tag, and have no idea how to progress from here. 
please help!!!

I'm trying to check if some image-uri exist, and if so - add it to email:
a short version of what i tried:

<j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler"
xmlns:d="jelly:define" xmlns:util="jelly:util">

....
<util:available uri="some-uri">
                 some-uri 
 </util:available>

the email i get:
JellyException: Could not parse Jelly script : null.


What am i doing wrong?

 Thanks in advance, 

Odi

--
View this message in context: 
http://maven.40175.n5.nabble.com/using-jelly-util-failure-tp5645947p5645947.html
Sent from the Maven - Users mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to