Re: svn commit: r1002923 - in /incubator/npanday/branches/npanday-vs2010-support: ./ components/dotnet-artifact/src/main/java/npanday/artifact/impl/ components/dotnet-artifact/src/main/resources/META-

2010-09-30 Thread Adelita Padilla
Hi Wendy,

Here's the issue in codeplex - http://npanday.codeplex.com/workitem/13479

Thanks,

liit

- Original Message -
From: Wendy Smoak wsm...@gmail.com
To: npanday-dev@incubator.apache.org
Sent: Thursday, September 30, 2010 7:09:45 AM
Subject: Re: svn commit: r1002923 - in 
/incubator/npanday/branches/npanday-vs2010-support: ./ 
components/dotnet-artifact/src/main/java/npanday/artifact/impl/ 
components/dotnet-artifact/src/main/resources/META-INF/plexus/ 
components/dotnet-core/src/main/java/n

Was there an issue number for this?  Thanks, -Wendy

On Wed, Sep 29, 2010 at 9:43 PM,  apadi...@apache.org wrote:
 Author: apadilla
 Date: Thu Sep 30 01:43:08 2010
 New Revision: 1002923

 URL: http://svn.apache.org/viewvc?rev=1002923view=rev
 Log:
 * added patch submitted by crimmc for VS 2010 support
 * revised vsinstaller plugin to enable auto generation of addin file in VS2010
 * revised addin in template/NPanday.VisualStudio.Addin so that addin file 
 will be available in VS 2010 Addin Manager



Re: svn commit: r1005392 - /incubator/npanday/branches/npanday-vs2010-support/dotnet/assemblies/NPanday.ProjectImporter/Engine/src/main/csharp/NPanday/ProjectImporter/Converter/Algorithms/AbstractPomC

2010-10-07 Thread Adelita Padilla

Hi Brett,

Yep, I applied it in the branch for VS 2010 support.

My apologies, I forgot to credit crimmc. 

I'll revised my commit logs.

I revised the commit logs via tortoise, I can't seem to revised them using that 
command. It seems, I still need some configurations for svn command line.

Thanks!

- Original Message -
From: Brett Porter br...@apache.org
To: npanday-dev@incubator.apache.org
Sent: Friday, October 8, 2010 10:25:44 AM
Subject: Re: svn commit: r1005392 - 
/incubator/npanday/branches/npanday-vs2010-support/dotnet/assemblies/NPanday.ProjectImporter/Engine/src/main/csharp/NPanday/ProjectImporter/Converter/Algorithms/AbstractPomConverter.cs

Hi,

Was this a patch being applied? If so, you should be sure to attribute that. 
The usual template would look like this:


[NPANDAY-288] revised loading of assembly to fix FileLoadException in 64bit
Submitted by: crimmc (via 
http://npanday.codeplex.com/Project/Download/FileDownload.aspx?DownloadId=124562)


You can edit it with the svn pe svn:log -r1005392 --revprop . command I showed 
earlier (did you get a chance to edit the earlier log too?)

On 07/10/2010, at 9:09 PM, apadi...@apache.org wrote:

 Author: apadilla
 Date: Thu Oct  7 10:09:11 2010
 New Revision: 1005392
 
 URL: http://svn.apache.org/viewvc?rev=1005392view=rev
 Log:
 https://issues.apache.org/jira/browse/NPANDAY-288 - revised loading of 
 assembly to fix FileLoadException in 64bit
 
 Modified:

 incubator/npanday/branches/npanday-vs2010-support/dotnet/assemblies/NPanday.ProjectImporter/Engine/src/main/csharp/NPanday/ProjectImporter/Converter/Algorithms/AbstractPomConverter.cs
 
 Modified: 
 incubator/npanday/branches/npanday-vs2010-support/dotnet/assemblies/NPanday.ProjectImporter/Engine/src/main/csharp/NPanday/ProjectImporter/Converter/Algorithms/AbstractPomConverter.cs
 URL: 
 http://svn.apache.org/viewvc/incubator/npanday/branches/npanday-vs2010-support/dotnet/assemblies/NPanday.ProjectImporter/Engine/src/main/csharp/NPanday/ProjectImporter/Converter/Algorithms/AbstractPomConverter.cs?rev=1005392r1=1005391r2=1005392view=diff
 ==
 --- 
 incubator/npanday/branches/npanday-vs2010-support/dotnet/assemblies/NPanday.ProjectImporter/Engine/src/main/csharp/NPanday/ProjectImporter/Converter/Algorithms/AbstractPomConverter.cs
  (original)
 +++ 
 incubator/npanday/branches/npanday-vs2010-support/dotnet/assemblies/NPanday.ProjectImporter/Engine/src/main/csharp/NPanday/ProjectImporter/Converter/Algorithms/AbstractPomConverter.cs
  Thu Oct  7 10:09:11 2010
 @@ -760,9 +760,10 @@ namespace NPanday.ProjectImporter.Conver
 
 refDependency.version = reference.Version ?? 1.0.0.0;
 
 -System.Reflection.Assembly a = 
 System.Reflection.Assembly.Load(gacUtil.GetAssemblyInfo(reference.Name));
 -
 -if (reference.PublicKeyToken != null)
 + //exclude ProcessArchitecture when loading 
 assembly on a non-32 bit machine
 +System.Reflection.Assembly a = 
 System.Reflection.Assembly.Load(new 
 System.Reflection.AssemblyName(gacUtil.GetAssemblyInfo(reference.Name)).FullName);
 +
 + if (reference.PublicKeyToken != null)
 {
 refDependency.classifier = reference.PublicKeyToken;
 }
 
 

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






Re: NPanday 2.0 Mile Stone Updates

2010-10-26 Thread Adelita Padilla
Hi,

I think the first 2 milestones are enough for a 2.0 release.


Thanks,

liit


- Original Message -
From: Josimpson Ocaba joc...@maestrodev.com
To: npanday-dev@incubator.apache.org
Sent: Wednesday, October 27, 2010 9:29:47 AM
Subject: Re: NPanday 2.0 Mile Stone Updates


- Jeff MAURY jeffma...@jeffmaury.com wrote:

 Hello,
 
 I would like to add Maven3 support. I had once some NPE when using
 M3.
 I tried to reproduce it with 1.2.2-incubating-SNAPSHOT but I can't,
 there
 seems to be a problem with the file
 http://repo.npanday.org/archiva/repository/npanday-snapshots/npanday/plugin/NPanday.Plugin.Msbuild/1.2.2-incubating-SNAPSHOT/NPanday.Plugin.Msbuild-1.2.2-incubating-20101021.033043-5.dllwhich
 is 0 length.
 I will try tomorrow and open a JIRA if it is reproduced.

The continuum instance needs to be built again and may need  some manual 
modifications. This is due to the fact that the npanday system is built using 
an older version of itself, however with the new features added we need to have 
it be built using the latest version. In the mean time you can try testing out 
Maven3 on the stable branch of 1.2 here 
https://svn.apache.org/repos/asf/incubator/npanday/branches/npanday-1.2-stable
while we sort out the repo.

Thanks,

 
 Regards
 Jeff MAURY
 
 On Tue, Oct 26, 2010 at 8:25 AM, Josimpson Ocaba
 joc...@maestrodev.comwrote:
 
  Hi Everyone,
 
  Here are some of the originally listed mile stones for 2.0
 
  1) Removal of the UAC (so that NPanday will be more maven-like since
 it
  will have only one repository)
 
  2) Support for VS 2010 and .Net 4.0
 
  3) Refactor .net source code especially Addin module
 
  We have #'s 1  2 Done and We would like to ask if you think we
 should add
  more for NPanday 2.0
 
  like;
 
  * Removal of the RDF Repository Implementation
  * Other Project Types to support
  * Support for other Languages for Visual Studio (Spanish,German,
 etc... )
 
  We are aiming for more features and a better user experience. Please
 feel
  free to add your inputs
 
  Thanks,
 
  --
  Joe Ocaba
 
 
 
 
 -- 
 Legacy code often differs from its suggested alternative by
 actually
 working and scaling.
  - Bjarne Stroustrup
 
 http://www.jeffmaury.com
 http://riadiscuss.jeffmaury.com
 http://www.twitter.com/jeffmaury


Proposal for NPanday-1.3-incubating Release

2011-01-05 Thread Adelita Padilla

Hi All,


We are planning to release NPanday-1.3-incubating within this month.  


The issues included for this release are as follows:


 NPANDAY-69 NPanday needs to be more synchronized and automated

 NPANDAY-186 Remove the uac and pab directories

 NPANDAY-239 VS Add-in messes up settings.xml

 NPANDAY-288 Support for VS 2010 and .NET Framework 4.0

 NPANDAY-316 Trying to import WPF-project on 64-bit system (VS 2008) throws 
FileLoadException

 NPANDAY-326 misc. improvements

 NPANDAY-328 Support for VS2010 WPF Project

 NPANDAY-329 Support for VS2010 WCF Project

 NPANDAY-330 Support for VS2010 MVC Project

 NPANDAY-333 Dependency of type 'gac' is not resolved correctly

 NPANDAY-334 Update Integration Tests in relation with the UAC  PAB removal 
enhancements

 NPANDAY-335 NPanday on Visual Studio only starts on Debug Mode

 NPANDAY-336 Add Integration Tests for VS 2010 supported projects (WPF, WCF and 
MVC)

 NPANDAY-337 NPanday unusable under linux

 NPANDAY-339 NPanday.Plugin size 0 in repo

 NPANDAY-341 command execution fails if path with space

 NPANDAY-342 deploy sources artifacts to npanday asset repo

 NPANDAY-343 Can't successfully build projects (VS 2005 and VS 2008) - Build 
Error due to Access is denied

 NPANDAY-347 compile fails on unix if sources in subfolder
 
 NPANDAY-348 Import Error when importing WPF projects in VS 2010 on a 64-bit 
system

 NPANDAY-349 NPanday not building resource files correctly

 NPANDAY-350 Output Directory is hardcoded to be under target.

 NPANDAY-351 NPanday does not respect the configured repository in the pom

 NPANDAY-354 Addin 'resync references' feature fails if using remote 
repositories but there is no 'mirrors' section in Settings.xml file

 NPANDAY-357 Add 'deploy option to 'Current NPanday Project' menu options

 NPANDAY-359 Test Failures on ProjectImporter module

 NPANDAY-360 Local Repository not displaying correct artifacts from the local 
repository


If you have anything to add, please feel free to reply on this thread.


Thanks!


--

liit


Re: Proposal for NPanday-1.3-incubating Release

2011-01-07 Thread Adelita Padilla

I've added apache-rat-plugin to 'npanday-release' profile in trunk/pom.xml and 
updated the files with the correct license.

The generated result is that there's one file that contains an unsupported 
license and this is the NUnit pom located here - 
http://svn.apache.org/repos/asf/incubator/npanday/trunk/thirdparty/NUnit/

Do we need to add the license too? This is a third party reference.


Thanks,

--

liit


- Adelita Padilla apadi...@g2ix.net wrote:

 Hi,
 
 
 I'm including NPANDAY-356 (Addin 'resync references' feature fails to
 download latest SNAPSHOT from remote repo if older snapshot file
 already exists locally.) for the 1.3-incubating release.
 
 Will also start looking into the licenses.
 
 We still haven't decided on what repository will use for the
 deployment, so we'll just follow up on the thread that was sent
 earlier.
 
 
 Thanks,
 
 --
 
 liit
 
 
 - Brett Porter br...@apache.org wrote:
 
  Also, maybe we can consider
  https://issues.apache.org/jira/browse/NPANDAY-356 as it has a patch
  
  On 07/01/2011, at 3:47 PM, Brett Porter wrote:
  
   I think we need to arrange a couple of things:
   - license  RAT check
   - initial IP clearance
   - which repository is going to be used to deploy to
   
   It'd be good to get these started in parallel to fixing the last
 few
  issues.
   
   - Brett
   
   On 06/01/2011, at 6:54 PM, Adelita Padilla wrote:
   
   
   There are 4 open issues and they are as follows:
   
   
   NPANDAY-239 VS Add-in messes up settings.xml
   
   NPANDAY-342 deploy sources artifacts to npanday asset repo
   
   NPANDAY-347 compile fails on unix if sources in subfolder
   
   NPANDAY-359 Test Failures on ProjectImporter module
   
   
   Thanks,
   
   --
   
   liit
   
   
   - Deng Ching och...@apache.org wrote:
   
   Hi Liit,
   
   Can you indicate how many issues are still open from the list
 you
   sent
   and which are they?
   Thanks!
   
   -Deng
   
   On Thu, Jan 6, 2011 at 3:35 PM, Adelita Padilla
  apadi...@g2ix.net
   wrote:
   
   Hi All,
   
   
   We are planning to release NPanday-1.3-incubating within this
   month.
   
   
   The issues included for this release are as follows:
   
   
   NPANDAY-69 NPanday needs to be more synchronized and automated
   
   NPANDAY-186 Remove the uac and pab directories
   
   NPANDAY-239 VS Add-in messes up settings.xml
   
   NPANDAY-288 Support for VS 2010 and .NET Framework 4.0
   
   NPANDAY-316 Trying to import WPF-project on 64-bit system (VS
  2008)
   throws FileLoadException
   
   NPANDAY-326 misc. improvements
   
   NPANDAY-328 Support for VS2010 WPF Project
   
   NPANDAY-329 Support for VS2010 WCF Project
   
   NPANDAY-330 Support for VS2010 MVC Project
   
   NPANDAY-333 Dependency of type 'gac' is not resolved correctly
   
   NPANDAY-334 Update Integration Tests in relation with the UAC
 
  PAB
   removal enhancements
   
   NPANDAY-335 NPanday on Visual Studio only starts on Debug Mode
   
   NPANDAY-336 Add Integration Tests for VS 2010 supported
 projects
   (WPF, WCF and MVC)
   
   NPANDAY-337 NPanday unusable under linux
   
   NPANDAY-339 NPanday.Plugin size 0 in repo
   
   NPANDAY-341 command execution fails if path with space
   
   NPANDAY-342 deploy sources artifacts to npanday asset repo
   
   NPANDAY-343 Can't successfully build projects (VS 2005 and VS
  2008)
   - Build Error due to Access is denied
   
   NPANDAY-347 compile fails on unix if sources in subfolder
   
   NPANDAY-348 Import Error when importing WPF projects in VS
 2010
  on
   a 64-bit system
   
   NPANDAY-349 NPanday not building resource files correctly
   
   NPANDAY-350 Output Directory is hardcoded to be under target.
   
   NPANDAY-351 NPanday does not respect the configured repository
  in
   the pom
   
   NPANDAY-354 Addin 'resync references' feature fails if using
  remote
   repositories but there is no 'mirrors' section in Settings.xml
  file
   
   NPANDAY-357 Add 'deploy option to 'Current NPanday Project'
 menu
   options
   
   NPANDAY-359 Test Failures on ProjectImporter module
   
   NPANDAY-360 Local Repository not displaying correct artifacts
  from
   the local repository
   
   
   If you have anything to add, please feel free to reply on this
   thread.
   
   
   Thanks!
   
   
   --
   
   liit
   
   
   --
   Brett Porter
   br...@apache.org
   http://brettporter.wordpress.com/
   http://au.linkedin.com/in/brettporter
   
   
   
   
  
  --
  Brett Porter
  br...@apache.org
  http://brettporter.wordpress.com/
  http://au.linkedin.com/in/brettporter


[NPanday] NPanday 1.3-incubating released!

2011-01-19 Thread Adelita Padilla


Hi All,


I was able to successfully release npanday-1.3-incubating-RC1.

The binaries can be downloaded here - 
http://vmbuild.apache.org/archiva/repository/staged-npanday/


However, I encountered several errors in doing so:

 * Error 400 in archetypes/maven-archetype-vb-simple module 
   
- so I run mvn release:perform again but got:

 * Error 409 because of conflicts with the deployed artifacts
 
- I run again the release:perform but with the ff arguments:

mvn release:perform -Pnpanday-release 
-Dtag=https://svn.apache.org/repos/asf/incubator/npanday/tags/npanday-1.3-incubating-RC1/;
 -rf archetypes/maven-archetype-vb-simple -amd

The build was successfully but until that certain module only. When I 
run the perform again and changed the module to the next one, I got a No SCM 
URL was provided to perform the release from error.

I ask Deng if I could redeploy the artifacts and she said it was ok. So I run 
mvn clean deploy -Pnpanday-release on the checkout folder in target. But 
unfortunately got:

 * Error 502 in NPanday.Utils module
 
 - so I run again the command but added the ff arguments: -rf 
dotnet/assemblies/NPanday.Utils -amd and was able to deploy successfully.
 

Thanks,

--

liit


Re: [NPanday] NPanday 1.3-incubating released!

2011-01-19 Thread Adelita Padilla

Hi Wendy,


My bad for that incorrect subject.

Will take note of that next time.


Thanks! 

--

liit

- Wendy Smoak wsm...@gmail.com wrote:

 On Wed, Jan 19, 2011 at 8:13 AM, Adelita Padilla
 apadi...@maestrodev.com wrote:
  I was able to successfully release npanday-1.3-incubating-RC1.
  The binaries can be downloaded here -
 http://vmbuild.apache.org/archiva/repository/staged-npanday/
  However, I encountered several errors in doing so:
 
 Thanks for pushing through and getting it to finish, that doesn't
 sound like it was much fun!
 
 The subject line of this thread caught my eye -- released at Apache
 usually means that it has been voted on and is ready to be given to
 users.  Maybe next time something like  'release candidate available
 for testing' would be better? I think there are some examples on the
 Maven dev list, they also do release candidates.
 
 Now I'll have to see if I even have Windows anywhere to test this...
 
 Thanks!
 -- 
 Wendy


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 br...@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
 br...@apache.org
 http://brettporter.wordpress.com/
 http://au.linkedin.com/in/brettporter


[NPanday] Build Server

2011-02-01 Thread Adelita Padilla

Hi All,


While waiting for the setup of the build server in Hudson, we will continue 
using the old build server that we've setup in Continuum - 
http://ci.npanday.org/continuum/


Thanks,

--

liit


Re: [NPanday] CODE FREEZE for NPanday

2011-02-09 Thread Adelita Padilla

Hi Lars,

Sorry I was not able to update this thread.

Release's done already so there's no more code freeze.


Thanks,

--

liit

- Lars Corneliussen m...@lcorneliussen.de wrote:

 Does this include documentation?
 
 Am 19.01.11 09:25, schrieb Adelita Padilla:
  Hi All,
 
 
  Code Freeze for NPanday since 1.3-incubating release is ongoing.
 
 
  Thanks,
 
  --
 
  liit


Re: 1.3-incubator

2011-02-10 Thread Adelita Padilla

Hi Lars,


I can help. 

Is it ok if you join us @ #npanday in irc.freenode.net? It would be much easier 
to communicate. :)


Thanks,

--

liit


- Lars Corneliussen m...@lcorneliussen.de wrote:

 who has two hours for me to lead me to run all its. and if not, to
 find the bugs?
 
 --
 Message sent from mobile device


Re: 1.3-incubator

2011-02-10 Thread Adelita Padilla

Hi Lars,


We can you skype, add me up - litlit.padilla


Thanks!

--

liit



- Adelita Padilla apadi...@maestrodev.com wrote:

 Hi Lars,
 
 
 I can help. 
 
 Is it ok if you join us @ #npanday in irc.freenode.net? It would be
 much easier to communicate. :)
 
 
 Thanks,
 
 --
 
 liit
 
 
 - Lars Corneliussen m...@lcorneliussen.de wrote:
 
  who has two hours for me to lead me to run all its. and if not, to
  find the bugs?
  
  --
  Message sent from mobile device


[NPANDAY] Error when merging repo to ibiblio

2011-03-07 Thread Adelita Padilla


Hi All,


I tried merging the artifacts from 
http://vmbuild.apache.org/archiva/repository/staged-npanday/npanday/ to ibiblio 
by running the ff command:


mvn stage:copy 
-Dsource=http://vmbuild.apache.org/archiva/repository/staged-npanday/; 
-Dtarget=scp://apadi...@people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository
 -Dversion=1.3-incubating DrepositoryId=apache.releases

but got this error:

[INFO] Downloading file from the source repository: 
/npanday//npanday-project//1.3-incubating//npanday-project-1.3-incubating-src.tar.bz2.asc
[INFO] 
[ERROR] BUILD ERROR
[INFO] 
[INFO] Error copying repository from 
http://vmbuild.apache.org/archiva/repository/staged-npanday/ to 
scp://apadi...@people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository

Embedded error: Unable to locate resource in repository
http://vmbuild.apache.org/archiva/repository/staged-npanday//npanday//npanday-project//1.3-incubating//npanday-project-1.3-incubating-src.tar.bz2.asc
[INFO] 
[INFO] For more information, run Maven with the -e switch
[INFO] 


I tried accessing the resource directly and got this error:


HTTP ERROR 404

Problem accessing 
/archiva/repository/staged-npanday/npanday/npanday-project/1.3-incubating/npanday-project-1.3-incubating-src.tar.bz2.
 Reason:

Resource does not exist



Any thoughts?


Thanks,

--

liit


Re: [NPANDAY] Error when merging repo to ibiblio

2011-03-07 Thread Adelita Padilla

I also checked the old releases found in 
http://repo.npanday.org/archiva/repository/npanday-releases and same error 
occurs.

--

- Adelita Padilla apadi...@g2ix.net wrote:

 Hi All,
 
 
 I tried merging the artifacts from
 http://vmbuild.apache.org/archiva/repository/staged-npanday/npanday/
 to ibiblio by running the ff command:
 
 
 mvn stage:copy
 -Dsource=http://vmbuild.apache.org/archiva/repository/staged-npanday/;
 -Dtarget=scp://apadi...@people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository
 -Dversion=1.3-incubating DrepositoryId=apache.releases
 
 but got this error:
 
 [INFO] Downloading file from the source repository:
 /npanday//npanday-project//1.3-incubating//npanday-project-1.3-incubating-src.tar.bz2.asc
 [INFO]
 
 [ERROR] BUILD ERROR
 [INFO]
 
 [INFO] Error copying repository from
 http://vmbuild.apache.org/archiva/repository/staged-npanday/ to
 scp://apadi...@people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository
 
 Embedded error: Unable to locate resource in repository
 http://vmbuild.apache.org/archiva/repository/staged-npanday//npanday//npanday-project//1.3-incubating//npanday-project-1.3-incubating-src.tar.bz2.asc
 [INFO]
 
 [INFO] For more information, run Maven with the -e switch
 [INFO]
 
 
 
 I tried accessing the resource directly and got this error:
 
 
 HTTP ERROR 404
 
 Problem accessing
 /archiva/repository/staged-npanday/npanday/npanday-project/1.3-incubating/npanday-project-1.3-incubating-src.tar.bz2.
 Reason:
 
 Resource does not exist
 
 
 
 Any thoughts?
 
 
 Thanks,
 
 --
 
 liit


