Re: [VOTE] NPANDAY Version 1.3 Incubating

2011-03-02 Thread Adelita Padilla

Hi Dennis,


For #1, you have to manually install those dependencies to your local 
repository since we didn't deploy them in the remote repo because of licenses 
issue. These dependencies can be found in the ff paths:


  * C:\Windows\assembly\GAC

  * C:\Windows\assembly\GAC_MSIL

You just have to manually install them and use "dll" as packaging.


Thanks,

--

liit

- "Lars Corneliussen"  wrote:

> both 3 and 4 should be fixed on trunk
> 
> --
> Message sent from mobile device
> 
> Am 02.03.2011 um 18:47 schrieb Dennis Lundberg :
> 
> > On 2011-02-28 20:43, Dennis Lundberg wrote:
> >> On 2011-02-27 16:04, Dennis Lundberg wrote:
> >>> Hi
> >>> 
> >>> First off - sorry for the long delay. I didn't realize that I was
> >>> supposed to vote.
> >>> 
> >>> I've checked the signatures and checksums of the staged artifacts,
> and
> >>> they are all fine.
> >>> 
> >>> I tried to build the source bundle, but didn't get very far
> because the
> >>> npanday repo seems to be down, as Lars noted in related thread.
> >> 
> >> Now that the repo is back up again I got a lot further - all the
> way to
> >> "NPanday :: .NET Model :: POM". There the build fails, as
> expected,
> >> because I don't have Visual Studio (or its tools) installed.
> >> 
> >> Will hopefully have time to try building on another machine
> tomorrow.
> > 
> > Now I've done enough testing to give this release my +1 vote.
> > 
> > Installation from msi package works fine.
> > 
> > 
> > 
> > A couple of things that we have run into during testing, that can
> be
> > fixed in later versions. These were all found running on Windows 7
> 64-bit.
> > 
> > 1. We were not able to build from the source bundle all the way to
> the
> > end. This was on a machine with VS2008 and VS2010 installed. See
> log
> > file at the end of this message. The build fails in the module
> "NPanday
> > :: Repository Builder".
> > 
> > 2. Some interdependency between different modules is standing in the
> way
> > of doing 'mvn clean verify' on a machine without any npanday
> > 1.3-incubating artifacts in the local repo. One must run 'mvn clean
> > install' instead. This is caused by a bug in Maven 2, which has
> been
> > fixed in Maven 3.
> > 
> > 3. Building with Maven 3 fails on one of the modules related to the
> > lifecycle. Sorry, don't remember which one now. I think Lars already
> has
> > done some work to fix this on trunk.
> > 
> > 4. Running a 'mvn verify' that failed halfway through, and after
> that
> > running 'mvn verify' again (without mvn clean in between) fails with
> an
> > error saying that a mkdir command failed.
> > 
> > 5. We ran into the 260 char max path length issue with the source
> bundle
> > unpacked in the users home directory. Moving the sources to the
> root
> > directory solved this.
> > 
> > 
> > 
> > The log from the failed build under 1.
> > 
> > 
> > [ERROR] BUILD ERROR
> > [INFO]
> >
> 
> > [INFO] Failed to resolve artifact.
> > 
> > Missing:
> > --
> > 1) VsWebSite.Interop:VsWebSite.Interop:gac:b03f5f7f11d50a3a:8.0.0.0
> > 
> >  Try downloading the file manually from the project website.
> > 
> >  Then, install it using the command:
> >  mvn install:install-file -DgroupId=VsWebSite.Interop
> > -DartifactId=VsWebSite.Interop -Dversion=8.0.0.0
> > -Dclassifier=b03f5f7f11d50a3a -Dpackaging=gac -Dfile=/path/to/file
> > 
> >  Alternatively, if you host your own repository you can deploy the
> file
> > there:
> >  mvn deploy:deploy-file -DgroupId=VsWebSite.Interop
> > -DartifactId=VsWebSite.Interop -Dversion=8.0.0.0
> > -Dclassifier=b03f5f7f11d50a3a -Dpackaging=gac -Dfile=/path/to/file
> > -Durl=[url] -DrepositoryId=[id]
> > 
> >  Path to dependency:
> >1) npanday:dotnet-repository-builder:pom:1.3-incubating
> >2)
> >
> npanday.visualstudio:NPanday.VisualStudio.Addin:visual-studio-addin:1.3-incubating
> >3)
> VsWebSite.Interop:VsWebSite.Interop:gac:b03f5f7f11d50a3a:8.0.0.0
> > 
> > 2) EnvDTE:EnvDTE:gac:b03f5f7f11d50a3a:8.0.0.0
> > 
> >  Try downloading the file manually from the project website.
> > 
> >  Then, install it using the command:
> >  mvn install:install-file -DgroupId=EnvDTE -DartifactId=EnvDTE
> > -Dversion=8.0.0.0 -Dclassifier=b03f5f7f11d50a3a -Dpackaging=gac
> > -Dfile=/path/to/file
> > 
> >  Alternatively, if you host your own repository you can deploy the
> file
> > there:
> >  mvn deploy:deploy-file -DgroupId=EnvDTE -DartifactId=EnvDTE
> > -Dversion=8.0.0.0 -Dclassifier=b03f5f7f11d50a3a -Dpackaging=gac
> > -Dfile=/path/to/file-Durl=[url] -DrepositoryId=[id]
> > 
> >  Path to dependency:
> >1) npanday:dotnet-repository-builder:pom:1.3-incubating
> >2)
> npanday.visualstudio:NPanday.VisualStudio:library:1.3-incubating
> >3) EnvDTE:EnvDTE:gac:b03f5f7f11d50a3a:8.0.0.0
> > 
> > 3)
> >
> Microsoft.Build.Engine:Microsoft.Build.Engine:gac_msil:b03f5f7f11d50a3a:2.0.0.0
> > 
> >  Try downloading 

Re: [VOTE] NPANDAY Version 1.3 Incubating

2011-03-02 Thread Lars Corneliussen
both 3 and 4 should be fixed on trunk

--
Message sent from mobile device

Am 02.03.2011 um 18:47 schrieb Dennis Lundberg :

> On 2011-02-28 20:43, Dennis Lundberg wrote:
>> On 2011-02-27 16:04, Dennis Lundberg wrote:
>>> Hi
>>> 
>>> First off - sorry for the long delay. I didn't realize that I was
>>> supposed to vote.
>>> 
>>> I've checked the signatures and checksums of the staged artifacts, and
>>> they are all fine.
>>> 
>>> I tried to build the source bundle, but didn't get very far because the
>>> npanday repo seems to be down, as Lars noted in related thread.
>> 
>> Now that the repo is back up again I got a lot further - all the way to
>> "NPanday :: .NET Model :: POM". There the build fails, as expected,
>> because I don't have Visual Studio (or its tools) installed.
>> 
>> Will hopefully have time to try building on another machine tomorrow.
> 
> Now I've done enough testing to give this release my +1 vote.
> 
> Installation from msi package works fine.
> 
> 
> 
> A couple of things that we have run into during testing, that can be
> fixed in later versions. These were all found running on Windows 7 64-bit.
> 
> 1. We were not able to build from the source bundle all the way to the
> end. This was on a machine with VS2008 and VS2010 installed. See log
> file at the end of this message. The build fails in the module "NPanday
> :: Repository Builder".
> 
> 2. Some interdependency between different modules is standing in the way
> of doing 'mvn clean verify' on a machine without any npanday
> 1.3-incubating artifacts in the local repo. One must run 'mvn clean
> install' instead. This is caused by a bug in Maven 2, which has been
> fixed in Maven 3.
> 
> 3. Building with Maven 3 fails on one of the modules related to the
> lifecycle. Sorry, don't remember which one now. I think Lars already has
> done some work to fix this on trunk.
> 
> 4. Running a 'mvn verify' that failed halfway through, and after that
> running 'mvn verify' again (without mvn clean in between) fails with an
> error saying that a mkdir command failed.
> 
> 5. We ran into the 260 char max path length issue with the source bundle
> unpacked in the users home directory. Moving the sources to the root
> directory solved this.
> 
> 
> 
> The log from the failed build under 1.
> 
> 
> [ERROR] BUILD ERROR
> [INFO]
> 
> [INFO] Failed to resolve artifact.
> 
> Missing:
> --
> 1) VsWebSite.Interop:VsWebSite.Interop:gac:b03f5f7f11d50a3a:8.0.0.0
> 
>  Try downloading the file manually from the project website.
> 
>  Then, install it using the command:
>  mvn install:install-file -DgroupId=VsWebSite.Interop
> -DartifactId=VsWebSite.Interop -Dversion=8.0.0.0
> -Dclassifier=b03f5f7f11d50a3a -Dpackaging=gac -Dfile=/path/to/file
> 
>  Alternatively, if you host your own repository you can deploy the file
> there:
>  mvn deploy:deploy-file -DgroupId=VsWebSite.Interop
> -DartifactId=VsWebSite.Interop -Dversion=8.0.0.0
> -Dclassifier=b03f5f7f11d50a3a -Dpackaging=gac -Dfile=/path/to/file
> -Durl=[url] -DrepositoryId=[id]
> 
>  Path to dependency:
>1) npanday:dotnet-repository-builder:pom:1.3-incubating
>2)
> npanday.visualstudio:NPanday.VisualStudio.Addin:visual-studio-addin:1.3-incubating
>3) VsWebSite.Interop:VsWebSite.Interop:gac:b03f5f7f11d50a3a:8.0.0.0
> 
> 2) EnvDTE:EnvDTE:gac:b03f5f7f11d50a3a:8.0.0.0
> 
>  Try downloading the file manually from the project website.
> 
>  Then, install it using the command:
>  mvn install:install-file -DgroupId=EnvDTE -DartifactId=EnvDTE
> -Dversion=8.0.0.0 -Dclassifier=b03f5f7f11d50a3a -Dpackaging=gac
> -Dfile=/path/to/file
> 
>  Alternatively, if you host your own repository you can deploy the file
> there:
>  mvn deploy:deploy-file -DgroupId=EnvDTE -DartifactId=EnvDTE
> -Dversion=8.0.0.0 -Dclassifier=b03f5f7f11d50a3a -Dpackaging=gac
> -Dfile=/path/to/file-Durl=[url] -DrepositoryId=[id]
> 
>  Path to dependency:
>1) npanday:dotnet-repository-builder:pom:1.3-incubating
>2) npanday.visualstudio:NPanday.VisualStudio:library:1.3-incubating
>3) EnvDTE:EnvDTE:gac:b03f5f7f11d50a3a:8.0.0.0
> 
> 3)
> Microsoft.Build.Engine:Microsoft.Build.Engine:gac_msil:b03f5f7f11d50a3a:2.0.0.0
> 
>  Try downloading the file manually from the project website.
> 
>  Then, install it using the command:
>  mvn install:install-file -DgroupId=Microsoft.Build.Engine
> -DartifactId=Microsoft.Build.Engine -Dversion=2.0.0.0
> -Dclassifier=b03f5f7f11d50a3a -Dpackaging=gac_msil -Dfile=/path/to/file
> 
>  Alternatively, if you host your own repository you can deploy the file
> there:
>  mvn deploy:deploy-file -DgroupId=Microsoft.Build.Engine
> -DartifactId=Microsoft.Build.Engine -Dversion=2.0.0.0
> -Dclassifier=b03f5f7f11d50a3a -Dpackaging=gac_msil -Dfile=/path/to/file
> -Durl=[url] -DrepositoryId=[id]
> 
>  Path to dependency:
>1) npanday:dotnet-repository-builder:pom:1.3-incubating
>  

Re: [VOTE] NPANDAY Version 1.3 Incubating

2011-03-02 Thread Dennis Lundberg
On 2011-02-28 20:43, Dennis Lundberg wrote:
> On 2011-02-27 16:04, Dennis Lundberg wrote:
>> Hi
>>
>> First off - sorry for the long delay. I didn't realize that I was
>> supposed to vote.
>>
>> I've checked the signatures and checksums of the staged artifacts, and
>> they are all fine.
>>
>> I tried to build the source bundle, but didn't get very far because the
>> npanday repo seems to be down, as Lars noted in related thread.
> 
> Now that the repo is back up again I got a lot further - all the way to
> "NPanday :: .NET Model :: POM". There the build fails, as expected,
> because I don't have Visual Studio (or its tools) installed.
> 
> Will hopefully have time to try building on another machine tomorrow.

Now I've done enough testing to give this release my +1 vote.

Installation from msi package works fine.



A couple of things that we have run into during testing, that can be
fixed in later versions. These were all found running on Windows 7 64-bit.

1. We were not able to build from the source bundle all the way to the
end. This was on a machine with VS2008 and VS2010 installed. See log
file at the end of this message. The build fails in the module "NPanday
:: Repository Builder".

2. Some interdependency between different modules is standing in the way
of doing 'mvn clean verify' on a machine without any npanday
1.3-incubating artifacts in the local repo. One must run 'mvn clean
install' instead. This is caused by a bug in Maven 2, which has been
fixed in Maven 3.

3. Building with Maven 3 fails on one of the modules related to the
lifecycle. Sorry, don't remember which one now. I think Lars already has
done some work to fix this on trunk.

4. Running a 'mvn verify' that failed halfway through, and after that
running 'mvn verify' again (without mvn clean in between) fails with an
error saying that a mkdir command failed.

5. We ran into the 260 char max path length issue with the source bundle
unpacked in the users home directory. Moving the sources to the root
directory solved this.



The log from the failed build under 1.


[ERROR] BUILD ERROR
[INFO]

[INFO] Failed to resolve artifact.

Missing:
--
1) VsWebSite.Interop:VsWebSite.Interop:gac:b03f5f7f11d50a3a:8.0.0.0

  Try downloading the file manually from the project website.

  Then, install it using the command:
  mvn install:install-file -DgroupId=VsWebSite.Interop
-DartifactId=VsWebSite.Interop -Dversion=8.0.0.0
-Dclassifier=b03f5f7f11d50a3a -Dpackaging=gac -Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file
there:
  mvn deploy:deploy-file -DgroupId=VsWebSite.Interop
-DartifactId=VsWebSite.Interop -Dversion=8.0.0.0
-Dclassifier=b03f5f7f11d50a3a -Dpackaging=gac -Dfile=/path/to/file
-Durl=[url] -DrepositoryId=[id]

  Path to dependency:
1) npanday:dotnet-repository-builder:pom:1.3-incubating
2)
npanday.visualstudio:NPanday.VisualStudio.Addin:visual-studio-addin:1.3-incubating
3) VsWebSite.Interop:VsWebSite.Interop:gac:b03f5f7f11d50a3a:8.0.0.0

2) EnvDTE:EnvDTE:gac:b03f5f7f11d50a3a:8.0.0.0

  Try downloading the file manually from the project website.

  Then, install it using the command:
  mvn install:install-file -DgroupId=EnvDTE -DartifactId=EnvDTE
-Dversion=8.0.0.0 -Dclassifier=b03f5f7f11d50a3a -Dpackaging=gac
-Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file
there:
  mvn deploy:deploy-file -DgroupId=EnvDTE -DartifactId=EnvDTE
-Dversion=8.0.0.0 -Dclassifier=b03f5f7f11d50a3a -Dpackaging=gac
-Dfile=/path/to/file-Durl=[url] -DrepositoryId=[id]

  Path to dependency:
1) npanday:dotnet-repository-builder:pom:1.3-incubating
2) npanday.visualstudio:NPanday.VisualStudio:library:1.3-incubating
3) EnvDTE:EnvDTE:gac:b03f5f7f11d50a3a:8.0.0.0

