Hi Mark I just commented out the Swing import into the suspect class and the only package that is broken is de.schlichtherle.wizard. This is the exact package that I don't need. Should I just delete this package?
On Dec 5, 5:06 pm, "Mark Murphy" <[email protected]> wrote: > > Well the part of the project I need actually has no references to > > Swing. > > > The project looks like this > > > de.schlichtherle.license > > de.schlichtherle.ftp > > de.schlichtherle.wizard > > > All the swing parts are in the wizard section. I don't want anything > > from this package at all so can simple remove it. But I don't know > > how. Should I just delete it from the CVS project? Copy the > > necessary files into my android project or create a new project with a > > subset of the downloaded CVS one? > > Personally, I'd start with the "copy the necessary files into my android > project" approach. You might consider setting it up as as separate project > building an ordinary Java JAR, containing only the subset you need, but > without knowing the source or your intentions, I can't say whether that > will be worthwhile. > > -- > Mark Murphy (a Commons Guy)http://commonsware.com > Android App Developer Books:http://commonsware.com/books.html -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

