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 "Maria Odea Ching (Created) (JIRA)" <ji...@apache.org> on 2011/10/24 09:01:34 UTC

[jira] [Created] (NPANDAY-474) NPanday build of Web application copies .svn and .references folder to target folder

NPanday build of Web application copies .svn and .references folder to target folder
------------------------------------------------------------------------------------

                 Key: NPANDAY-474
                 URL: https://issues.apache.org/jira/browse/NPANDAY-474
             Project: NPanday
          Issue Type: Bug
          Components: Maven Plugins
    Affects Versions: 1.4-incubating
            Reporter: Maria Odea Ching
             Fix For: 1.4.1-incubating


Web apps checked out from SVN have the .svn folder in it and if Resync References is performed on web application a .references folder is also created.

When building the web application, NPanday build copies .svn and .references folders to target folder along with the web application code files and directory structure. They get bundled when the source is packaged when you run "Install" on the project. 

--
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] [Assigned] (NPANDAY-474) NPanday build of Web application copies .svn and .references folder to target folder

Posted by "Maria Odea Ching (Assigned) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/NPANDAY-474?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Maria Odea Ching reassigned NPANDAY-474:
----------------------------------------

    Assignee: Maria Odea Ching
    
> NPanday build of Web application copies .svn and .references folder to target folder
> ------------------------------------------------------------------------------------
>
>                 Key: NPANDAY-474
>                 URL: https://issues.apache.org/jira/browse/NPANDAY-474
>             Project: NPanday
>          Issue Type: Bug
>          Components: Maven Plugins
>    Affects Versions: 1.4-incubating
>            Reporter: Maria Odea Ching
>            Assignee: Maria Odea Ching
>             Fix For: 1.4.1-incubating
>
>
> Web apps checked out from SVN have the .svn folder in it and if Resync References is performed on web application a .references folder is also created.
> When building the web application, NPanday build copies .svn and .references folders to target folder along with the web application code files and directory structure. They get bundled when the source is packaged when you run "Install" on the project. 

--
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-474) NPanday build of Web application copies .svn and .references folder to target folder

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

Brett Porter commented on NPANDAY-474:
--------------------------------------

Probably easiest to do an IT - can be based on what's in {{NPandayIT0012WebAppInstallTest}} after I enhanced it last week
                
> NPanday build of Web application copies .svn and .references folder to target folder
> ------------------------------------------------------------------------------------
>
>                 Key: NPANDAY-474
>                 URL: https://issues.apache.org/jira/browse/NPANDAY-474
>             Project: NPanday
>          Issue Type: Bug
>          Components: Maven Plugins
>    Affects Versions: 1.4-incubating
>            Reporter: Maria Odea Ching
>            Assignee: Maria Odea Ching
>             Fix For: 1.4.1-incubating
>
>
> Web apps checked out from SVN have the .svn folder in it and if Resync References is performed on web application a .references folder is also created.
> When building the web application, NPanday build copies .svn and .references folders to target folder along with the web application code files and directory structure. They get bundled when the source is packaged when you run "Install" on the project. 

--
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] [Assigned] (NPANDAY-474) NPanday build of Web application copies .svn and .references folder to target folder

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

Lars Corneliussen reassigned NPANDAY-474:
-----------------------------------------

    Assignee: Lars Corneliussen  (was: Maria Odea Ching)
    
> NPanday build of Web application copies .svn and .references folder to target folder
> ------------------------------------------------------------------------------------
>
>                 Key: NPANDAY-474
>                 URL: https://issues.apache.org/jira/browse/NPANDAY-474
>             Project: NPanday
>          Issue Type: Bug
>          Components: Maven Plugins
>    Affects Versions: 1.4-incubating
>            Reporter: Maria Odea Ching
>            Assignee: Lars Corneliussen
>             Fix For: 1.4.1-incubating
>
>
> Web apps checked out from SVN have the .svn folder in it and if Resync References is performed on web application a .references folder is also created.
> When building the web application, NPanday build copies .svn and .references folders to target folder along with the web application code files and directory structure. They get bundled when the source is packaged when you run "Install" on the project. 

--
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-474) NPanday build of Web application copies .svn and .references folder to target folder

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

Maria Odea Ching commented on NPANDAY-474:
------------------------------------------

Just the unit tests, I'll find some time this week to work on it then I'll resolve this issue.
                
