Custom Query (172 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (142 - 144 of 172)

Ticket Owner Reporter Resolution Summary
#121 rbri invalid Problems with rendering of html content
Description

Just saw the broken rendering in SmartSVN. Open the About dialog and switch to the 'License Agreement' tab.

  • the whole text is rendered using the same font size; nothing is bold
  • lists are not correct rendered (no bullets)
  • there are some native   in the text
#123 Batchheizer fixed Some remarks on Readme.os2
Description

1) For Liberation-fonts: Please add a link to the fine package of alex: http://hobbes.nmsu.edu/download/pub/multimedia/fonts/truetype/liberation_106.wpi This works faster then the way you explained ind readme. 2) Could you please provide a simple (only a/href, br, p, b, i, u ) html-readme (WarpIN for example can open URLs)? There are so many usefull links and "Click" is faster then "mark, copy, paste". ;-)

#147 wlhartzell invalid classpath limits
Description

I have two Java programs that won't work because the classpath statements are too long. I think that this is a command.exe bug, but it affects Java. The programs are Freemind 0.9.0 found at <http://freemind.sourceforge.net/> and Squirrel 3.2.1 found at <http://www.squirrelsql.org>. The only direct solution would be to use ./././., etc. in classpath to add all files in subdirectory of program directory, and subdirectories of the subdirectory, etc., or require us to switch to bash to run these programs. Adding levels of indirection would be an Odin feature. The following is the freemind cmd file: setlocal d: cd \OA\freemind set classpath=D:\OA\freemind\lib\freemind.jar;D:\OA\freemind\lib\forms-1.0.5.jar;D:\OA\freemind\lib\bindings.jar;D:\OA\freemind\lib\jibx\xpp3.jar;D:\OA\freemind\lib\jibx\jibx-run.jar;D:\OA\freemind\lib\SimplyHTML\SimplyHTML.jar;D:\OA\freemind\lib\SimplyHTML\gnu-regexp-1.1.4.jar;D:\OA\freemind\browser\freemindbrowser.jar;D:\OA\freemind\plugins\help\help_plugin.jar;D:\OA\freemind\plugins\help\jhall.jar;D:\OA\freemind\plugins\script\scripting_plugin.jar;D:\OA\freemind\plugins\script\groovy-all-1.5.6.jar; set SVG=D:\OA\freemind\plugins\svg\batik-awt-util.jar;D:\OA\freemind\plugins\svg\batik-bridge.jar;D:\OA\freemind\plugins\svg\batik-css.jar;D:\OA\freemind\plugins\svg\batik-dom.jar;D:\OA\freemind\plugins\svg\batik-ext.jar;D:\OA\freemind\plugins\svg\batik-extension.jar;D:\OA\freemind\plugins\svg\batik-gui-util.jar;D:\OA\freemind\plugin set SVG2=D:\OA\freemind\plugins\svg\batik-squiggle.jar;D:\OA\freemind\plugins\svg\batik-svg-dom.jar;D:\OA\freemind\plugins\svg\batik-svggen.jar;D:\OA\freemind\plugins\svg\batik-swing.jar;D:\OA\freemind\plugins\svg\batik-transcoder.jar;D:\OA\freemind\plugins\svg\batik-util.jar;D:\OA\freemind\plugins\svg\batik-xml.jar; set SVG3=D:\OA\freemind\plugins\svg\batik-gvt.jar;D:\OA\freemind\plugins\svg\batik-parser.jar;D:\OA\freemind\plugins\svg\batik-script.jar;D:\OA\freemind\plugins\svg\js.jar;D:\OA\freemind\plugins\svg\pdf-transcoder.jar;D:\OA\freemind\plugins\svg\svg_plugin.jar;D:\OA\freemind\plugins\svg\xerces_2_5_0.jar;D:\OA\freemind\plugins\svg\xml-apis.jar; set Java_Home=j:\java6\jre j:\java6\jre\bin\java -Xms512M -Xmx512M -cp %SVG%;%SVG2%;%SVG3% freemind.main.FreeMindStarter? endlocal

Note: See TracQuery for help on using queries.