3)
Microsoft.Build.Engine:Microsoft.Build.Engine:gac_msil:b03f5f7f11d50a3a:2.0.0.0

  Try downloading the file manually from the project website.

  Then, install it using the command:
  mvn install:install-file -DgroupId=Microsoft.Build.Engine
-DartifactId=Microsoft.Build.Engine -Dversion=2.0.0.0
-Dclassifier=b03f5f7f11d50a3a -Dpackaging=gac_msil -Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file
there:
  mvn deploy:deploy-file -DgroupId=Microsoft.Build.Engine
-DartifactId=Microsoft.Build.Engine -Dversion=2.0.0.0
-Dclassifier=b03f5f7f11d50a3a -Dpackaging=gac_msil -Dfile=/path/to/file
-Durl=[url] -DrepositoryId=[id]

  Path to dependency:
1) npanday:dotnet-repository-builder:pom:1.3-incubating
2)
npanday.visualstudio:NPanday.VisualStudio.Addin:visual-studio-addin:1.3-incubating
3)
npanday.projectimporter:NPanday.ProjectImporterEngine:library:1.3-incubating
4)
Microsoft.Build.Engine:Microsoft.Build.Engine:gac_msil:b03f5f7f11d50a3a:2.0.0.0

4)
Microsoft.VisualStudio.CommandBars:Microsoft.VisualStudio.Co

Re: [VOTE] NPANDAY Version 1.3 Incubating

2011-02-28 Thread Dennis Lundberg
On 2011-02-27 16:04, Dennis Lundberg wrote:
> Hi
> 
> First off - sorry for the long delay. I didn't realize that I was
> supposed to vote.
> 
> I've checked the signatures and checksums of the staged artifacts, and
> they are all fine.
> 
> I tried to build the source bundle, but didn't get very far because the
> npanday repo seems to be down, as Lars noted in related thread.

Now that the repo is back up again I got a lot further - all the way to
"NPanday :: .NET Model :: POM". There the build fails, as expected,
because I don't have Visual Studio (or its tools) installed.

Will hopefully have time to try building on another machine tomorrow.


-- 
Dennis Lundberg


Re: [VOTE] NPANDAY Version 1.3 Incubating

2011-02-27 Thread Brett Porter

On 28/02/2011, at 2:04 AM, Dennis Lundberg wrote:

> Hi
> 
> Trying to browse to the repo with Firefox gives me a 503 "Service
> Temporarily Unavailable".
> 
> Is the repo necessary to use 1.3-incubating? Or are the NPanday plugins
> included in the msi package? I haven't installed the msi package on this
> machine, because I don't have Visual Studio on it.
> 
> I'll test some more at work tomorrow.

Sorry about that, I'm travelling so not able to check why the repo is down. We 
need to push these over to central anyway.

The repo is only needed to build the source, but you can also change the 
"stable version" property to 1.3-incubating (it just means the reactor won't 
build in one go). The plugins are included in the distributed repository & MSI 
for those that don't want to use an external repo.

- Brett

--
Brett Porter
br...@apache.org
http://brettporter.wordpress.com/



Re: [VOTE] NPANDAY Version 1.3 Incubating

2011-02-27 Thread Dennis Lundberg
Hi

First off - sorry for the long delay. I didn't realize that I was
supposed to vote.

I've checked the signatures and checksums of the staged artifacts, and
they are all fine.

I tried to build the source bundle, but didn't get very far because the
npanday repo seems to be down, as Lars noted in related thread. Here's
the message I get, running 'mvn verify' on a machine without any prior
NPanday installations:


[INFO]

[ERROR] BUILD ERROR
[INFO]

[INFO] Failed to resolve artifact.

GroupId: npanday.plugin
ArtifactId: maven-compile-plugin
Version: 1.2.1

Reason: Unable to download the artifact from any repository

  npanday.plugin:maven-compile-plugin:pom:1.2.1

from the specified remote repositories:
  central (http://repo1.maven.org/maven2),
  aduna.org (http://repository.aduna-software.org/maven2),
  npanday.releases
(http://repo.npanday.org/archiva/repository/npanday-releases),
  npanday.3rdparty (http://repo.npanday.org/archiva/repository/3rdparty),
  apache.snapshots (http://repository.apache.org/snapshots)


Trying to browse to the repo with Firefox gives me a 503 "Service
Temporarily Unavailable".

Is the repo necessary to use 1.3-incubating? Or are the NPanday plugins
included in the msi package? I haven't installed the msi package on this
machine, because I don't have Visual Studio on it.

I'll test some more at work tomorrow.


On 2011-01-27 08:42, Josimpson Ocaba wrote:
> Hi NPanday Users, 
> 
> After all the hard work that everyone in the community gave, I'm happy to 
> announce that NPanday 1.3 Incubating is available and ready for your testing 
> and voting. 
> 
> You can start testing here: 
> 
> Repository Builder > http :// vmbuild . apache .org/ archiva 
> /repository/staged- npanday / npanday / npanday 
> -repository-builder/1.3-incubating/ 
> MS Installer > http :// vmbuild . apache .org/ archiva /repository/staged- 
> npanday / npanday / npanday -installer/1.3-incubating/ 
> Source > http :// vmbuild . apache .org/ archiva /repository/staged- npanday 
> / npanday / npanday -project/1.3-incubating/ 
> 
> The docs for 1.3 Incubating can also be found here: http ://incubator. apache 
> .org/ npanday /docs/1.3-incubating/index. html 
> 
> [] +1 1.3 Incubating passes and is ready for release 
> [] 0 Don't care 
> [] -1 Objection and please state the reason why. 
> 
> Thanks again for the people who contributed patches and filed issues. 
> 
> Cheers, 
> 


-- 
Dennis Lundberg


Re: [VOTE] NPANDAY Version 1.3 Incubating

2011-02-14 Thread Deng Ching
+1

I noticed the sources have a lot of bundles (zip, tar.gz and tar.bz2).
Maybe we can configure the pom to only create at least a .zip of the
sources?

Thanks,
Deng

On Thu, Jan 27, 2011 at 3:42 PM, Josimpson Ocaba  wrote:
> Hi NPanday Users,
>
> After all the hard work that everyone in the community gave, I'm happy to 
> announce that NPanday 1.3 Incubating is available and ready for your testing 
> and voting.
>
> You can start testing here:
>
> Repository Builder > http :// vmbuild . apache .org/ archiva 
> /repository/staged- npanday / npanday / npanday 
> -repository-builder/1.3-incubating/
> MS Installer > http :// vmbuild . apache .org/ archiva /repository/staged- 
> npanday / npanday / npanday -installer/1.3-incubating/
> Source > http :// vmbuild . apache .org/ archiva /repository/staged- npanday 
> / npanday / npanday -project/1.3-incubating/
>
> The docs for 1.3 Incubating can also be found here: http ://incubator. apache 
> .org/ npanday /docs/1.3-incubating/index. html
>
> [] +1 1.3 Incubating passes and is ready for release
> [] 0 Don't care
> [] -1 Objection and please state the reason why.
>
> Thanks again for the people who contributed patches and filed issues.
>
> Cheers,
>
> --
> Joe Ocaba
>


Re: [VOTE] NPANDAY Version 1.3 Incubating

2011-02-14 Thread Lars Corneliussen

+1


Am 27.01.11 08:58, schrieb Josimpson Ocaba:

Sorry for the broken links.



Repository Builder>  
http://vmbuild.apache.org/archiva/repository/staged-npanday/npanday/npanday-repository-builder/1.3-incubating/
MS Installer>  
http://vmbuild.apache.org/archiva/repository/staged-npanday/npanday/npanday-installer/1.3-incubating/
Source>  
http://vmbuild.apache.org/archiva/repository/staged-npanday/npanday/npanday-project/1.3-incubating/
Docs>  http://incubator.apache.org/npanday/docs/1.3-incubating/index.html


Hi NPanday Users,

After all the hard work that everyone in the community gave, I'm happy to 
announce that NPanday 1.3 Incubating is available and ready for your testing 
and voting.

You can start testing here:

Repository Builder>  http :// vmbuild . apache .org/ archiva 
/repository/staged- npanday / npanday / npanday -repository-builder/1.3-incubating/
MS Installer>  http :// vmbuild . apache .org/ archiva /repository/staged- 
npanday / npanday / npanday -installer/1.3-incubating/
Source>  http :// vmbuild . apache .org/ archiva /repository/staged- npanday / 
npanday / npanday -project/1.3-incubating/

The docs for 1.3 Incubating can also be found here: http ://incubator. apache 
.org/ npanday /docs/1.3-incubating/index. html

[] +1 1.3 Incubating passes and is ready for release
[] 0 Don't care
[] -1 Objection and please state the reason why.

Thanks again for the people who contributed patches and filed issues.

Cheers,





Re: [VOTE] NPANDAY Version 1.3 Incubating

2011-02-13 Thread Brett Porter

On 11/02/2011, at 9:11 PM, Lars Corneliussen wrote:

> Hi,
> 
> I'm not sure about my vote.

The criteria I used:
- works at least as well as the previous release (doesn't have to be perfect - 
just no regressions)
- meets the criteria for an ASF release

> 
> I experience lots of trouble in combination with Maven 3 and Windows 64-bit. 
> I was able to "fake" 64bit away. When I then run with Maven 2.2.1 most its 
> pass.
> 
> Those are the failing tests.
>  
> testConflictingExtensions(npanday.its.NPandayIT10276ConflictingExtensionsTest)
>  testMVCProject(npanday.its.NPandayIT11480MVCProjectTest)
>  testWpfProject(npanday.its.NPandayIT12549WpfProjectTest)
>  testWebAppInstall(npanday.its.NPandayITVBWebAppTest)
>  testNet35Project(npanday.its.NPandayITNet35Test)
>  
> testClassLibWithWebRefInstall(npanday.its.NPandayITClassLibWithWebRefInstallTest)
> 
> Reasons:
> 
> 1) testConflictingExtensions fails resolving 
> "com.adobe.flex.sdkcore:framework:swc:3.2.0.3958" - i gave up on it

Bad IT - you need the repo in that POM added to your repository manager.

> 
> 2) testMVCProject, testWpfProject, testNet35Project fail because I have not 
> VS 2008 installed. Somehow the Win7 SDK with .NET 3.5 doesn't install the 
> SDK-stuff for Compact Framework. I can oversee that.

There was a resolution to this that I can't find right now... seems like a 
known issue to document.

> 
> 3) testConflictingExtensions

What's the failure?

> 
> 4) testWebAppInstall has trouble with either framework versions or 64bit, 
> getting a "This assembly is built by a runtime newer than the currently 
> loaded runtime and cannot be loaded"
> 
> 5) NPandayITClassLibWithWebRefInstallTest is not able to run wsdl command
> 
> Since Maven 3 is the new default, and Windows 64bit is quite common too, I 
> would rather suggest to release a 1.3.1 fix, that has good support for those.

