aspose file tools
The moose likes Ant, Maven and Other Build Tools and the fly likes NAnt+aspnet_merge.exe-error 1013 Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Engineering » Ant, Maven and Other Build Tools
Reply Bookmark "NAnt+aspnet_merge.exe-error 1013" Watch "NAnt+aspnet_merge.exe-error 1013" New topic
Author

NAnt+aspnet_merge.exe-error 1013

sathya kumar
Greenhorn

Joined: Jul 19, 2011
Posts: 7
Hi All,

I have written NAnt script to merge my assemblies.
<exec program="${WebDeploymentExePath}\aspnet_merge.exe"
commandline="${target} -o ${FinalDeployDllName} -xmldocs"/>

After execution iam getting " error 1013: Cannot find any assemblies that can be merged in the application bin folder."

Please help to fix the issue.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: NAnt+aspnet_merge.exe-error 1013
 
Similar Threads
NANT
Jar file creation using Maven
Expert .NET Delivery Using NAnt and CruiseControl.NET by Marc Holmes
How to write JSP in Eclipse 3.1.2 ?
Don't where to put bean class while using Jrun