Re: generating an admin jsp at build time

2006-12-01 Thread Jeff Mutonho

On 12/1/06, David Delbecq <[EMAIL PROTECTED]> wrote:



"This application was build on " @@SomeBuildDateProperty@@



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



Thanx David.Ended up being this simple :

  

   


  
  
 
  


 

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



Re: generating an admin jsp at build time

2006-12-01 Thread David Delbecq


"This application was build on " @@SomeBuildDateProperty@@



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 :
>
>
> 
> 
> "This application was build on " <%= new java.util.Date() %>
> 
> 
>
> 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]



generating an admin jsp at build time

2006-12-01 Thread Jeff Mutonho

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 :




"This application was build on " <%= new java.util.Date() %>



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]