Donald McLean
- 活动总数 790
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 306
-
-
创建于 JSF plugin wants <%-- comments, Tomcat wants <!-- comments in JSP file.
I'm working on some JSF/Facelets code and when I use the intention to add an annotation comment, the comment starts with <%--IDEA is happy - it recognizes all of the symbols, token completion works... -
创建于 JSF 2.0 Errors (one from server, one from IDEA)
I'm trying to create a prototype JSF application with technologies that we are using and/or considering.I'm trying to use the RichFaces push demo more-or-less straight out of the box (using Tomcat6... -
创建于 Another EAP
I've been getting a fair number of exceptions in 94.273 and I'm wondering if we're going to see a new EAP before the 9.0.2 release?Thank you,Donald -
创建于 Subversion on 94.273 - unacceptable FUBAR
Tried 94.192, didn't work so I tried 94.273, no improvement.I wanted to commit a file. Used to be, first time it would prompt for user name & password. Now, I'm not sure HOW it's supposed to get th... -
创建于 Error compiling scala
I'm using IDEA 9.0.1, Scala plug-in version 0.3.473, Scala 2.7.5 (using Lift). I tried to compile a Scala source file from Ant and got a bunch of errors (see below).Information:Compilation complete... -
-
创建于 Used code marked as unused
With it being hard to tell what features should work, I'll just report stuff and see what happens.I'm using JUnit tests and I have an import that is marked as "unused" but since I call "fail" in on... -
创建于 Bad code green
I added the following - without having mapper in the classpath:import root.net.liftweb.mapper._This should be marked in red (since it has no idea what these classes are) but it isn't.I'm using 92.2... -
创建于 Good (ant) code red
The attached ant script, in the Maia 92.24U editor is marked red in two places: taskdevf on line 33 and scalac on line 45.Error for the taskdef is "Failed to load type(s)"It works, so the problem i...