I'm using Maven 3 day to day, though my Windows box I was testing this on is 
only 32-bit & Maven 2.2.1.

Agree with yourself and Joe here - that it's best left to a future version. As 
for what version it is, really just depends on what has been done by that 
point. I think we can only afford to support one branch of development, and we 
want to release small amounts frequently rather than getting into stagnation 
with a big release plan. If the RDF removal happens, I'd call that 2.0, 
otherwise 1.3.1 based on the currently scheduled list :)

> 
> I'm also not sure about how things work with mono in 1.3-incubating. Have you 
> tested that?

There are still some issues to overcome here, that have already been there. 
I've made some improvements - it'd be good to get others interested that would 
use it and can help in future releases.

> 
> What do you think? How many more votes do we need?
> 
> yours,
> Lars
> 
> Am 27.01.11 08:58, schrieb Josimpson Ocaba:
>> Sorry for the broken links.
>> 
>> 
>> 
>> Repository Builder>  
>> http://vmbuild.apache.org/archiva/repository/staged-npanday/npanday/npanday-repository-builder/1.3-incubating/
>> MS Installer>  
>> http://vmbuild.apache.org/archiva/repository/staged-npanday/npanday/npanday-installer/1.3-incubating/
>> Source>  
>> http://vmbuild.apache.org/archiva/repository/staged-npanday/npanday/npanday-project/1.3-incubating/
>> Docs>  http://incubator.apache.org/npanday/docs/1.3-incubating/index.html
>> 
>> 
>> Hi NPanday Users,
>> 
>> After all the hard work that everyone in the community gave, I'm happy to 
>> announce that NPanday 1.3 Incubating is available and ready for your testing 
>> and voting.
>> 
>> You can start testing here:
>> 
>> Repository Builder>  http :// vmbuild . apache .org/ archiva 
>> /repository/staged- npanday / npanday / npanday 
>> -repository-builder/1.3-incubating/
>> MS Installer>  http :// vmbuild . apache .org/ archiva /repository/staged- 
>> npanday / npanday / npanday -installer/1.3-incubating/
>> Source>  http :// vmbuild . apache .org/ archiva /repository/staged- npanday 
>> / npanday / npanday -project/1.3-incubating/
>> 
>> The docs for 1.3 Incubating can also be found here: http ://incubator. 
>> apache .org/ npanday /docs/1.3-incubating/index. html
>> 
>> [] +1 1.3 Incubating passes and is ready for release
>> [] 0 Don't care
>> [] -1 Objection and please state the reason why.
>> 
>> Thanks again for the people who contributed patches and filed issues.
>> 
>> Cheers,
>> 
> 

--
Brett Porter
br...@apache.org
http://brettporter.wordpress.com/
http://au.linkedin.com/in/brettporter






Re: [VOTE] NPANDAY Version 1.3 Incubating

2011-02-11 Thread Josimpson Ocaba

- "Lars Corneliussen"  wrote:

> Hi,
> 
> I'm not sure about my vote.
> 
> I experience lots of trouble in combination with Maven 3 and Windows 
> 64-bit. I was able to "fake" 64bit away. When I then run with Maven 
> 2.2.1 most its pass.
> 
> Those are the failing tests.
>
> testConflictingExtensions(npanday.its.NPandayIT10276ConflictingExtensionsTest)
>testMVCProject(npanday.its.NPandayIT11480MVCProjectTest)
>testWpfProject(npanday.its.NPandayIT12549WpfProjectTest)
>testWebAppInstall(npanday.its.NPandayITVBWebAppTest)
>testNet35Project(npanday.its.NPandayITNet35Test)
>
> testClassLibWithWebRefInstall(npanday.its.NPandayITClassLibWithWebRefInstallTest)
> 
> Reasons:
> 
> 1) testConflictingExtensions fails resolving 
> "com.adobe.flex.sdkcore:framework:swc:3.2.0.3958" - i gave up on it
> 
> 2) testMVCProject, testWpfProject, testNet35Project fail because I
> have 
> not VS 2008 installed. Somehow the Win7 SDK with .NET 3.5 doesn't 
> install the SDK-stuff for Compact Framework. I can oversee that.
> 
> 3) testConflictingExtensions
> 
> 4) testWebAppInstall has trouble with either framework versions or 
> 64bit, getting a "This assembly is built by a runtime newer than the 
> currently loaded runtime and cannot be loaded"
> 
> 5) NPandayITClassLibWithWebRefInstallTest is not able to run wsdl
> command
> 
> Since Maven 3 is the new default, and Windows 64bit is quite common
> too, 
> I would rather suggest to release a 1.3.1 fix, that has good support
> for 
> those.

I think it could be something with our environment variables that is causing 
the issue. I'm also on Windows 7 64bit right now but still on Maven 2.2.1

As for the support for Maven 3 I think we could include that to the 2.0 instead 
of doing a 1.3.1? Since we've already started developing items on 2.0 Perhaps 
we could just emphasize on the documentation that Maven 3 support will be on 
2.0?
 
> I'm also not sure about how things work with mono in 1.3-incubating. 
> Have you tested that?

