Recent Entries
- Email Hijacked?
- CFUnited: Refactorin...
- CFUnited: Continuous...
- CFUnited: Prototypin...
- CFUnited: All about ...
- CFUnited: Event Driv...
- CFUnited: Integrated...
- CFUnited: ColdBox Fr...
- CFUnited: Design Pri...
- CFUnited: Automating...
Popular Entries
- Import/Export in SQL...
- SAML and ColdFusion ...
- SAML and ColdFusion ...
- SAML and ColdFusion ...
- Improving Performanc...
- SAML and ColdFusion ...
- SQL Server 2005 Expr...
- SAML and ColdFusion ...
- Second Blog CFC Surv...
- Learning Flex
Top Commenters
- Nathan Mische (11)
- CFdevfusion (6)
- CFFusionDev (5)
- Peter Bell (4)
- Sean Corfield (3)
- Rey Bango (3)
- Terrence Ryan (3)
- Scott (2)
- Jim Priest (2)
- David (2)
Slideshows
Pool Surprises...Sponsored Links
Search
Subscribe
Enter your email address to subscribe to this blog.RSS
Tags
cfug cfunited coldfusion flex generalArchives
- Adobe (5) [RSS]
- AIR (6) [RSS]
- ASP.NET (2) [RSS]
- BlazeDS (1) [RSS]
- Books (1) [RSS]
- CFEclipse (5) [RSS]
- CFML (0) [RSS]
- CFUG (26) [RSS]
- CFUnited (23) [RSS]
- ColdFusion (53) [RSS]
- College Football (3) [RSS]
- Conferences (1) [RSS]
- Development Tools (3) [RSS]
- DIY (1) [RSS]
- Eagles (3) [RSS]
- Fireworks (1) [RSS]
- Flash (3) [RSS]
- Flex (10) [RSS]
- Flyers (2) [RSS]
- Frameworks (5) [RSS]
- General (28) [RSS]
- Hockey (2) [RSS]
- Hosting (1) [RSS]
- House (2) [RSS]
- HTML (2) [RSS]
- JavaScript (1) [RSS]
- Jobs (1) [RSS]
- Macromedia (0) [RSS]
- Misc. (5) [RSS]
- Model-Glue (4) [RSS]
- Navy Football (5) [RSS]
- onair2007Philadelphia (3) [RSS]
- onairbustour (3) [RSS]
- Open Source (0) [RSS]
- Other (1) [RSS]
- Other Sports (4) [RSS]
- Performance (3) [RSS]
- Personal (2) [RSS]
- Phillies (2) [RSS]
- Projects, User Group Manager (1) [RSS]
- Rant (1) [RSS]
- Rants (1) [RSS]
- SAML (6) [RSS]
- Site (1) [RSS]
- Soccer (4) [RSS]
- SQL Server (2) [RSS]
- Transportation (1) [RSS]
- Wedding (2) [RSS]
AGGREGATORS
CFUnited: Integrated ColdFusion Development Environment
Posted On June 21, 2008 10:49 AM By Phil in CFUnited
The last session I attended on Friday was Phill Nacelli's presentation on the an integrated ColdFusion development environment. There wasn't much different in here that what has been shown with the ACME guide and the articles in the recently released Fusion Authority, but, like I said before, some of what I attended at CFUnited was to bring back ideas to work as we rethink our entire infrastructure. Phill used Apache instead of SVNServe so that was nice to see how all of that was setup. Here are my notes from the presentation and it has been recorded (hopefully so was Saturday's):
Covered the following items:
- Installing Eclipse/CFEclipse
- Setting up Subversion via HTTP (Apache) and Subclipse plugin
- Create and manage project under version control
- Configure ANT functionality to automate builds
- Integrate with SVN Repo
- FTP to server environments
- Other Eclipse plugins
Development Environment in team environment
- keep a local development server
- check out local to work, test and check back in - source control is only thing backed up
- for local repositories, created a virtual host entry for SVN that was different that others - I never thought of this, good recommendation
- Apache setup with SVN - load dav_module, dav_svn_module (,authz_svn_module for security) and <Location> entry DAV svn, SVNParentPath repo_path
- Use a client like TortoiseSVN to do repository creation/etc., but learn the command line for ANT task building (it helps)
- security setup in <Location> tags, .htaccess, and .svn-access-file and use command line to populate users (htpasswd.exe)
- Phil copies the generated username/password and pastes into the .htaccess file so that he can maintain the organization of that file
- Unfortunately, his Friday session didn't get into ANT
Afterwards, we talked a little about SVN's limitations on what I like to do as far as "build packages". Essentially I like to only "push" files that have changed, not entire repositories, and there isn't a way (that either of us know) to do give me all files that changed between revision X and Y. To me, this is the one drawback to SVN and something that gives me hesitation in moving towards it at work.


philduba.com




Comments