Donald McLean
- Total activity 790
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 306
-
-
Created 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... -
Created 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... -
Created 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 -
Created 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... -
Created 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... -
-
Created 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... -
Created 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... -
Created 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...