Unfortunately I haven't done any testing on mono just on the different VSs

> What do you think? How many more votes do we need?

I think 2 more votes, especially from our members of the incubating PMC :D
 
> yours,
> Lars
> 
> Am 27.01.11 08:58, schrieb Josimpson Ocaba:
> > Sorry for the broken links.
> >
> >
> >
> > Repository Builder> 
> http://vmbuild.apache.org/archiva/repository/staged-npanday/npanday/npanday-repository-builder/1.3-incubating/
> > MS Installer> 
> http://vmbuild.apache.org/archiva/repository/staged-npanday/npanday/npanday-installer/1.3-incubating/
> > Source> 
> http://vmbuild.apache.org/archiva/repository/staged-npanday/npanday/npanday-project/1.3-incubating/
> > Docs> 
> http://incubator.apache.org/npanday/docs/1.3-incubating/index.html
> >
> >
> > Hi NPanday Users,
> >
> > After all the hard work that everyone in the community gave, I'm
> happy to announce that NPanday 1.3 Incubating is available and ready
> for your testing and voting.
> >
> > You can start testing here:
> >
> > Repository Builder>  http :// vmbuild . apache .org/ archiva
> /repository/staged- npanday / npanday / npanday
> -repository-builder/1.3-incubating/
> > MS Installer>  http :// vmbuild . apache .org/ archiva
> /repository/staged- npanday / npanday / npanday
> -installer/1.3-incubating/
> > Source>  http :// vmbuild . apache .org/ archiva /repository/staged-
> npanday / npanday / npanday -project/1.3-incubating/
> >
> > The docs for 1.3 Incubating can also be found here: http
> ://incubator. apache .org/ npanday /docs/1.3-incubating/index. html
> >
> > [] +1 1.3 Incubating passes and is ready for release
> > [] 0 Don't care
> > [] -1 Objection and please state the reason why.
> >
> > Thanks again for the people who contributed patches and filed
> issues.
> >
> > Cheers,
> >


Re: [VOTE] NPANDAY Version 1.3 Incubating

2011-02-11 Thread Lars Corneliussen

Hi,

I'm not sure about my vote.

I experience lots of trouble in combination with Maven 3 and Windows 
64-bit. I was able to "fake" 64bit away. When I then run with Maven 
2.2.1 most its pass.


Those are the failing tests.
  
testConflictingExtensions(npanday.its.NPandayIT10276ConflictingExtensionsTest)

  testMVCProject(npanday.its.NPandayIT11480MVCProjectTest)
  testWpfProject(npanday.its.NPandayIT12549WpfProjectTest)
  testWebAppInstall(npanday.its.NPandayITVBWebAppTest)
  testNet35Project(npanday.its.NPandayITNet35Test)
  
testClassLibWithWebRefInstall(npanday.its.NPandayITClassLibWithWebRefInstallTest)


Reasons:

1) testConflictingExtensions fails resolving 
"com.adobe.flex.sdkcore:framework:swc:3.2.0.3958" - i gave up on it


2) testMVCProject, testWpfProject, testNet35Project fail because I have 
not VS 2008 installed. Somehow the Win7 SDK with .NET 3.5 doesn't 
install the SDK-stuff for Compact Framework. I can oversee that.


3) testConflictingExtensions

4) testWebAppInstall has trouble with either framework versions or 
64bit, getting a "This assembly is built by a runtime newer than the 
currently loaded runtime and cannot be loaded"


5) NPandayITClassLibWithWebRefInstallTest is not able to run wsdl command

Since Maven 3 is the new default, and Windows 64bit is quite common too, 
I would rather suggest to release a 1.3.1 fix, that has good support for 
those.


I'm also not sure about how things work with mono in 1.3-incubating. 
Have you tested that?


What do you think? How many more votes do we need?

yours,
Lars

Am 27.01.11 08:58, schrieb Josimpson Ocaba:

Sorry for the broken links.



Repository Builder>  
http://vmbuild.apache.org/archiva/repository/staged-npanday/npanday/npanday-repository-builder/1.3-incubating/
MS Installer>  
http://vmbuild.apache.org/archiva/repository/staged-npanday/npanday/npanday-installer/1.3-incubating/
Source>  
http://vmbuild.apache.org/archiva/repository/staged-npanday/npanday/npanday-project/1.3-incubating/
Docs>  http://incubator.apache.org/npanday/docs/1.3-incubating/index.html


Hi NPanday Users,

After all the hard work that everyone in the community gave, I'm happy to 
announce that NPanday 1.3 Incubating is available and ready for your testing 
and voting.

You can start testing here:

Repository Builder>  http :// vmbuild . apache .org/ archiva 
/repository/staged- npanday / npanday / npanday -repository-builder/1.3-incubating/
MS Installer>  http :// vmbuild . apache .org/ archiva /repository/staged- 
npanday / npanday / npanday -installer/1.3-incubating/
Source>  http :// vmbuild . apache .org/ archiva /repository/staged- npanday / 
npanday / npanday -project/1.3-incubating/

The docs for 1.3 Incubating can also be found here: http ://incubator. apache 
.org/ npanday /docs/1.3-incubating/index. html

[] +1 1.3 Incubating passes and is ready for release
[] 0 Don't care
[] -1 Objection and please state the reason why.

Thanks again for the people who contributed patches and filed issues.

Cheers,





Re: [VOTE] NPANDAY Version 1.3 Incubating

2011-02-10 Thread Brett Porter

On 10/02/2011, at 8:30 PM, Josimpson Ocaba wrote:

> 
> 
> -- 
> Joe Ocaba 
> - "Lars Corneliussen"  wrote:
> 
>> Hi guys,
>> 
>> I'm currently testing 1.3-incubating. Sorry for beeing that late.
>> 
>> * The VS-Plugin does not work as expected. It installs and starts, but
>> 
>> then when I try to convert a project it just does nothing.
>> 
>> Running the 1.3-incubating-ITs, I still have following errors. Maybe 
>> somebody has a hint?
>> 
>> Console-log and Surefire-Report here: https://gist.github.com/820167
>> 
>> These are the failing ITs:
>> 
>>   - NPandayIT328WPF2010ProjectTest.testWPF2010Project
>>   -
>> NPandayIT10276ConflictingExtensionsTest.testConflictingExtensions
>>   - NPandayIT12940MixedVersionsTest.testMixedVersionResolution
>>   - NPandayIT11480MVCProjectTest.testMVCProject
>>   - NPandayIT12549WpfProjectTest.testWpfProject
>>   -
>> NPandayIT11695MsBuildCopyReferencesTest.testMsBuildCopyReferences
>>   - NPandayITSnapshotResolutionTest.testNonUniqueSnapshotResolution
>>   - NPandayITNet35Test.testNet35Project
>>   - 
>> NPandayIT0028RemoteSnapshotRepoTest.testSnapDeploymentRemoteRepoNotUnique
>> 
>> I'm further investigating, but with limited time.
>> 
> 
> Did you get the latest version of the ITs and use these to test against 
> 1.3-incubating? There were also changes on the ITs mentioned above. 

http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/ says nothing 
has changed since the release? (and shouldn't matter anyway, since you can use 
the version spec to ensure the ITs run against the right versions)

