0

I created a seam project using seam-gen utility tool. I want to change the name of the project. How can I update it ?

your help is highly appreciated.

Thanks

user1000258
  • 567
  • 2
  • 8
  • 16

1 Answers1

0

If your project is in an IDE (Eclipse, Netbeans), you can refactor it and rename it. If you haven't put too much work into it you can run seam-gen again with a different project name.

gebuh
  • 797
  • 14
  • 40
  • i ended up generating a new project with the required name. Because seam-gen generates so many configuration files which reflects project name. – user1000258 Jun 20 '12 at 22:58