Project : error PRJ0019: A tool returned an error code from "Performing Custom Build Step"

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
Does anyone know how to get rid off this error ?
Creating command line "link.exe @"c:UsersuserDocumentsVisual Studio 2008ProjectstestprojDebugRSP0000A335287096.rsp" /NOLOGO /ERRORREPORT:PROMPT"<br/>
Creating temporary file "c:UsersuserDocumentsVisual Studio 2008ProjectstestprojDebugBAT0000A435287096.bat" with contents<br/>
[<br/>
@echo off<br/>
<br/>
gradle -PTargetDir=c:UsersuserDocumentsVisual Studio 2008ProjectstestprojDebug -PTargetName=testproj -PProjectDir=c:UsersuserDocumentsVisual Studio 2008Projectstestproj -PConfigurationName=Debug installPlugin<br/>
<br/>
<br/>
<br/>
if errorlevel 1 goto VCReportError<br/>
<br/>
goto VCEnd<br/>
<br/>
:VCReportError<br/>
<br/>
echo Project : error PRJ0019: A tool returned an error code from "Performing Custom Build Step"<br/>
<br/>
exit 1<br/>
<br/>
:VCEnd<br/>
]<br/>
Creating command line """c:UsersuserDocumentsVisual Studio 2008ProjectstestprojDebugBAT0000A435287096.bat"""<br/>
<br/>
Output Window<br/>
<span style="white-space:pre <span style="white-space:pre <br/>
<br/>
Compiling...<br/>
stdafx.cpp<br/>
Compiling...<br/>
testproj.cpp<br/>
usertestproj.cpp<br/>
c:program filesmicrosoft sdkswindowsv6.0aincludeurlmon.h(5027) : warning C4114: same type qualifier used more than once<br/>
Generating Code...<br/>
Compiling...<br/>
dllmain.cpp<br/>
Compiling manifest to resources...<br/>
Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0<br/>
Copyright (C) Microsoft Corporation. All rights reserved.<br/>
Linking...<br/>
Creating library C:UsersuserDocumentsVisual Studio 2008ProjectstestprojDebugtestproj.lib and object C:UsersuserDocumentsVisual Studio 2008ProjectstestprojDebugtestproj.exp<br/>
Embedding manifest...<br/>
Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0<br/>
Copyright (C) Microsoft Corporation. All rights reserved.<br/>
Performing Custom Build Step<br/>
gradle is not recognized as an internal or external command,<br/>
operable program or batch file.<br/>
Project : error PRJ0019: A tool returned an error code from "Performing Custom Build Step"<br/>
<br/>
Results<br/>
<span style="white-space:pre <span style="white-space:pre <br/>
<br/>
Build log was saved at "file://c:UsersuserDocumentsVisual Studio 2008ProjectstestprojDebugBuildLog.htm"<br/>
testproj - 1 error(s), 1 warning(s)<br/>

<hr class="sig Hardik Shukla

View the full article
 
Back
Top