> What installation method did you use to test 1.3-incubating? Did you use the 
> build from repo or the msi? Although I'm able to convert a project 
> successfully as of now. Was the npanday-settings.xml  updated to have it 
> pointed to the .NET 4.0, because there is an already filed issue regarding 
> this one https://issues.apache.org/jira/browse/NPANDAY-362 
> 
> Or an issue with the ordering of the .NET framework in the ENV path? 
> 
>> 
>> 
>> Am 27.01.11 08:58, schrieb Josimpson Ocaba:
>>> Sorry for the broken links.
>>> 
>>> 
>>> 
>>> Repository Builder> 
>> http://vmbuild.apache.org/archiva/repository/staged-npanday/npanday/npanday-repository-builder/1.3-incubating/
>>> MS Installer> 
>> http://vmbuild.apache.org/archiva/repository/staged-npanday/npanday/npanday-installer/1.3-incubating/
>>> Source> 
>> http://vmbuild.apache.org/archiva/repository/staged-npanday/npanday/npanday-project/1.3-incubating/
>>> Docs> 
>> http://incubator.apache.org/npanday/docs/1.3-incubating/index.html
>>> 
>>> 
>>> Hi NPanday Users,
>>> 
>>> After all the hard work that everyone in the community gave, I'm
>> happy to announce that NPanday 1.3 Incubating is available and ready
>> for your testing and voting.
>>> 
>>> You can start testing here:
>>> 
>>> Repository Builder>  http :// vmbuild . apache .org/ archiva
>> /repository/staged- npanday / npanday / npanday
>> -repository-builder/1.3-incubating/
>>> MS Installer>  http :// vmbuild . apache .org/ archiva
>> /repository/staged- npanday / npanday / npanday
>> -installer/1.3-incubating/
>>> Source>  http :// vmbuild . apache .org/ archiva /repository/staged-
>> npanday / npanday / npanday -project/1.3-incubating/
>>> 
>>> The docs for 1.3 Incubating can also be found here: http
>> ://incubator. apache .org/ npanday /docs/1.3-incubating/index. html
>>> 
>>> [] +1 1.3 Incubating passes and is ready for release
>>> [] 0 Don't care
>>> [] -1 Objection and please state the reason why.
>>> 
>>> Thanks again for the people who contributed patches and filed
>> issues.
>>> 
>>> Cheers,
>>> 

--
Brett Porter
br...@apache.org
http://brettporter.wordpress.com/
http://au.linkedin.com/in/brettporter






Re: [VOTE] NPANDAY Version 1.3 Incubating

2011-02-10 Thread Josimpson Ocaba


-- 
Joe Ocaba 
- "Lars Corneliussen"  wrote:

> Hi guys,
> 
> I'm currently testing 1.3-incubating. Sorry for beeing that late.
> 
> * The VS-Plugin does not work as expected. It installs and starts, but
> 
> then when I try to convert a project it just does nothing.
> 
> Running the 1.3-incubating-ITs, I still have following errors. Maybe 
> somebody has a hint?
> 
> Console-log and Surefire-Report here: https://gist.github.com/820167
> 
> These are the failing ITs:
> 
>- NPandayIT328WPF2010ProjectTest.testWPF2010Project
>-
> NPandayIT10276ConflictingExtensionsTest.testConflictingExtensions
>- NPandayIT12940MixedVersionsTest.testMixedVersionResolution
>- NPandayIT11480MVCProjectTest.testMVCProject
>- NPandayIT12549WpfProjectTest.testWpfProject
>-
> NPandayIT11695MsBuildCopyReferencesTest.testMsBuildCopyReferences
>- NPandayITSnapshotResolutionTest.testNonUniqueSnapshotResolution
>- NPandayITNet35Test.testNet35Project
>- 
> NPandayIT0028RemoteSnapshotRepoTest.testSnapDeploymentRemoteRepoNotUnique
> 
> I'm further investigating, but with limited time.
> 

Did you get the latest version of the ITs and use these to test against 
1.3-incubating? There were also changes on the ITs mentioned above. 
What installation method did you use to test 1.3-incubating? Did you use the 
build from repo or the msi? Although I'm able to convert a project successfully 
as of now. Was the npanday-settings.xml  updated to have it pointed to the .NET 
4.0, because there is an already filed issue regarding this one 
https://issues.apache.org/jira/browse/NPANDAY-362 

Or an issue with the ordering of the .NET framework in the ENV path? 

> 
> 
> Am 27.01.11 08:58, schrieb Josimpson Ocaba:
> > Sorry for the broken links.
> >
> >
> >
> > Repository Builder> 
> http://vmbuild.apache.org/archiva/repository/staged-npanday/npanday/npanday-repository-builder/1.3-incubating/
> > MS Installer> 
> http://vmbuild.apache.org/archiva/repository/staged-npanday/npanday/npanday-installer/1.3-incubating/
> > Source> 
> http://vmbuild.apache.org/archiva/repository/staged-npanday/npanday/npanday-project/1.3-incubating/
> > Docs> 
> http://incubator.apache.org/npanday/docs/1.3-incubating/index.html
> >
> >
> > Hi NPanday Users,
> >
> > After all the hard work that everyone in the community gave, I'm
> happy to announce that NPanday 1.3 Incubating is available and ready
> for your testing and voting.
> >
> > You can start testing here:
> >
> > Repository Builder>  http :// vmbuild . apache .org/ archiva
> /repository/staged- npanday / npanday / npanday
> -repository-builder/1.3-incubating/
> > MS Installer>  http :// vmbuild . apache .org/ archiva
> /repository/staged- npanday / npanday / npanday
> -installer/1.3-incubating/
> > Source>  http :// vmbuild . apache .org/ archiva /repository/staged-
> npanday / npanday / npanday -project/1.3-incubating/
> >
> > The docs for 1.3 Incubating can also be found here: http
> ://incubator. apache .org/ npanday /docs/1.3-incubating/index. html
> >
> > [] +1 1.3 Incubating passes and is ready for release
> > [] 0 Don't care
> > [] -1 Objection and please state the reason why.
> >
> > Thanks again for the people who contributed patches and filed
> issues.
> >
> > Cheers,
> >


Re: [VOTE] NPANDAY Version 1.3 Incubating

2011-02-10 Thread Lars Corneliussen

Hi guys,

I'm currently testing 1.3-incubating. Sorry for beeing that late.

* The VS-Plugin does not work as expected. It installs and starts, but 
then when I try to convert a project it just does nothing.


Running the 1.3-incubating-ITs, I still have following errors. Maybe 
somebody has a hint?


Console-log and Surefire-Report here: https://gist.github.com/820167

These are the failing ITs:

  - NPandayIT328WPF2010ProjectTest.testWPF2010Project
  - NPandayIT10276ConflictingExtensionsTest.testConflictingExtensions
  - NPandayIT12940MixedVersionsTest.testMixedVersionResolution
  - NPandayIT11480MVCProjectTest.testMVCProject
  - NPandayIT12549WpfProjectTest.testWpfProject
  - NPandayIT11695MsBuildCopyReferencesTest.testMsBuildCopyReferences
  - NPandayITSnapshotResolutionTest.testNonUniqueSnapshotResolution
  - NPandayITNet35Test.testNet35Project
  - 
NPandayIT0028RemoteSnapshotRepoTest.testSnapDeploymentRemoteRepoNotUnique


I'm further investigating, but with limited time.

- Lars


Am 27.01.11 08:58, schrieb Josimpson Ocaba:

Sorry for the broken links.



Repository Builder>  
http://vmbuild.apache.org/archiva/repository/staged-npanday/npanday/npanday-repository-builder/1.3-incubating/
MS Installer>  
http://vmbuild.apache.org/archiva/repository/staged-npanday/npanday/npanday-installer/1.3-incubating/
Source>  
http://vmbuild.apache.org/archiva/repository/staged-npanday/npanday/npanday-project/1.3-incubating/
Docs>  http://incubator.apache.org/npanday/docs/1.3-incubating/index.html


Hi NPanday Users,

After all the hard work that everyone in the community gave, I'm happy to 
announce that NPanday 1.3 Incubating is available and ready for your testing 
and voting.

You can start testing here:

Repository Builder>  http :// vmbuild . apache .org/ archiva 
/repository/staged- npanday / npanday / npanday -repository-builder/1.3-incubating/
MS Installer>  http :// vmbuild . apache .org/ archiva /repository/staged- 
npanday / npanday / npanday -installer/1.3-incubating/
Source>  http :// vmbuild . apache .org/ archiva /repository/staged- npanday / 
npanday / npanday -project/1.3-incubating/

