From npanday-users-return-213-apmail-incubator-npanday-users-archive=incubator.apache.org@incubator.apache.org Wed Oct 12 05:48:53 2011 Return-Path: X-Original-To: apmail-incubator-npanday-users-archive@minotaur.apache.org Delivered-To: apmail-incubator-npanday-users-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 614B77CF1 for ; Wed, 12 Oct 2011 05:48:53 +0000 (UTC) Received: (qmail 11323 invoked by uid 500); 12 Oct 2011 05:48:53 -0000 Delivered-To: apmail-incubator-npanday-users-archive@incubator.apache.org Received: (qmail 11263 invoked by uid 500); 12 Oct 2011 05:48:47 -0000 Mailing-List: contact npanday-users-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: npanday-users@incubator.apache.org Delivered-To: mailing list npanday-users@incubator.apache.org Delivered-To: moderator for npanday-users@incubator.apache.org Received: (qmail 9658 invoked by uid 99); 12 Oct 2011 05:45:30 -0000 X-ASF-Spam-Status: No, hits=2.2 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_NEUTRAL,UNPARSEABLE_RELAY X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) X-Env-Sender: Damian.Pooley@hyro.com X-Msg-Ref: server-10.tower-191.messagelabs.com!1318398297!127512757!2 X-Originating-IP: [203.185.247.126] X-StarScan-Version: 6.3.6; banners=-,-,- X-VirusChecked: Checked From: Damian Pooley To: "npanday-users@incubator.apache.org" Date: Wed, 12 Oct 2011 16:44:57 +1100 Subject: aspx compilation error: found different/older .NET framework version Thread-Topic: aspx compilation error: found different/older .NET framework version Thread-Index: AcyIk6h6KY6Ew58LTx+iAXb9Ha0bnA== Message-ID: <8873D68A7463A74BBE63AC2CF367CBBBE9A2B5E201@MEL-EXCL-01.hyro.global> Accept-Language: en-US, en-AU Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US, en-AU Content-Type: multipart/alternative; boundary="_000_8873D68A7463A74BBE63AC2CF367CBBBE9A2B5E201MELEXCL01hyro_" MIME-Version: 1.0 --_000_8873D68A7463A74BBE63AC2CF367CBBBE9A2B5E201MELEXCL01hyro_ Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Hi all, I am getting an a build failure during the maven-aspx-plugin compile step, = because it has found an earlier version of the .NET framework (2) and not t= he one that the project is written with (4). The maven-compile-plugin compi= le uses the correct (4) version of .NET. I am using 1.4.0-incubating. Maven-compile-plugin messages: [INFO] NPANDAY-066-013: Found Vendor =3D Vendor =3D MICROSOFT, Vendor Versi= on =3D 4.0, Framework Version =3D 4.0, Executable Paths =3D [C:\Windows\Mic= rosoft.NET\Framework64\v4.0.30319, C:\Program Files (x86)\Microsoft SDKs\Wi= ndows\v7.0A\Bin\NETFX 4.0 Tools] [INFO] NPANDAY-068-003: Compiling Artifact: Vendor =3D MICROSOFT, Language = =3D MICROSOFT, Assembly Name =3D .dll [INFO] NPANDAY-068-005: Found executable path for csc: C:\Windows\Microsoft= .NET\Framework64\v4.0.30319 Maven-aspx-plugin messages: [INFO] NPANDAY-066-013: Found Vendor =3D Vendor =3D MICROSOFT, Vendor Versi= on =3D 2.0.50727, Framework Version =3D 2.0.50727, Executable Paths =3D [C:= \Windows\Microsoft.NET\Framework64\v2.0.50727, C:\Program Files (x86)\Micro= soft SDKs\Windows\v6.0A\bin] [INFO] NPANDAY-068-003: Compiling Artifact: Vendor =3D MICROSOFT, Language = =3D ASP, Assembly Name =3D .dll [INFO] NPANDAY-068-005: Found executable path for aspnet_compiler: C:\Windo= ws\Microsoft.NET\Framework64\v2.0.50727 Why would the .NET version detected be different? How can the aspx plugin b= e forced to use the latest version? Regards, Damian Pooley --_000_8873D68A7463A74BBE63AC2CF367CBBBE9A2B5E201MELEXCL01hyro_--