зеркало из https://github.com/mono/mail-archives.git
103 строки
4.0 KiB
HTML
103 строки
4.0 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE> [Mono-bugs] [Bug 75355][Nor] New - bad monodocs2slashdoc.in
|
|
</TITLE>
|
|
<LINK REL="Index" HREF="index.html" >
|
|
<LINK REL="made" HREF="mailto:mono-bugs%40lists.ximian.com?Subject=%5BMono-bugs%5D%20%5BBug%2075355%5D%5BNor%5D%20New%20-%20bad%20monodocs2slashdoc.in%20&In-Reply-To=bug-75355%40chernobyl.ximian.com">
|
|
<META NAME="robots" CONTENT="index,nofollow">
|
|
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
|
<LINK REL="Previous" HREF="030814.html">
|
|
<LINK REL="Next" HREF="030816.html">
|
|
</HEAD>
|
|
<BODY BGCOLOR="#ffffff">
|
|
<H1>[Mono-bugs] [Bug 75355][Nor] New - bad monodocs2slashdoc.in </H1>
|
|
<B>bugzilla-daemon at bugzilla.ximian.com</B>
|
|
<A HREF="mailto:mono-bugs%40lists.ximian.com?Subject=%5BMono-bugs%5D%20%5BBug%2075355%5D%5BNor%5D%20New%20-%20bad%20monodocs2slashdoc.in%20&In-Reply-To=bug-75355%40chernobyl.ximian.com"
|
|
TITLE="[Mono-bugs] [Bug 75355][Nor] New - bad monodocs2slashdoc.in ">bugzilla-daemon at bugzilla.ximian.com
|
|
</A><BR>
|
|
<I>Wed Jun 22 16:25:33 EDT 2005</I>
|
|
<P><UL>
|
|
<LI>Previous message: <A HREF="030814.html">[Mono-bugs] [Bug 75351][Maj] Changed - UDP Socket does not receive
|
|
broadcast UDP packets
|
|
</A></li>
|
|
<LI>Next message: <A HREF="030816.html">[Mono-bugs] [Bug 75355][Nor] Changed - bad monodocs2slashdoc.in
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#30815">[ date ]</a>
|
|
<a href="thread.html#30815">[ thread ]</a>
|
|
<a href="subject.html#30815">[ subject ]</a>
|
|
<a href="author.html#30815">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
<HR>
|
|
<!--beginarticle-->
|
|
<PRE>Please do not reply to this email- if you want to comment on the bug, go to the
|
|
URL shown below and enter your comments there.
|
|
|
|
Changed by <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">fabian at fseoane.net.</A>
|
|
|
|
<A HREF="http://bugzilla.ximian.com/show_bug.cgi?id=75355">http://bugzilla.ximian.com/show_bug.cgi?id=75355</A>
|
|
|
|
--- shadow/75355 2005-06-22 16:25:33.000000000 -0400
|
|
+++ shadow/75355.tmp.23234 2005-06-22 16:25:33.000000000 -0400
|
|
@@ -0,0 +1,34 @@
|
|
+Bug#: 75355
|
|
+Product: Mono: Doctools
|
|
+Version: unspecified
|
|
+OS:
|
|
+OS Details:
|
|
+Status: NEW
|
|
+Resolution:
|
|
+Severity:
|
|
+Priority: Normal
|
|
+Component: Console
|
|
+AssignedTo: <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">mono-bugs at ximian.com</A>
|
|
+ReportedBy: <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">fabian at fseoane.net</A>
|
|
+QAContact: <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">mono-bugs at ximian.com</A>
|
|
+TargetMilestone: ---
|
|
+URL:
|
|
+Cc:
|
|
+Summary: bad monodocs2slashdoc.in
|
|
+
|
|
+The current scripts/monodoc2slashdoc.in generates a script that fails when
|
|
+called (cannot open assembly exec).
|
|
+
|
|
+Here is a patch to fix that.
|
|
+
|
|
+
|
|
+Index: scripts/monodocs2slashdoc.in
|
|
+===================================================================
|
|
+--- scripts/monodocs2slashdoc.in (revisión: 46384)
|
|
++++ scripts/monodocs2slashdoc.in (copia de trabajo)
|
|
+@@ -4,4 +4,4 @@
|
|
+ exec_prefix=@exec_prefix@
|
|
+ monodocdir=@monodocdir@
|
|
+
|
|
+-exec @RUNTIME@ exec mono $monodocdir/monodocs2slashdoc.exe $*
|
|
++exec @RUNTIME@ $monodocdir/monodocs2slashdoc.exe $*
|
|
</PRE>
|
|
|
|
|
|
<!--endarticle-->
|
|
<HR>
|
|
<P><UL>
|
|
<!--threads-->
|
|
<LI>Previous message: <A HREF="030814.html">[Mono-bugs] [Bug 75351][Maj] Changed - UDP Socket does not receive
|
|
broadcast UDP packets
|
|
</A></li>
|
|
<LI>Next message: <A HREF="030816.html">[Mono-bugs] [Bug 75355][Nor] Changed - bad monodocs2slashdoc.in
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#30815">[ date ]</a>
|
|
<a href="thread.html#30815">[ thread ]</a>
|
|
<a href="subject.html#30815">[ subject ]</a>
|
|
<a href="author.html#30815">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
|
|
<hr>
|
|
<a href="http://lists.ximian.com/mailman/listinfo/mono-bugs">More information about the mono-bugs
|
|
mailing list</a><br>
|
|
</body></html>
|