The docs for 1.3 Incubating can also be found here: http ://incubator. apache 
.org/ npanday /docs/1.3-incubating/index. html

[] +1 1.3 Incubating passes and is ready for release
[] 0 Don't care
[] -1 Objection and please state the reason why.

Thanks again for the people who contributed patches and filed issues.

Cheers,





RE: [VOTE] NPANDAY Version 1.3 Incubating

2011-02-01 Thread Josimpson Ocaba
+1 on 1.3 Incubating to be released 


* Tested on MSI and Packaged Repository Builder 
* 1.3 Incubating Passed the ITs 
* Built new projects and tested the items on the release notes 

I hope that other NPanday Incubating PMC members, committers and contributors 
will have the time to test out 1.3 incubating and enjoy the support for VS2010 
and .NET 4.0 

Cheers, 

-- 
Joe Ocaba 

- Original Message - 
From: " Adelita Padilla" < apadilla @ maestrodev .com> 
To: npanday -dev@incubator. apache .org 
Sent: Tuesday, February 1, 2011 2:11:50 PM 
Subject: Re: [VOTE] NPANDAY Version 1.3 Incubating 


I already added my key to / www / www . apache .org/dist/incubator/ npanday 
/KEYS 


Thanks, 

-- 

liit 

- "Brett Porter" < brett @ apache .org> wrote: 

> +1 
> 
> Overall, the release looks good. 
> 
> I built the source successfully, and used it to run the tests. 
> 
> I used the installer and used it to run the tests. 
> 
> I built from the staged repo only and used it to run the tests. 
> 
> Checked the signatures on the source & MSI distributions. Liit needs 
> to add her key to SVN somewhere. 
> 
> I notice the repository builder & MSI is distributing a lot of 
> binaries we probably don't need to. They are all under category A or 
> category B licenses, so not a blocker but something to fix up promptly 
> for future releases. 
> 
> Note that to get this approved, you still need 2 more votes from 
> incubator PMC members. I'd also nudge the other committers to test and 
> vote... 
> 
> Beyond that: 
> - need to figure out how to get the repository into central - I guess 
> through people. apache .org/ repo for now, and we'll move to the 
> o.a. npanday group ID in the 2.0 releases 
> - it's a good idea to create a staging area with the release files as 
> they'll appear on www . apache .org/dist (in people. apache .org/builds) - 
> especially since the below should be renamed for the release 
> - the site needs to be updated to refer to these artifacts, rather 
> than the older locations 
> - status document needs updating 
> 
> Cheers, 
> Brett 
> 
> On 27/01/2011, at 6:58 PM, Josimpson Ocaba wrote: 
> 
> > Sorry for the broken links. 
> > 
> > 
> > 
> > Repository Builder > 
> http :// vmbuild . apache .org/ archiva /repository/staged- npanday / npanday 
> / npanday -repository-builder/1.3-incubating/ 
> 
> > MS Installer > 
> http :// vmbuild . apache .org/ archiva /repository/staged- npanday / npanday 
> / npanday -installer/1.3-incubating/ 
> 
> > Source > 
> http :// vmbuild . apache .org/ archiva /repository/staged- npanday / npanday 
> / npanday -project/1.3-incubating/ 
> 
> > Docs > 
> http ://incubator. apache .org/ npanday /docs/1.3-incubating/index. html 
> > 
> > 
> > Hi NPanday Users, 
> > 
> > After all the hard work that everyone in the community gave, I'm 
> happy to announce that NPanday 1.3 Incubating is available and ready 
> for your testing and voting. 
> > 
> > You can start testing here: 
> > 
> > Repository Builder > http :// vmbuild . apache .org/ archiva 
> /repository/staged- npanday / npanday / npanday 
> -repository-builder/1.3-incubating/ 
> > MS Installer > http :// vmbuild . apache .org/ archiva 
> /repository/staged- npanday / npanday / npanday 
> -installer/1.3-incubating/ 
> > Source > http :// vmbuild . apache .org/ archiva /repository/staged- 
> npanday / npanday / npanday -project/1.3-incubating/ 
> > 
> > The docs for 1.3 Incubating can also be found here: http 
> ://incubator. apache .org/ npanday /docs/1.3-incubating/index. html 
> > 
> > [] +1 1.3 Incubating passes and is ready for release 
> > [] 0 Don't care 
> > [] -1 Objection and please state the reason why. 
> > 
> > Thanks again for the people who contributed patches and filed 
> issues. 
> > 
> > Cheers, 
> > 
> > -- 
> > Joe Ocaba 
> 
> -- 
> Brett Porter 
> brett @ apache .org 
> http :// brettporter . wordpress .com/ 
> http :// au . linkedin .com/in/ brettporter 


Re: [VOTE] NPANDAY Version 1.3 Incubating

2011-02-01 Thread Marecor Baclay
+1

--
Cora

On Thu, Jan 27, 2011 at 3:42 PM, Josimpson Ocaba wrote:

> Hi NPanday Users,
>
> After all the hard work that everyone in the community gave, I'm happy to
> announce that NPanday 1.3 Incubating is available and ready for your testing
> and voting.
>
> You can start testing here:
>
> Repository Builder > http :// vmbuild . apache .org/ archiva
> /repository/staged- npanday / npanday / npanday
> -repository-builder/1.3-incubating/
> MS Installer > http :// vmbuild . apache .org/ archiva /repository/staged-
> npanday / npanday / npanday -installer/1.3-incubating/
> Source > http :// vmbuild . apache .org/ archiva /repository/staged-
> npanday / npanday / npanday -project/1.3-incubating/
>
> The docs for 1.3 Incubating can also be found here: http ://incubator.
> apache .org/ npanday /docs/1.3-incubating/index. html
>
> [] +1 1.3 Incubating passes and is ready for release
> [] 0 Don't care
> [] -1 Objection and please state the reason why.
>
> Thanks again for the people who contributed patches and filed issues.
>
> Cheers,
>
> --
> Joe Ocaba
>


Re: [VOTE] NPANDAY Version 1.3 Incubating

2011-01-31 Thread Adelita Padilla

I already added my key to /www/www.apache.org/dist/incubator/npanday/KEYS


Thanks,

--

liit

- "Brett Porter"  wrote:

> +1
> 
> Overall, the release looks good.
> 
> I built the source successfully, and used it to run the tests.
> 
> I used the installer and used it to run the tests.
> 
> I built from the staged repo only and used it to run the tests.
> 
> Checked the signatures on the source & MSI distributions. Liit needs
> to add her key to SVN somewhere.
> 
> I notice the repository builder & MSI is distributing a lot of
> binaries we probably don't need to. They are all under category A or
> category B licenses, so not a blocker but something to fix up promptly
> for future releases.
> 
> Note that to get this approved, you still need 2 more votes from
> incubator PMC members. I'd also nudge the other committers to test and
> vote...
> 
> Beyond that:
> - need to figure out how to get the repository into central - I guess
> through people.apache.org/repo for now, and we'll move to the
> o.a.npanday group ID in the 2.0 releases
> - it's a good idea to create a staging area with the release files as
> they'll appear on www.apache.org/dist (in people.apache.org/builds) -
> especially since the below should be renamed for the release
> - the site needs to be updated to refer to these artifacts, rather
> than the older locations
> - status document needs updating
> 
> Cheers,
> Brett
> 
> On 27/01/2011, at 6:58 PM, Josimpson Ocaba wrote:
> 
> > Sorry for the broken links. 
> > 
> > 
> > 
> > Repository Builder >
> http://vmbuild.apache.org/archiva/repository/staged-npanday/npanday/npanday-repository-builder/1.3-incubating/
> 
> > MS Installer >
> http://vmbuild.apache.org/archiva/repository/staged-npanday/npanday/npanday-installer/1.3-incubating/
> 
> > Source >
> http://vmbuild.apache.org/archiva/repository/staged-npanday/npanday/npanday-project/1.3-incubating/
> 
> > Docs >
> http://incubator.apache.org/npanday/docs/1.3-incubating/index.html 
> > 
> > 
> > Hi NPanday Users, 
> > 
> > After all the hard work that everyone in the community gave, I'm
> happy to announce that NPanday 1.3 Incubating is available and ready
> for your testing and voting. 
> > 
> > You can start testing here: 
> > 
> > Repository Builder > http :// vmbuild . apache .org/ archiva
> /repository/staged- npanday / npanday / npanday
> -repository-builder/1.3-incubating/ 
> > MS Installer > http :// vmbuild . apache .org/ archiva
> /repository/staged- npanday / npanday / npanday
> -installer/1.3-incubating/ 
> > Source > http :// vmbuild . apache .org/ archiva /repository/staged-
> npanday / npanday / npanday -project/1.3-incubating/ 
> > 
> > The docs for 1.3 Incubating can also be found here: http
> ://incubator. apache .org/ npanday /docs/1.3-incubating/index. html 
> > 
> > [] +1 1.3 Incubating passes and is ready for release 
> > [] 0 Don't care 
> > [] -1 Objection and please state the reason why. 
> > 
> > Thanks again for the people who contributed patches and filed
> issues. 
> > 
> > Cheers, 
> > 
> > -- 
> > Joe Ocaba 
> 
> --
> Brett Porter
> br...@apache.org
> http://brettporter.wordpress.com/
> http://au.linkedin.com/in/brettporter


