2009-12-03 Jeffrey Stedfast <fejj@novell.com>
[moon.git] / tools / mxap / ChangeLog
blobc62ac31003ed2aaf17fe6eb48431567af706d1d4
1 2009-09-16  Jackson Harper  <jackson@ximian.com>
3         * mxap.cs: Make 2.0 the default runtime version but add a switch
4         so you can specify 3.0.
6 2009-07-15  Jb Evain  <jbevain@novell.com>
8         * mxap.cs: Generate xap with a SL3.0 runtime version. 
10 2009-05-21  Sebastien Pouliot  <sebastien@ximian.com>
12         * mxap.cs: Add support for compiler defines using -d: Also add a
13         way not to use an existing manifest with use-existing-manifest
15 2009-05-04  Andreia Gaita  <avidigal@novell.com>
17         * mxap.cs: fix bool flags to accept yes/no/true/false optionally
19 2009-05-02  Andreia Gaita  <avidigal@novell.com>
21         * mxap.cs: usage tweaks
23 2009-04-27  Andreia Gaita  <avidigal@novell.com>
25         * mxap.cs: Add -res-source,-ares-sources,-cres-sources to specify
26         files from which to read list of normal/assembly/content resources.
28 2009-04-27  Andreia Gaita  <avidigal@novell.com>
30         * mxap.cs: Fix resource support so that files that go on .g.resources
31         and those that go on the zip have the full path stored as well.
32         Use a temporary directory so all files can be in their proper places
33         before zipping (external resource files, assembly resources, etc).
34         Add -out|output-dir to optionally put the resulting generated files
35         in a different place.
37 2009-04-24  Andreia Gaita  <avidigal@novell.com>
39         * mxap.cs: Add --ares|--assembly-resource and --cres|--content-resource
40         to support assembly and content resources, respectively.
41         Assembly resources are embedded in the assembly (smcs -resource), 
42         content resources are included in the xap.
44 2009-04-24  Andreia Gaita  <avidigal@novell.com>
46         * mxap.cs: add --clean to clean up generated files
48 2009-04-17  Larry Ewing  <lewing@novell.com>
50         * mxap.cs: add the .mdb file to the list of genertated files.
52 2009-04-13  Rolf Bjarne Kvinge  <RKvinge@novell.com>
54         * mxap.mdp: Add a project for each tool, and clean up some of
55           the existing projects.
57 2009-04-13  Rolf Bjarne Kvinge  <RKvinge@novell.com>
59         * Makefile.am: Fix install directories.
61 2009-04-01  Chris Toshok  <toshok@ximian.com>
63         * mxap.cs (CreateApplicationAssembly): add -d:DESKTOP to the gmcs
64         flags if we're --desktop.
66 2009-03-02  Chris Toshok  <toshok@ximian.com>
68         * mxap.cs: if we're running a 2.1 tool from the builddir (if
69         builddirhack is enabled), we need to set our MONO_PATH properly.
71 2009-01-07  Rolf Bjarne Kvinge  <RKvinge@novell.com>
73         * mxap.cs: Add support for adding resources.
75 2008-12-10  Stephane Delcroix  <sdelcroix@novell.com>
77         * mxap.cs: pass the -root: arg to xamlg
79 2008-12-10  Stephane Delcroix  <sdelcroix@novell.com>
81         * mxap.cs: v|verbose option to print the actual commands with args
83 2008-12-09  Stephane Delcroix  <sdelcroix@novell.com>
85         * mxap.cs: pass the full path for xamlg and respack, so we can fix
86         the Makefiles. Escape ReferenceAssemblies before calling [s|g]mcs
88 2008-12-04  Chris Toshok  <toshok@ximian.com>
90         * mxap.cs: add -l|--list-generated which just outputs the list of
91         files mxap would create if you ran it with those flags.
93 2008-12-04  Chris Toshok  <toshok@ximian.com>
95         * mxap.cs: use the builddir version of smcs.exe so it resolves the
96         builddir versions of all the class libraries.
98 2008-12-03  Chris Toshok  <toshok@ximian.com>
100         * mxap.cs: factor out the builddirhack stuff into RunTool (used
101         for things that will be executed from the builddir).
102         
103 2008-12-03  Chris Toshok  <toshok@ximian.com>
105         * mxap.cs: short-circuit out if any step fails to return true (for
106         success).  return non-zero status in that case.
108 2008-12-03  Chris Toshok  <toshok@ximian.com>
110         * mxap.cs: add --builddirhack=$(top_builddir) hack so that we can
111         locate the right .exe's to run to make the desklets without
112         installing.
114 2008-12-02  Jackson Harper  <jackson@ximian.com>
116         * mxap.cs: Just escape so we can have cs files in directories.
118 2008-12-02  Jackson Harper  <jackson@ximian.com>
120         * mxap.cs: Make things work with directories that have spaces in
121         their names.
123 2008-11-02  Chris Toshok  <toshok@ximian.com>
125         * mxap.cs: if --desktop is given, invoke gmcs with the proper
126         -pkg: flags instead of using smcs.
128 2008-10-16  Jb Evain  <jbevain@novell.com>
130         * mxap.cs: update SL2 runtime version.
132 2008-08-14  Rolf Bjarne Kvinge <RKvinge@novell.com> 
134         * Makefile.am: Generate debug info.
135         * mxap.cs: Added another flag, allowing to specify cs files listed in a
136           sources file.
138 2008-08-05  Rolf Bjarne Kvinge <RKvinge@novell.com> 
140         * mxap.cs: Add support for specifying EntryPointType and
141           ApplicationName manually. Removed -pkg switch to smcs, smcs doesn't
142           support that switch anymore. Don't add *.g.cs files which doesn't
143           exist.