Re: [NPANDAY] Error when merging repo to ibiblio

2011-03-08 Thread Adelita Padilla

UPDATE:


I've successfully merged the artifacts from 
http://vmbuild.apache.org/archiva/repository/staged-npanday/ to 
/www/people.apache.org/repo/m2-ibiblio-rsync-repository.

The binaries and sources were also copied to 
/www/www.apache.org/dist/incubator/npanday/.


Thanks,

--

liit

- Adelita Padilla apadi...@g2ix.net wrote:

 I also checked the old releases found in
 http://repo.npanday.org/archiva/repository/npanday-releases and same
 error occurs.
 
 --
 
 - Adelita Padilla apadi...@g2ix.net wrote:
 
  Hi All,
  
  
  I tried merging the artifacts from
 
 http://vmbuild.apache.org/archiva/repository/staged-npanday/npanday/
  to ibiblio by running the ff command:
  
  
  mvn stage:copy
 
 -Dsource=http://vmbuild.apache.org/archiva/repository/staged-npanday/;
 
 -Dtarget=scp://apadi...@people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository
  -Dversion=1.3-incubating DrepositoryId=apache.releases
  
  but got this error:
  
  [INFO] Downloading file from the source repository:
 
 /npanday//npanday-project//1.3-incubating//npanday-project-1.3-incubating-src.tar.bz2.asc
  [INFO]
 
 
  [ERROR] BUILD ERROR
  [INFO]
 
 
  [INFO] Error copying repository from
  http://vmbuild.apache.org/archiva/repository/staged-npanday/ to
 
 scp://apadi...@people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository
  
  Embedded error: Unable to locate resource in repository
 
 http://vmbuild.apache.org/archiva/repository/staged-npanday//npanday//npanday-project//1.3-incubating//npanday-project-1.3-incubating-src.tar.bz2.asc
  [INFO]
 
 
  [INFO] For more information, run Maven with the -e switch
  [INFO]
 
 
  
  
  I tried accessing the resource directly and got this error:
  
  
  HTTP ERROR 404
  
  Problem accessing
 
 /archiva/repository/staged-npanday/npanday/npanday-project/1.3-incubating/npanday-project-1.3-incubating-src.tar.bz2.
  Reason:
  
  Resource does not exist
  
  
  
  Any thoughts?
  
  
  Thanks,
  
  --
  
  liit


Re: [NPANDAY] Error when merging repo to ibiblio

2011-03-08 Thread Adelita Padilla

Hi Deng,


Issue file - http://jira.codehaus.org/browse/MRM-1459


Thanks,

--

liit

- Deng Ching och...@apache.org wrote:

 To get it to merge successfully, I had to delete the *-src.tar.bz2
 artifact and its related signature and checksums from the staging
 repo
 via cadaver. I figured we already have enough source bundles (tar.gz
 and .zip) in there anyway. On a related note, I think we should fix
 the POM config to only generate a zip file for the source bundle.
 
 Liit, do you mind filing the 404 problem you encountered during the
 merge in Archiva's JIRA? I think it's a bug in the webdav impl. I
 tried uploading an artifact with the same extension in a test
 repository, and also got that error you encountered when accessing
 the
 artifact.
 
 Thanks!
 
 -Deng
 
 On Tue, Mar 8, 2011 at 7:01 PM, Adelita Padilla apadi...@g2ix.net
 wrote:
 
  UPDATE:
 
 
  I've successfully merged the artifacts from
 http://vmbuild.apache.org/archiva/repository/staged-npanday/ to
 /www/people.apache.org/repo/m2-ibiblio-rsync-repository.
 
  The binaries and sources were also copied to
 /www/www.apache.org/dist/incubator/npanday/.
 
 
  Thanks,
 
  --
 
  liit
 
  - Adelita Padilla apadi...@g2ix.net wrote:
 
  I also checked the old releases found in
  http://repo.npanday.org/archiva/repository/npanday-releases and
 same
  error occurs.
 
  --
 
  - Adelita Padilla apadi...@g2ix.net wrote:
 
   Hi All,
  
  
   I tried merging the artifacts from
  
 
 http://vmbuild.apache.org/archiva/repository/staged-npanday/npanday/
   to ibiblio by running the ff command:
  
  
   mvn stage:copy
  
 
 -Dsource=http://vmbuild.apache.org/archiva/repository/staged-npanday/;
  
 
 -Dtarget=scp://apadi...@people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository
   -Dversion=1.3-incubating DrepositoryId=apache.releases
  
   but got this error:
  
   [INFO] Downloading file from the source repository:
  
 
 /npanday//npanday-project//1.3-incubating//npanday-project-1.3-incubating-src.tar.bz2.asc
   [INFO]
  
 
 
   [ERROR] BUILD ERROR
   [INFO]
  
 
 
   [INFO] Error copying repository from
   http://vmbuild.apache.org/archiva/repository/staged-npanday/ to
  
 
 scp://apadi...@people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository
  
   Embedded error: Unable to locate resource in repository
  
 
 http://vmbuild.apache.org/archiva/repository/staged-npanday//npanday//npanday-project//1.3-incubating//npanday-project-1.3-incubating-src.tar.bz2.asc
   [INFO]
  
 
 
   [INFO] For more information, run Maven with the -e switch
   [INFO]
  
 
 
  
  
   I tried accessing the resource directly and got this error:
  
  
   HTTP ERROR 404
  
   Problem accessing
  
 
 /archiva/repository/staged-npanday/npanday/npanday-project/1.3-incubating/npanday-project-1.3-incubating-src.tar.bz2.
   Reason:
  
       Resource does not exist
  
  
  
   Any thoughts?
  
  
   Thanks,
  
   --
  
   liit
 


Re: NPanday release without the Incubator PMC approval

2011-03-13 Thread Adelita Padilla


Hi Niall,


I already removed the binaries and sources from the distribution in 
www.apache.org.


I'll be sending out an email to general-incubator list for the Vote.


Thanks,

--

liit


- Niall Pemberton niall.pember...@gmail.com wrote:

 This needs to be sorted out.
 
 Niall
 
 
 -- Forwarded message --
 From: Niall Pemberton niall.pember...@gmail.com
 Date: Fri, Mar 11, 2011 at 11:58 PM
 Subject: Re: [ANNOUNCEMENT] Apache NPanday 1.3-incubating Released
 To: gene...@incubator.apache.org
 
 
 I didn't recall a release vote on this list and searching the NPanday
 list I see the following which confirms that:
 
 http://markmail.org/message/exvh6mjwqi6kpcjp
 
 Releases require the Incubator PMC approval - not just your mentor's
 votes and for that you should have held a vote on this list. This
 release is therefore not sanctioned by the ASF and should be removed
 until it is.
 
 Niall
 
 On Thu, Mar 10, 2011 at 1:22 PM, Josimpson Ocaba joc...@g2ix.net
 wrote:
 
 
 
  Hi Everyone,
 
  The NPanday development team is pleased to announce the release of
 Apache NPanday 1.3-incubating under the Apache Incubator!
 
  NPanday is a project to integrate Apache Maven into .NET development
 environments. It includes both a Visual Studio add-in to integrate
 Maven, and a set of plugins for Maven that can build .NET projects
 uniformly from the command line.
 
  The latest release can be downloaded from:
 http://incubator.apache.org/npanday/docs/1.3-incubating/download
 
  The major features for this release are:
 
  * Visual Studio 2010 and .Net 4.0 Framework support
  * Removal of UAC and PAB directories
 
  For a complete list of all the features and fixes included in this
 release, please refer to
 http://incubator.apache.org/npanday/docs/1.3-incubating/release-notes.html
 
  If you have any questions, please consult:
  the website: http://incubator.apache.org/npanday/
  the npanday-user mailing list: npanday-us...@incubator.apache.org
 
  This is the first release of NPanday here in Apache. Thanks to the
 NPanday and Apache Incubating community for helping grow the project.
 
 
  Enjoy!
 
 
  --
  Joe Ocaba
 


[NPANDAY] Proposal to upgrade Java requirement to 1.6

2011-03-15 Thread Adelita Padilla
Hi All,

Currently there are new commits (r1080482), that causes a compilation error
when building the source code in a Java 1.5 environment.

Are there any objections, if we will upgrade the pre-requisite of NPanday to
Java 1.6 instead of Java 1.5?


Thanks,

--

liit


[NPANDAY] Updates on 1.3-incubating Release

2011-03-17 Thread Adelita Padilla
Hi All,

We regret to inform you that we will not be pushing through with the
1.3-incubating release.
There were quite a number of issues raised on that release particularly
regarding the LICENSES.

Also the deployed artifacts were not synched to central.

Are there any objections if we proceed to releasing 1.3.1-incubating after
we've addressed those issues?

Thank you for your understanding and continued support of NPanday.


Cheers,

liit


[NPanday] Update of groupId

2011-03-24 Thread Adelita Padilla
Hi Everyone,


In the last release (1.3-incubating), the deployed artifacts were not
synched to central and it's because of the groupId (which was npanday).


So before we proceed we the next release, we are proposing to change the
groupId from npanday to org.apache.npanday.


Any comments/suggestions/reactions?



Thanks,

--

liit


Re: [NPanday] Update of groupId

2011-03-27 Thread Adelita Padilla
Filed issue - https://issues.apache.org/jira/browse/NPANDAY-383

Thanks,

--

liit

On Fri, Mar 25, 2011 at 2:21 PM, Lars Corneliussen m...@lcorneliussen.dewrote:

 I hate when group ids change :)

 But org.apache.npanday is a better one :) So i'm all 4 it.

 Could we also eliminate the extra groupids for plugins/netplugins i.e.

 --
 Message sent from mobile device

 Am 25.03.2011 um 05:18 schrieb Brett Porter br...@apache.org:

 
  On 25/03/2011, at 2:50 PM, Adelita Padilla wrote:
 
  Hi Everyone,
 
 
  In the last release (1.3-incubating), the deployed artifacts were not
  synched to central and it's because of the groupId (which was
 npanday).
 
 
  So before we proceed we the next release, we are proposing to change the
  groupId from npanday to org.apache.npanday.
 
 
  Any comments/suggestions/reactions?
 
  I think it's important to do, we just need to be aware of the
 implications. Plugin versions will no longer be mediated. Initially I wanted
 to wait until 2.0 (as perhaps we could trim the list of plugins needed
 anyway). However, I don't have any confidence in being able to get the
 existing group ID into central and I think the additional repositories are
 being a pain.
 
  However, I'll also note that the RDF artifacts aren't in central either,
 so there is still configuration needed there anyway. If others feel strongly
 that we shouldn't change for this release (and just not sync to central),
 then I'm ok with that.
 
  - Brett
 
 
  --
  Brett Porter
  br...@apache.org
  http://brettporter.wordpress.com/
  http://au.linkedin.com/in/brettporter
 
 
 
 



Re: Building NPanday using newest NPanday and Maven 3

2011-03-28 Thread Adelita Padilla
+1 on moving and +1 on the documentation.


Thanks,

--

liit

On Tue, Mar 29, 2011 at 7:15 AM, Josimpson Ocaba joc...@maestrodev.comwrote:

 I'm ok with moving to maven3 as long as the transition is well documented.



Re: Finding a date for NPanday 1.3.1 Finalizing Meetup

2011-03-31 Thread Adelita Padilla
 
See you! :)

--

- Lars Corneliussen m...@lcorneliussen.de wrote:

 See y'all in about 16 hours, then. 8:00 Friday for me. Second option
 on doodle. 
 
 --
 Message sent from mobile device
 
 Am 30.03.2011 um 09:28 schrieb Lars Corneliussen
 m...@lcorneliussen.de:
 
  Hi,
  
  I created a doodle. Please add your name and check where you have
 time available.
  
  You can adjust to your timezone in the upper right corner.
  
  
NPanday 1.3.1 Finalizing Meetup
  
  http://www.doodle.com/r8f5x2pzvdhye3wf
  
  _
  Lars
 


Re: Weird dependency resolving issues

2011-03-31 Thread Adelita Padilla
The Visual Studio dependencies were originally deployed to
http://repo.npanday.org/archiva/repository/3rdparty/.

But we removed them because of license issues.

If those dependencies were not installed on your locally repository,
building trunk would actually fail.

What I normally do to get pass it, I manually install those artifacts to my
local repo.


Thanks,

-- 

liit

On Tue, Mar 29, 2011 at 1:54 PM, Lars Corneliussen m...@lcorneliussen.dewrote:

 Am 28.03.11 17:12, schrieb Brett Porter:

  On 28/03/2011, at 6:24 PM, Lars Corneliussen wrote:

  Hi,

 I get lots of these:

   28.03.2011 09:21:38 npanday.dao.impl.ProjectDaoImpl
   storeProjectAndResolveDependencies
   WARNUNG: NPANDAY-180-018: Not found in local repository, now
   retrieving artifact from
   wagon:npanday.model:NPanday.Model.Settings:library:2.0-SNAPSHOT,
   Failed Path Check =
   C:\Workbench\NPanday\svn-trunk\target\NPanday.Model.Settings.dll


 Any idea?

 The ProjectDaoImpl is incredibly fragile for these sorts of things. I
 don't think the RDF repository will be happy with developing multiple
 versions at a time - I usually flush it before switching (as you got 2.0
 here).


  I'll try again after deleting the rdf-repos.

  Also lately the build slowed down, because maven is trying to resolve
 dependencies for Visual Studio (but build is not failing):

 This is in the repository builder? It seems like something recent affected
 it - not sure how it was before, but those POMs aren't in the remote repo
 now. e.g.
 http://repo.npanday.org/archiva/repository/npanday-group/VsWebSite/Interop/VsWebSite.Interop/

 No. In the normal build. mvn install on npanday trunk root.

  Anyone know whether they were ever there?

 - Brett

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








[NPANDAY] Proposal for NPanday 1.3.1-incubating Release

2011-04-05 Thread Adelita Padilla
Hi All,


We are planning to release NPanday-1.3.1-incubating within this month.


The issues included for this release are as follows:


* NPANDAY-69 - NPanday needs to be more synchronized and automated

* NPANDAY-83 - do not hide originating exceptions

* NPANDAY-186 - Remove the uac and pab directories

