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 "Adelita L. Padilla (JIRA)" <ji...@apache.org> on 2010/11/03 01:38:24 UTC

[jira] Created: (NPANDAY-343) Can't successfully build projects (VS 2005 and VS 2008) - Build Error due to Access is denied

Can't successfully build projects (VS 2005 and VS 2008) - Build Error due to Access is denied
---------------------------------------------------------------------------------------------

                 Key: NPANDAY-343
                 URL: https://issues.apache.org/jira/browse/NPANDAY-343
             Project: NPanday
          Issue Type: Bug
            Reporter: Adelita L. Padilla


Steps to reproduce:

1) Create a project
2) Generate a pom
3) Build the project

Expected Behavior: Project should be built successfully

Actual Behavior: Error when building project:

[INFO] NPANDAY-066-013: Found Vendor = Vendor = MICROSOFT, Vendor Version = 3.5, Framework Version = 3.5, Executable Paths = [C:\Windows\Microsoft.NET\Framework64\v3.5, C:\Program Files\Microsoft.NET\SDK\v2.0 64bit]
[INFO] NPANDAY-068-003: Compiling Artifact: Vendor = MICROSOFT, Language = MICROSOFT, Assembly Name = C:\Users\apadilla\Documents\Visual Studio 2008\Projects\ClassLibrary2\ClassLibrary2\target\ClassLibrary2.dll
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] NPANDAY-900-006: Unable to Compile: Language = C_SHARP, Vendor = null, ArtifactType = library, Source Directory = C:\Users\apadilla\Documents\Visual Studio 2008\Projects\ClassLibrary2\ClassLibrary2
Embedded error: Error while creating response file for the commands.
c:\responsefile.txt (Access is denied)

This maybe related to the removal of uac.



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (NPANDAY-343) Can't successfully build projects (VS 2005 and VS 2008) - Build Error due to Access is denied

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

Joe Ocaba updated NPANDAY-343:
------------------------------

    Fix Version/s:     (was: 2.0)
                   1.3-incubating

> Can't successfully build projects (VS 2005 and VS 2008) - Build Error due to Access is denied
> ---------------------------------------------------------------------------------------------
>
>                 Key: NPANDAY-343
>                 URL: https://issues.apache.org/jira/browse/NPANDAY-343
>             Project: NPanday
>          Issue Type: Bug
>            Reporter: Adelita L. Padilla
>            Assignee: Joe Ocaba
>             Fix For: 1.3-incubating
>
>
> Steps to reproduce:
> 1) Create a project
> 2) Generate a pom
> 3) Build the project
> Expected Behavior: Project should be built successfully
> Actual Behavior: Error when building project:
> [INFO] NPANDAY-066-013: Found Vendor = Vendor = MICROSOFT, Vendor Version = 3.5, Framework Version = 3.5, Executable Paths = [C:\Windows\Microsoft.NET\Framework64\v3.5, C:\Program Files\Microsoft.NET\SDK\v2.0 64bit]
> [INFO] NPANDAY-068-003: Compiling Artifact: Vendor = MICROSOFT, Language = MICROSOFT, Assembly Name = C:\Users\apadilla\Documents\Visual Studio 2008\Projects\ClassLibrary2\ClassLibrary2\target\ClassLibrary2.dll
> [INFO] ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] NPANDAY-900-006: Unable to Compile: Language = C_SHARP, Vendor = null, ArtifactType = library, Source Directory = C:\Users\apadilla\Documents\Visual Studio 2008\Projects\ClassLibrary2\ClassLibrary2
> Embedded error: Error while creating response file for the commands.
> c:\responsefile.txt (Access is denied)
> This maybe related to the removal of uac.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (NPANDAY-343) Can't successfully build projects (VS 2005 and VS 2008) - Build Error due to Access is denied

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

Joe Ocaba reassigned NPANDAY-343:
---------------------------------

    Assignee: Joe Ocaba

> Can't successfully build projects (VS 2005 and VS 2008) - Build Error due to Access is denied
> ---------------------------------------------------------------------------------------------
>
>                 Key: NPANDAY-343
>                 URL: https://issues.apache.org/jira/browse/NPANDAY-343
>             Project: NPanday
>          Issue Type: Bug
>            Reporter: Adelita L. Padilla
>            Assignee: Joe Ocaba
>             Fix For: 2.0
>
>
> Steps to reproduce:
> 1) Create a project
> 2) Generate a pom
> 3) Build the project
> Expected Behavior: Project should be built successfully
> Actual Behavior: Error when building project:
> [INFO] NPANDAY-066-013: Found Vendor = Vendor = MICROSOFT, Vendor Version = 3.5, Framework Version = 3.5, Executable Paths = [C:\Windows\Microsoft.NET\Framework64\v3.5, C:\Program Files\Microsoft.NET\SDK\v2.0 64bit]
> [INFO] NPANDAY-068-003: Compiling Artifact: Vendor = MICROSOFT, Language = MICROSOFT, Assembly Name = C:\Users\apadilla\Documents\Visual Studio 2008\Projects\ClassLibrary2\ClassLibrary2\target\ClassLibrary2.dll
> [INFO] ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] NPANDAY-900-006: Unable to Compile: Language = C_SHARP, Vendor = null, ArtifactType = library, Source Directory = C:\Users\apadilla\Documents\Visual Studio 2008\Projects\ClassLibrary2\ClassLibrary2
> Embedded error: Error while creating response file for the commands.
> c:\responsefile.txt (Access is denied)
> This maybe related to the removal of uac.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (NPANDAY-343) Can't successfully build projects (VS 2005 and VS 2008) - Build Error due to Access is denied

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

Joe Ocaba resolved NPANDAY-343.
-------------------------------

       Resolution: Fixed
    Fix Version/s: 2.0

Fixed the part of the code that tried to log the response file directly to C:

> Can't successfully build projects (VS 2005 and VS 2008) - Build Error due to Access is denied
> ---------------------------------------------------------------------------------------------
>
>                 Key: NPANDAY-343
>                 URL: https://issues.apache.org/jira/browse/NPANDAY-343
>             Project: NPanday
>          Issue Type: Bug
>            Reporter: Adelita L. Padilla
>            Assignee: Joe Ocaba
>             Fix For: 2.0
>
>
> Steps to reproduce:
> 1) Create a project
> 2) Generate a pom
> 3) Build the project
> Expected Behavior: Project should be built successfully
> Actual Behavior: Error when building project:
> [INFO] NPANDAY-066-013: Found Vendor = Vendor = MICROSOFT, Vendor Version = 3.5, Framework Version = 3.5, Executable Paths = [C:\Windows\Microsoft.NET\Framework64\v3.5, C:\Program Files\Microsoft.NET\SDK\v2.0 64bit]
> [INFO] NPANDAY-068-003: Compiling Artifact: Vendor = MICROSOFT, Language = MICROSOFT, Assembly Name = C:\Users\apadilla\Documents\Visual Studio 2008\Projects\ClassLibrary2\ClassLibrary2\target\ClassLibrary2.dll
> [INFO] ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] NPANDAY-900-006: Unable to Compile: Language = C_SHARP, Vendor = null, ArtifactType = library, Source Directory = C:\Users\apadilla\Documents\Visual Studio 2008\Projects\ClassLibrary2\ClassLibrary2
> Embedded error: Error while creating response file for the commands.
> c:\responsefile.txt (Access is denied)
> This maybe related to the removal of uac.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.