Cannot compile form on build 1131 anymore
I cannot compile one of my forms on build 1131. It worked on 1128. I am
getting this error on compilation:
Information: 1 error
Information: 0 warnings
Information: Compilation completed with 1 errors and 0 warnings
/Users/mdescher/Projekte/J2EESample/SwingClient/src/de/codewave/j2eesample/swingclient/HotelSearch.form
Error:
/Users/mdescher/Projekte/J2EESample/SwingClient/src/de/codewave/j2eesample/swingclient/HotelSearch.form:
Class not found: com.intellij.uiDesigner.core.Spacer
Is this anything that should be filed as a bug in the tracker or am I
doing anything wrong?
Michael
Please sign in to leave a comment.
Ok, problem was just that I had to put the forms_rt.jar into my module's
classpath manually. Since it worked in 1128 without explicitly putting
the jar into the module libraries, I guess it is a bug in the new build?!
Michael Descher wrote:
This same thing happened to me, but occurred when I moved the output location of the compiler. I changed it from going to "classes" to "build/classes", and this error popped up. It had worked previously, with build 1138.
Your work-around did work as well, but shouldn't be necessary!
Peter