Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » JavaServer Faces » FirstJSFApp
FirstJSFApp [message #470835] Tue, 27 December 2005 00:57 Go to next message
Eclipse UserFriend
Originally posted by: faireni.walla.com

hi,
i discovered that the appearance of the 'new dynamic web project' wizard
is different with the appearance of the wizard shown in FirstJSFApp
tutorial. i have 'target server' instead of 'target runtime' shown in the
wizard. After i have specified the flexible new project, the wizard forbid
me to go to the 'select project facets' as shown in the tutorial. what
happen actually?

i use tomcat 5.5.14BETA and jre1.5.0_06.
Re: FirstJSFApp [message #470836 is a reply to message #470835] Tue, 27 December 2005 13:31 Go to previous messageGo to next message
Nitin Dahyabhai is currently offline Nitin DahyabhaiFriend
Messages: 4434
Registered: July 2009
Senior Member

Faireni wrote:
> hi,
> i discovered that the appearance of the 'new dynamic web project' wizard
> is different with the appearance of the wizard shown in FirstJSFApp
> tutorial. i have 'target server' instead of 'target runtime' shown in
> the wizard. After i have specified the flexible new project, the wizard
> forbid me to go to the 'select project facets' as shown in the tutorial.
> what happen actually?
>
> i use tomcat 5.5.14BETA and jre1.5.0_06.

The "target server" field is part of the wizard from WTP (the Web
Tools Platform) 0.7.x. The "JavaServer Faces Tools (Milestone1)"
Tutorial was made with version WTP 1.0 (released on the 23rd) in mind.

--
- Nitin


_
Nitin Dahyabhai
Eclipse Web Tools Platform
Re: FirstJSFApp [message #470838 is a reply to message #470836] Tue, 27 December 2005 23:59 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: faireni.walla.com

how can i upgrade my 0.7 version to 1.0 version?
Re: FirstJSFApp [message #470839 is a reply to message #470836] Wed, 28 December 2005 01:20 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: faireni.walla.com

In the 'new project facet' wizard, the project facets named JSF 1.1 as
shown in the tutorial didnt turn up. after i checked my product
configuration, i can't enabled JavaServer Faces Tools 0.1.0 and error
message shown ' JavaServer Faces tooling feature (0.0.0) require plug-in
"org.eclipse.wst.common.project.facet.core". where can i get this plug-in?
or maybe any other configuration is needed to enable the JSF tooling?
Re: FirstJSFApp [message #470840 is a reply to message #470839] Wed, 28 December 2005 19:47 Go to previous messageGo to next message
Justin Chen is currently offline Justin ChenFriend
Messages: 39
Registered: July 2009
Member
It seems that you are running an older WTP version.

Which WTP build are you running?
You may try a fresh install of WTP 10RC5 plus wtp-jsf-I200512161901.zip.

Justin

Faireni wrote:
> In the 'new project facet' wizard, the project facets named JSF 1.1 as
> shown in the tutorial didnt turn up. after i checked my product
> configuration, i can't enabled JavaServer Faces Tools 0.1.0 and error
> message shown ' JavaServer Faces tooling feature (0.0.0) require plug-in
> "org.eclipse.wst.common.project.facet.core". where can i get this
> plug-in? or maybe any other configuration is needed to enable the JSF
> tooling?
>
Re: FirstJSFApp [message #470879 is a reply to message #470840] Thu, 29 December 2005 01:48 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: faireni.walla.com

i have reinstalled a fresh wtp 1.0 and it worked fine at first. but when i
tried to create a new dynamic project the next day, the 'jsf' icon beneath
the 'project facet' disappeared again? how can i fix it??

by the way, when i wanted to try out the tutorial with jboss server, i
found that jboss can't be defined as the target runtime. actually i have
added a new server runtime from preference > server.
Re: FirstJSFApp [message #470887 is a reply to message #470879] Fri, 30 December 2005 18:03 Go to previous message
Gerry Kessler is currently offline Gerry KesslerFriend
Messages: 125
Registered: July 2009
Senior Member
I'm not sure I understand what you mean. Are you saying JSF is not
available as an installable facet on a on a new dynamic web project?

When you "reinstalled", did you install over top of your old eclipse
environment or to a new location?

Do you see JavaServer Faces Tools in the list of installed plugins when you
go to About Eclipse/Plug-in Details? Please also check the PDE Runtime
Error view to see if there are any hints as to the problem.

Regarding your problem with JBoss, I also don't understand your problem.
Perhaps if you post a detailed message in the eclipse.webtools newsgroup,
someone can help you.

Regards,
Gerry Kessler
WTP JSF Tools Team
"Faireni" <faireni@walla.com> wrote in message
news:4d54385db88b4b2402154e972c00a255$1@www.eclipse.org...
>i have reinstalled a fresh wtp 1.0 and it worked fine at first. but when i
>tried to create a new dynamic project the next day, the 'jsf' icon beneath
>the 'project facet' disappeared again? how can i fix it??
>
> by the way, when i wanted to try out the tutorial with jboss server, i
> found that jboss can't be defined as the target runtime. actually i have
> added a new server runtime from preference > server.
Re: FirstJSFApp [message #580646 is a reply to message #470835] Tue, 27 December 2005 13:31 Go to previous message
Nitin Dahyabhai is currently offline Nitin DahyabhaiFriend
Messages: 4434
Registered: July 2009
Senior Member

Faireni wrote:
> hi,
> i discovered that the appearance of the 'new dynamic web project' wizard
> is different with the appearance of the wizard shown in FirstJSFApp
> tutorial. i have 'target server' instead of 'target runtime' shown in
> the wizard. After i have specified the flexible new project, the wizard
> forbid me to go to the 'select project facets' as shown in the tutorial.
> what happen actually?
>
> i use tomcat 5.5.14BETA and jre1.5.0_06.

The "target server" field is part of the wizard from WTP (the Web
Tools Platform) 0.7.x. The "JavaServer Faces Tools (Milestone1)"
Tutorial was made with version WTP 1.0 (released on the 23rd) in mind.

--
- Nitin


_
Nitin Dahyabhai
Eclipse Web Tools Platform
Re: FirstJSFApp [message #580695 is a reply to message #470836] Tue, 27 December 2005 23:59 Go to previous message
Eclipse UserFriend
Originally posted by: faireni.walla.com

how can i upgrade my 0.7 version to 1.0 version?
Re: FirstJSFApp [message #580732 is a reply to message #470836] Wed, 28 December 2005 01:20 Go to previous message
Eclipse UserFriend
Originally posted by: faireni.walla.com

In the 'new project facet' wizard, the project facets named JSF 1.1 as
shown in the tutorial didnt turn up. after i checked my product
configuration, i can't enabled JavaServer Faces Tools 0.1.0 and error
message shown ' JavaServer Faces tooling feature (0.0.0) require plug-in
"org.eclipse.wst.common.project.facet.core". where can i get this plug-in?
or maybe any other configuration is needed to enable the JSF tooling?
Re: FirstJSFApp [message #580745 is a reply to message #470839] Wed, 28 December 2005 19:47 Go to previous message
Justin Chen is currently offline Justin ChenFriend
Messages: 39
Registered: July 2009
Member
It seems that you are running an older WTP version.

Which WTP build are you running?
You may try a fresh install of WTP 10RC5 plus wtp-jsf-I200512161901.zip.

Justin

Faireni wrote:
> In the 'new project facet' wizard, the project facets named JSF 1.1 as
> shown in the tutorial didnt turn up. after i checked my product
> configuration, i can't enabled JavaServer Faces Tools 0.1.0 and error
> message shown ' JavaServer Faces tooling feature (0.0.0) require plug-in
> "org.eclipse.wst.common.project.facet.core". where can i get this
> plug-in? or maybe any other configuration is needed to enable the JSF
> tooling?
>
Re: FirstJSFApp [message #581541 is a reply to message #470840] Thu, 29 December 2005 01:48 Go to previous message
Eclipse UserFriend
Originally posted by: faireni.walla.com

i have reinstalled a fresh wtp 1.0 and it worked fine at first. but when i
tried to create a new dynamic project the next day, the 'jsf' icon beneath
the 'project facet' disappeared again? how can i fix it??

by the way, when i wanted to try out the tutorial with jboss server, i
found that jboss can't be defined as the target runtime. actually i have
added a new server runtime from preference > server.
Re: FirstJSFApp [message #581622 is a reply to message #470879] Fri, 30 December 2005 18:03 Go to previous message
Gerry Kessler is currently offline Gerry KesslerFriend
Messages: 125
Registered: July 2009
Senior Member
I'm not sure I understand what you mean. Are you saying JSF is not
available as an installable facet on a on a new dynamic web project?

When you "reinstalled", did you install over top of your old eclipse
environment or to a new location?

Do you see JavaServer Faces Tools in the list of installed plugins when you
go to About Eclipse/Plug-in Details? Please also check the PDE Runtime
Error view to see if there are any hints as to the problem.

Regarding your problem with JBoss, I also don't understand your problem.
Perhaps if you post a detailed message in the eclipse.webtools newsgroup,
someone can help you.

Regards,
Gerry Kessler
WTP JSF Tools Team
"Faireni" <faireni@walla.com> wrote in message
news:4d54385db88b4b2402154e972c00a255$1@www.eclipse.org...
>i have reinstalled a fresh wtp 1.0 and it worked fine at first. but when i
>tried to create a new dynamic project the next day, the 'jsf' icon beneath
>the 'project facet' disappeared again? how can i fix it??
>
> by the way, when i wanted to try out the tutorial with jboss server, i
> found that jboss can't be defined as the target runtime. actually i have
> added a new server runtime from preference > server.
Previous Topic:cannot run project
Next Topic:Problem with Milestone1-Tutorial
Goto Forum:
  


Current Time: Sat Apr 20 02:02:33 GMT 2024

Powered by FUDForum. Page generated in 0.03718 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top