[cfaussie] CF + Subversion best practices ?

2007-10-14 Thread Andrea
script the only way to update the site "xxx.dev" in that case will be to checkout other changes manually (to be sure...) when needed. all this involves a lot of extra work for developers while the ideal world was soo easy !!! any extra ideas/ best practice I guess everyone has sor

[cfaussie] Re: CF + Subversion best practices ?

2007-10-14 Thread Andrea
> coldfusion pages and/or custom tags? > > That aside, if you think option 3 will break your post-commit scripts, > why not use maven instead of ant, and have that push code out to your > staging server? If you know ant, it's not a big jump to using maven, > from what I hear. >

[cfaussie] Re: CF + Subversion best practices ?

2007-10-14 Thread Andrea
Andrew... That's exactly what I'm actually trying to achieve with solution 3... :) I just do not want designers to have the need to install CF and apache on their machines... designers will over-kill me ! .. that's why in solution 3 they will work directly on the server (on a shared folder) (comm

[cfaussie] Re: CF + Subversion best practices ?

2007-10-14 Thread Andrea
] On Behalf > Of Toby Tremayne > Sent: Monday, 15 October 2007 11:16 AM > To: cfaussie@googlegroups.com > Subject: [cfaussie] Re: CF + Subversion best practices ? > > Andrea, > > I'd recommend against the shared repository - I went that way with a team a > few years a

[cfaussie] Re: CF + Subversion best practices ?

2007-10-15 Thread Andrea
Thanks Geoff, i saw those links while ago hen I was doing some research on the matter... very helpful ;) On Oct 15, 3:52 pm, Geoff Bowers <[EMAIL PROTECTED]> wrote: > Andrea, > > On Oct 15, 10:04 am, Andrea <[EMAIL PROTECTED]> wrote: > > > any extra ide

[cfaussie] Re: CF + Subversion best practices ?

2007-10-16 Thread Andrea
installation as well will pretty simple as each dev have (at the end of the day) a machine which has the same config as a server :) thanks guysfor all your posts, all answers were very useful !!! Andrea --~--~-~--~~~---~--~~ You received this message because you

[cfaussie] Re: java classpaths etc etc

2006-11-29 Thread Andrea
whenever you call the log4j that will work for sure... already done to override the pdf libraries of CF7 Ciao Andrea skateboard.com.au wrote: > Hey Mark > > Thanks, I'll give that a read and see how I go. > > cheers > > Drew > > > -Original Message

[cfaussie] Re: java classpaths etc etc

2006-11-30 Thread Andrea
some editor like netbeans or similar... :) So how do you override a class ? do you set an empty init parentClassLoader and then pass through only the classpath you need ? cheers, Andrea skateboard.com.au wrote: > Hi Mark > > Thought I'd take this offline as I didn't want

[cfaussie] Re: java classpaths etc etc

2006-12-03 Thread Andrea
ding the order in which the classes are loaded... I think the idea of extending the class loader with a different implementation is quite good. For now I think the only solution left is refactoring. SOB :( Good work anyway guys, Looking forward for the next version of the Javaloader.cfc !!!

[cfaussie] Re: java classpaths etc etc

2006-12-04 Thread Andrea
r").init(URLs, JavaCast("null", "")); else classLoader = createObject("java", "java.net.URLClassLoader").init(URLs, arguments.parentClassLoader); good work, and thanks for saving me time ! Andrea --~--~-~--~~-