Hello,

I thought I had our Windows services built until I discovered how to
make clean and getlatest from nant. Alas! I spent most of the day
battling license issues. I'm using the latest nightly builds of nant
and nant-contrib. The particular component I'm having problems with is
Dart.PowerTCP.Mail . The DLL name is Dart.PowerTCP.Mail.DLL

My license file looks like this :

Dart.PowerTCP.Mail.MessageStream, Dart.PowerTCP.Mail, Version=2.1.0.1,
Culture=neutral, PublicKeyToken=mypublickeytoken

Dart.PowerTCP.Mail.Smtp, Dart.PowerTCP.Mail, Version=2.1.0.1,
Culture=neutral, PublicKeyToken=mypublickeytoken

For the UI, we use Infragistics components pretty heavily and adding
Version,Culture and PublicKeyToken solved license issues there.

Here is the output in case it helps any. 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
              [license] Starting 'C:\DOCUME~1\ssundar\LOCALS~1\Temp\tmp97F.tmp\l
c.exe ( /target:"VPC_WINSVC_CSP2.EXE" /complist:"C:\MYPROJ\WinServices\VPC_
WinSvc_CSP2\licenses.licx" /outdir:"C:\DOCUME~1\ssundar\LOCALS~1\Temp\tmp97F.tmp
" /nologo /v)' in 'C:\DOCUME~1\ssundar\LOCALS~1\Temp\tmp97F.tmp'
              [license] Processing complist 'C:\MYPROJ\WinServices\VPC_WinS
vc_CSP2\licenses.licx'...
              [license] C:\MYPROJ\WinServices\VPC_WinSvc_CSP2\licenses.licx
(1) : info LC0001 : Processing component entry 'Dart.PowerTCP.Mail.MessageStream
, Dart.PowerTCP.Mail, Version=2.1.0.1, Culture=neutral,
PublicKeyToken=mypublickeytoken'
              [license] C:\MYPROJ\WinServices\VPC_WinSvc_CSP2\licenses.licx
(1) : error LC0003 : Unabled to resolve type 'Dart.PowerTCP.Mail.MessageStream,
Dart.PowerTCP.Mail, Version=2.1.0.1, Culture=neutral,
PublicKeyToken=mypublickeytoken'
              
[license] C:\MYPROJ\WinServices\VPC_WinSvc_CSP2\licenses.licx
(2) : info LC0001 : Processing component entry 'Dart.PowerTCP.Mail.Smtp, Dart.Po
werTCP.Mail, Version=2.1.0.1, Culture=neutral, PublicKeyToken=mypublickeytoken'

              [license] C:\MYPROJ\WinServices\VPC_WinSvc_CSP2\licenses.licx
(2) : error LC0003 : Unabled to resolve type 'Dart.PowerTCP.Mail.Smtp, Dart.Powe
rTCP.Mail, Version=2.1.0.1, Culture=neutral, PublicKeyToken=mypublickeytoken'

              [license] Creating Licenses file C:\DOCUME~1\ssundar\LOCALS~1\Temp
\tmp97F.tmp\vpc_winsvc_csp2.exe.licenses...

BUILD FAILED - 0 non-fatal error(s), 1 warning(s)

External Program Failed:
C:\DOCUME~1\ssundar\LOCALS~1\Temp\tmp97F.tmp\lc.exe (return code was
-1)
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Any ideas how to solve this problem?

Thanks
Sriram


-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to