You are viewing a plain text version of this content. The canonical link for it is here.
Posted to npanday-commits@incubator.apache.org by "Lars Corneliussen (Commented) (JIRA)" <ji...@apache.org> on 2011/11/17 11:48:51 UTC

[jira] [Commented] (NPANDAY-452) Support Silverlight Applications

    [ https://issues.apache.org/jira/browse/NPANDAY-452?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13152006#comment-13152006 ] 

Lars Corneliussen commented on NPANDAY-452:
-------------------------------------------

Just something I found in Microsoft.Common.targets.

Should help us to find proper naming.

{code}
<PropertyGroup>
   <TargetFrameworkIdentifier Condition="'$(TargetFrameworkIdentifier)' == ''">.NETFramework</TargetFrameworkIdentifier>
   <TargetFrameworkVersion Condition=" '$(TargetFrameworkVersion)' == '' ">v4.0</TargetFrameworkVersion>
</PropertyGroup>

<Import Project="Microsoft.NETFramework.props" Condition="'$(TargetFrameworkIdentifier)' == '.NETFramework' or '$(TargetFrameworkIdentifier)' == 'Silverlight'"/>

..

<TargetFrameworkMoniker Condition="'$(TargetFrameworkMoniker)' == '' and '$(TargetFrameworkProfile)' != ''">$(TargetFrameworkIdentifier),Version=$(TargetFrameworkVersion),Profile=$(TargetFrameworkProfile)</TargetFrameworkMoniker>
<TargetFrameworkMoniker Condition="'$(TargetFrameworkMoniker)' == ''">$(TargetFrameworkIdentifier),Version=$(TargetFrameworkVersion)</TargetFrameworkMoniker>

{code}
                
> Support Silverlight Applications
> --------------------------------
>
>                 Key: NPANDAY-452
>                 URL: https://issues.apache.org/jira/browse/NPANDAY-452
>             Project: NPanday
>          Issue Type: New Feature
>          Components: Maven Plugins
>    Affects Versions: 1.4-incubating
>         Environment: >mvn -v
> Apache Maven 2.2.1 (r801777; 2009-08-06 12:16:01-0700)
> Java version: 1.6.0_24
> Java home: C:\Progra~1\Java\jdk1.6.0_24\jre
> Default locale: en_US, platform encoding: Cp1252
> OS name: "windows 7" version: "6.1" arch: "amd64" Family: "windows"
>            Reporter: John R. Fallows
>
> Silverlight applications are delivered as .xap files and may also use xaml to define the user interface declaratively.
> We need a custom packaging, such as "silverlight-application", that will create the corresponding .xap file with NPanday.  This will involve writing additional plugins for any new executables, and then bind the corresponding goals to the "silverlight-application" lifecycle accordingly.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira