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 (Created) (JIRA)" <ji...@apache.org> on 2011/11/29 09:13:40 UTC

[jira] [Created] (NPANDAY-493) Implement Goal that applies *.package.*-xdt-transformations from a configurable folder

Implement Goal that applies *.package.*-xdt-transformations from a configurable folder
--------------------------------------------------------------------------------------

                 Key: NPANDAY-493
                 URL: https://issues.apache.org/jira/browse/NPANDAY-493
             Project: NPanday
          Issue Type: Technical task
            Reporter: Lars Corneliussen
            Assignee: Lars Corneliussen




--
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

        

[jira] [Commented] (NPANDAY-493) Xml Document Transform (XDT) support for web and application packaging

Posted by "Brett Porter (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/NPANDAY-493?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13181116#comment-13181116 ] 

Brett Porter commented on NPANDAY-493:
--------------------------------------

All that should be required is a release of the library that includes that license in the bundle somewhere. Unless they are inclined to change it, I don't think Google Code will let you dual license in its metadata, but you can always describe it on documentation pages.
                
> Xml Document Transform (XDT) support for web and application packaging
> ----------------------------------------------------------------------
>
>                 Key: NPANDAY-493
>                 URL: https://issues.apache.org/jira/browse/NPANDAY-493
>             Project: NPanday
>          Issue Type: New Feature
>          Components: Maven Plugins, Visual Studio Add-in
>            Reporter: Lars Corneliussen
>            Assignee: Lars Corneliussen
>             Fix For: Backlog
>
>
> Currently NPanday expects a copy of web/app.config, named web/app.package.config; It would be better, if the files named *.package.* would just use XDT to transform the "underlying" *.* files.
> That could be done through MSBuild, using the Task "XmlDocumentTransform", or through a third party implementation, available here: http://code.google.com/p/xdt/ (LGPL!)

--
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

        

[jira] [Commented] (NPANDAY-493) Xml Document Transform (XDT) support for web and application packaging

Posted by "Lars Corneliussen (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/NPANDAY-493?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13180664#comment-13180664 ] 

Lars Corneliussen commented on NPANDAY-493:
-------------------------------------------

{quote}
A free implementation of the Microsoft XDT language.
http://petemontgomery.wordpress.com/2010/09/20/microsoft-xdt-language/

Lars Corneliussen: We want to integrate XDT in Apache NPanday (Maven for .NET) https://issues.apache.org/jira/browse/NPANDAY-493 We think of using your version because it could possibly also run on Mono (if not we could make it run). I’m not sure if we can redistribute LGPL-stuff; would you consider also providing XDT under the Apache license?

Pete Montgomery: Hi Lars, yes of course. Apache licence is fine; let me know if I need to send you anything. Pete.
{quote}
                
> Xml Document Transform (XDT) support for web and application packaging
> ----------------------------------------------------------------------
>
>                 Key: NPANDAY-493
>                 URL: https://issues.apache.org/jira/browse/NPANDAY-493
>             Project: NPanday
>          Issue Type: New Feature
>          Components: Maven Plugins, Visual Studio Add-in
>            Reporter: Lars Corneliussen
>            Assignee: Lars Corneliussen
>             Fix For: Backlog
>
>
> Currently NPanday expects a copy of web/app.config, named web/app.package.config; It would be better, if the files named *.package.* would just use XDT to transform the "underlying" *.* files.
> That could be done through MSBuild, using the Task "XmlDocumentTransform", or through a third party implementation, available here: http://code.google.com/p/xdt/ (LGPL!)

--
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

       

[jira] [Updated] (NPANDAY-493) Xml Document Transform (XDT) support for web and application packaging

Posted by "Lars Corneliussen (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/NPANDAY-493?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lars Corneliussen updated NPANDAY-493:
--------------------------------------

    Issue Type: New Feature  (was: Technical task)
        Parent:     (was: NPANDAY-488)
    
> Xml Document Transform (XDT) support for web and application packaging
> ----------------------------------------------------------------------
>
>                 Key: NPANDAY-493
>                 URL: https://issues.apache.org/jira/browse/NPANDAY-493
>             Project: NPanday
>          Issue Type: New Feature
>          Components: Maven Plugins, Visual Studio Add-in
>            Reporter: Lars Corneliussen
>            Assignee: Lars Corneliussen
>             Fix For: Backlog
>
>
> Currently NPanday expects a copy of web/app.config, named web/app.package.config; It would be better, if the files named *.package.* would just use XDT to transform the "underlying" *.* files.
> That could be done through MSBuild, using the Task "XmlDocumentTransform", or through a third party implementation, available here: http://code.google.com/p/xdt/ (LGPL!)

--
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

        

[jira] [Work started] (NPANDAY-493) Xml Document Transform (XDT) support for web and application packaging

Posted by "Lars Corneliussen (Work started) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/NPANDAY-493?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Work on NPANDAY-493 started by Lars Corneliussen.

