Subversion Repositories DevTools

Rev

Rev 227 | Rev 261 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 227 Rev 241
Line 111... Line 111...
111
 
111
 
112
our $ToolsetPROJECT_type = 'ant';
112
our $ToolsetPROJECT_type = 'ant';
113
sub ToolsetPROJECT
113
sub ToolsetPROJECT
114
{
114
{
115
    my( $name, $buildxml ,$pArgs, $auto_test, $unit_test, $pGenerated ) = @_;
115
    my( $name, $buildxml ,$pArgs, $auto_test, $unit_test, $pGenerated ) = @_;
116
    my $cmd = '$(ANT)';
116
    my $cmd = '$(ANT) $(ANT_VERBOSE)';
117
    my $io = ToolsetPrinter::New();
117
    my $io = ToolsetPrinter::New();
118
 
118
 
119
    #
119
    #
120
    #   Generate the recipe to create the project
120
    #   Generate the recipe to create the project
121
    #   Add names of co-generated targets.
121
    #   Add names of co-generated targets.