It's working. Thank you so much for your help. On Mon, Apr 16, 2012 at 6:56 AM, Jörg Schaible <[email protected]>wrote:
> Hi Peter, > > Peter Kim wrote: > > > Hi, > > > > I used Maven Eclipse Plugin (m-e-p), generated the Eclipse project, then > > imported the generated project into Eclipse. I'm getting the following > > errors: > > > > - "ObjectAccessor cannot be resolved to type" (org.apache.harmony is > > missing) > > Simply add an exclusion pattern of "**/Harmony*" to the configuration of > the > sources. m-e-p cannot create this automatically. > > > - 3rd field of XMLFriendlyTest.WithUnusualCharacters is giving "Syntax > > error on these tokens. Delete these tokens" > > This source code is in UTF-8. Your workspace should be configured for UTF-8 > sources in Eclipse (Preferences/General/Workspace/Text file encoding) > > > Could you please list the steps you use for m-e-p? It's also my first > > time using Maven so I might have missed some instructions that I found > > over the web. Thank you. > > You simply ran into some limitations of m-e-p ;-) > > Cheers, > Jörg > > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > >
