We're having some issues with NAnt and lc.exe.  Specifically with Active
Reports.

My biggest problem is that I really don't understand the whole licensing
procedure.

I started out having to delete the .licenses file because the system was
blowing up if it already existed.  Why I had to do this, I don't know, all I
know is that if I deleted the current license the script ran beautifully.

So now I'm trying to use the <license> task (bracketed by echo statements)

Here's my script
**************************************
<target name="compileDeliveryInstructions-debug" if="${debug}" >
        <property name="source-location" value="${build-base}\Document Delivery
Instructions"/>
        <delete file="${source-location}\obj\Debug\Delivery Instructions.dll.licenses"
failonerror="false"/>
        <echo message="begin license"/>
        <license input="${source-location}\licenses.licx" licensetarget="Delivery
Instructions.dll"/>
        <echo message="end license"/>
        <solution configuration="debug" solutionfile="${source-location}\Delivery
Instructions Document.sln" outputdir="${debug-location}">
                <assemblyfolders>
                        <include name="${final-target}"/>
                </assemblyfolders>
        </solution>
</target>
*****************************************
End script


The error that I'm getting is long and ugly 
"unable to resolve type 'DataDynamics.ActiveReports.ActiveReport,
ActiveReports'
and 
"External Program Failed blah\blah\blah\lc.exe (return code was -1)

I'm clueless, our current solution is to build this particular module by hand
(ick).  I'm going to be doing some research on loggers and listeners (assuming
that I got the names right) so that I can capture the errors to something that
has better cut and paste support than a dos window.

****************
Bottom Line

Does anyone have any clues as to what I should be doing with the whole
licensing thing.  Please pretend that I'm in management and use small words in
your explanation.

Thanks guys, you have no idea how much I am enjoying working with y'all.

Malcolm





=====
"Oh Bother!" said the Borg, "We just assimilated Pooh."


                
__________________________________
Do you Yahoo!?
Read only the mail you want - Yahoo! Mail SpamGuard.
http://promotions.yahoo.com/new_mail 


-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to