I've upgraded to the 8.3 release from the release candidate. I'm trying the
solution task and I'm getting the following error:

BUILD FAILED
C:\odin\odin.build(4,6): Unknown task <solution>

Where the solution is very simple:
<?xml version="1.0"?>
<project name="Odin Solution Build" default="build">
  <target name="build" description="Builds the whole Odin Solution">
    <solution solutionfile="Odin.sln" />
  </target>
  <target name="test">
    <echo message="Can you hear me?" verbose="true" />
  </target>
</project>

I think I recall seeing a note that there was a problem with this task - but
I can't seem to find the details or the workaround.

Thanks,
Lindsay


Important Note: This email and any attachment hereto are confidential and
may contain trade secrets or may be otherwise protected from disclosure. If
you have received it in error you are in notice of this fact. Please notify
us immediately by reply email and then delete this email and any attachment
from your system. Please understand that you are not allowed to copy this
email or any attachment hereto or disclose its contents to any other person.
Thank you.




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to