* NPANDAY-239 - VS Add-In messes up settings.xml

* NPANDAY-277 - NPanday.Plugin.Runner and Loader not installed to UAC

* NPANDAY-288 - Support for VS 2010 and .NET Framework 4.0

* NPANDAY-290 - Improve console output for integration tests

* NPANDAY-314 - Adding a Maven artifact from VS plugin generates
NPANDAY-180-017 error

* NPANDAY-316 - Trying to import WPF-project on a 64-bit system (VS 2008)
throws FileLoadException

* NPANDAY-325 - Additional parameters for wix-maven-plugin

* NPANDAY-326 - misc. improvements

* NPANDAY-328 - Support for VS2010 WPF Project

* NPANDAY-329 - Support for VS2010 WCF Project

* NPANDAY-330 - Support for VS2010 MVC Project

* NPANDAY-333 - Dependency of type 'gac' is not resolved correctly

* NPANDAY-334 - Upgrade Integration Tests in relation with the UAC  PAB
removal enhancements

* NPANDAY-335 - NPanday on Visual Studio only starts on Debug Mode

* NPANDAY-336 - Add Integration Tests for VS 2010 supported projects (WPF,
WCF and MVC)

* NPANDAY-337 - NPanday unusable under linux

* NPANDAY-339 - Npanday.Plugin size 0 in repo

* NPANDAY-341 - command execution fails if paths with space

* NPANDAY-342 - deploy sources artifacts to npanday asset repo

* NPANDAY-343 - Can't successfully build projects (VS 2005 and VS 2008) -
Builder Error due to Access is denied

* NPANDAY-347 - compile fails on unix if sources in subfolder

* NPANDAY-348 - Import Error when importing WPF projects in VS 2010 on a
64-bit system

* NPANDAY-349 - NPanday not building resource files correctly

* NPANDAY-351 - NPanday does not respect the configured repository in the
pom

* NPANDAY-354 - Addin 'resync references' feature fails if using remote
repositories but there is no mirrors section in Settings.xml file

* NPANDAY-355 - Addin 'resync references' feature hard-wires 
http://repo1.maven.org/maven2; as remote repository causing network security
violations

* NPANDAY-356 - Addin 'resync references' feature fails to download the
latest SNAPSHOT from remote repo if older snapshot file already exists
locally

* NPANDAY-357 - Add 'deploy' option to 'Current NPanday Project' menu
options

* NPANDAY-360 - Local Repository not displaying correct artifacts from the
local repository

* NPANDAY-361 - Configurable .M2 Folder and npanday-settings.xml lookup

* NPANDAY-362 - npanday-settings.xml in local repository is not overwritten
on a new install of npanday.

* NPANDAY-363 - Service Reference is not deleted from pom when removing it
in the project

* NPANDAY-367 - Building a project that contains a maven artifact from a
remote repository generates a new .m2groupId folder

* NPANDAY-373 - Custom Lifecycle Plugin does not bind the produced artifact

* NPANDAY-376 - Intermittent error caused by updating npanday-settings.xml

* NPANDAY-378 - malformed npanday-settings.xml should fail the build

* NPANDAY-379 - Exception not caught properly when default path for
npanday-settings.xml is used

* NPANDAY-380 - IndexOutOfRangeException in
SettingsGeneratorMojo.GetVendorsFromMicrosoft

* NPANDAY-381 - Missing SVN EOL properties



There are 4 opened/unresolved issues and they are as follows:

* NPANDAY-377 - released registry-config.xml contains a hardcoded path

* NPANDAY-383 - update groupID to org.apache.npanday

* NPANDAY-386 - Support Maven 3 and enable bootstrapping NPanday using
itself (within the same reactor)

* NPANDAY-123 - PATH should not have to be set for both Visual Studio Addin
or mvn command-line to function



If you have anything to add, please feel free to reply on this thread.


We also need to make sure that the LICENSES are updated.


Thanks!


--

liit


Re: NPanday Repo down...

2011-04-05 Thread Adelita Padilla
Repo and Server up and running again!

http://repo.npanday.org/archiva/repository/npanday-releases/

http://ci.npanday.org/continuum/groupSummary.action


Thanks,

--

liit

On Tue, Apr 5, 2011 at 6:45 PM, Brett Porter br...@apache.org wrote:

 Unfortunately some networking trouble. The box itself is fine, but working
 to move the content at the moment to our production repository.

 - Brett

 On 02/04/2011, at 3:32 AM, Lars Corneliussen wrote:

  http://repo.npanday.org/archiva/repository/npanday-group/ seems to be
 down (again).
 
 
  Service Temporarily Unavailable
 
  The server is temporarily unable to service your request due to
 maintenance downtime or capacity problems. Please try again later.
 
  
  Apache/2.2.3 (CentOS) Server at repo.npanday.org Port 80
 
 

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







Proposal for NPanday-397

2011-04-07 Thread Adelita Padilla
Hi Everyone,


I'd like to solicit ideas/comments/suggestions for my proposal for
NPanday-397 - https://issues.apache.org/jira/browse/NPANDAY-397


The problem here is, if NUnit.Framework is a dependency of the project,
after generating the pom, maven-test-plugin configuration is included in
the pom file even if there's no project selected in the Project Unit Test
window.

The current behavior is that, after you click on 'Generate POM' button,
NPanday already generates the pom file (internally).  After generating, the
Project Unit Test window is displayed. Then after user clicks on the 'OK'
button, then the Successful generating of POMs.. window is displayed.

So basically, your selection on the Project Unit Test window is not used
because the pom was already generated.

So my proposal for the fix is that, instead of generating the pom file after
'Generate POM' button is clicked, I'll first display the Project Unit Test
window, so that I could get the list of selected projects that will be used
as unit tests, then after clicking the 'OK' button, the pom file will be
generated.

So from:

Generate POM button click  generate POM files  display Project NUnit
Tests window

it will be:

Generate POM button click  display Project NUnit Tests window  Passed the
selected projects  generate POM files and include maven-test-plugin if
selected


The external behavior is still the same.


Are there any comments/suggestions before I continue with my implementation?


Thanks,

--

liit


Re: svn commit: r1095951 - in /incubator/npanday/trunk: components/dotnet-core/src/main/resources/META-INF/npanday/ plugins/maven-aspx-plugin/src/main/java/npanday/plugin/aspx/ plugins/maven-compile-p

2011-04-23 Thread Adelita Padilla
Hi Brett,


On Sat, Apr 23, 2011 at 7:54 AM, Brett Porter br...@apache.org wrote:


 On 23/04/2011, at 1:53 AM, apadi...@apache.org wrote:

  Modified:
 incubator/npanday/trunk/components/dotnet-core/src/main/resources/META-INF/npanday/registry-config.xml
  URL:
 http://svn.apache.org/viewvc/incubator/npanday/trunk/components/dotnet-core/src/main/resources/META-INF/npanday/registry-config.xml?rev=1095951r1=1095950r2=1095951view=diff
 
 ==
  ---
 incubator/npanday/trunk/components/dotnet-core/src/main/resources/META-INF/npanday/registry-config.xml
 (original)
  +++
 incubator/npanday/trunk/components/dotnet-core/src/main/resources/META-INF/npanday/registry-config.xml
 Fri Apr 22 15:53:58 2011
  @@ -22,7 +22,7 @@ under the License.
  repository
repository-namenpanday-settings/repository-name
 
 repository-classnpanday.vendor.impl.SettingsRepository/repository-class
  -
  repository-config${user.home}/.m2/npanday-settings.xml/repository-config
  +  repository-config${npanday.settings}/repository-config
