Krysalis Centipede
Published: 01/16/2004 12:36:03
 
  krysalis at sf.net > krysalisFont size:      
 

Krysalis Centipede

PDF
PDF

The project/properties.xml File

This is where you set the properties of your project. These are imported and usable as Ant properties by all build files. Basic properties that are useful are described below.

The first node after the root properties node is the build node. it contains properties for the compiler.

Ant behaves automatically according to compiler.x properties. See the Ant manual for an explanation. Some of the compiler tag's attributes are:

  • emacs
  • warnings
  • pedantic
  • depend
  • fulldepend
  • debug
  • optimize - set the optimize flag for the compiler
  • deprecation - warn on deprecations
  • nowarn
  • type
  • vm

centipede/tools/antlibs node contains configuration options for centipede antlibs. The first node under the tools node is the antlibs node. Its repository property tells Centipede where to download the defined antlibs if they are not available locally. The default krysalis repository is here.

Each cent to use is defined as a chil element of this node.

All children of these nodes are properties used by the relative cent.

by Nicola Ken Barozzi



Valid HTML 4.01!Valid CSS!