Re: [VOTE] NPANDAY Version 1.3 Incubating

2011-01-31 Thread Brett Porter
+1

Overall, the release looks good.

I built the source successfully, and used it to run the tests.

I used the installer and used it to run the tests.

I built from the staged repo only and used it to run the tests.

Checked the signatures on the source & MSI distributions. Liit needs to add her 
key to SVN somewhere.

I notice the repository builder & MSI is distributing a lot of binaries we 
probably don't need to. They are all under category A or category B licenses, 
so not a blocker but something to fix up promptly for future releases.

Note that to get this approved, you still need 2 more votes from incubator PMC 
members. I'd also nudge the other committers to test and vote...

Beyond that:
- need to figure out how to get the repository into central - I guess through 
people.apache.org/repo for now, and we'll move to the o.a.npanday group ID in 
the 2.0 releases
- it's a good idea to create a staging area with the release files as they'll 
appear on www.apache.org/dist (in people.apache.org/builds) - especially since 
the below should be renamed for the release
- the site needs to be updated to refer to these artifacts, rather than the 
older locations
- status document needs updating

Cheers,
Brett

On 27/01/2011, at 6:58 PM, Josimpson Ocaba wrote:

> Sorry for the broken links. 
> 
> 
> 
> Repository Builder > 
> http://vmbuild.apache.org/archiva/repository/staged-npanday/npanday/npanday-repository-builder/1.3-incubating/
>  
> MS Installer > 
> http://vmbuild.apache.org/archiva/repository/staged-npanday/npanday/npanday-installer/1.3-incubating/
>  
> Source > 
> http://vmbuild.apache.org/archiva/repository/staged-npanday/npanday/npanday-project/1.3-incubating/
>  
> Docs > http://incubator.apache.org/npanday/docs/1.3-incubating/index.html 
> 
> 
> Hi NPanday Users, 
> 
> After all the hard work that everyone in the community gave, I'm happy to 
> announce that NPanday 1.3 Incubating is available and ready for your testing 
> and voting. 
> 
> You can start testing here: 
> 
> Repository Builder > http :// vmbuild . apache .org/ archiva 
> /repository/staged- npanday / npanday / npanday 
> -repository-builder/1.3-incubating/ 
> MS Installer > http :// vmbuild . apache .org/ archiva /repository/staged- 
> npanday / npanday / npanday -installer/1.3-incubating/ 
> Source > http :// vmbuild . apache .org/ archiva /repository/staged- npanday 
> / npanday / npanday -project/1.3-incubating/ 
> 
> The docs for 1.3 Incubating can also be found here: http ://incubator. apache 
> .org/ npanday /docs/1.3-incubating/index. html 
> 
> [] +1 1.3 Incubating passes and is ready for release 
> [] 0 Don't care 
> [] -1 Objection and please state the reason why. 
> 
> Thanks again for the people who contributed patches and filed issues. 
> 
> Cheers, 
> 
> -- 
> Joe Ocaba 

--
Brett Porter
br...@apache.org
http://brettporter.wordpress.com/
http://au.linkedin.com/in/brettporter






Re: [VOTE] NPANDAY Version 1.3 Incubating

2011-01-30 Thread Adelita Padilla

 +1


Thanks,

--

liit

- "Josimpson Ocaba"  wrote:

> Sorry for the broken links. 
> 
> 
> 
> Repository Builder >
> http://vmbuild.apache.org/archiva/repository/staged-npanday/npanday/npanday-repository-builder/1.3-incubating/
> 
> MS Installer >
> http://vmbuild.apache.org/archiva/repository/staged-npanday/npanday/npanday-installer/1.3-incubating/
> 
> Source >
> http://vmbuild.apache.org/archiva/repository/staged-npanday/npanday/npanday-project/1.3-incubating/
> 
> Docs >
> http://incubator.apache.org/npanday/docs/1.3-incubating/index.html 
> 
> 
> Hi NPanday Users, 
> 
> After all the hard work that everyone in the community gave, I'm happy
> to announce that NPanday 1.3 Incubating is available and ready for
> your testing and voting. 
> 
> You can start testing here: 
> 
> Repository Builder > http :// vmbuild . apache .org/ archiva
> /repository/staged- npanday / npanday / npanday
> -repository-builder/1.3-incubating/ 
> MS Installer > http :// vmbuild . apache .org/ archiva
> /repository/staged- npanday / npanday / npanday
> -installer/1.3-incubating/ 
> Source > http :// vmbuild . apache .org/ archiva /repository/staged-
> npanday / npanday / npanday -project/1.3-incubating/ 
> 
> The docs for 1.3 Incubating can also be found here: http ://incubator.
> apache .org/ npanday /docs/1.3-incubating/index. html 
> 
> [] +1 1.3 Incubating passes and is ready for release 
> [] 0 Don't care 
> [] -1 Objection and please state the reason why. 
> 
> Thanks again for the people who contributed patches and filed issues.
> 
> 
> Cheers, 
> 
> -- 
> Joe Ocaba


Re: [VOTE] NPANDAY Version 1.3 Incubating

2011-01-26 Thread Josimpson Ocaba
Sorry for the broken links. 



Repository Builder > 
http://vmbuild.apache.org/archiva/repository/staged-npanday/npanday/npanday-repository-builder/1.3-incubating/
 
MS Installer > 
http://vmbuild.apache.org/archiva/repository/staged-npanday/npanday/npanday-installer/1.3-incubating/
 
Source > 
http://vmbuild.apache.org/archiva/repository/staged-npanday/npanday/npanday-project/1.3-incubating/
 
Docs > http://incubator.apache.org/npanday/docs/1.3-incubating/index.html 


Hi NPanday Users, 

After all the hard work that everyone in the community gave, I'm happy to 
announce that NPanday 1.3 Incubating is available and ready for your testing 
and voting. 

You can start testing here: 

Repository Builder > http :// vmbuild . apache .org/ archiva 
/repository/staged- npanday / npanday / npanday 
-repository-builder/1.3-incubating/ 
MS Installer > http :// vmbuild . apache .org/ archiva /repository/staged- 
npanday / npanday / npanday -installer/1.3-incubating/ 
Source > http :// vmbuild . apache .org/ archiva /repository/staged- npanday / 
npanday / npanday -project/1.3-incubating/ 

The docs for 1.3 Incubating can also be found here: http ://incubator. apache 
.org/ npanday /docs/1.3-incubating/index. html 

[] +1 1.3 Incubating passes and is ready for release 
[] 0 Don't care 
[] -1 Objection and please state the reason why. 

Thanks again for the people who contributed patches and filed issues. 

Cheers, 

-- 
Joe Ocaba