hmm, did you also check the fix in ? 

I just got: cvs -z3 -d :pserver:[EMAIL PROTECTED]:/cvsroot/jboss up 
jboss-portal-2.0 (I also tried -r HEAD) and still see the same: 

* when calling build without any changes, I get : 
_default:compile-classes:
   [depend] Deleted 0 out of date files in 0 seconds
    [javac] Compiling 48 source files to 
C:\work60\jboss-portal\jboss-portal-2.0\format\output\classes
[execmodules] javac: invalid target release: 1.5
[execmodules] Usage: javac  <source files>
[execmodules] where possible options include:
[execmodules]   -g                        Generate all debugging info
[execmodules]   -g:none                   Generate no debugging info
....

* when I change the default compiler target to 1.4 (in defaults.ent), I get: 
_default:compile-classes:
   [depend] Deleted 0 out of date files in 0 seconds
    [javac] Compiling 48 source files to 
C:\work60\jboss-portal\jboss-portal-2.0\format\output\classes
[execmodules] 
C:\work60\jboss-portal\jboss-portal-2.0\format\src\main\org\jboss\portal\test\format\BBCodeHTML2HTMLTestCa
se.java:47: cannot resolve symbol
[execmodules] symbol  : method contains (java.lang.String)
[execmodules] location: class java.lang.String
[execmodules]       assertTrue(stringWriter.toString().contains("&#x41;"));
[execmodules]                                       ^
[execmodules] 
C:\work60\jboss-portal\jboss-portal-2.0\format\src\main\org\jboss\portal\test\format\BBCodeHTML2TextTestCa
se.java:51: cannot resolve symbol
[execmodules] symbol  : method contains (java.lang.String)
[execmodules] location: class java.lang.String
[execmodules]       assertTrue(stringWriter.toString().contains("&#x41;"));
[execmodules]                                       ^
[execmodules] 2 errors


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3867085#3867085

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3867085


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to