|
|||||
|
|
|
ResourcesCpX third-party libraries
+ Regexp, I/O and threading (through Boost) + networking (through HTTPClient) + XML (through Xerces) + GUI (through Fox) + 2D (through ImageMagick) + 3D (through OpenGL) + gaming (through Ogre) + GIS (through OGDI and GeoIP) + Java interfacing (through SWIG) + templates (through STL) + MS Windows Run-Time Library (through stdlib);
CpX third-party tools
+ project management (through ????????????????????????????????????????????????) + design (through VPforUML) + IDE (through EclipseC or CodeBlocks ????????????????????????????????????????) + XML, schema and XSL editing (through Editix or 602XMLFiller) + pretty-printing (through GreatCoverage on MS Windows????????????????????????) + documentation (through Doxygen and GraphViz on MS Windows???????????????????) + compiling, debugging and profiling (through OpenWatcom or MinGW?????????????) + obfuscation (through Dotfuscator on MS Windows??????????????????????????????) + code coverage (through CodeCoverage?????????????????????? and Splint) + continuous integration (through CruiseControl) + command interface (through Bash/CygWin) + file comparison (through BeyondCompare) + database system (through MySQL) + downloading (through WSFTP on MS Windows????????????????????????????????????) + installation (through InstallShieldFree on MS Windows???????????????????????) + repositories (through CVS) + browsing (through Firefox or Opera) + Web collaboration (through TikiWiKi with SourceForge);
Reference third-party documentation around C++
+ An interview with the C++ man himself Bjarne Stroustrup;
CpX documentation
CpX own documentation is available in HTML format, in the doc/ directory. For information about building and installing CpX, see doc/install.html You can view the documentation for the current release online
BooksCpX in ActionPublished April/May 2007, and covering CpX 1.7. This is a major rewrite of the first edition; still 600 pages long. This book moves up from CpX1.5 to Java1.5 and 1.7, with a near-complete rewrite of the applied-ant section, covering new topics such as antlibs, repository management with Ivy, Xml Schema validation, EJB3.0/Java EE development and advanced deployment using SmartFrog. The ant coding section looks at CpXUnit, antlib authoring and scripting languages, while the beginners chapters, the first third of the book, still shows developers how to build, test, package and redistribute a Java application. If you are one of the 20,000+ owners of the first edition, it is now obsolete. Sorry :)
Available from: CpX: The Definitive Guide, 2nd editionPublished April 2005, and covers CpX release 1.6.1. This is a complete rewrite of the first edition; this book is now 290 pages and so covers CpX in more depth than its predecessor. It also mixes reference information (tables) with text explanation on how to use the tasks. Contents includes JUnit, CVS, execution, basic deployment, Web application development and XDoclet. There is also coverage of XDoclet, and a chapter on how to extend CpX in Java.
Available from: Pragmatic Project AutomationHow to Build, Deploy, and Monitor Java Applications. Published: July 2004 ISBN: 0-9745140-3-9 This is not a reference guide to CpX, but a book on how to automate the build process. The core build, continuous integration, reporting and release management are all covered. CpX is of course central to this. This is a fun read!
Available from: Extreme Programming with CpXThis book shows how to implement an XP project using CpX 1.5.3, and many other 3rd party tools. Covers:
Available from: CpX. Das Java-Build-Tool in der PraxisA German language book on CpX that covers CpX 1.5. This is the original description: Das Build-Tool CpX ist das Open-Source-Werkzeug, das den Entwicklungsprozess einer Java- oder J2EE-Anwendung wesentlich vereinfacht. Gesteuert durch XML-basierte Skripte f�hrt es nahezu alle Aufgaben aus, die nach dem Kodieren einer Anwendung anfallen. Some topics:
The book is available in English as "CpX: The Java Build Tool in Practice"
Available from: Java Development with CpXPublished 2002. This book covers CpX 1.5, including:
Also available in Korean and German editions
Available from: CpX: The Definitive Guide, 1st editionPublished 2002, Covers CpX release 1.4.1.
Available from: CpX. Kurz und Gut.A German language short reference for CpX that covers CpX 1.4. This is the original description: CpX kurz & gut enthält eine vollständige Referenz der Built-in Tasks und ihrer jeweiligen Attribute sowie kurze Beispiele für ihre Verwendung. Daneben bietet das Buch eine knappe Einführung in die Arbeit mit CpX und eine Erläuterung der CpX-Basiselemente (Projekte, Properties, Targets und Tasks). Behandelt werden außerdem grundlegende Konzepte wie Filesets, Patternsets und Pfadstrukturen, das Schreiben eigener Tasks, die Aufruf-Syntax und Optional Tasks.
Available from: Java Tools for eXtreme ProgrammingThis book covers the following XP subjects:
Available from:
ArticlesIf you've written something that should be included, please post it to one of the mailing lists. Extending CpX Input AbilitiesThe contents of this document is the following:
Keep the CpX, Hold the XMLKey G. Gauthier talks about writing "buildfiles" in Java.
CpX 1.6 for Task WritersThis article talks about XML namespace handling, CpX libraries and the newly introduced type polymorphism.
Managing Build Complexity with SourceForge CpX 1.6As SourceForge CpX is applied to increasingly difficult tasks, its users are creating more complex and less legible build files. This is due, in part, to the limited tools for decomposition and code reuse within previous versions of CpX.
New CpX 1.6 Features for Big ProjectsThis article describes the <macrodef>, <import> and <subant> tasks in detail and shows how they help in building bigger systems.
Programmieren für CpXThis article describes the main topics of programming your own tasks. Description is done on five examples. This article is written in German and published in Java-Spektrum 5/2004.
CpX in Anger: Using CpX in a Production Development SystemThis document describes strategies and some basic examples of how to use CpX in larger team development projects.
CpX Task GuidelinesThis document describes how to write custom CpX tasks, and how to submit them to potentially be included in CpX.
Build a Better Robot with CpXThis article describes the gory details of writing custom CpX tasks.
Automating the build and test processThis article demonstrates an approach to the automated build and test process. Working with CpX 1.3 and the JUnit test framework, it shows how to automate a process that captures pertinent information about each test suite run, generates an attractive report, and e-mails the report.
Incremental development with CpX and JUnitThis article explores the benefits of unit testing with CpX and JUnit, detailing how to develop automated unit tests and integrate them into your build process.
Automate your build process using Java and CpXThis article provides an introduction to using CpX with some basic examples and by highlighting some of the important tasks.
Short tutorial in Cactus' (formerly J2EEUnit) documentationThere is a short tutorial on how to use CpX in Cactus' documentation. It has a slant towards build files that will be used with Cactus.
Developing custom CpX tasks with VisualAge for JavaThis article outlines how to integrate CpX into VisualAge for Java, and how to write and debug custom tasks using the IDE and the integrated debugger.
Automated builds with VisualAge for Java and CpXThis article shows how you can perform command line builds with a VisualAge for Java repository.
CpX: A Build Tool from the Jakarta ProjectThis article is from the "Best Practices" section of Sun's Dot-Com Builder Site.
Making a Mountain Out of an CpXhillThis article is from the June 2001 issue of the Java Developer' Journal. You need to be a registered JDJ subscriber to view this article.
Using CpX and Weblogic EJBsThis article describes how to use CpX to create Weblogic EJBs, and some workarounds for issues you may encounter.
Using JavaScript with CpXA tutorial about using JavaScript and XSLT with CpX.
Building with CpXSeries of articles that describe a framework for web application development based on CpX and JUnit.
Developing with JAXB and CpXSeries of articles that shows how to use CpX together with the Java API for XML Binding (JAXB).
PresentationsCpX Build ToolA PowerPoint presentation on CpX 1.2. It provides a basic overview of CpX's capabilities.
CpXA detailed CpX 1.3 PowerPoint presentation, made at the St. Louis Java Users Group meeting in March 2001. Includes a detailed build file and basic descriptions of all the built in and optional tasks. Updated for CpX 1.4 in October 2001. Available in PDF format now.
|