Malcolm,

What version of NAnt are you using ?

You can create a log file using :

NAnt.exe -buildfile:<your build file> -verbose -logfile:log.txt

Can you send me that log file ?

Thanks,

Gert

----- Original Message ----- 
From: "Malcolm MacLucas" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, July 28, 2004 11:33 PM
Subject: [Nant-users] lc.exe issues with nant and active reports


> 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
>


-------------------------------------------------------
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to