Граф коммитов

17 Коммитов

Автор SHA1 Сообщение Дата
Gonzalo Paniagua Javier c8a74929fa 2006-06-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
* tools/asp_state/asp-state.exe.config: 
	* tools/asp_state/asp-state2.exe.config: use FQDN.


svn path=/trunk/xsp/; revision=61380
2006-06-01 17:41:44 +00:00
Gonzalo Paniagua Javier 80e045e576 fix paths. Bug #76357
svn path=/trunk/xsp/; revision=51392
2005-10-07 04:38:50 +00:00
Rafael Teixeira c4100b3f33 2005-06-17 Rafael Teixeira <rafaelteixeirabr@hotmail.com>
* tools/asp_state/asp_state.cs: find configuration filename to match the
	executable name and path plus ".config", that fix not finding the oldnamed
	"asp_state.exe.config" what make it work for asp-state2.exe, besides it was 
	looking for the configuration file in the current dir, not the dir containing
	the executable. Also for first timers like me be a bit more verbose and don't
	start if some command line arguments are passed (I tried a asp-state --help 
	and got baffled).


svn path=/trunk/xsp/; revision=46162
2005-06-17 18:15:54 +00:00
Ben Maurer 9a0ac52c28 2005-05-07 Ben Maurer <bmaurer@ximian.com>
* configure.in: put the full path to mono in RUNTIME
	* */Makefile.am: s.$libdir.$prefix/lib, since that's what mono
	uses. Also, for scripts, use RUNTIME rather than just `mono'.


svn path=/trunk/xsp/; revision=44211
2005-05-07 22:37:58 +00:00
Raja R Harinath 58d16502a9 Some 'distcheck' fixes.
* server/Makefile.am (CLEANFILES): Clean up *.exe and *.mdb.
* tools/dbsessmgr/Makefile.am (EXTRA_DIST): Add dbsessmgr2.exe.config.
(CLEANFILES): Clean up *.exe and *.mdb.
* tools/asp_state/Makefile.am (EXTRA_DIST): Add asp-state2.exe.config.
(CLEANFILES): Clean up *.exe and *.mdb.
* scripts/Makefile.am (CLEANFILES): Fix typos.  Clean up all the scripts.

svn path=/trunk/xsp/; revision=37773
2004-12-15 09:15:26 +00:00
Gonzalo Paniagua Javier 7a374ce6d7 2.0
svn path=/trunk/xsp/; revision=37721
2004-12-14 04:50:45 +00:00
Miguel de Icaza 06e98f068f Make the two helper programs scripts on their own
svn path=/trunk/xsp/; revision=36612
2004-11-26 04:02:52 +00:00
Ben Maurer e93a311c9e ssh
svn path=/trunk/xsp/; revision=33774
2004-09-12 15:39:35 +00:00
Gonzalo Paniagua Javier d9b43803ab 2004-08-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
* Makefile.am:
	* configure.in:
	* nunit-tests/standalone/Makefile.am:
	* scripts/.cvsignore:
	* scripts/Makefile.am:
	* scripts/script.in:
	* server/Makefile.am:
	* tools/asp_state/Makefile.am:
	* tools/dbsessmgr/Makefile.am:
	* tools/nunitasp/source/NUnitAsp/Makefile.am:
	* tools/nunitasp/source/NUnitAspTest/Makefile.am: added xsp and
	mod-mono-server scripts, remove .mdb files when cleaning.

svn path=/trunk/xsp/; revision=31750
2004-08-02 21:04:13 +00:00
Gonzalo Paniagua Javier cfc3e0425e 2004-05-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
* configure.in:
	* doc/.cvsignore:
	* doc/Makefile.am:
	* doc/dbsessmgr.1.in:
	* doc/xsp.1.in: added dbsessmgr manual page.

	* nunit-tests/standalone/Makefile.am:
	* tools/dbsessmgr/AssemblyInfo.cs.in:
	* tools/nunitasp/source/NUnitAsp/Makefile.am:
	* tools/nunitasp/source/NUnitAspTest/Makefile.am: build fixes.

	* tools/asp_state/asp_state.exe.config: added ?xml stuff.
	* tools/dbsessmgr/dbsessmgr.cs: use LoadWithPartialName.

svn path=/trunk/xsp/; revision=28330
2004-05-28 05:34:32 +00:00
Gonzalo Paniagua Javier 19da7c0757 2004-04-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
* AUTHORS:
	* configure.in:
	* nunit-tests/Makefile.am:
	* nunit-tests/standalone/Makefile.am:
	* server/Makefile.am:
	* test/.cvsignore:
	* test/Makefile.am:
	* test/TestService.asmx:
	* test/authtest/.cvsignore:
	* test/authtest/Makefile.am:
	* tools/asp_state/.cvsignore:
	* tools/asp_state/Makefile.am:
	* tools/dbsessmgr/.cvsignore:
	* tools/dbsessmgr/Makefile.am:
	* tools/nunitasp/source/Makefile.am:
	* tools/nunitasp/source/NUnitAsp/.cvsignore:
	* tools/nunitasp/source/NUnitAsp/Makefile.am:
	* tools/nunitasp/source/NUnitAsp/AspTester/.cvsignore:
	* tools/nunitasp/source/NUnitAsp/AspTester/Makefile.am:
	* tools/nunitasp/source/NUnitAsp/HtmlTester/.cvsignore:
	* tools/nunitasp/source/NUnitAspTest/.cvsignore:
	* tools/nunitasp/source/NUnitAspTest/Makefile.am:
	* tools/nunitasp/source/NUnitAspTest/AspTester/.cvsignore:
	* tools/nunitasp/source/NUnitAspTest/AspTester/Makefile.am:
	* tools/nunitasp/source/NUnitAspTest/HtmlTester/.cvsignore: makefile
	love. distcheck works now. Fixes bug #53652.

	* nunit-tests/standalone/Makefile.in:
	* server/Makefile.in:
	* test/Makefile.in:
	* tools/asp_state/Makefile.in:
	* tools/dbsessmgr/Makefile.in:
	* tools/nunitasp/source/NUnitAsp/Makefile.in:
	* tools/nunitasp/source/NUnitAspTest/Makefile.in: removed

svn path=/trunk/xsp/; revision=25071
2004-04-06 02:07:09 +00:00
Urs C. Muff c3c4570a35 add .cvsignore file to hide ? files after making
svn path=/trunk/xsp/; revision=23240
2004-02-18 21:10:43 +00:00
Gonzalo Paniagua Javier 5bd08f4123 2004-01-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
* Makefile.am: added nunit-tests to SUBDIRS.
	* server/Makefile.in:
	* test/Makefile.in:
	* tools/asp_state/Makefile.in:
	* tools/dbsessmgr/Makefile.in:
	* tools/nunitasp/source/NUnitAsp/Makefile.in:
	* tools/nunitasp/source/NUnitAspTest/Makefile.in: added distclean
	target.

svn path=/trunk/xsp/; revision=21640
2004-01-03 16:13:38 +00:00
Jackson Harper 0179fc2d9f Add config files to DIST
svn path=/trunk/xsp/; revision=20656
2003-12-01 04:44:44 +00:00
Jackson Harper 8b75bb08f5 * tools/asp_state/asp_state.exe.config: Use same port as MS, load
the RemoteStateServer from System.Web.

svn path=/trunk/xsp/; revision=20414
2003-11-25 04:30:51 +00:00
Gonzalo Paniagua Javier 74c0f0b0e0 dum de dum
svn path=/trunk/xsp/; revision=20409
2003-11-25 02:56:35 +00:00
Jackson Harper 97f783551f * tools/asp_state/asp_state.cs:
* tools/asp_state/Makefile.in:
	* tools/asp_state/AssemblyInfo.cs.in:
	* tools/asp_state/asp_state.exe.config:An ASP.NET State
        server.

svn path=/trunk/xsp/; revision=20407
2003-11-25 02:44:12 +00:00