• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

I am getting error while building the project(Workspace)

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I checked out he project from cvs and I did clean and build. i see 100 errors of same type in problem window.

the message says:
Severity and DescriptionPathResourceLocationCreation TimeId
com.nissan.pps.client.advancedsearch.AdvancedSearchAction must be a subclass of org.apache.struts.action.ActionPPS.Client/WebContent/WEB-INFstruts-config.xmlline 2845119277400049111382


please suggest me.

Regards
Anitha
 
Ranch Hand
Posts: 4864
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Java4Reena,

Please check your private messages for an important message from me. You can do so by clicking on My Pivate Messages in the upper right corner of the page.
 
Ranch Hand
Posts: 948
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Does AdvancedSearchAction extend Action? Like this:


- Brent
 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
OK, I had the same problem when I tried to bring in a new Project to my new workspace in RAD 7.0.0.5

I found out that the .project file was checked into SVN and when I checked out the project from the trunk, this did not allow me to modify any of the settings and also resulted in the errors specified here. So I removed the .project file from the repository, rechecked the project to a new work space and every thing came down clean and good. Hope this helps.

Thanks
Rama
 
Sheriff
Posts: 9708
43
Android Google Web Toolkit Hibernate IntelliJ IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Prasad, welcome to javaranch.

Please Dont Wake The Zombies, this thread is 2 years old, the person asking the question won't be waiting for an answer that long...
 
Mr Prasad
Greenhorn
Posts: 2
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello Ankit Garg,
I am sorry you misunderstood. I did not post that in response for the person who had this issue. I posted just so that any one like me have the same problem will search for this and end up not having a solution. Now atleast there is one solution for this type of issue and they do not have to struggle for an answer as I did. It wasa only in good faith.
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Great prasad!!! I solved .....
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic