You might have to go back to basics with this one.  The documentation has the 
following to say on this matter:

The rule for determining whether an item is included or excluded is as follows. 
All the INCLUDE and EXCLUDE commands for that item are considered one by one in 
order, and the item is included or excluded according to the last command it 
matched. Items which don't match any of the INCLUDE or EXCLUDE commands are 
included if the first command was an exclusion, and excluded if the first 
command was an inclusion.

Confusing or what!  Thankfully their example makes this a little easier to 
understand.  For example, the configuration

FILEINCLUDE /~sret1/*
FILEEXCLUDE /~sret1/backgammon/*,/~sret1/analog/*
FILEINCLUDE /~sret1/backgammon/*.gif

would instruct the program to examine only my files, excluding my backgammon 
and analog files, but including gifs in my backgammon directory. On the other 
hand,
FILEEXCLUDE /~sret1/*/img/*

would analyse all files, except for images in my various directories. (If you 
get confused with all the inclusions and exclusions, remember that you can 
always use SETTINGS ON to see what the options you have specified represent.) 
Note that inclusions and exclusions can contain any number of wildcards, and 
can be lists separated by commas (but no spaces).

I had a similar problem but after some minor changes to the FILEINCLUDE and 
FILEEXCLUDE statements, and a little re-ordering, it did exactly what I wanted.

John

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Walter Ian Kaye
Sent: 21 November 2007 09:21
To: Support for analog web log analyzer
Subject: [analog-help] FILEEXCLUDE via anlgform

I can't get FILEEXCLUDE to work -- it's ignored.

Is there a special trick?

How do I exclude all .gif and .jpg/.jpeg files from the report?


thanks,
-W
+-----------------------------------------------------------------------
+-
|  TO UNSUBSCRIBE from this list:
|    http://lists.meer.net/mailman/listinfo/analog-help
|
|  Analog Documentation: http://analog.cx/docs/Readme.html  List
| archives:  http://www.analog.cx/docs/mailing.html#listarchives
|  Usenet version: news://news.gmane.org/gmane.comp.web.analog.general
+-----------------------------------------------------------------------
+-

**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. No one else is authorised to distribute, forward,
print, copy or act upon any information contained in this email.
If you have received this email in error, please notify the sender.

Hiscox Syndicates Limited, Hiscox Insurance Company Limited,
Hiscox Underwriting Limited and Hiscox Investment Management
Limited are authorised and regulated by the Financial
Services Authority. Hiscox plc is a company registered in England
and Wales under company registration number 2837811 and registered
office at 1 Great St Helen's, London EC3A 6HX
**********************************************************************

+------------------------------------------------------------------------
|  TO UNSUBSCRIBE from this list:
|    http://lists.meer.net/mailman/listinfo/analog-help
|
|  Analog Documentation: http://analog.cx/docs/Readme.html
|  List archives:  http://www.analog.cx/docs/mailing.html#listarchives
|  Usenet version: news://news.gmane.org/gmane.comp.web.analog.general
+------------------------------------------------------------------------

Reply via email to