Hi I'm still getting this error. Josimpson , can you send the repository you mentioned?
Thanks --- On Fri, 8/5/11, Cihan <[email protected]> wrote: From: Cihan <[email protected]> Subject: Re: maven-aspx-plugin error To: "[email protected]" <[email protected]> Date: Friday, August 5, 2011, 9:52 AM Hi I'm using 1.4.0.-incubating version. maven-aspx-plugin.jar and maven-aspx-plugin.pom files are present in .m2\repository\org\apache\npanday\plugins\maven-aspx-plugin directory. Thanks From: Adelita Padilla <[email protected]> To: [email protected] Cc: Cihan <[email protected]> Sent: Friday, August 5, 2011 11:08 AM Subject: Re: maven-aspx-plugin error Hi Cihan, You may want to check the download page in case you where using NPanday 1.4.0-incubating. Thanks, -- liit ----- "Josimpson Ocaba" <[email protected]> wrote: > Hi > > > What version of npanday are you using? The groupid were changed to > apache.org.npanday.plugins can you also check your local repository if > there is a plugin that would match this version if not we have release > with a repository packaged you can use that. > > > Hope that helps, > > > Joe > > ----- "Cihan" <[email protected]> wrote: > > > Hi > > I'm trying to build a .net project with npanday.its giving this error. > > Error resolving version for plugin 'npanday.plugin:maven-aspx-plugin' > from the repositories [local (C:\Documents and > Settings\U053797.KFS\.m2\repository), central > (http://repo1.maven.org/maven2)]: Plugin not found in any plugin > repository -> [Help 1] > > in my repository, maven-aspx-plugin jar and pom files are present and > versions are correct. > what is the reason for this error? > > > Thanks > > > my pom file:<? > < > < > < > < > < > < > </ > < > < > < > < > < > < > < > < > < > < > < > < > < > </ > </ > </ > </ > </xmlversion="1.0"encoding="utf-8"?>projectxmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"xmlns:xsd="http://www.w3.org/2001/XMLSchema"xmlns="http://maven.apache.org/POM/4.0.0">parent>artifactId>Solution1-parent</artifactId>groupId>KFS.Solution1</groupId>version>1.0-SNAPSHOT</version>relativePath>../pom.xml</relativePath>parent>modelVersion>4.0.0</modelVersion>artifactId>WebSite</artifactId>packaging>asp</packaging>name>KFS.Solution1 > : > WebSite</name>build>sourceDirectory>.</sourceDirectory>plugins>plugin>groupId>org.apache.npanday.plugins</groupId> > artifactId>maven-aspx-plugin</artifactId>extensions>true</extensions>configuration>frameworkVersion>3.5</frameworkVersion>configuration>plugin>plugins>build>project> > > > > > full error > text:------------------------------------------------------------------ > > Executing Maven > Pom File: D:\My Documents\Visual Studio > 2008\Projects\Solution1\pom.xml > Goal: compile > Arguments: compile > NPanday Command: C:\Documents and > Settings\U053797.KFS\Desktop\apache-maven-3.0.3-bin\apache-maven-3.0.3\bin\mvn.bat > compile > > ------------------------------------------------------------------ > > [INFO] Scanning for projects... > [WARNING] > [WARNING] Some problems were encountered while building the effective > model for KFS.Solution1:WebSite:asp:1.0-SNAPSHOT > [WARNING] 'build.plugins.plugin.version' for > org.apache.npanday.plugins:maven-aspx-plugin is missing. @ line 16, > column 15 > [WARNING] > [WARNING] It is highly recommended to fix these problems because they > threaten the stability of your build. > [WARNING] > [WARNING] For this reason, future Maven versions might no longer > support building such malformed projects. > [WARNING] > [INFO] > ------------------------------------------------------------------------ > > [INFO] Reactor Build Order: > [INFO] > [INFO] KFS.Solution1 : Solution1-parent > [INFO] KFS.Solution1 : WebSite > [INFO] > [INFO] > ------------------------------------------------------------------------ > > [INFO] Building KFS.Solution1 : Solution1-parent 1.0-SNAPSHOT > [INFO] > ------------------------------------------------------------------------ > > [INFO] > [INFO] > ------------------------------------------------------------------------ > > [INFO] Building KFS.Solution1 : WebSite 1.0-SNAPSHOT > [INFO] > ------------------------------------------------------------------------ > > [INFO] > ------------------------------------------------------------------------ > > [INFO] Reactor Summary: > [INFO] > [INFO] KFS.Solution1 : Solution1-parent .................. SUCCESS > [0.015s] > [INFO] KFS.Solution1 : WebSite ........................... FAILURE > [0.187s] > [INFO] > ------------------------------------------------------------------------ > > [INFO] BUILD FAILURE > [INFO] > ------------------------------------------------------------------------ > > [INFO] Total time: 7.652s > [INFO] Finished at: Fri Aug 05 09:55:22 EEST 2011 > [INFO] Final Memory: 3M/15M > [INFO] > ------------------------------------------------------------------------ > > [ERROR] Error resolving version for plugin > 'npanday.plugin:maven-aspx-plugin' from the repositories [local > (C:\Documents and Settings\U053797.KFS\.m2\repository), central > (http://repo1.maven.org/maven2)]: Plugin not found in any plugin > repository -> [Help 1] > [ERROR] > [ERROR] To see the full stack trace of the errors, re-run Maven with > the -e switch. > [ERROR] Re-run Maven using the -X switch to enable full debug logging. > > [ERROR] > [ERROR] For more information about the errors and possible solutions, > please read the following articles: > [ERROR] [Help 1] > http://cwiki.apache.org/confluence/display/MAVEN/PluginVersionResolutionException > > NPanday Execution Failed!, with exit code: 1
