Nant Build would fail when referencing Infragistics
components to create license file from licenses.licx.

I'm using VS.NET Solution and here's the command
definition: (I omitted the property definition)

<solution solutionfile="${slnfile}" 
          configuration="${config}"       
verbose="${verbose}"> 
<webmap>
                                <map url="http://localhost/MyApp/UIWeb.vbproj"; 
                                  path="${slndir}\MyApp\UIWeb.vbproj" />
                        </webmap>
</solution>


Below is the error message:

[license] C:\MyBuild\MyApp\licenses.licx(1) : error
LC0003 : Unabled to resolve type
'Infragistics.WebUI.WebCombo.WebCombo,
Infragistics.WebUI.WebCombo.v2, Version=2.0.20033.4,
Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb'
              [license]
C:\MyBuild\MyApp\licenses.licx(2) : error LC0003 :
Unabled to resolve type
'Infragistics.WebUI.UltraWebListbar.UltraWebListbar,
Infragistics.WebUI.UltraWebListbar.v2,
Version=2.0.20033.8, Culture=neutral,
PublicKeyToken=7dd5c3163f2cd0cb'
              [license]
C:\MyBuild\MyApp\licenses.licx(3) : error LC0003 :
Unabled to resolve type
'Infragistics.WebUI.UltraWebToolbar.UltraWebToolbar,
Infragistics.WebUI.UltraWebToolbar.v2,
Version=2.0.20033.8, Culture=neutral,
PublicKeyToken=7dd5c3163f2cd0cb'
              [license]
C:\MyBuild\MyApp\licenses.licx(4) : error LC0003 :
Unabled to resolve type
'Infragistics.WebUI.UltraWebTab.UltraWebTab,
Infragistics.WebUI.UltraWebTab.v2,
Version=2.0.20033.8, Culture=neutral,
PublicKeyToken=7dd5c3163f2cd0cb'
              [license]
C:\MyBuild\MyApp\licenses.licx(5) : error LC0003 :
Unabled to resolve type
'Infragistics.WebUI.WebSchedule.WebDateChooser,
Infragistics.WebUI.WebDateChooser.v1,
Version=1.0.20033.6, Culture=neutral,
PublicKeyToken=7dd5c3163f2cd0cb'
              [license]
C:\MyBuild\MyApp\licenses.licx(6) : error LC0003 :
Unabled to resolve type
'Infragistics.WebUI.UltraWebGrid.UltraWebGrid,
Infragistics.WebUI.UltraWebGrid.v2,
Version=2.1.20033.4, Culture=neutral,
PublicKeyToken=7dd5c3163f2cd0cb'
              [license] Creating Licenses file
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\tmpCDD.tmp\myapp.uiweb.dll.licenses...
 [solution] External Program Failed:
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\tmpCDD.tmp\lc.exe
(return code was -1)

I'm using the nant-0.85-20040811 version.

Could someone help me out to solve this problem?

Thanks in advance,

H. Setyawan

________________________________________________________________________
Yahoo! Messenger - Communicate instantly..."Ping" 
your friends today! Download Messenger Now 
http://uk.messenger.yahoo.com/download/index.html


-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to