Community
Participate
Working Groups
1) I create a new servlet 2) I click on the warning symbol at the scrollbar 3) I select "Add generated serial version ID" 4) The error message pops up: "The following problem occurred: The archive: /wi/bin which is referenced by the classpath, does not exist" My platform is: * Sun's JDK 5.0_03 * Eclipse 3.1RC2 (same error for 3.1RC1) * wtp-sdk-I20050610
The problem is gone using * Sun's JDK 5.0_03 * Eclipse 3.1RC3 * wtp-I20050617.zip
Looks like this is fixed.
In WTP 0.7RC3 the bug is still there
This looks like a base eclipse JDT issue and should be opened there...
No, it's not a JDT issue. If you derive a class from e.g. java.lang.Exception, then a static field "serialVersionUID" is missing, too, and a warning is prompted. However, there is *NO* problem in generating the missing serialVersionUID. On the other hand: when you create a servlet class then the same warning appears. But it is impossible to create the missing serialVersionUID.
This will be handled via 97756. The problem is we don't use the bin folder right now, but we still default it in as the output folder, however, once we move away from the .deployables folder we will start using bin. And then, the bin won't be empty and you will not see this error dialog pop up. *** This bug has been marked as a duplicate of 97756 ***
This is part of a mass update to close out all stale WTP resolved bugs from the 1.0.x and 1.5.0 timeframe. If you feel this bug was closed inappropriately, please reopen. Thanks, John Lanuti