"jesper.pedersen" wrote : One thing though - you don't have to indent attributes for an element with 2 spaces -- you can make them line up with the attributes from the previous line like
"jesper.pedersen" wrote : makes the tag more readable IMHO.
I agree.
To further clarify the details, if a tag is too long for a line, do you then put each attribute on a separate line like the example you posted, or just break it into lines with variable numbers of attributes according to what fits on each line, indenting as you suggested in your previous post? The latter approach takes up less vertical space on the page, but the former is probably more readable IMHO.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4193214#4193214
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4193214
You need to have a base directory under which the client libraries of the various jboss x.y.z are stored, e.g.
jboss-versions
4_2_0_GA
4_2_x
5_0_x
The from the branch_4_2/testsuite directory try:
build tests-matrix -Dnojars=true -Dmatrix-versions=x:\jboss-versions -Djdk14=X:\tools\j2sdk1.4.2_09 -Djdk15=c:\home\tools\jdk1.5.0_09
I usually comment out in the testsuite/build.xml all the combinations that do not interest me. In this case you can leave only the 5_0_x tests to run.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4193198#4193198
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4193198