CIA.vc
Apache NPanday
.NET plugins and Visual Studio integration for Apache Maven
Stats » Projects » Apache NPanday
information
NPanday is a project to integrate Apache Maven (http://maven.apache.org) into .Net development environments. Maven is a project development management and comprehension tool. It includes both a Visual Studio add-in to integrate Maven, and a set of plugins for Maven that can build .Net projects. Continuous Integration and Artifact Management for your .Net Applications using Open Source Technology By using NPanday you can take advantage of existing development infrastructure that is compatible with Maven. This includes dependency management and project sharing using any Maven repository, and particularly those running a repository manager such as Apache Archiva (http://archiva.apache.org), and continuous builds using a build server such as Apache Continuum (http://continuum.apache.org).
syndicateUTC clock
09:25 on May 28, 2012
event counters
The last message was received 1.66 weeks ago at 17:47 on May 16, 2012
0 messages so far today, 0 messages yesterday
0 messages so far this week, 0 messages last week
29 messages so far this month, 25 messages last month
1545 messages since the first one, 2.35 years ago, for an average of 13.31 hours between messages
recent messages
dateReversed sort columnprojectcontentlink
13:26 on May 16NPanday
Commit by lcorneliussen :: r1339157 /trunk/ (8 files in 4 dirs): (link)
[NPANDAY-567] Copy along app.config (and transform with app.test.config) for test runs

o initial commit
o make config-file-scanner case-insensitive (app.config == App.config)
o prepare for splitting up in test runner in multiple mojos
#
13:26 on May 16NPanday
Commit by lcorneliussen :: r1339156 /trunk/components/dotnet-executable/src/main/java/npanday/executable/impl/CompilerContextImpl.java: (link)
[NPANDAY-210] Deprecate includeSources in favor of include/exclude patterns

o fixed in adding additional source roots for test compile
#
12:01 on May 16NPanday
Commit by lcorneliussen :: r1339128 /trunk/ (2 files in 2 dirs): (link)
[NPANDAY-231] Remove RDF

o fixed lib resolution in tests
#
11:27 on May 16NPanday
Commit by lcorneliussen :: r1339119 /trunk/components/dotnet-executable/src/main/java/npanday/executable/impl/CompilerContextImpl.java: (link)
[NPANDAY-210] Deprecate includeSources in favor of include/exclude patterns

o fixed bug in test source files resolve
#
10:30 on May 16NPanday
Commit by lcorneliussen :: r1339106 /trunk/ (13 files in 4 dirs): (link)
[NPANDAY-210] Deprecate includeSources in favor of include/exclude patterns

o added possibility to skip compile from within the compiler executable or compiler context
o skipping test compile, if no sources found
#
07:40 on May 15NPanday
Commit by lcorneliussen :: r1338574 /trunk/plugins/maven-resolver-plugin/src/main/java/npanday/plugin/resolver/CopyDependenciesMojo.java: (link)
[NPANDAY-566] Custom NPanday-aware copy-dependencies plugin

o added parameter for excluding reactor projects
#
07:13 on May 15NPanday
Commit by lcorneliussen :: r1338569 /trunk/components/dotnet-core/src/main/java/npanday/resolver/DefaultNPandayArtifactResolver.java: (link)
[NPANDAY-231] Remove RDF

o skip next resolver contributors, if artifact got resolved
#
07:02 on May 15NPanday
Commit by lcorneliussen :: r1338565 /trunk/plugins/maven-resolver-plugin/src/main/java/npanday/plugin/resolver/CopyDependenciesMojo.java: (link)
[NPANDAY-566] Custom copy dependencies plugin

o fixed typo
#
07:01 on May 15NPanday
Commit by lcorneliussen :: r1338563 /trunk/ (2 files in 2 dirs): (link)
[NPANDAY-566] Custom copy dependencies plugin

o some more logging
o skip copy-dependencies on non-npanday projects
#
13:30 on May 14NPanday
Commit by lcorneliussen :: r1338193 /trunk/plugins/maven-resolver-plugin/src/main/java/npanday/plugin/resolver/CopyDependenciesMojo.java: (link)
[NPANDAY-566] Custom copy dependencies plugin

o log source and destination paths for copy actions
#
17:12 on May 10NPanday
Commit by lcorneliussen :: r1336800 /trunk/plugins/maven-compile-plugin/src/main/java/npanday/plugin/compile/AbstractCompilerMojo.java: (link)
[NPANDAY-210] Deprecate includeSources in favor of include/exclude patterns

o Compile always / need to reimplement check for changes!
#
07:46 on May 09NPanday
Commit by lcorneliussen :: r1335961 /trunk/plugins/maven-resolver-plugin/src/main/java/npanday/plugin/resolver/CopyDependenciesMojo.java: (link)
[NPANDAY-566] Custom copy dependencies plugin

o override files, if date or size differs
#
19:08 on May 08NPanday
Commit by lcorneliussen :: r1335701 /trunk/ (14 files in 4 dirs): (link)
[NPANDAY-210, NPANDAY-418, NPANDAY-582] Deprecate includeSources in favor of include/exclude patterns + More

o now including the sources directly without copying them
o handling additional source directories
o make test and compile sources exclude each other if in the same dir
#
17:00 on May 07NPanday
Commit by lcorneliussen :: r1335128 /trunk/components/dotnet-executable/src/main/java/npanday/executable/impl/CompilerContextImpl.java: (link)
[NPANDAY-231] Remove RDF repository and model

o removed gac-resolve from compiler context, since this is done beforehand by GacResolver
#
16:52 on May 07NPanday
Commit by lcorneliussen :: r1335121 /trunk/ (3 files in 2 dirs): (link)
[NPANDAY-231] Remove RDF repository and model

o respect filter in listener and copy-dependencies
#
15:33 on May 04NPanday
Commit by lcorneliussen :: r1334035 /trunk/plugins/msdeploy-maven-plugin/src/main/java/npanday/plugin/msdeploy/sync/Package.java: (link)
[NPANDAY-563] Generic MSDeploy synchronization mojo

o make sure password is not printed in toString / logging
o password is still printed as cmd-line arg; need a config switch to avoid printing the arg-line or possibility to register a method that gets called in order to mask the executable log
#
14:14 on May 04NPanday
Commit by lcorneliussen :: r1333977 /trunk/ (13 files in 6 dirs): (link)
[NPANDAY-231] Remove RDF repository and model

o created own (quite simple!) impl of copy-dependencies
o refactored from intercepting ArtifactFilter to ResolutionListener
o resolving 'test' in compile:initialize; sadly
#
10:58 on May 04NPanday
Commit by lcorneliussen :: r1333873 /trunk/components/dotnet-core/src/main/java/npanday/resolver/resolvers/GacResolver.java: (link)
[NPANDAY-231] Remove RDF repository and model

o fail, when a gac-dependency couldn't be resolved
#
10:57 on May 04NPanday
Commit by lcorneliussen :: r1333872 /trunk/ (9 files in 8 dirs): (link)
[NPANDAY-231] Remove RDF repository and model

o replaced maven dependency resolution with custom in many places
o removed default lifecycle binding for resolver-plugin
o removed tests from aspx-plugin, since they were only testing things that are now others' responsibilities
#
09:45 on May 04NPanday
Commit by lcorneliussen :: r1333828 /trunk/ (4 files in 4 dirs): (link)
[NPANDAY-488] Packaging for Web Applications (also Azure Web Roles)

o moved the hard-coded versions to the poms
o versions still have to be retrieved dynamically
#