init-param
  param-nameoptional/param-name
  param-valuetrue/param-value

 Will this work if the user changes it on the mojo configuration or
 settings.xml change and doesn't use the -Dnpanday.settings argument?



Yes, it still works even if you configure it in the mojo.



 
  Modified:
 incubator/npanday/trunk/plugins/maven-aspx-plugin/src/main/java/npanday/plugin/aspx/AspxCompilerMojo.java
  URL:
 http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/maven-aspx-plugin/src/main/java/npanday/plugin/aspx/AspxCompilerMojo.java?rev=1095951r1=1095950r2=1095951view=diff
 
 ==
  ---
 incubator/npanday/trunk/plugins/maven-aspx-plugin/src/main/java/npanday/plugin/aspx/AspxCompilerMojo.java
 (original)
  +++
 incubator/npanday/trunk/plugins/maven-aspx-plugin/src/main/java/npanday/plugin/aspx/AspxCompilerMojo.java
 Fri Apr 22 15:53:58 2011
  @@ -22,6 +22,7 @@ package npanday.plugin.aspx;
  import java.io.File;
  import java.io.IOException;
  import java.util.ArrayList;
  +import java.util.Hashtable;
  import java.util.List;
 
  import npanday.ArtifactType;
  @@ -30,7 +31,10 @@ import npanday.executable.ExecutionExcep
  import npanday.executable.compiler.CompilerConfig;
  import npanday.executable.compiler.CompilerExecutable;
  import npanday.executable.compiler.CompilerRequirement;
  +import npanday.registry.RepositoryRegistry;
  +import npanday.registry.impl.StandardRepositoryLoader;
  import npanday.vendor.VendorFactory;
  +import npanday.vendor.impl.SettingsRepository;
  import org.apache.maven.plugin.AbstractMojo;
  import org.apache.maven.plugin.MojoExecutionException;
  import org.apache.maven.project.MavenProject;
  @@ -52,6 +56,11 @@ public class AspxCompilerMojo
  private static final String DEFAULT_EXCLUDES = obj/**, target/**,
 **/*.pdb, **/*.csproj, **/*.vbproj, **/*.suo, **/*.user,pom.xml,
 **/*.sln,build.log,PrecompiledApp.config,csproj.user,Properties/**,**.releaseBackup,^-?(?:\\d+|\\d{1,3}(?:,\\d{3})+)(?:\\.\\d+)?$/**;
 
  /**
  + * @parameter expression =${npanday.settings}
  + */
  +private String settingsPath;
  +

 Above, npanday.settings refers to a file. Here, it refers to a path. I
 think you should change this to private File settingsFile and adjust
 accordingly.



The variable in registry-config.xml is not really needed because the value
will be based on the ${npanday.settings} configured in the mojo and if
there's no configuration the default-value (which is ${user.home}/.m2) will
be used.



 Also, you can add default-value=${user.home}/.m2/npanday-settings.xml to
 avoid the extra logic below.


  +getNPandaySettingsPath();

 This is a confusing name - the method doesn't return anything (it doesn't
 get), and mostly works on things other than the path. How about
 populateSettingsRepository ?

  +protected void getNPandaySettingsPath()
  +{
  +if ( settingsPath == null )
  +{
  +settingsPath = System.getProperty( user.home ) + /.m2;
  +}

 This can be removed if the above default is set.
 



I've revised the method name to populateSettingsRepository when populating
the value for ${npanday.settings} and also added a default value for
${npanday.settings} so additional logic was removed



  Modified:
 incubator/npanday/trunk/plugins/maven-compile-plugin/src/main/java/npanday/plugin/compile/AbstractCompilerMojo.java
  URL:
 http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/maven-compile-plugin/src/main/java/npanday/plugin/compile/AbstractCompilerMojo.java?rev=1095951r1=1095950r2=1095951view=diff
 
 ==
  ---
 incubator/npanday/trunk/plugins/maven-compile-plugin/src/main/java/npanday/plugin/compile/AbstractCompilerMojo.java
 (original)
  +++
 

Re: svn commit: r1096141 - in /incubator/npanday/npanday-its/trunk/src/test: java/npanday/its/ resources/NPANDAY_377_WithNPandaySettingsPathTest/NPANDAY_377_WithNPandaySettingsPathTest/ resources/NPAN

2011-04-24 Thread Adelita Padilla

Noted Brett.


Thanks,

--

liit

- Brett Porter br...@apache.org wrote:

 On 23/04/2011, at 11:09 PM, apadi...@apache.org wrote:
 
  Author: apadilla
  Date: Sat Apr 23 13:09:19 2011
  New Revision: 1096141
  
  URL: http://svn.apache.org/viewvc?rev=1096141view=rev
  Log:
  * added additional assert for NPanday-377
  * reverted commit on IntegrationTestSuite
 
 If you're commenting out tests to run an individual one faster, I
 suggest using something like -Dtest=*377* instead.
 
 - Brett
 
 --
 Brett Porter
 br...@apache.org
 http://brettporter.wordpress.com/
 http://au.linkedin.com/in/brettporter


[NPANDAY] Proposal for NPanday-1.4.0-incubating Release

2011-05-03 Thread Adelita Padilla
Hi All,

We are planning to release NPanday-1.4.0-incubating and here's the list of
included issues:


* NPANDAY-69 NPanday needs to be more synchronized and automated

* NPANDAY-83 do not hide originating exceptions

* NPANDAY-186 Remove the uac and pab directories

* NPANDAY-123 PATH should not have to be set for both Visual Studio AddIn or
mvn command-line to function

* NPANDAY-234 Add VS installer limitations to known issues

* NPANDAY-239 VS Add-In messes up settings.xml

* NPANDAY-277 NPanday.Plugin.Runner and Loader are not installed to UAC

* NPANDAY-288 Support for VS 2010 and .NET Framework 4.0

* NPANDAY-290 Improve console output for integration tests

* NPANDAY-314 Adding a Maven artifact from VS plugin generates
NPANDAY-180-017 error

* NPANDAY-316 Trying to import WPF-project on 64-bit system (VS 2008) throws
FileLoadException

* NPANDAY-325 Additional parameters for wix-maven-plugin

* NPANDAY-326 misc. improvements

* NPANDAY-328 Support for VS2010 WPF Project

* NPANDAY-329 Support for VS2010 WCF Project

* NPANDAY-330 Support for VS2010 MVC Project

* NPANDAY-333 Dependecy of type 'gac' is not resolved correclty

* NPANDAY-334 Update Integration Tests in relation with the UAC  PAB
removal enhancements

* NPANDAY-335 NPanday on Visual Studio only starts on Debug Mode

* NPANDAY-336 Add Integration Tests for VS 2010 supported projects (WPF, WCF
and MVC)

* NPANDAY-337 NPanday unusable under linux

* NPANDAY-339 Npanday.Plugin size 0 in repo

* NPANDAY-341 command execution fails if paths with space

* NPANDAY-342 deploy sources artifacts to npanday asset repo

* NPANDAY-343 Can't successfully build projects (VS 2005 and VS 2008) -
Build Error due to Access is denied

* NPANDAY-347 compile fails on unix if sources in subfolder

* NPANDAY-348 Import Error when importing WPF projects in VS 2010 on a
64-bit system

* NPANDAY-349 NPanday not building resource files correctly

* NPANDAY-351 NPanday does not respect the configured repository in the pom

* NPANDAY-354 Addin 'resync references' feature fails if using remote
repositories but there is no 'mirrors' section in Settings.xml file.

* NPANDAY-355 Addin 'resync references' feature hard-wires ''
http://repo1.maven.org/maven2' as remote repository causing network security
violations.

* NPANDAY-356 Addin 'resync references' feature fails to download latest
SNAPSHOT from remote repo if older snapshot file already exists locally.

* NPANDAY-357 Add 'deploy' option to 'Current NPanday Project' menu options

* NPANDAY-360 Local Repository not displaying correct artifacts from the
local repository

* NPANDAY-361 Configurable .M2 Folder and npanday-settings.xml lookup

* NPANDAY-362 npanday-settings.xml in local repository is not overwritten on
a new install of npanday.

* NPANDAY-363 Service Reference is not deleted from pom when removing it in
the project

* NPANDAY-366 Getting The input line is too long when NPanday tries to
generate the npanday-settings.xml (was cannot build a project)

* NPANDAY-367 Building a project that contains a maven artifact from a
remote repository generates a new .m2groupId folder

* NPANDAY-373 Custom Lifecycle Plugin does not bind the produced artifact

* NPANDAY-376 Intermittent error caused by updating npanday-settings.xml

* NPANDAY-377 released registry-config.xml contains a hardcoded path

* NPANDAY-378 malformed npanday-settings.xml should fail the build

* NPANDAY-379 Exception not caught properly when default path for
npanday-settings.xml is used

* NPANDAY-380 IndexOutOfRangeExcpetion in
SettingsGeneratorMojo.GetVendorsFromMicrosoft

* NPANDAY-381 Missing SVN EOL properties

* NPANDAY-383 update groupID to org.apache.npanday

* NPANDAY-385 [regression introduced by 186] JavaBindings-Generator for
.NET-Mojos is fragile (and not working for NPanday.Plugin.SettingsGenerator)

* NPANDAY-386 Support Maven 3 and enable bootstraping NPanday using itself
(within the same reactor)

* NPANDAY-387 Improve the checking of the mirror repos in Reference.cs for
artifact resync

* NPANDAY-394 Object reference not set to an instance of an object message
is shown when reimporting project with references unavailable in remote repo

* NPANDAY-396 Improved Documentation

* NPANDAY-397 NPanday adds 'maven-test-plugin' configuration to pom file
based on NUnit.Framework reference in project and not based on test project
selected in Project Unit Tests window

* NPANDAY-398 [regression introduced by 186] MojoGenerator can't generate
.NET-Mojos referencing a newer NPanday.Plugin.dll

* NPANDAY-400 Mono missing system libraries references during compilation

* NPANDAY-401 Mono compiler does not support explicit frameworkVersion 3.5

* NPANDAY-407 Wrong Unit test (on Mac) for status return from command not
found

* NPANDAY-412 Execuable path for Windows 7 SDK is not auto-detected when
npanday-settings.xml is generated, resgen.exe not found

* NPANDAY-416 MVN 2.2.1: Tests in projects whose paths contains spaces
fails: Reason: 

[NPANDAY] CODE FREEZE for NPanday

2011-05-04 Thread Adelita Padilla
Hi All,


Code Freeze for NPanday since 1.4.0-incubating is ongoing.


Thanks,

--

liit


[NPANDAY] NPanday-1.4.0-incubating Release Updates

2011-05-05 Thread Adelita Padilla
Hi All,

I was already able to do tag the 1.4.0-incubating release successfully.  But
I got an error during the perform phase:

   Uploading:
http://repo.npanday.org/archiva/repository/npanday-snapshots//org/apache/npanday/dotnet-repository-builder/1.4.0-incubating-SNAPSHOT/dotnet-repository-builder-1.4.0-incubating-20110505.110747-1.pom
   [INFO]

   [ERROR] BUILD ERROR
   [INFO]

   [INFO] Error deploying artifact: Failed to transfer file:
http://repo.npanday.org/archiva/repository/npanday-snapshots/org/apache/npanday/dotnet-repository-builder/1.4.0-incubating-SNAPSHOT/dotnet-repository-builder-1.4.0-incubating-20110505.110747-1.pom.
Return code is: 401

   [INFO]


The version of the builders were not updated because when I run the prepare
phase, I did not include -Pnpanday-release. (
http://incubator.apache.org/npanday/docs/1.3-incubating/developers/releasing.html
)

I already removed the tag and will do another release tomorrow.


Thank you for your patience.

--

liit


-- Forwarded message --
From: Adelita Padilla apadi...@maestrodev.com
Date: Wed, May 4, 2011 at 11:25 PM
Subject: [NPANDAY] NPanday-1.4.0-incubating Release Updates
To: npanday-dev@incubator.apache.org


Hi All,

I was not able to proceed with the release because I was not able to clean
up the staging repository as stated here -
http://incubator.apache.org/npanday/docs/1.3-incubating/developers/releasing.html

I tried deleting the artifacts via WEBDAV, when I started deleting one
folder, it was going fine then suddenly a window popped up stating that the
files could not be deleted because it doesn't exist.  When I tried
accessing the folder it would prompt that the folder is not accessible.

Any thoughts?


Thanks,

--

liit


Re: [NPANDAY] CODE FREEZE for NPanday

2011-05-05 Thread Adelita Padilla
Code Freeze lifted since NPanday-1.4.0-incubating already released!


Thanks,

--

liit


On Thu, May 5, 2011 at 12:12 PM, Adelita Padilla apadi...@maestrodev.comwrote:

 Hi All,


 Code Freeze for NPanday since 1.4.0-incubating is ongoing.


 Thanks,

 --

 liit




Re: [ANNOUNCEMENT] Apache NPanday 1.4.0-incubating Released!

2011-05-18 Thread Adelita Padilla
1.3 already removed from the download archive (kept a copy in
/home/apadilla/).


Thanks,

--

liit


On Wed, May 18, 2011 at 9:08 PM, Brett Porter br...@apache.org wrote:

 Yes, that should have been done when the release was first retracted...
 Liit, can you do that? (I suggest keeping a copy somewhere, though).

 - Brett

 On 17/05/2011, at 2:12 PM, Lars Corneliussen wrote:

  This is great!!! ;)
 
  should we remove 1.3 from the download archive?
 
  http://archive.apache.org/dist/incubator/npanday/binaries/
  --
  Message sent from mobile device
 
  Am 17.05.2011 um 04:59 schrieb Adelita Padilla apadi...@maestrodev.com
 :
 
  Hi Everyone,
 
 
  The NPanday development team is pleased to announce the release of
 Apache
  NPanday 1.4.0-incubating under the Apache Incubator.
 
 
  NPanday is a project to integrated Apache Maven into .NET development
  environments.  It includes both a Visual Studio add-in to integrated
 Maven,
  and a set of plugins for Maven that can build .NET projects uniformly
 from
  the command line.
 
 
  The latest release can be downloaded from
  http://incubator.apache.org/npanday/docs/1.4.0-incubating/download.html
 
 
  These are the major changes included in this release:
 
  * Visual Studio 2010 and .Net 4.0 Framework support
  * Removal of UAC and PAB directories
  * Updated groupIds of all NPanday components including plugins to
  org.apache.npanday
 
  For a complete list of all the features and fixes included in this
 release,
  please refer to
 
 http://incubator.apache.org/npanday/docs/1.4.0-incubating/release-notes.html
 
 
  If you have any questions, please consult:
  the website: http://incubator.apache.org/npanday/
  the npanday-user mailing list: npanday-us...@incubator.apache.org
 
 
  This is the first release of NPanday here in Apache.  Thanks to the
 NPanday
  and Apache Incubating community for helping grow the project.
 
 
  Enjoy!
 
 
  --
 
  liit

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