Hi,
I am trying to compile a web code via Nant, but i am getting an error
similar to this ...

buildPaySimpleWeb:

 [solution] Starting solution build.

fail:

-------------------------------
BUILD FAILED

Error checking whether 'D:\ACSatesh\PaySimple\PaySimpleWeb1\PaySimpleWeb' is
an enterprise template project.
    Access to the path 'D:\ACSatesh\PaySimple\PaySimpleWeb1\PaySimpleWeb' is
denied.

Total time: 13.4 seconds.
--------------------------------

the code to run it is :

        <property name="slnfile"
value="D:\ACSatesh\PaySimple\PaySimpleWeb1\PaySimpleWebCode"/>
        <solution solutionfile="${slnfile}\PaySimpleWebCode.sln"
configuration="release" failonerror="true"
                outputdir="${buildpath}\output" verbose="true">
        </solution>
</target>

The path is right and i don't see why the access denied error is being
thrown. Is there anything that i have missed out. Can you please bail me out
of this.

-- 
View this message in context: 
http://www.nabble.com/Error-checking-enterprise-template-project.-Access-to-the-path-is-denied-tp16248445p16248445.html
Sent from the NAnt - Users mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to