I am using NANT 0.85 RC3. I am trying to compile a licenses.licx file and place
the resulting .licenses file in a specific directory. <license
input="${src.drv}\${project.path}\licenses.licx"
target="${binary.dir}\${binary.filename}" output="${src.drv}\${project.path}\${binary.filename}.licenses"
verbose="true"/> However the task appears to append the path to the
temp path. [license] Output file
'W:\Pluto\Code.Net\TraPricingDatesCalendar\TraPricingDatesCalendar.dll.licenses'
does not exist, rebuilding. [license] "Compiling license file
'W:\Pluto\Code.Net\TraPricingDatesCalendar\licenses.licx' to
'W:\Pluto\Code.Net\TraPricingDatesCalendar\TraPricingDatesCalendar.dll.licenses'
using target
'W:\Pluto\Code.Net\TraPricingDatesCalendar\bin\TraPricingDatesCalendar.dll'.
[copy] Copying 1 file to 'C:\DOCUME~1\MARTIN~1.HEN\LOCALS~1\Temp\tmp4546.tmp'.
[copy] Copying 'C:\Program Files\Microsoft Visual Studio .NET
2003\SDK\v1.1\bin\lc.exe' to
'C:\DOCUME~1\MARTIN~1.HEN\LOCALS~1\Temp\tmp4546.tmp\lc.exe'. [license] Starting
'C:\DOCUME~1\MARTIN~1.HEN\LOCALS~1\Temp\tmp4546.tmp\lc.exe (
/target:"W:\Pluto\Code.Net\TraPricingDatesCalendar\bin\TraPricingDatesCalendar.dll"
/complist:"W:\Pluto\Code.Net\TraPricingDatesCalendar\licenses.licx"
/outdir:"C:\DOCUME~1\MARTIN~1.HEN\LOCALS~1\Temp\tmp4546.tmp" /nologo
/v)' in 'C:\DOCUME~1\MARTIN~1.HEN\LOCALS~1\Temp\tmp4546.tmp' [license] Processing complist
'W:\Pluto\Code.Net\TraPricingDatesCalendar\licenses.licx'... [license]
W:\Pluto\Code.Net\TraPricingDatesCalendar\licenses.licx(1) : info LC0001 :
Processing component entry 'Dbi.WinControl.Date.dbiDate, dbiDate,
Version=2.0.0.0, Culture=neutral, PublicKeyToken=a6a3da53327d7c37' [license]
W:\Pluto\Code.Net\TraPricingDatesCalendar\licenses.licx(1) : info LC0002 :
Resolved entry to 'Dbi.WinControl.Date.dbiDate, dbiDate, Version=2.0.0.0,
Culture=neutral, PublicKeyToken=a6a3da53327d7c37' [license] Creating Licenses file
C:\DOCUME~1\MARTIN~1.HEN\LOCALS~1\Temp\tmp4546.tmp\w:\pluto\code.net\trapricingdatescalendar\bin\trapricingdatescalendar.dll.licenses... [license] Error LC0000: 'The given path's
format is not supported.' Why? Martin Henderson Developer Trafigura Ltd Trafigura Disclaimer: This email and any attachments are confidential and access to this email or attachment by anyone other than the addressee is unauthorised. If you are not the intended recipient please notify the sender and delete the email including any attachments. You must not disclose or distribute any of the contents to any other person. Personal views or opinions are solely those of the author and not of Trafigura. Trafigura does not guarantee that the integrity of this communication has been maintained nor that the communication is free of viruses, interceptions or interference. By communicating with anyone at Trafigura by email, you consent to the monitoring or interception of such email by Trafigura in accordance with its internal policies. Unless otherwise stated, any pricing information given in this message is indicative only, is subject to change and does not constitute an offer to deal at any price quoted. |
- [Nant-users] Problem with lc.exe <license> task ign... Martin Henderson
- Re: [Nant-users] Problem with lc.exe <license>... Marcin Grzębski