> NPanday build of Web application copies .svn and .references folder to target folder
> ------------------------------------------------------------------------------------
>
>                 Key: NPANDAY-474
>                 URL: https://issues.apache.org/jira/browse/NPANDAY-474
>             Project: NPanday
>          Issue Type: Bug
>          Components: Maven Plugins
>    Affects Versions: 1.4-incubating
>            Reporter: Maria Odea Ching
>            Assignee: Maria Odea Ching
>             Fix For: 1.4.1-incubating
>
>
> Web apps checked out from SVN have the .svn folder in it and if Resync References is performed on web application a .references folder is also created.
> When building the web application, NPanday build copies .svn and .references folders to target folder along with the web application code files and directory structure. They get bundled when the source is packaged when you run "Install" on the project. 

--
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] [Assigned] (NPANDAY-474) NPanday build of Web application copies .svn and .references folder to target folder

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

Lars Corneliussen reassigned NPANDAY-474:
-----------------------------------------

    Assignee: Maria Odea Ching  (was: Lars Corneliussen)

Still some work to be done?
                
> NPanday build of Web application copies .svn and .references folder to target folder
> ------------------------------------------------------------------------------------
>
>                 Key: NPANDAY-474
>                 URL: https://issues.apache.org/jira/browse/NPANDAY-474
>             Project: NPanday
>          Issue Type: Bug
>          Components: Maven Plugins
>    Affects Versions: 1.4-incubating
>            Reporter: Maria Odea Ching
>            Assignee: Maria Odea Ching
>             Fix For: 1.4.1-incubating
>
>
> Web apps checked out from SVN have the .svn folder in it and if Resync References is performed on web application a .references folder is also created.
> When building the web application, NPanday build copies .svn and .references folders to target folder along with the web application code files and directory structure. They get bundled when the source is packaged when you run "Install" on the project. 

--
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-474) NPanday build of Web application copies .svn and .references folder to target folder

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

Work on NPANDAY-474 started by Lars Corneliussen.

> NPanday build of Web application copies .svn and .references folder to target folder
> ------------------------------------------------------------------------------------
>
>                 Key: NPANDAY-474
>                 URL: https://issues.apache.org/jira/browse/NPANDAY-474
>             Project: NPanday
>          Issue Type: Bug
>          Components: Maven Plugins
>    Affects Versions: 1.4-incubating
>            Reporter: Maria Odea Ching
>            Assignee: Lars Corneliussen
>             Fix For: 1.4.1-incubating
>
>
> Web apps checked out from SVN have the .svn folder in it and if Resync References is performed on web application a .references folder is also created.
> When building the web application, NPanday build copies .svn and .references folders to target folder along with the web application code files and directory structure. They get bundled when the source is packaged when you run "Install" on the project. 

--
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-474) NPanday build of Web application copies .svn and .references folder to target folder

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

Brett Porter resolved NPANDAY-474.
----------------------------------

    Resolution: Fixed

added an IT
                
> NPanday build of Web application copies .svn and .references folder to target folder
> ------------------------------------------------------------------------------------
>
>                 Key: NPANDAY-474
>                 URL: https://issues.apache.org/jira/browse/NPANDAY-474
>             Project: NPanday
>          Issue Type: Bug
>          Components: Maven Plugins
>    Affects Versions: 1.4-incubating
>            Reporter: Maria Odea Ching
>            Assignee: Maria Odea Ching
>             Fix For: 1.4.1-incubating
>
>
> Web apps checked out from SVN have the .svn folder in it and if Resync References is performed on web application a .references folder is also created.
> When building the web application, NPanday build copies .svn and .references folders to target folder along with the web application code files and directory structure. They get bundled when the source is packaged when you run "Install" on the project. 

--
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-474) NPanday build of Web application copies .svn and .references folder to target folder

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

Maria Odea Ching commented on NPANDAY-474:
------------------------------------------

Fix committed to trunk in [-r1188093|http://svn.apache.org/viewvc?rev=1188093&view=rev]. I added {{.svn}} and {{.references}} to the default exclusions of maven-aspx-plugin. I also added an {{excludes}} parameter for additional exclusions that a user wants to configure.

I'm having trouble with the testing harness, conflicting in versions of {{plexus-container-default}} so I haven't committed the unit test for this yet.
                
> NPanday build of Web application copies .svn and .references folder to target folder
> ------------------------------------------------------------------------------------
>
>                 Key: NPANDAY-474
>                 URL: https://issues.apache.org/jira/browse/NPANDAY-474
>             Project: NPanday
>          Issue Type: Bug
>          Components: Maven Plugins
>    Affects Versions: 1.4-incubating
>            Reporter: Maria Odea Ching
>            Assignee: Maria Odea Ching
>             Fix For: 1.4.1-incubating
>
>
> Web apps checked out from SVN have the .svn folder in it and if Resync References is performed on web application a .references folder is also created.
> When building the web application, NPanday build copies .svn and .references folders to target folder along with the web application code files and directory structure. They get bundled when the source is packaged when you run "Install" on the project. 

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