Skip to main content



      Home
Home » Language IDEs » ServerTools (WTP) » WTP M3: what is the deal with the install process? (long)
WTP M3: what is the deal with the install process? (long) [message #79613] Thu, 03 March 2005 02:03 Go to next message
Eclipse UserFriend
Warning: long rant follows on my experience getting Eclipse + WTP M3
setup...

Why is the Web Tools install process not a one click affair yet? The
final release is planned for July, and yet I still had to spend an
entire evening just to get web tools setup and running optimally (and
its still not quite right). My goal was to get Eclipse ready for
servlet/jsp development, with all web plugins linked in a separate
folder so I could upgrade the core of Eclipse with new builds if I liked.

I followed the instructions to the letter at:
http://download.eclipse.org/webtools/downloads/drops/S-1.0M3 -200502260707/index.html
http://www.eclipse.org/webtools/wst/components/ws/download_i nstructions_for_jars.html
- What is the difference between the SDK and runtime files? will both
work the same?

- Why do we need to install three separate zips for GEF/EMF/EMF Runtime?
Can't at least these three prereq's be packaged together in one zip -
they are all from w/i the Eclipse foundation, so I can't imagine there
would be licensing issues.

- Why are there not clear cut instructions linked right easily found on
Eclipse.org on how to optimally setup your environment with all add-ons
in a separate directory, so you can easily upgrade/move your
environment/share with team members? What about setting up multiple
machines automagically for teams? I had to goggle around to piece
together the right way to do it:
http://raibledesigns.com/page/rd?anchor=eclipse_tip_o_the_da y
-- quick and dirty with the links dir
http://eclipsewiki.editme.com/InstallUpdateFaq
-- some limited instructions near the bottom
http://www.eaves.org/blog-archive/000058.html
-- in depth, seems outdated

- Why are the additional web services features listed as "optional" when
in reality they are required to get WTP working normally. When I read
"optional", I figured I would skip the web services piece and just not
see an option for it. Yet when I got everything running, I was not able
to create a dynamic web project (tomcat 5.0.x, a plain servlet, etc)
without getting error popups after just about every click. When I
checked the logs I saw that Eclipse was having problems with
"org.eclipse.wst.wsdl". Not to mention the nasty error message that
comes up with every startup. So I really would need to get the web
services pieces installed, also, which leads me too...

- The web services piece. The ant script would not run at all for me.
First I had to install Ant, since I didn't want to try using Eclipse's
version with errors popping up everywhere. Installed ant, set ant_home,
etc...tried to run the script. Got errors about not finding build.xml -
renamed the xml file to build.xml. Got errors about not finding the
paths I'm specifying - moved files to a simple root folder, tried
extracting into that same folder. More errors about the path...do I
need forward slashes for ant, back slashes? Do I need to use 8.3 folder
names or is long names in quotes okay? Apache's docs weren't much help
with that...

By that point is was 1 am and I just wanted to get it working, so I
manually extracted all the pieces to the proper directories. This was a
pain also, of course, as every jar/zip had a different structure. But
finally, I got Eclipse running w/o errors, was able to create a servlet,
and called it a night at about 2:30 am.

So now I see that the Servlet works fine, but I still don't see options
for creating new JSPs in the New menu. Something must still not be
right, there...

It may not seem like it, but I really love Eclipse - I wouldn't use
anything else, and it pains me to use WSAD at work when I could be using
the latest and greatest with whatever plugins I wanted.

Yet there are still some big problems with usability and documentation
that really need to be ironed, at least for Web Tools to really become
the web dev platform of choice.

Rob Sanheim
http://www.robsanheim.com
Re: WTP M3: what is the deal with the install process? (long) [message #79673 is a reply to message #79613] Thu, 03 March 2005 04:51 Go to previous messageGo to next message
Eclipse UserFriend
I can't answer all of the questions, but for the ones I can:

Rob Sanheim wrote:
> - What is the difference between the SDK and runtime files? will both
> work the same?
Yes, both include the same functionality. The SDK includes
everything from the runtime plus the full sources and developer
documentation.

> So now I see that the Servlet works fine, but I still don't see options
> for creating new JSPs in the New menu. Something must still not be
> right, there...

1.0 M3 added wizards for CSS, DTD, and JavaScript files but we just
haven't created the wizards for JSP and HTML files yet. We're still
working on the specifics of those two since they are, or can be,
vastly more complicated than the other three.

--
- Nitin
Re: WTP M3: what is the deal with the install process? (long) [message #79702 is a reply to message #79613] Thu, 03 March 2005 05:34 Go to previous messageGo to next message
Eclipse UserFriend
Rob Sanheim wrote:
> Warning: long rant follows on my experience getting Eclipse + WTP M3
> setup...
>
......
> Yet there are still some big problems with usability and documentation
> that really need to be ironed, at least for Web Tools to really become
> the web dev platform of choice.
Full Ack from my side.
Moving from M2 to M3 is a pain.
For M2 the only "additional" prereq apart from GEF, JEM etc was the
xerces jars. In M3 there are so many requirements more - Wow! I fully
understand that the webtools project needs all of those jars - it is the
nature of webtools to be such "complex". But!

I think an easy way to install (one click) should be provided soon for
webtools. And it should be a goal not only in for end version - if the
installation of webtools is too complicated (such as with M3) the amount
of people willing to test M3 will decrease siginficantly, what is not
too good for tracking and finding bugs...

For me in particular - I am only "interested" in the great
StructuredTextEditor, so I have to take care about installing many
probably unsused things. There was a discussion going on about
seperating the StructuredTextEditor from the rest of webtools. I am not
sure if it a good idea to do that, but you/we should keep that in mind.

An idea: For my project I developed an ant script for automatically
installing an eclipse distribution equipped with all prereqs from
webtools that worked fine for M2 and I am just porting it to M3.
If anybody is interested I can easily hand out this ant-script. You
simply have to adjust 3 directories in the properties and hit "ant" at
the commandline. That's it. Anybody interested in that?

Regards,

Raphael
Re: WTP M3: what is the deal with the install process? (long) [message #79747 is a reply to message #79673] Thu, 03 March 2005 09:02 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: rsanheim.REMOVE.gmail.com

Nitin Dahyabhai wrote:
>
> 1.0 M3 added wizards for CSS, DTD, and JavaScript files but we just
> haven't created the wizards for JSP and HTML files yet. We're still
> working on the specifics of those two since they are, or can be, vastly
> more complicated than the other three.
>


Does this mean I should just start a new JSP as a "simple file", then
once I save it with a .jsp extension Eclipse will open it in the JSP editor?

thx,
Rob
Re: WTP M3: what is the deal with the install process? (long) [message #79895 is a reply to message #79747] Thu, 03 March 2005 11:12 Go to previous messageGo to next message
Eclipse UserFriend
Rob Sanheim wrote:
> Does this mean I should just start a new JSP as a "simple file", then
> once I save it with a .jsp extension Eclipse will open it in the JSP
> editor?

For now, yes. The editor's Content Assist can help you flesh out
the file.

--
- Nitin
Re: WTP M3: what is the deal with the install process? (long) [message #80210 is a reply to message #79613] Fri, 04 March 2005 10:53 Go to previous messageGo to next message
Eclipse UserFriend
Hi Rob,

Re: Why is the Web Tools install process not a one click affair? I agreed,
we need to improve the user install experience. We're looking into using the
update manager to ease the install process. The idea is that, you launch the
update manager, enter a couple URLs, click install, restart the workbench
and everything will be there.

Jeff

"Rob Sanheim" <rsanheim@gmail.com> wrote in message
news:d06cs9$ves$1@www.eclipse.org...
> Warning: long rant follows on my experience getting Eclipse + WTP M3
> setup...
>
> Why is the Web Tools install process not a one click affair yet? The
> final release is planned for July, and yet I still had to spend an
> entire evening just to get web tools setup and running optimally (and
> its still not quite right). My goal was to get Eclipse ready for
> servlet/jsp development, with all web plugins linked in a separate
> folder so I could upgrade the core of Eclipse with new builds if I liked.
>
> I followed the instructions to the letter at:
>
http://download.eclipse.org/webtools/downloads/drops/S-1.0M3 -200502260707/index.html
>
http://www.eclipse.org/webtools/wst/components/ws/download_i nstructions_for_jars.html
> - What is the difference between the SDK and runtime files? will both
> work the same?
>
> - Why do we need to install three separate zips for GEF/EMF/EMF Runtime?
> Can't at least these three prereq's be packaged together in one zip -
> they are all from w/i the Eclipse foundation, so I can't imagine there
> would be licensing issues.
>
> - Why are there not clear cut instructions linked right easily found on
> Eclipse.org on how to optimally setup your environment with all add-ons
> in a separate directory, so you can easily upgrade/move your
> environment/share with team members? What about setting up multiple
> machines automagically for teams? I had to goggle around to piece
> together the right way to do it:
> http://raibledesigns.com/page/rd?anchor=eclipse_tip_o_the_da y
> -- quick and dirty with the links dir
> http://eclipsewiki.editme.com/InstallUpdateFaq
> -- some limited instructions near the bottom
> http://www.eaves.org/blog-archive/000058.html
> -- in depth, seems outdated
>
> - Why are the additional web services features listed as "optional" when
> in reality they are required to get WTP working normally. When I read
> "optional", I figured I would skip the web services piece and just not
> see an option for it. Yet when I got everything running, I was not able
> to create a dynamic web project (tomcat 5.0.x, a plain servlet, etc)
> without getting error popups after just about every click. When I
> checked the logs I saw that Eclipse was having problems with
> "org.eclipse.wst.wsdl". Not to mention the nasty error message that
> comes up with every startup. So I really would need to get the web
> services pieces installed, also, which leads me too...
>
> - The web services piece. The ant script would not run at all for me.
> First I had to install Ant, since I didn't want to try using Eclipse's
> version with errors popping up everywhere. Installed ant, set ant_home,
> etc...tried to run the script. Got errors about not finding build.xml -
> renamed the xml file to build.xml. Got errors about not finding the
> paths I'm specifying - moved files to a simple root folder, tried
> extracting into that same folder. More errors about the path...do I
> need forward slashes for ant, back slashes? Do I need to use 8.3 folder
> names or is long names in quotes okay? Apache's docs weren't much help
> with that...
>
> By that point is was 1 am and I just wanted to get it working, so I
> manually extracted all the pieces to the proper directories. This was a
> pain also, of course, as every jar/zip had a different structure. But
> finally, I got Eclipse running w/o errors, was able to create a servlet,
> and called it a night at about 2:30 am.
>
> So now I see that the Servlet works fine, but I still don't see options
> for creating new JSPs in the New menu. Something must still not be
> right, there...
>
> It may not seem like it, but I really love Eclipse - I wouldn't use
> anything else, and it pains me to use WSAD at work when I could be using
> the latest and greatest with whatever plugins I wanted.
>
> Yet there are still some big problems with usability and documentation
> that really need to be ironed, at least for Web Tools to really become
> the web dev platform of choice.
>
> Rob Sanheim
> http://www.robsanheim.com
>
Re: WTP M3: what is the deal with the install process? (long) [message #80380 is a reply to message #80210] Fri, 04 March 2005 15:18 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: robwms63.yahoo.com

That *idea* is a good one!

Jeff Liu wrote:
> Hi Rob,
>
> Re: Why is the Web Tools install process not a one click affair? I agreed,
> we need to improve the user install experience. We're looking into using the
> update manager to ease the install process. The idea is that, you launch the
> update manager, enter a couple URLs, click install, restart the workbench
> and everything will be there.
>
> Jeff
>
> "Rob Sanheim" <rsanheim@gmail.com> wrote in message
> news:d06cs9$ves$1@www.eclipse.org...
>
>>Warning: long rant follows on my experience getting Eclipse + WTP M3
>>setup...
>>
>>Why is the Web Tools install process not a one click affair yet? The
>>final release is planned for July, and yet I still had to spend an
>>entire evening just to get web tools setup and running optimally (and
>>its still not quite right). My goal was to get Eclipse ready for
>>servlet/jsp development, with all web plugins linked in a separate
>>folder so I could upgrade the core of Eclipse with new builds if I liked.
>>
>>I followed the instructions to the letter at:
>>
>
> http://download.eclipse.org/webtools/downloads/drops/S-1.0M3 -200502260707/index.html
>
> http://www.eclipse.org/webtools/wst/components/ws/download_i nstructions_for_jars.html
>
>>- What is the difference between the SDK and runtime files? will both
>>work the same?
>>
>>- Why do we need to install three separate zips for GEF/EMF/EMF Runtime?
>> Can't at least these three prereq's be packaged together in one zip -
>>they are all from w/i the Eclipse foundation, so I can't imagine there
>>would be licensing issues.
>>
>>- Why are there not clear cut instructions linked right easily found on
>>Eclipse.org on how to optimally setup your environment with all add-ons
>>in a separate directory, so you can easily upgrade/move your
>>environment/share with team members? What about setting up multiple
>>machines automagically for teams? I had to goggle around to piece
>>together the right way to do it:
>> http://raibledesigns.com/page/rd?anchor=eclipse_tip_o_the_da y
>>-- quick and dirty with the links dir
>>http://eclipsewiki.editme.com/InstallUpdateFaq
>>-- some limited instructions near the bottom
>>http://www.eaves.org/blog-archive/000058.html
>>-- in depth, seems outdated
>>
>>- Why are the additional web services features listed as "optional" when
>>in reality they are required to get WTP working normally. When I read
>>"optional", I figured I would skip the web services piece and just not
>>see an option for it. Yet when I got everything running, I was not able
>>to create a dynamic web project (tomcat 5.0.x, a plain servlet, etc)
>>without getting error popups after just about every click. When I
>>checked the logs I saw that Eclipse was having problems with
>>"org.eclipse.wst.wsdl". Not to mention the nasty error message that
>>comes up with every startup. So I really would need to get the web
>>services pieces installed, also, which leads me too...
>>
>>- The web services piece. The ant script would not run at all for me.
>>First I had to install Ant, since I didn't want to try using Eclipse's
>>version with errors popping up everywhere. Installed ant, set ant_home,
>>etc...tried to run the script. Got errors about not finding build.xml -
>>renamed the xml file to build.xml. Got errors about not finding the
>>paths I'm specifying - moved files to a simple root folder, tried
>>extracting into that same folder. More errors about the path...do I
>>need forward slashes for ant, back slashes? Do I need to use 8.3 folder
>>names or is long names in quotes okay? Apache's docs weren't much help
>>with that...
>>
>>By that point is was 1 am and I just wanted to get it working, so I
>>manually extracted all the pieces to the proper directories. This was a
>>pain also, of course, as every jar/zip had a different structure. But
>>finally, I got Eclipse running w/o errors, was able to create a servlet,
>>and called it a night at about 2:30 am.
>>
>>So now I see that the Servlet works fine, but I still don't see options
>>for creating new JSPs in the New menu. Something must still not be
>>right, there...
>>
>>It may not seem like it, but I really love Eclipse - I wouldn't use
>>anything else, and it pains me to use WSAD at work when I could be using
>>the latest and greatest with whatever plugins I wanted.
>>
>>Yet there are still some big problems with usability and documentation
>>that really need to be ironed, at least for Web Tools to really become
>>the web dev platform of choice.
>>
>>Rob Sanheim
>>http://www.robsanheim.com
>>
>
>
>
Re: WTP M3: what is the deal with the install process? (long) [message #80714 is a reply to message #80210] Sun, 06 March 2005 21:17 Go to previous messageGo to next message
Eclipse UserFriend
Jeff Liu wrote:
> Hi Rob,
>
> Re: Why is the Web Tools install process not a one click affair? I agreed,
> we need to improve the user install experience. We're looking into using the
> update manager to ease the install process. The idea is that, you launch the
> update manager, enter a couple URLs, click install, restart the workbench
> and everything will be there.
>
> Jeff

Jeff:

Thanks for the response. Is there an entry in Bugzilla where I can
track this or vote for it? Why can't the three dependancies be packaged
together now, and why hasn't the milestone page been changed to not
display the web services pieces (at least the WSDL) as optional?

Rob Sanheim
Re: WTP M3: what is the deal with the install process? (long) [message #80851 is a reply to message #80210] Mon, 07 March 2005 04:44 Go to previous messageGo to next message
Eclipse UserFriend
Jeff Liu wrote:
> Hi Rob,
>
> Re: Why is the Web Tools install process not a one click affair? I agreed,
> we need to improve the user install experience. We're looking into using the
> update manager to ease the install process. The idea is that, you launch the
> update manager, enter a couple URLs, click install, restart the workbench
> and everything will be there.
..... there is perhps one small problem with that. Sun has very
restrictive download access for eg JavaMail API. Only webiterface via
clicking on "Accept License" and then a temorary link to the download
site...

Are there any good ideas how to deal with that?

Raphael
Re: WTP M3: what is the deal with the install process? (long) [message #80889 is a reply to message #80714] Mon, 07 March 2005 10:15 Go to previous messageGo to next message
Eclipse UserFriend
Hi Rob,

Bugzilla 87270: https://bugs.eclipse.org/bugs/show_bug.cgi?id=87270

I'm also looking into making the three dependencies available from the
update site. I'm not exactly sure why the Web services piece is not tagged
as optional. Last I heard, there was a dependency from the J2EE component. I
believe they are looking into removing that dependency. I could be wrong
here... please charm in if anyone knows the answer/progress.

Thanks,

Jeff

"Rob Sanheim" <rsanheim@gmail.com> wrote in message
news:422BB9B0.5070106@gmail.com...
> Jeff Liu wrote:
> > Hi Rob,
> >
> > Re: Why is the Web Tools install process not a one click affair? I
agreed,
> > we need to improve the user install experience. We're looking into using
the
> > update manager to ease the install process. The idea is that, you launch
the
> > update manager, enter a couple URLs, click install, restart the
workbench
> > and everything will be there.
> >
> > Jeff
>
> Jeff:
>
> Thanks for the response. Is there an entry in Bugzilla where I can
> track this or vote for it? Why can't the three dependancies be packaged
> together now, and why hasn't the milestone page been changed to not
> display the web services pieces (at least the WSDL) as optional?
>
> Rob Sanheim
Re: WTP M3: what is the deal with the install process? (long) [message #80897 is a reply to message #80851] Mon, 07 March 2005 10:19 Go to previous message
Eclipse UserFriend
Hi Raphael,

I'm trying to rip out Web service's dependency on Apache SOAP. If that
works, then we no longer need mail.jar and activation.jar.

Thanks,

Jeff

"Raphael A. Bauer" <raphael.bauer@temis-group.com> wrote in message
news:d0h82e$h6u$1@www.eclipse.org...
> Jeff Liu wrote:
> > Hi Rob,
> >
> > Re: Why is the Web Tools install process not a one click affair? I
agreed,
> > we need to improve the user install experience. We're looking into using
the
> > update manager to ease the install process. The idea is that, you launch
the
> > update manager, enter a couple URLs, click install, restart the
workbench
> > and everything will be there.
> .... there is perhps one small problem with that. Sun has very
> restrictive download access for eg JavaMail API. Only webiterface via
> clicking on "Accept License" and then a temorary link to the download
> site...
>
> Are there any good ideas how to deal with that?
>
> Raphael
Previous Topic:Tomcat configuration
Next Topic:init params
Goto Forum:
  


Current Time: Thu May 08 18:19:09 EDT 2025

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

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

Back to the top