<HTML>
<BODY>
"This application was build on " @@SomeBuildDateProperty@@
</BODY>
</HTML>

And use the ant filtering rules to replace content between @@ (see ant docs)


Jeff Mutonho a écrit :
> I would like to create a sort of administration jsp that gets bundled
> into my application war during build time.The administration jsp would
> probably  look like this :
>
>
> <HTML>
> <BODY>
> "This application was build on " <%= new java.util.Date() %>
> </BODY>
> </HTML>
>
> but instead of "new java.util.Date()"  , it would have the "build-date".
>
> Any suggestion on how to achieve this?
>
>
>
>
>
>
>
> Jeff  Mutonho
> Cape Town
> South Africa
>
> GoogleTalk : ejbengine
> Skype        : ejbengine
> Registered Linux user number 366042
>
> ---------------------------------------------------------------------
> 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]

Reply via email to