Re: deployment with ANT and CVS

2007-02-01 Thread Michael Traher
Thankds Tero, actually that is the line we are investigating currently in consultation with our security experts. On 2/1/07, Tero Pikala <[EMAIL PROTECTED]> wrote: > > >Anyone know of a way to get the password to be passed to CVS via ANT with > >no prompt? > > Maybe you could consider setting up

Daily procedures for using Subversion

2007-02-01 Thread Peterson, Chris
I am having a hard time fitting Subversion into my general coding procedures. I have been a 1-man coder at a company that has nothing to do with programming for the longest time (transportation related business). Now we are branching out to providing programming services, and I want to ensure I k

Re: hiding url variables

2007-02-01 Thread Richard White
thanks for all your replies. I think your right i will have to use hidden fields and form posts as much as possible. and when i need to use the URL then i will use the encrypt / decrypt link that was added in the replies. this is very useful, thanks very much for all your help ~~~

thread-saftey of application-instantiated components

2007-02-01 Thread Leitch, Oblio
If I create a component (potentially long-running) and instantiate it into the application scope (so all pages can access it), how thread-safe will it be? That is, if two pages call it simultaneously is there any chance one will get the results of the other? Or maybe I'm being paranoid and don't

duplication while inserting data from cf end

2007-02-01 Thread kanidapu Govindarajulu
Did you ever resolve this?whenever i am trying to insert some data in sqlserver database the data is duplicating from fornt end. It will create duplicates occasionally and not all of the time.Anyone have any ideas?please respond. ~~

Re: CFEclipse Vs Dreamweaver

2007-02-01 Thread Mark Drew
Dreamweaver is a generic web editor, CFEclipse is aimed as an integrated development environment for ColdFusion There are differences here I understand but I code a lot of CF... and I do a little HTML (a little) so I guess its the percentage thing MD On 25 Jan 2007, at 15:30, Heather Wegn

Re: CFEclipse Vs Dreamweaver

2007-02-01 Thread Mark Drew
hmm.. I dont know.. try it :) Actually, I have briefly tested it and it seems fine... let me know if you find any bugs... MD On 25 Jan 2007, at 17:50, Andy Matthews wrote: > Mark... > > Is the current build of CFEclipse up to the 3.3M4 milestone? > > -Original Message- > From: Doug Be

RE: deployment with ANT and CVS

2007-02-01 Thread Tero Pikala
>Anyone know of a way to get the password to be passed to CVS via ANT with >no prompt? Maybe you could consider setting up SSH private key authentication without password at all? I know it's not ideal from security point of view but it could solve the issue. Tero Pikala ~

RE: Reading from an Excel file through ColdFusion.

2007-02-01 Thread Robertson-Ravo, Neil (RX)
Not sure there are any docs but it is in CF at the following location: it is being used by cfdocument (possibly other things) C:\JRun4\servers\cfusion\cfusion-ear\cfusion-war\WEB-INF\cfusion\lib\ -Original Message- From: Eric Roberts [mailto:[EMAIL PROTECTED] Sent: 01 February 2007 03

OT: deployment with ANT and CVS

2007-02-01 Thread Michael Traher
We already have a deployment process which works within our LAN environment, which uses an ANT script to extract code from CVS and rsync this with the target site on a web server. We now have a remote site and have found that while it still works it takes too long to copy the whole site prior to t

Re: Interacting with SOAP

2007-02-01 Thread Robertson-Ravo, Neil (RX)
This is expected, as I can no doubt say that the web service you are calling is .NET and that the return variable is not of type "string". If the result is XML or any other complex object, CF/Axis will *not* comsume it the way you expect, it may not even consume it correctly at all in that the stu

<    1   2