Andrew,

Are you saying that I can almost directly copy and paste that java
example into a cfscript block?

What you have in this email seems to be a copy of the wiki example...


>Duncan,
>
>This is off the top of my head, but you would be best to do it this way, and
>remember cfdump is your friend here too.
>
><script>
>         for ( Iterator entries = logEntries.iterator( ); entries.hasNext( )
>; ) {
>             logEntry = entries.next( );
>             WriteOutput( "---------------------------------------------" );
>             WriteOutput("revision: " + logEntry.getRevision( ) );
>             WriteOutput( "author: " + logEntry.getAuthor( ) );
>             WriteOutput( "date: " + logEntry.getDate( ) );
>             WriteOutput( "log message: " + logEntry.getMessage( ) );
>
>             if ( logEntry.getChangedPaths( ).size( ) > 0 ) {
>                WriteOutput( );
>                WriteOutput( "changed paths:" );
>
></script>
>
>
>
>
>On 3/9/07, Duncan <[EMAIL PROTECTED]> wrote:
>>

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
ColdFusion MX7 by AdobeĀ®
Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. 
Free Trial. http://www.adobe.com/products/coldfusion

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:272320
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to