cfxmlblog  

RE: [CFXML_Blog] Linux/Windows source tree (was RE: CFXML_blog on SourceForge)

Cornel Ivanescu
Thu, 14 Aug 2003 12:43:53 -0700

I belive that I had a couple more changes in order to have it work on Linux,
however I do like the XML Aggregator solution even if it is longer. Thank
you Steven, good point.
I will implement that in the next revision since I have to start from the
beginning anyway, and before putting it up I will send it to anyone that has
a windows based server that it can be tried on.

How about the idea of the folders for CSS and Lang files? Do you guys think
that should be split up into separate folders since we have more than one
revision of the code? That way we always know what the latest as far as
those items is.

Cornel Ivanescu
CI Web Design Inc
http://ciwebstudio.com

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of
Bryan F. Hogan
Sent: Tuesday, August 12, 2003 2:00 PM
To: [EMAIL PROTECTED]
Subject: RE: [CFXML_Blog] Linux/Windows source tree (was RE: CFXML_blog on
SourceForge)

What I meant was that the docs AFAIK do not contain documentation of things
that you can do with java.io. I'm sure that MXNA is supported but, if it's
not documented, I very much doubt that you will be able to get support for
it.

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf
Of Steven Erat
Sent: Tuesday, August 12, 2003 2:00 PM
To: '[EMAIL PROTECTED]'
Subject: RE: [CFXML_Blog] Linux/Windows source tree (was RE: CFXML_blog
on SourceForge)


>> "On top of that it's a supported technique."

In what sense?  One implementation in CFML isn't necessarily 'supported'
more than the other, at least not by Macromedia Product Support standards.


-----Original Message-----
From: Bryan F. Hogan [mailto:[EMAIL PROTECTED]
Sent: Tuesday, August 12, 2003 1:19 PM
To: [EMAIL PROTECTED]
Subject: RE: [CFXML_Blog] Linux/Windows source tree (was RE: CFXML_blog on
SourceForge)


On top of that it's a supported technique.

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of
Steven Erat
Sent: Tuesday, August 12, 2003 1:21 PM
To: '[EMAIL PROTECTED]'
Subject: RE: [CFXML_Blog] Linux/Windows source tree (was RE: CFXML_blog on
SourceForge)


Agreed.  The old stand-by...

-----Original Message-----
From: Bryan F. Hogan [mailto:[EMAIL PROTECTED]
Sent: Tuesday, August 12, 2003 1:16 PM
To: [EMAIL PROTECTED]
Subject: RE: [CFXML_Blog] Linux/Windows source tree (was RE: CFXML_blog on
SourceForge)


Well I don't know about Macromedia, but 7 lines is better than 16 for me.

<cfscript>
if(Server.OS.Name contains 'Windows') {
        localVars.pathSep='\';
} else {
        localVars.pathSep='/';
}
</cfscript>