> Xml Document Transform (XDT) support for web and application packaging
> ----------------------------------------------------------------------
>
>                 Key: NPANDAY-493
>                 URL: https://issues.apache.org/jira/browse/NPANDAY-493
>             Project: NPanday
>          Issue Type: New Feature
>          Components: Maven Plugins, Visual Studio Add-in
>            Reporter: Lars Corneliussen
>            Assignee: Lars Corneliussen
>             Fix For: 1.5.0-incubating
>
>
> Currently NPanday expects a copy of web/app.config, named web/app.package.config; It would be better, if the files named *.package.* would just use XDT to transform the "underlying" *.* files.
> That could be done through MSBuild, using the Task "XmlDocumentTransform", or through a third party implementation, available here: http://code.google.com/p/xdt/ (LGPL!)

--
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

        

[jira] [Updated] (NPANDAY-493) Xml Document Transform (XDT) support for web and application packaging

Posted by "Lars Corneliussen (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/NPANDAY-493?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lars Corneliussen updated NPANDAY-493:
--------------------------------------

    Fix Version/s:     (was: Backlog)
                   1.5.0-incubating
    
> Xml Document Transform (XDT) support for web and application packaging
> ----------------------------------------------------------------------
>
>                 Key: NPANDAY-493
>                 URL: https://issues.apache.org/jira/browse/NPANDAY-493
>             Project: NPanday
>          Issue Type: New Feature
>          Components: Maven Plugins, Visual Studio Add-in
>            Reporter: Lars Corneliussen
>            Assignee: Lars Corneliussen
>             Fix For: 1.5.0-incubating
>
>
> Currently NPanday expects a copy of web/app.config, named web/app.package.config; It would be better, if the files named *.package.* would just use XDT to transform the "underlying" *.* files.
> That could be done through MSBuild, using the Task "XmlDocumentTransform", or through a third party implementation, available here: http://code.google.com/p/xdt/ (LGPL!)

--
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

        

[jira] [Updated] (NPANDAY-493) Create XDT Plugin and Goal that applies transformations to the prepared package folder

Posted by "Lars Corneliussen (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/NPANDAY-493?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lars Corneliussen updated NPANDAY-493:
--------------------------------------

    Summary: Create XDT Plugin and Goal that applies transformations to the prepared package folder  (was: Implement Goal that applies *.package.*-xdt-transformations from a configurable folder)
    
> Create XDT Plugin and Goal that applies transformations to the prepared package folder
> --------------------------------------------------------------------------------------
>
>                 Key: NPANDAY-493
>                 URL: https://issues.apache.org/jira/browse/NPANDAY-493
>             Project: NPanday
>          Issue Type: Technical task
>          Components: Maven Plugins, Visual Studio Add-in
>            Reporter: Lars Corneliussen
>            Assignee: Lars Corneliussen
>


--
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

        

[jira] [Updated] (NPANDAY-493) Xml Document Transform (XDT) support for web and application packaging

Posted by "Lars Corneliussen (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/NPANDAY-493?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lars Corneliussen updated NPANDAY-493:
--------------------------------------

      Description: 
Currently NPanday expects a copy of web/app.config, named web/app.package.config; It would be better, if the files named *.package.* would just use XDT to transform the "underlying" *.* files.

That could be done through MSBuild, using the Task "XmlDocumentTransform", or through a third party implementation, available here: http://code.google.com/p/xdt/ (LGPL!)
    Fix Version/s:     (was: 1.5.0-incubating)
                   Backlog
          Summary: Xml Document Transform (XDT) support for web and application packaging  (was: Create XDT Plugin and Goal that applies transformations to the prepared package folder)
    
> Xml Document Transform (XDT) support for web and application packaging
> ----------------------------------------------------------------------
>
>                 Key: NPANDAY-493
>                 URL: https://issues.apache.org/jira/browse/NPANDAY-493
>             Project: NPanday
>          Issue Type: Technical task
>          Components: Maven Plugins, Visual Studio Add-in
>            Reporter: Lars Corneliussen
>            Assignee: Lars Corneliussen
>             Fix For: Backlog
>
>
> Currently NPanday expects a copy of web/app.config, named web/app.package.config; It would be better, if the files named *.package.* would just use XDT to transform the "underlying" *.* files.
> That could be done through MSBuild, using the Task "XmlDocumentTransform", or through a third party implementation, available here: http://code.google.com/p/xdt/ (LGPL!)

--
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

        

[jira] [Resolved] (NPANDAY-493) Xml Document Transform (XDT) support for web and application packaging

Posted by "Lars Corneliussen (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/NPANDAY-493?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lars Corneliussen resolved NPANDAY-493.
---------------------------------------

    Resolution: Fixed
    
> Xml Document Transform (XDT) support for web and application packaging
> ----------------------------------------------------------------------
>
>                 Key: NPANDAY-493
>                 URL: https://issues.apache.org/jira/browse/NPANDAY-493
>             Project: NPanday
>          Issue Type: New Feature
>          Components: Maven Plugins, Visual Studio Add-in
>            Reporter: Lars Corneliussen
>            Assignee: Lars Corneliussen
>             Fix For: 1.5.0-incubating
>
>
> Currently NPanday expects a copy of web/app.config, named web/app.package.config; It would be better, if the files named *.package.* would just use XDT to transform the "underlying" *.* files.
> That could be done through MSBuild, using the Task "XmlDocumentTransform", or through a third party implementation, available here: http://code.google.com/p/xdt/ (LGPL!)

--
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