You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by Stefan Bodewig <bo...@apache.org> on 2006/10/30 06:08:55 UTC

[VOTE] Release Apache .NET Antlib 1.0 final

Hi,

I've created distribution files for the .NET Antlib and uploaded them
to <http://people.apache.org/~bodewig/dotnet-antlib/> and propose to
release them as 1.0 final.

As described on the release plan for this Antlib I don't expect the
betas to get enough people to test it and the Antlib needs more
testers outside the Ant team so I'd like to skip further betas.

The release has been tested on:

WinXP + Microsoft .NET 1.1
WinXP + Microsoft .NET 2.0
WinXP + Mono 1.1.17
Linux + Mono 1.1.14 (Gump)
Linux + Mono 1.1.17
Mac OS X + Mono 1.1.18

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org


Re: [VOTE] Release Apache .NET Antlib 1.0 final

Posted by Stefan Bodewig <bo...@apache.org>.
On Thu, 2 Nov 2006, Kevin Jackson <fo...@gmail.com> wrote:

> I'm still (after like 2 months) trying to get mono installed on my
> personal machine to learn a bit of .net without installing the
> hideous VS.

I can highly recommend "installing" the VMWare image provided by the
Mono team, it's a very easy way to get started.

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org


Re: [VOTE] Release Apache .NET Antlib 1.0 final

Posted by Kevin Jackson <fo...@gmail.com>.
> I've created distribution files for the .NET Antlib and uploaded them
> to <http://people.apache.org/~bodewig/dotnet-antlib/> and propose to
> release them as 1.0 final.
>
> As described on the release plan for this Antlib I don't expect the
> betas to get enough people to test it and the Antlib needs more
> testers outside the Ant team so I'd like to skip further betas.

I'm +1 for releasing based on the fact that getting more testers from
the Ant team is unlikely and this Antlib needs a shakedown cruise from
Winders/.net users

I'm still (after like 2 months) trying to get mono installed on my
personal machine to learn a bit of .net without installing the hideous
VS.

Kev

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org


Re: [VOTE] Release Apache .NET Antlib 1.0 final

Posted by Stefan Bodewig <bo...@apache.org>.
On Tue, 31 Oct 2006, Peter Reilly <pe...@gmail.com> wrote:

> 1) the antlib.xml does not set the onerror attribute, this means
> that all the definitions will be loaded when one is loaded, using
> onerror="ignore" should be used.

This is a good advice in general but in the case of AntUnit or the
.NET Antlib you don't have any external dependencies.  Either you are
able to run any task of it, or none.

> 2) the doc of the old core tasks is a bit confusing, it is not
> completly apparent that the tasks are in the antlib and not in ant
> itself.

So true.

Thanks

        Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org


Re: [VOTE] Release Apache .NET Antlib 1.0 final

Posted by Peter Reilly <pe...@gmail.com>.
+1 Peter
I have had a quick look at the antlib, just a couple of
comments - for a 1.0.1 version;
1)
the antlib.xml does not set the onerror attribute,
this means that all the definitions will be loaded when
one is loaded, using onerror="ignore" should be used.
("ignore" is a bit of a misnomer - it should be "deferred", i.e.
the check will be made when the task is first used).
2)
the doc of the old core tasks is a bit confusing, it
is not completly apparent that the tasks are in the
antlib and not in ant itself. (old versions of which are of course).
The examples need to be namespaceized.

Peter



On 10/30/06, Martijn Kruithof <jm...@kruithof.xs4all.nl> wrote:
> +0 Martijn
> >
> >
> > On 10/29/06, Stefan Bodewig <bo...@apache.org> wrote:
> >> Hi,
> >>
> >> I've created distribution files for the .NET Antlib and uploaded them
> >> to <http://people.apache.org/~bodewig/dotnet-antlib/> and propose to
> >> release them as 1.0 final.
> >>
> >> As described on the release plan for this Antlib I don't expect the
> >> betas to get enough people to test it and the Antlib needs more
> >> testers outside the Ant team so I'd like to skip further betas.
> >>
> >> The release has been tested on:
> >>
> >> WinXP + Microsoft .NET 1.1
> >> WinXP + Microsoft .NET 2.0
> >> WinXP + Mono 1.1.17
> >> Linux + Mono 1.1.14 (Gump)
> >> Linux + Mono 1.1.17
> >> Mac OS X + Mono 1.1.18
> >>
> >> Stefan
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
> >> For additional commands, e-mail: dev-help@ant.apache.org
> >>
> >>
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
> > For additional commands, e-mail: dev-help@ant.apache.org
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
> For additional commands, e-mail: dev-help@ant.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org


Re: [VOTE] Release Apache .NET Antlib 1.0 final

Posted by Martijn Kruithof <jm...@kruithof.xs4all.nl>.
+0 Martijn
>
>
> On 10/29/06, Stefan Bodewig <bo...@apache.org> wrote:
>> Hi,
>>
>> I've created distribution files for the .NET Antlib and uploaded them
>> to <http://people.apache.org/~bodewig/dotnet-antlib/> and propose to
>> release them as 1.0 final.
>>
>> As described on the release plan for this Antlib I don't expect the
>> betas to get enough people to test it and the Antlib needs more
>> testers outside the Ant team so I'd like to skip further betas.
>>
>> The release has been tested on:
>>
>> WinXP + Microsoft .NET 1.1
>> WinXP + Microsoft .NET 2.0
>> WinXP + Mono 1.1.17
>> Linux + Mono 1.1.14 (Gump)
>> Linux + Mono 1.1.17
>> Mac OS X + Mono 1.1.18
>>
>> Stefan
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
>> For additional commands, e-mail: dev-help@ant.apache.org
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
> For additional commands, e-mail: dev-help@ant.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org


Re: [VOTE] Release Apache .NET Antlib 1.0 final

Posted by Dominique Devienne <dd...@gmail.com>.
+0. --DD

On 10/29/06, Stefan Bodewig <bo...@apache.org> wrote:
> Hi,
>
> I've created distribution files for the .NET Antlib and uploaded them
> to <http://people.apache.org/~bodewig/dotnet-antlib/> and propose to
> release them as 1.0 final.
>
> As described on the release plan for this Antlib I don't expect the
> betas to get enough people to test it and the Antlib needs more
> testers outside the Ant team so I'd like to skip further betas.
>
> The release has been tested on:
>
> WinXP + Microsoft .NET 1.1
> WinXP + Microsoft .NET 2.0
> WinXP + Mono 1.1.17
> Linux + Mono 1.1.14 (Gump)
> Linux + Mono 1.1.17
> Mac OS X + Mono 1.1.18
>
> Stefan
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
> For additional commands, e-mail: dev-help@ant.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org


Re: [VOTE] Release Apache .NET Antlib 1.0 final

Posted by Antoine Levy-Lambert <an...@gmx.de>.
Stefan Bodewig wrote:
> Hi,
>
> I've created distribution files for the .NET Antlib and uploaded them
> to <http://people.apache.org/~bodewig/dotnet-antlib/> and propose to
> release them as 1.0 final.
>
>   
+1
Antoine

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org


[RESULT] Release Apache .NET Antlib 1.0 final

Posted by Stefan Bodewig <bo...@apache.org>.
passed with three +1s by Antoine, Peter and myself.

I'll move the files and change the website now but wait for the dist
area to be synced over before I send out the announcement.

Cheers

        Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org