Hannes Restel | 9 Jul 14:46
Picon
Favicon

Compiler Errors: Namespaces not recognized by the NAnt "booc" task

Hi all,

I want to compile my Boo project via the "booc" task in NAnt instead of 
using the Sharp Develop IDE.

My project has got it's own namespace ("my_namespace") and subnamespaces 
such as "my_namespace.personalized" or "my_namespace.sub2".

When calling the NAnt booc task, I get following error messages, so that 
the program doesn't compile properly.
Example:
"[booc] U:\.....\src\Qualityreport.boo(7,8): BCE0021: 
Boo.Lang.Compiler.CompilerError: Namespace 'my_namespace.personalized' 
not found, maybe you forgot to add an assembly reference?"

And a few lines above, the  console tells me this:
"[booc]     U:\.....\src\Qualityreport.boo(7,8): import reference 
'my_namespace.personalized' bound to error."

So what's wrong..? How do I include my sub-namespace?
Is it by using the "references" element in the NAnt booc task? But how?

Here's my NAnt code:
<?xml version="1.0" ?>
<project name="myProj" default="build">   
    <property name="boo.dir" value="D:\Programe\boo-0.8.2\bin" />
    <property name="projectDir" value="U:\.....\" />
    <property name="srcDir" value="${projectDir}/src" />
    <property name="binDir" value="${projectDir}/MyBinaries" />
    <property name="resourcesDir" value="${projectDir}/resources" />
(Continue reading)

Hannes Restel | 9 Jul 15:04
Picon
Favicon

Generating HTML out of the Boo comments (just like 'javadoc' program)

Hi all,

and here comes another question!

Is there an elegant way to generate a HTML documentation from the 
comments of my Boo code?
Is there something like 'javadoc' ?

I found a file named 'dodocs.boo' but I don't get it.. :-(

Thanks!
Attachment (hannes_restel.vcf): text/x-vcard, 267 bytes
---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email

Gmane