Dnia 01-09-2005, czw o godzinie 15:42 -0400, miguel de icaza napisał(a):
> Hey,
>
> There is MonoDevelop solution. In xbuild/bin/Debug there
> should be final
> program. You must replace paths like "/media/xbuild" with path
> that
> leads to it on your computer. Next you can build
> Microsoft.Build.csproj
> file using xbuild. It won't be properly opened in VS2005
> because it's
> not VS2005 format. However it should build under msbuild.
>
>
> For the sake of integrating this in the future into Mono proper, could
> you provide a Makefile that creates XBuild?
I have made some Makefiles. I copied one of my assemblies into mcs/class
and tried to run make but it said something about .makefrag file. (It
didn't exist).
MSBuild is distributed with Microsoft.*.targets and
Microsoft.Common.tasks files. It should be probably distributed with
Microsoft.Build.Engine.
XBuild (command line tool) should be distributed with .rsp file and
schema files. What should be added to makefile if I want to do that?
Where these files will be copied when running make-install?
Microsoft.Build.Tasks contains Csc and AL tasks that are using constant
path actually to /usr/local/bin. It is used to generate filenames of mcs
and al. How to change these files to use paths like prefix from
autotools? (by the way it should use
Microsoft.Build.Utilities.ToolLocationHelper)
>
>
> In Microsoft.Build.Tasks there are tasks classes. Every one of
> them
> should have documentation in MSDN. Example from MSDN should
> work.
> (GenerateResource have additional abilities because it was
> based on
> monoresgen)
>
>
> Do you have some .xbuild or .build files we can try also?
There are some files in tests directory.
--
Marek Sieradzki <
marek.s...@gmail.com>