Missing Packages and Folders - SVN downloaded on 8/7/2007

Project:JNode Core
Component:Code
Category:bug report
Priority:critical
Assigned:Stephen Crawley
Status:closed
Description

The following packages are missing from the main trunk when I downloaded JNode from the SVN:
com.sun.jdi.*
com.sun.tools.attach.*

Also, someone forgot to include several source folders in the file .classpath in the core:
openjdk/com
openjdk/sun
openjdk/org
icedtea

Also, classpath/sun no longer exists in the core, and its entry in .classpath file needs to be removed also

Also, theres references to external libraries no longer used in the distr and shell .classpath files:
bsh-2.0b4.jar
Should be bsh-2.0b5.jar

Please commit this patch

It would be good if this patch was committed soon

Missing Files

I'm still missing openjdk packages I stated, however, my modem got fried during a t-storm couple days ago so I have been unable to see if the missing files were uploaded to the SVN.

not in the patch format !

You have sent simple files in a rar archive : that make it hard to merge with my local files.

Please send your patch in the patch format. With eclipse it's easy to do : right click on a project, then select menu "Team"->"Create patch...".

Fabien

my blog (in english and french)

Making a Patch

I will work on it tonight, I have upgrade some of the external libraries JNode uses I need to revert the changes.

Missing openjdk files

Nope. They are still missing, files like the following:
com.sun.jdi.AbsentInformationException
com.sun.jdi.AccessWatchpointEvent
com.sun.jdi.BooleanType
etc.

My workaround ...

Until the missing files appear, I work around the problem by configuring Eclipse to filter the com.sun.jdi directory out of the Core project's source tree. After doing that, I end up with just 4 errors, which I can easily ignore.

#1

Status:active» closed

Attached is a rar file containing the fixed Eclipse files.

#2

Here is the patch file you asked for.

#3

I believe the missing files were added some time ago. At any rate, my JNode sandbox no longer has the filters I mentioned in my comment, and it builds just find.

I'm marking this as fixed, and will close it in a few days if nobody says otherwise.