You can subscribe to this list here.
| 2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(14) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2004 |
Jan
(15) |
Feb
(8) |
Mar
(9) |
Apr
(27) |
May
(21) |
Jun
(33) |
Jul
(14) |
Aug
(20) |
Sep
(16) |
Oct
(6) |
Nov
(1) |
Dec
(14) |
| 2005 |
Jan
(4) |
Feb
(35) |
Mar
(25) |
Apr
(32) |
May
(55) |
Jun
(17) |
Jul
(5) |
Aug
(5) |
Sep
(7) |
Oct
(8) |
Nov
(2) |
Dec
|
| 2006 |
Jan
|
Feb
(16) |
Mar
|
Apr
(1) |
May
(3) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(19) |
Nov
(28) |
Dec
(13) |
| 2007 |
Jan
(1) |
Feb
(3) |
Mar
(1) |
Apr
(4) |
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
(4) |
Nov
|
Dec
|
| 2008 |
Jan
|
Feb
(2) |
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2009 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
| 2011 |
Jan
|
Feb
(6) |
Mar
(7) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: SourceForge.net <no...@so...> - 2011-03-09 00:43:27
|
Patches item #3182629, was opened at 2011-02-15 10:52 Message generated for change (Comment added) made by cschwarz1 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=454393&aid=3182629&group_id=48863 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: all platforms Group: xsddoc-1.0 Status: Open Resolution: None Priority: 5 Private: No Submitted By: Christoph Schwarz (cschwarz1) Assigned to: Kurt Riede (kriede) Summary: Feature requests 3175990, 3175992, 3175997 Initial Comment: Dear xsddoc admins/maintainers, I patched xsddoc version 1.-0 to accomodate my above mentioned feature requests and kindly ask that you integrate the patch into xsddoc. - Improved command line error handling - Errors cause xsddoc to exit with code 1 - New command line argument -n|-neDoc sets nested element documentation mode to short, full or full/preformatted text - Ability to specify and document multiple XML schema documents on the command line While you are at it, please change the line terminators in the UNIX shell script bin/xssdoc from Windows to UNIX format. (The script won't work with Windows line terminators) Also can you make a release 1.1 or 1.0.1 ? If you don't have the time to do all this , I'd be happy to help out if you give me the appropriate rights (I have own SF projects so I know what to do). thank you Chris ---------------------------------------------------------------------- >Comment By: Christoph Schwarz (cschwarz1) Date: 2011-03-08 16:43 Message: Hi Kurt, if the multiple xsd feature already exists in the ant task use that code. I didn't look at the ant code. I don't mind my code being thrown away as long as this feature gets implemented :) Using pre-tags with all documentation is fine with me too. I found it is already used in element documentation, didn't spend too much time to make it consistent. short or long: I do not understand why one would only want a part of the documentation (== 1st sentence) appear in the HTML. That makes IMHO only sense when it is used in a summary with a link to the long version. But xsddoc does not generate doc like this. Or am I missing something here? Chris ---------------------------------------------------------------------- Comment By: Kurt Riede (kriede) Date: 2011-03-08 02:34 Message: Hello Chris, one further note: The Ant task already has a handling for documenting multiple schema files. This approach uses the DOM API to build the mediator schema, so I suggest to move this handling to the processor, such that the console interface can also use it instead of your StringBuilder based approach. Any comments? ---------------------------------------------------------------------- Comment By: Kurt Riede (kriede) Date: 2011-03-08 01:25 Message: Hi Chris, your patch is now applied on my desktop, but not yet checked-in to CVS. I like your on-the fly generation of a mediator schema for collecting multiple schema files. Concerning the handling of nested element documentaion, I am wondering if we should offer this in general, or at least a part your changes. Here are my sugestions (1) pre-tags: I would suggest a new parameter that is used for ALL documentation, similar to the -noasciiart parameter in xnsdoc (http://www.buldocs.com/xnsdoc/usage.html) (2) short or long: I would suggest a new paramter -(e.g. -longDoc) that is used for all documentation that is currently transformed in short-documentation mode. (3) Apache Ant: I will take care of enabeling all new features in the Ant task. For the multiple schema file feature I hopefully can adopt some code from xnsdoc. Please let me know if you agree with my suggestions or if you have different or further ideas. Thank you Kurt ---------------------------------------------------------------------- Comment By: Christoph Schwarz (cschwarz1) Date: 2011-03-04 17:00 Message: Hello Kurt, I uploaded the patch in unified format and also added a patch that removes DOS line feeds from the xsddoc shell script. Thanks for taking time. Will there be an official release of these (and possibly other) changes? thanks, Chris ---------------------------------------------------------------------- Comment By: Kurt Riede (kriede) Date: 2011-03-04 13:46 Message: Hello Chris, thank you for your patch. Please provide a patch in the unified format that the Eclipse can Apply Patch Wizzard accepts? I will the check-in your changes. Thank you, Kurt ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=454393&aid=3182629&group_id=48863 |
|
From: SourceForge.net <no...@so...> - 2011-03-08 11:57:26
|
Patches item #1893896, was opened at 2008-02-14 18:26 Message generated for change (Settings changed) made by kriede You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=454393&aid=1893896&group_id=48863 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open >Resolution: Fixed Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Kurt Riede (kriede) Summary: stack overflow when getting table header tooltip Initial Comment: supposed reason: code error in JXTableHeader.getToolTipText(final MouseEvent e) line 1: e.getX() instead of e.getY() ---------------------------------------------------------------------- Comment By: Kurt Riede (kriede) Date: 2008-02-15 11:41 Message: Logged In: YES user_id=484961 Originator: NO Thanx for th hint. Your oatch is now committed to CVS HEAD. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=454393&aid=1893896&group_id=48863 |
|
From: SourceForge.net <no...@so...> - 2011-03-08 11:56:52
|
Patches item #1601824, was opened at 2006-11-23 16:39 Message generated for change (Settings changed) made by kriede You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=454393&aid=1601824&group_id=48863 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: doc Group: xsddoc-1.0 Status: Closed >Resolution: Fixed Priority: 5 Private: No Submitted By: Jay Dunning (jaydunning) Assigned to: Kurt Riede (kriede) Summary: xsddoc: improved enumeration support Initial Comment: This patch to xsddoc XSLT adds a "Value Summary" and "Value Description" section to enumeration documentation pages, listing each value with its associated documentation. Without this patch, enumeration value documentation appears only in the documentation for the ancestor simpleType, without reference to the value being documented. The patch affects files component.xsl, model.xsl, and xml2html.xsl. ---------------------------------------------------------------------- Comment By: Jay Dunning (jaydunning) Date: 2006-11-26 00:41 Message: Logged In: YES user_id=112388 Originator: YES Thanks for the quick response! I've just begun to use this excellent tool, and may find more changes to recommend within the next few weeks. The patch is easy to apply. Unless you have other reasons to release, I propose waiting until mid-December. ---------------------------------------------------------------------- Comment By: Kurt Riede (kriede) Date: 2006-11-24 21:55 Message: Logged In: YES user_id=484961 Originator: NO Hello Jay, thank you for the patch for improved documentation of enumeration values. The patch is checked in now. Would you or anybody else vote for building a new release 1.1 that including this patch? Best regards Kurt ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=454393&aid=1601824&group_id=48863 |
|
From: SourceForge.net <no...@so...> - 2011-03-08 10:34:37
|
Patches item #3182629, was opened at 2011-02-15 19:52 Message generated for change (Comment added) made by kriede You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=454393&aid=3182629&group_id=48863 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: all platforms Group: xsddoc-1.0 Status: Open Resolution: None Priority: 5 Private: No Submitted By: Christoph Schwarz (cschwarz1) Assigned to: Kurt Riede (kriede) Summary: Feature requests 3175990, 3175992, 3175997 Initial Comment: Dear xsddoc admins/maintainers, I patched xsddoc version 1.-0 to accomodate my above mentioned feature requests and kindly ask that you integrate the patch into xsddoc. - Improved command line error handling - Errors cause xsddoc to exit with code 1 - New command line argument -n|-neDoc sets nested element documentation mode to short, full or full/preformatted text - Ability to specify and document multiple XML schema documents on the command line While you are at it, please change the line terminators in the UNIX shell script bin/xssdoc from Windows to UNIX format. (The script won't work with Windows line terminators) Also can you make a release 1.1 or 1.0.1 ? If you don't have the time to do all this , I'd be happy to help out if you give me the appropriate rights (I have own SF projects so I know what to do). thank you Chris ---------------------------------------------------------------------- >Comment By: Kurt Riede (kriede) Date: 2011-03-08 11:34 Message: Hello Chris, one further note: The Ant task already has a handling for documenting multiple schema files. This approach uses the DOM API to build the mediator schema, so I suggest to move this handling to the processor, such that the console interface can also use it instead of your StringBuilder based approach. Any comments? ---------------------------------------------------------------------- Comment By: Kurt Riede (kriede) Date: 2011-03-08 10:25 Message: Hi Chris, your patch is now applied on my desktop, but not yet checked-in to CVS. I like your on-the fly generation of a mediator schema for collecting multiple schema files. Concerning the handling of nested element documentaion, I am wondering if we should offer this in general, or at least a part your changes. Here are my sugestions (1) pre-tags: I would suggest a new parameter that is used for ALL documentation, similar to the -noasciiart parameter in xnsdoc (http://www.buldocs.com/xnsdoc/usage.html) (2) short or long: I would suggest a new paramter -(e.g. -longDoc) that is used for all documentation that is currently transformed in short-documentation mode. (3) Apache Ant: I will take care of enabeling all new features in the Ant task. For the multiple schema file feature I hopefully can adopt some code from xnsdoc. Please let me know if you agree with my suggestions or if you have different or further ideas. Thank you Kurt ---------------------------------------------------------------------- Comment By: Christoph Schwarz (cschwarz1) Date: 2011-03-05 02:00 Message: Hello Kurt, I uploaded the patch in unified format and also added a patch that removes DOS line feeds from the xsddoc shell script. Thanks for taking time. Will there be an official release of these (and possibly other) changes? thanks, Chris ---------------------------------------------------------------------- Comment By: Kurt Riede (kriede) Date: 2011-03-04 22:46 Message: Hello Chris, thank you for your patch. Please provide a patch in the unified format that the Eclipse can Apply Patch Wizzard accepts? I will the check-in your changes. Thank you, Kurt ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=454393&aid=3182629&group_id=48863 |
|
From: SourceForge.net <no...@so...> - 2011-03-08 09:25:32
|
Patches item #3182629, was opened at 2011-02-15 19:52 Message generated for change (Comment added) made by kriede You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=454393&aid=3182629&group_id=48863 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: all platforms Group: xsddoc-1.0 Status: Open Resolution: None Priority: 5 Private: No Submitted By: Christoph Schwarz (cschwarz1) Assigned to: Kurt Riede (kriede) Summary: Feature requests 3175990, 3175992, 3175997 Initial Comment: Dear xsddoc admins/maintainers, I patched xsddoc version 1.-0 to accomodate my above mentioned feature requests and kindly ask that you integrate the patch into xsddoc. - Improved command line error handling - Errors cause xsddoc to exit with code 1 - New command line argument -n|-neDoc sets nested element documentation mode to short, full or full/preformatted text - Ability to specify and document multiple XML schema documents on the command line While you are at it, please change the line terminators in the UNIX shell script bin/xssdoc from Windows to UNIX format. (The script won't work with Windows line terminators) Also can you make a release 1.1 or 1.0.1 ? If you don't have the time to do all this , I'd be happy to help out if you give me the appropriate rights (I have own SF projects so I know what to do). thank you Chris ---------------------------------------------------------------------- >Comment By: Kurt Riede (kriede) Date: 2011-03-08 10:25 Message: Hi Chris, your patch is now applied on my desktop, but not yet checked-in to CVS. I like your on-the fly generation of a mediator schema for collecting multiple schema files. Concerning the handling of nested element documentaion, I am wondering if we should offer this in general, or at least a part your changes. Here are my sugestions (1) pre-tags: I would suggest a new parameter that is used for ALL documentation, similar to the -noasciiart parameter in xnsdoc (http://www.buldocs.com/xnsdoc/usage.html) (2) short or long: I would suggest a new paramter -(e.g. -longDoc) that is used for all documentation that is currently transformed in short-documentation mode. (3) Apache Ant: I will take care of enabeling all new features in the Ant task. For the multiple schema file feature I hopefully can adopt some code from xnsdoc. Please let me know if you agree with my suggestions or if you have different or further ideas. Thank you Kurt ---------------------------------------------------------------------- Comment By: Christoph Schwarz (cschwarz1) Date: 2011-03-05 02:00 Message: Hello Kurt, I uploaded the patch in unified format and also added a patch that removes DOS line feeds from the xsddoc shell script. Thanks for taking time. Will there be an official release of these (and possibly other) changes? thanks, Chris ---------------------------------------------------------------------- Comment By: Kurt Riede (kriede) Date: 2011-03-04 22:46 Message: Hello Chris, thank you for your patch. Please provide a patch in the unified format that the Eclipse can Apply Patch Wizzard accepts? I will the check-in your changes. Thank you, Kurt ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=454393&aid=3182629&group_id=48863 |
|
From: SourceForge.net <no...@so...> - 2011-03-05 01:00:52
|
Patches item #3182629, was opened at 2011-02-15 10:52 Message generated for change (Comment added) made by cschwarz1 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=454393&aid=3182629&group_id=48863 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: all platforms Group: xsddoc-1.0 Status: Open Resolution: None Priority: 5 Private: No Submitted By: Christoph Schwarz (cschwarz1) Assigned to: Kurt Riede (kriede) Summary: Feature requests 3175990, 3175992, 3175997 Initial Comment: Dear xsddoc admins/maintainers, I patched xsddoc version 1.-0 to accomodate my above mentioned feature requests and kindly ask that you integrate the patch into xsddoc. - Improved command line error handling - Errors cause xsddoc to exit with code 1 - New command line argument -n|-neDoc sets nested element documentation mode to short, full or full/preformatted text - Ability to specify and document multiple XML schema documents on the command line While you are at it, please change the line terminators in the UNIX shell script bin/xssdoc from Windows to UNIX format. (The script won't work with Windows line terminators) Also can you make a release 1.1 or 1.0.1 ? If you don't have the time to do all this , I'd be happy to help out if you give me the appropriate rights (I have own SF projects so I know what to do). thank you Chris ---------------------------------------------------------------------- Comment By: Christoph Schwarz (cschwarz1) Date: 2011-03-04 17:00 Message: Hello Kurt, I uploaded the patch in unified format and also added a patch that removes DOS line feeds from the xsddoc shell script. Thanks for taking time. Will there be an official release of these (and possibly other) changes? thanks, Chris ---------------------------------------------------------------------- Comment By: Kurt Riede (kriede) Date: 2011-03-04 13:46 Message: Hello Chris, thank you for your patch. Please provide a patch in the unified format that the Eclipse can Apply Patch Wizzard accepts? I will the check-in your changes. Thank you, Kurt ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=454393&aid=3182629&group_id=48863 |
|
From: SourceForge.net <no...@so...> - 2011-03-04 21:46:06
|
Patches item #3182629, was opened at 2011-02-15 19:52 Message generated for change (Settings changed) made by kriede You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=454393&aid=3182629&group_id=48863 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: all platforms Group: xsddoc-1.0 Status: Open Resolution: None Priority: 5 Private: No Submitted By: Christoph Schwarz (cschwarz1) >Assigned to: Kurt Riede (kriede) Summary: Feature requests 3175990, 3175992, 3175997 Initial Comment: Dear xsddoc admins/maintainers, I patched xsddoc version 1.-0 to accomodate my above mentioned feature requests and kindly ask that you integrate the patch into xsddoc. - Improved command line error handling - Errors cause xsddoc to exit with code 1 - New command line argument -n|-neDoc sets nested element documentation mode to short, full or full/preformatted text - Ability to specify and document multiple XML schema documents on the command line While you are at it, please change the line terminators in the UNIX shell script bin/xssdoc from Windows to UNIX format. (The script won't work with Windows line terminators) Also can you make a release 1.1 or 1.0.1 ? If you don't have the time to do all this , I'd be happy to help out if you give me the appropriate rights (I have own SF projects so I know what to do). thank you Chris ---------------------------------------------------------------------- >Comment By: Kurt Riede (kriede) Date: 2011-03-04 22:46 Message: Hello Chris, thank you for your patch. Please provide a patch in the unified format that the Eclipse can Apply Patch Wizzard accepts? I will the check-in your changes. Thank you, Kurt ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=454393&aid=3182629&group_id=48863 |
|
From: SourceForge.net <no...@so...> - 2011-02-15 18:52:31
|
Patches item #3182629, was opened at 2011-02-15 10:52 Message generated for change (Tracker Item Submitted) made by cschwarz1 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=454393&aid=3182629&group_id=48863 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: all platforms Group: xsddoc-1.0 Status: Open Resolution: None Priority: 5 Private: No Submitted By: Christoph Schwarz (cschwarz1) Assigned to: Nobody/Anonymous (nobody) Summary: Feature requests 3175990, 3175992, 3175997 Initial Comment: Dear xsddoc admins/maintainers, I patched xsddoc version 1.-0 to accomodate my above mentioned feature requests and kindly ask that you integrate the patch into xsddoc. - Improved command line error handling - Errors cause xsddoc to exit with code 1 - New command line argument -n|-neDoc sets nested element documentation mode to short, full or full/preformatted text - Ability to specify and document multiple XML schema documents on the command line While you are at it, please change the line terminators in the UNIX shell script bin/xssdoc from Windows to UNIX format. (The script won't work with Windows line terminators) Also can you make a release 1.1 or 1.0.1 ? If you don't have the time to do all this , I'd be happy to help out if you give me the appropriate rights (I have own SF projects so I know what to do). thank you Chris ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=454393&aid=3182629&group_id=48863 |
|
From: SourceForge.net <no...@so...> - 2011-02-09 00:28:04
|
Feature Requests item #3176006, was opened at 2011-02-08 16:28 Message generated for change (Tracker Item Submitted) made by cschwarz1 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=454394&aid=3176006&group_id=48863 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: command line interface Group: xsddoc-1.0 Status: Open Priority: 5 Private: No Submitted By: Christoph Schwarz (cschwarz1) Assigned to: Nobody/Anonymous (nobody) Summary: WSDL documentation Initial Comment: The ability to document WSDL with this tool would be a tremendous benefit. Add a new command line switch that enables WSDL mode (or detect WSDL automatically) - causes new blocks "operations" and "messages" to appear under "All components" in addition to "elements", "complexTypes" and " simpleTypes" - "operation" detail page would show * input message * output message * soap body encoding - "message" detail page would show * parts of the message with XSD element type and link to that XSD type WSDL is very similar to XSD, should not be that much work. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=454394&aid=3176006&group_id=48863 |
|
From: SourceForge.net <no...@so...> - 2011-02-09 00:16:27
|
Feature Requests item #3175997, was opened at 2011-02-08 16:16 Message generated for change (Tracker Item Submitted) made by cschwarz1 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=454394&aid=3175997&group_id=48863 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: command line interface Group: xsddoc-1.0 Status: Open Priority: 5 Private: No Submitted By: Christoph Schwarz (cschwarz1) Assigned to: Nobody/Anonymous (nobody) Summary: Switch for creating full documenation of nested elements Initial Comment: When creating documentation for nested elements, only the first sentence shows up under "Nested Element Summary", even if there is more. Either include all documentation or add a command line switch that does so. use case: I have elements in a complex type that are of type xsd:string and of course want the user to see the full documentation and not only the first sentence. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=454394&aid=3175997&group_id=48863 |
|
From: SourceForge.net <no...@so...> - 2011-02-09 00:11:41
|
Feature Requests item #3175990, was opened at 2011-02-08 16:08 Message generated for change (Settings changed) made by cschwarz1 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=454394&aid=3175990&group_id=48863 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. >Category: command line interface >Group: xsddoc-1.0 Status: Open Priority: 5 Private: No Submitted By: Christoph Schwarz (cschwarz1) Assigned to: Nobody/Anonymous (nobody) Summary: Support for multiple XSDs Initial Comment: When passing multiple XSDs on the command line documentation for only one of them is created. It would be convenient to pass several XSDs and have one documentation generated for all of them, without the need of having to write an XSD that includes all of them. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=454394&aid=3175990&group_id=48863 |
|
From: SourceForge.net <no...@so...> - 2011-02-09 00:11:25
|
Feature Requests item #3175992, was opened at 2011-02-08 16:11 Message generated for change (Tracker Item Submitted) made by cschwarz1 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=454394&aid=3175992&group_id=48863 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: command line interface Group: xsddoc-1.0 Status: Open Priority: 5 Private: No Submitted By: Christoph Schwarz (cschwarz1) Assigned to: Nobody/Anonymous (nobody) Summary: Exit code indicating failure Initial Comment: To use this tool from shell scripts it would be nice if it indicates failure with an exit code other than zero. Failure to open an input file or write an output file should make this tool exit with a failure code. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=454394&aid=3175992&group_id=48863 |
|
From: SourceForge.net <no...@so...> - 2011-02-09 00:08:40
|
Feature Requests item #3175990, was opened at 2011-02-08 16:08 Message generated for change (Tracker Item Submitted) made by cschwarz1 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=454394&aid=3175990&group_id=48863 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Priority: 5 Private: No Submitted By: Christoph Schwarz (cschwarz1) Assigned to: Nobody/Anonymous (nobody) Summary: Support for multiple XSDs Initial Comment: When passing multiple XSDs on the command line documentation for only one of them is created. It would be convenient to pass several XSDs and have one documentation generated for all of them, without the need of having to write an XSD that includes all of them. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=454394&aid=3175990&group_id=48863 |
|
From: Graham L. <mi...@sh...> - 2008-06-01 19:56:28
|
Hi all, According to the docs at http://xframe.sourceforge.net/maven-xsddoc-plugin/index.html, it is possible to access xsddoc from maven. The docs are not clear on whether this refers to maven1 or maven2, and following the instructions results in maven2 issuing the warning that the "reports" tag will be ignored. Using the following more sane maven2 config, the following exception is thrown: <reporting> <plugins> <plugin> <artifactId>maven-xsddoc-plugin</artifactId> <groupId>xsddoc</groupId> <version>1.0</version> </plugin> </plugins> </reporting> [INFO] ------------------------------------------------------------------------ [ERROR] FATAL ERROR [INFO] ------------------------------------------------------------------------ [INFO] The PluginDescriptor for the plugin Plugin [xsddoc:maven-xsddoc-plugin] was not found. [INFO] ------------------------------------------------------------------------ [INFO] Trace java.lang.IllegalStateException: The PluginDescriptor for the plugin Plugin [xsddoc:maven-xsddoc-plugin] was not found. Is the maven-xsddoc-plugin still maintained, or is the project dead? Regards, Graham -- |
|
From: SourceForge.net <no...@so...> - 2008-02-15 10:41:39
|
Patches item #1893896, was opened at 2008-02-14 18:26 Message generated for change (Comment added) made by kriede You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=454393&aid=1893896&group_id=48863 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. >Category: None Group: None Status: Open >Resolution: Accepted Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) >Assigned to: Kurt Riede (kriede) Summary: stack overflow when getting table header tooltip Initial Comment: supposed reason: code error in JXTableHeader.getToolTipText(final MouseEvent e) line 1: e.getX() instead of e.getY() ---------------------------------------------------------------------- >Comment By: Kurt Riede (kriede) Date: 2008-02-15 11:41 Message: Logged In: YES user_id=484961 Originator: NO Thanx for th hint. Your oatch is now committed to CVS HEAD. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=454393&aid=1893896&group_id=48863 |
|
From: SourceForge.net <no...@so...> - 2008-02-14 17:26:44
|
Bugs item #1893896, was opened at 2008-02-14 09:26 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=454391&aid=1893896&group_id=48863 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: JXTable Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: stack overflow when getting table header tooltip Initial Comment: supposed reason: code error in JXTableHeader.getToolTipText(final MouseEvent e) line 1: e.getX() instead of e.getY() ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=454391&aid=1893896&group_id=48863 |
|
From: SourceForge.net <no...@so...> - 2007-10-26 00:05:15
|
Bugs item #1609037, was opened at 2006-12-05 09:50 Message generated for change (Comment added) made by kriede You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=454391&aid=1609037&group_id=48863 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: console Group: xsddoc-1.0 >Status: Closed >Resolution: Fixed Priority: 2 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Kurt Riede (kriede) Summary: param doctitle should be optional Initial Comment: Hi Excellent tool, unfortunately it didn't work with the schema I needed to document. I dont understand the error message to judge if it is a bug or if my schema is bad. > ./bin/xsddoc -o ../temp/ubsim/doc/ ../temp/ubsim/etc/uetype.xsd xsddoc starting. The value of param doctitle must be a valid Java Object xsddoc finished. Attaching the schema and a xsddoc debug printout. ---------------------------------------------------------------------- >Comment By: Kurt Riede (kriede) Date: 2007-10-26 02:05 Message: Logged In: YES user_id=484961 Originator: NO fixed in CVS now. ---------------------------------------------------------------------- Comment By: Kurt Riede (kriede) Date: 2006-12-05 12:00 Message: Logged In: YES user_id=484961 Originator: NO (was 'The value of param doctitle must be a valid Java Object') Hello Henrik, it seems that the -t argument is required, but it is intended to be optional. So I'll keep this as a bug-report for the next release, with low priority. I've also changed the summary to 'param doctitle should be optional'. Best regards Kurt Riede ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2006-12-05 10:22 Message: Logged In: NO Found the workaround. I just had to add the -t option and it worked. That's good enough for me. /Henrik ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2006-12-05 09:55 Message: Logged In: NO BTW, nobody=Henrik. henrik dot xa dot leion at ericsson dot com Best regards, and thanks for a very promising tool. /Henrik ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2006-12-05 09:52 Message: Logged In: NO Here is the xsddoc -d for the same scenario: ===== xsddoc starting. xsddoc.home: . out.folder: ../temp/ubsim/doc/ schema.location: ../temp/ubsim/etc/uetype.xsd create document builder create transformer for overview-all.xsl Loading resource /net/sf/xframe/xsddoc/xslt/overview-all.xsl Loading resource /net/sf/xframe/xsddoc/xslt/xmldoc.xsl Loading resource /net/sf/xframe/xsddoc/xslt/util.xsl create transformer for overview-namespaces.xsl Loading resource /net/sf/xframe/xsddoc/xslt/overview-namespaces.xsl Loading resource /net/sf/xframe/xsddoc/xslt/util.xsl create transformer for overview-namespace.xsl Loading resource /net/sf/xframe/xsddoc/xslt/overview-namespace.xsl Loading resource /net/sf/xframe/xsddoc/xslt/util.xsl create transformer for schema-summary.xsl Loading resource /net/sf/xframe/xsddoc/xslt/schema-summary.xsl Loading resource /net/sf/xframe/xsddoc/xslt/xmldoc.xsl Loading resource /net/sf/xframe/xsddoc/xslt/util.xsl create transformer for schema-index.xsl Loading resource /net/sf/xframe/xsddoc/xslt/schema-index.xsl Loading resource /net/sf/xframe/xsddoc/xslt/xmldoc.xsl Loading resource /net/sf/xframe/xsddoc/xslt/util.xsl create transformer for component.xsl Loading resource /net/sf/xframe/xsddoc/xslt/component.xsl Loading resource /net/sf/xframe/xsddoc/xslt/xmldoc.xsl Loading resource /net/sf/xframe/xsddoc/xslt/model.xsl Loading resource /net/sf/xframe/xsddoc/xslt/util.xsl create transformer for index-all.xsl Loading resource /net/sf/xframe/xsddoc/xslt/index-all.xsl Loading resource /net/sf/xframe/xsddoc/xslt/xmldoc.xsl Loading resource /net/sf/xframe/xsddoc/xslt/util.xsl create transformer for index.xsl Loading resource /net/sf/xframe/xsddoc/xslt/index.xsl Loading resource /net/sf/xframe/xsddoc/xslt/util.xsl create transformer for xml2html.xsl Loading resource /net/sf/xframe/xsddoc/xslt/xml2html.xsl Loading resource /net/sf/xframe/xsddoc/xslt/xmldoc.xsl Loading resource /net/sf/xframe/xsddoc/xslt/util.xsl create transformer for help-doc.xsl Loading resource /net/sf/xframe/xsddoc/xslt/help-doc.xsl start processing... Loading resource /net/sf/xframe/xsddoc/css/stylesheet.css create ../temp/ubsim/doc//index.html The value of param doctitle must be a valid Java Object net.sf.xframe.xsddoc.ProcessorException: The value of param doctitle must be a valid Java Object at net.sf.xframe.xsddoc.Processor.execute(Unknown Source) at net.sf.xframe.xsddoc.Main.main(Unknown Source) Caused by: java.lang.IllegalArgumentException: The value of param doctitle must be a valid Java Object at org.apache.xalan.transformer.TransformerImpl.setParameter(TransformerImpl.java:1587) at net.sf.xframe.xsddoc.Processor.setParameters(Unknown Source) at net.sf.xframe.xsddoc.Processor.transform(Unknown Source) at net.sf.xframe.xsddoc.Processor.process(Unknown Source) at net.sf.xframe.xsddoc.Processor.execute(Unknown Source) ... 1 more rethrown from java.lang.IllegalArgumentException: The value of param doctitle must be a valid Java Object at org.apache.xalan.transformer.TransformerImpl.setParameter(TransformerImpl.java:1587) at net.sf.xframe.xsddoc.Processor.setParameters(Unknown Source) at net.sf.xframe.xsddoc.Processor.transform(Unknown Source) at net.sf.xframe.xsddoc.Processor.process(Unknown Source) at net.sf.xframe.xsddoc.Processor.execute(Unknown Source) at net.sf.xframe.xsddoc.Main.main(Unknown Source) xsddoc finished. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=454391&aid=1609037&group_id=48863 |
|
From: SourceForge.net <no...@so...> - 2007-10-25 23:59:35
|
Bugs item #1816402, was opened at 2007-10-19 12:06 Message generated for change (Comment added) made by kriede You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=454391&aid=1816402&group_id=48863 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: JXTable Group: None >Status: Closed >Resolution: Invalid Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: decision whether or not the column is sortable Initial Comment: A column that is not instanceof TableColumnExt is not sortable, but the methode JXTable.isSortable() returns true in that case. The methode isSortable() should be implemented like that: protected boolean isSortable(int columnIndex) { TableColumnExt tableColumnExt = getColumnExt(columnIndex); return tableColumnExt != null && tableColumnExt.isSortable(); } ---------------------------------------------------------------------- >Comment By: Kurt Riede (kriede) Date: 2007-10-26 01:59 Message: Logged In: YES user_id=484961 Originator: NO This method doesn't exist in our project. Looks like confusion with the javadesktop project at java.net ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=454391&aid=1816402&group_id=48863 |
|
From: SourceForge.net <no...@so...> - 2007-10-25 23:50:39
|
Patches item #1639999, was opened at 2007-01-20 03:11 Message generated for change (Comment added) made by kriede You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=454393&aid=1639999&group_id=48863 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: all platforms Group: xsddoc-1.0 >Status: Closed >Resolution: Fixed Priority: 5 Private: No Submitted By: Jay Dunning (jaydunning) >Assigned to: Kurt Riede (kriede) Summary: xsddoc: Display source file name Initial Comment: When a project uses multiple schema files it is useful to be able to quickly identify the file in which a documented component is defined. This patch adds the source file name to the "Source" heading. If the source is a file and not a URL, the directory path is omitted. ---------------------------------------------------------------------- >Comment By: Kurt Riede (kriede) Date: 2007-10-26 01:50 Message: Logged In: YES user_id=484961 Originator: NO Thank you Jay, patch is now applied to CVS HEAD. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=454393&aid=1639999&group_id=48863 |
|
From: SourceForge.net <no...@so...> - 2007-10-19 10:06:13
|
Bugs item #1816402, was opened at 2007-10-19 03:06 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=454391&aid=1816402&group_id=48863 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: JXTable Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: decision whether or not the column is sortable Initial Comment: A column that is not instanceof TableColumnExt is not sortable, but the methode JXTable.isSortable() returns true in that case. The methode isSortable() should be implemented like that: protected boolean isSortable(int columnIndex) { TableColumnExt tableColumnExt = getColumnExt(columnIndex); return tableColumnExt != null && tableColumnExt.isSortable(); } ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=454391&aid=1816402&group_id=48863 |
|
From: Adam P. <ad...@mo...> - 2007-09-27 22:42:58
|
Can somebody provide a clear concise example of an invocation of xsddoc from maven 2. The maven docs on the site are a bit terse. Thanks, Adam |
|
From: Odin g. <Odi...@an...> - 2007-04-29 11:26:26
|
Add to your, radar. http://img72.imageshack.us/my.php?image=z8ecw8myo0.png Rooms had been reserved for them in the hotel there. |
|
From: Brian B. <bkb...@gm...> - 2007-04-25 20:11:28
|
Also, the hostname for the CVS server is updated: xframe.cvs.sourceforge.net Are the stylus studio folks involved in this project at all, or did the project just get forked and Kurt went to work for them? Brian |
|
From: Brian B. <bkb...@gm...> - 2007-04-25 19:55:28
|
It lists the cvs site as: http://cvs.sourceforge.net/viewcvs.py/xframe/xsddoc/ It should be: http://xframe.cvs.sourceforge.net/xframe/ Also, is this project still being worked on? Brian |
|
From: charge <pl...@or...> - 2007-02-20 11:23:57
|
Plastic, product, lubarsky cool malm plans. Herelinks hackerat chicagomy first, postsikea wont. Show your true colors at, next opening. Colors at, next opening. August july june may. WE HELP THE WORLD MOVE! TRANSFORMING THE LIVES OF DEVELOPING NATIONS This is an amazing story. WE urge you to go read the news on this company and visit the website. The company website will be listed in news releases. Watch this company closely starting NOW! TRANSNATIONAL AUTOMOTIVE GROUP TAMG.OB Founded in 2005, TAMG Provides transportation systems and infrastructure to the developing world. Our bus fleets provide an efficient way for communities in need to travel and prosper. Affordable for riders, and economically sustainable for the company, TAMG has turned capital investments in the developing world into sustainable and profitable transportation solutions NEWS February 15, 2007 - Transnational Automotive Group Launches "LeCar" Inter-Urban Bus Operations between YaoundE and Douala, Cameroon *** December 18 , 2006 - After Le Bus, Here comes Le Car *** December 11 , 2006 - Transnational Automotive Announces $800,000 USD Investment by the Chamber of Commerce of Cameroon *** November 30, 2006 - Transnational Automotive Announces Purchase of 60 City Buses for its Urban Transportation Operation in Cameroon *** November 16, 2006 - Transnational Automotive Announces $800,000 USD Investment by the Chamber of Commerce of Cameroon Suppliers any waypowered this. Personal, project and not connected nor, supported funded. Towerikea siteadams song book pls sign inlove, go. Its employees suppliers, any. Market get more, website is personal project, and. Mattress because, it requires bagshappy, valentines day from. July june may april march free, face stencil show. Go, herelinks hackerat chicagomy first postsikea wont sell. And not connected, nor supported. Go herelinks hackerat chicagomy first postsikea wont sell instock. Britney spears, the official site positive fanatics unofficial. Valentines, day from contest genius hack. Web out recent comments on to charge. |