Gert,

Thank you very much.I had the issue resolved.There was
a problem with the licences.licx file as it had
Assembly,version and culture information missing.I
copied the file from a different location and it
worked.

Thanks again for the help.

Rama

--- Gert Driesen <[EMAIL PROTECTED]> wrote:

> Hi Rama,
> 
> Can you send me a small repro for this issue
> including sources, build file
> and licensed components (trial version ?) ?
> 
> Thanks !
> 
> Gert
> 
> > -----Original Message-----
> > From: [EMAIL PROTECTED] 
> > [mailto:[EMAIL PROTECTED] On
> Behalf Of 
> > rama subba rao
> > Sent: vrijdag 11 maart 2005 17:54
> > To: [email protected]
> > Subject: [Nant-users] Help Needed
> > 
> > Hi All,
> > 
> > I am having problems with the NAnt build for the
> > solution that has references to ActiveReports
> dlls.My
> > build script is failing and the portion of my
> error
> > log file is pasted below:
> > 
> > <task name="copy">
> >               <message
> level="Info"><![CDATA[Copying 4
> > files to
> >
>
'C:\DOCUME~1\pappur\LOCALS~1\Temp\tmp696.tmp'.]]></message>
> >               <message
> level="Info"><![CDATA[Copying
> >
>
'C:\CruiseControl\BuildSystem\build\BuildBasePath\ExcelARaterA
> pplication\Components\BusinessEntities\obj\Release>
> \ExcelARaterBusinessEntities.dll'
> > to
> >
>
'C:\DOCUME~1\pappur\LOCALS~1\Temp\tmp696.tmp\ExcelARaterBusine
> ssEntities.dll'.]]></message>
> >               <message
> level="Info"><![CDATA[Copying
> >
>
'C:\CruiseControl\BuildSystem\build\BuildBasePath\ExcelARaterA
>
pplication\Components\Microsoft.ApplicationBlocks.Data\obj>
> \Release\Microsoft.ApplicationBlocks.Data.dll'
> > to
> >
>
'C:\DOCUME~1\pappur\LOCALS~1\Temp\tmp696.tmp\Microsoft.Applica
> tionBlocks.Data.dll'.]]></message>
> >               <message
> level="Info"><![CDATA[Copying
> >
>
'C:\CruiseControl\BuildSystem\build\BuildBasePath\ExcelARaterA
> pplication\Components\ExcelARaterDAL\obj\Release>
> \ExcelARater_DataAccessLayer.dll'
> > to
> >
>
'C:\DOCUME~1\pappur\LOCALS~1\Temp\tmp696.tmp\ExcelARater_DataA
> ccessLayer.dll'.]]></message>
> >               <message
> level="Info"><![CDATA[Copying
> > 'C:\Program Files\Microsoft Visual Studio
> > .NET\FrameworkSDK\bin\lc.exe' to
> >
>
'C:\DOCUME~1\pappur\LOCALS~1\Temp\tmp696.tmp\lc.exe'.]]></message>
> >             </task>
> >             <message
> level="Info"><![CDATA[Starting
> >
> 'C:\DOCUME~1\pappur\LOCALS~1\Temp\tmp696.tmp\lc.exe
> (
> > /target:"EXCELARATERBUSINESSOBJECTS.DLL"
> >
>
/complist:"C:\CruiseControl\BuildSystem\build\BuildBasePath\Ex
>
celARaterApplication\Components\ExcelARaterBusinessObjects>
> \licenses.licx"
> >
>
/outdir:"C:\DOCUME~1\pappur\LOCALS~1\Temp\tmp696.tmp"
> > /nologo /v)' in
> >
>
'C:\DOCUME~1\pappur\LOCALS~1\Temp\tmp696.tmp']]></message>
> >             <message
> level="Info"><![CDATA[Processing
> > complist
> >
>
'C:\CruiseControl\BuildSystem\build\BuildBasePath\ExcelARaterA
> pplication\Components\ExcelARaterBusinessObjects>
> \licenses.licx'...]]></message>
> >             <message
> >
>
level="Info"><![CDATA[C:\CruiseControl\BuildSystem\build\Build
> BasePath\ExcelARaterApplication\Components>
> \ExcelARaterBusinessObjects\licenses.licx(1)
> > : info LC0001 : Processing component entry
> > 'DataDynamics.ActiveReports.ActiveReport,
> > ActiveReports']]></message>
> >             <message
> >
>
level="Info"><![CDATA[C:\CruiseControl\BuildSystem\build\Build
> BasePath\ExcelARaterApplication\Components>
> \ExcelARaterBusinessObjects\licenses.licx(1)
> > : error LC0003 : Unabled to resolve type
> > 'DataDynamics.ActiveReports.ActiveReport,
> > ActiveReports']]></message>
> >             <message
> level="Info"><![CDATA[Creating
> > Licenses file
> >
>
C:\DOCUME~1\pappur\LOCALS~1\Temp\tmp696.tmp\excelaraterbusines
> sobjects.dll.licenses...]]></message>
> > 
> > Also, I am also getting the following error:
> > 
> > <builderror>
> >       <type>NAnt.Core.BuildException</type>
> >       <message><![CDATA[External Program Failed:
> > C:\DOCUME~1\pappur\LOCALS~1\Temp\tmp696.tmp\lc.exe
> > (return code was -1)]]></message>
> >       <stacktrace><![CDATA[   at
> > NAnt.Core.Tasks.ExternalProgramBase.ExecuteTask()
> >    at NAnt.DotNet.Tasks.LicenseTask.ExecuteTask()
> >    at NAnt.Core.Task.Execute()
> >    at
> >
>
NAnt.VSNet.Resource.CompileLicx(ConfigurationSettings
> > config)
> >    at
> > NAnt.VSNet.Resource.Compile(ConfigurationSettings
> > config)
> >    at
> >
>
NAnt.VSNet.ManagedProjectBase.WriteCompilerOptions(StreamWriter
> > sw, ConfigurationSettings config)
> >    at
> >
>
NAnt.VSNet.ManagedProjectBase.Build(ConfigurationBase
> > config)
> >    at NAnt.VSNet.ProjectBase.Compile(String
> > configuration)
> >    at NAnt.VSNet.SolutionBase.Compile(String
> > configuration)
> >    at NAnt.VSNet.Tasks.SolutionTask.ExecuteTask()
> >    at NAnt.Core.Task.Execute()
> >    at NAnt.Core.Target.Execute()
> >    at NAnt.Core.Project.Execute(String targetName,
> > Boolean forceDependencies)
> >    at NAnt.Core.Tasks.CallTask.ExecuteTask()
> >    at NAnt.Core.Task.Execute()
> >    at NAnt.Core.Target.Execute()
> >    at NAnt.Core.Project.Execute(String targetName,
> > Boolean forceDependencies)
> >    at NAnt.Core.Project.Execute()
> >    at NAnt.Core.Project.Run()]]></stacktrace>
> >     </builderror>
> >   </failure>
> > </buildresults>
> > 
> > I am using NAnt Version 0.85 rc-2.I have also come
> > across people having problems with 3rd party
> dlls.The
> > project that I am compiling is an ASP.NET web
> project.
> > 
> > Any help would be greatly appreciated.
> > 
> > Thanks
> > Rama
> > 
> > 
> >             
> > __________________________________ 
> > Do you Yahoo!? 
> > Yahoo! Small Business - Try our new resources
> site!
> > http://smallbusiness.yahoo.com/resources/ 
> > 
> > 
> >
>
-------------------------------------------------------
> > SF email is sponsored by - The IT Product Guide
> > Read honest & candid reviews on hundreds of IT
> Products from 
> > real users.
> > Discover which products truly live up to the hype.
> Start reading now.
> >
>
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
> > _______________________________________________
> > Nant-users mailing list
> > [email protected]
> >
>
https://lists.sourceforge.net/lists/listinfo/nant-users
> > 
> 
> 



                
__________________________________ 
Do you Yahoo!? 
Yahoo! Small Business - Try our new resources site!
http://smallbusiness.yahoo.com/resources/ 


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Nant-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to