Home » Language IDEs » ServerTools (WTP) » Documentation of WTP Project in CVS
Documentation of WTP Project in CVS [message #201201] |
Thu, 04 October 2007 10:06  |
Eclipse User |
|
|
|
Hi all,
I am trying to find the documentation of the WTP project and its location
in CVS.
The one that can be shown using Help->Help Content->Web Application
Development User Guide->Creating J2ee and enterprise applications->J2ee
Applications.
Could someone pint me to the location in CVS.
Best Regards,
Kiril
|
|
| | | |
Re: Documentation of WTP Project in CVS [message #201335 is a reply to message #201328] |
Fri, 05 October 2007 08:09   |
Eclipse User |
|
|
|
Hi Ed,
I have tried using the eclipse search but with no success.
I will try to import all the projects as source projects and execute the
search again, but I was willing to skip this step.
Regards,
Kiril
Ed Merks wrote:
> Kiril,
> Sorry. I don't know and folks seem a tad reluctant to answer questions
> in this newsgroup. If you have it all in Eclipse, have you tried to use
> Eclipse's search to look for some things you know are in the documentation?
> kiril mitov wrote:
>> Hi Ed,
>> I know the repository paths and I have even synced all the
>> org.eclipse.wst*.doc.* and org.eclipse.jst*.doc.* plugins and features
>> from the CVS, but I still can not find the plugin in which the
>> documentation for Web Application Development User Guide is located.
>>
>> Does anyone know the location?
>>
>> Best Regards,
>> Kiril
>> Ed Merks wrote:
>>
>>> Kiril,
>>
>>> This link will help get you as far as the repository:
>>
>>> http://wiki.eclipse.org/index.php/CVS_Howto#CVS_Repository_P aths
>>
>>> Hopefully in won't be hard to find it in there...
>>
>>
>>> kiril mitov wrote:
>>>> Hi all,
>>>> I am trying to find the documentation of the WTP project and its
>>>> location in CVS.
>>>>
>>>> The one that can be shown using Help->Help Content->Web Application
>>>> Development User Guide->Creating J2ee and enterprise
>>>> applications->J2ee Applications.
>>>>
>>>> Could someone pint me to the location in CVS.
>>>>
>>>> Best Regards,
>>>> Kiril
>>>>
>>
>>
|
|
|
Re: Documentation of WTP Project in CVS [message #201344 is a reply to message #201335] |
Fri, 05 October 2007 08:15   |
Eclipse User |
|
|
|
Originally posted by: merks.ca.ibm.com
Kiril,
Sorry for only pointing out the obvious... Sometimes doc plugins have
contents that are jarred, so it's likely best to extract from CVS to
find the things you are looking for rather than importing plugins from
the installation...
kiril mitov wrote:
> Hi Ed,
>
> I have tried using the eclipse search but with no success.
> I will try to import all the projects as source projects and execute
> the search again, but I was willing to skip this step.
>
> Regards,
> Kiril
>
>
> Ed Merks wrote:
>
>> Kiril,
>
>> Sorry. I don't know and folks seem a tad reluctant to answer
>> questions in this newsgroup. If you have it all in Eclipse, have you
>> tried to use Eclipse's search to look for some things you know are in
>> the documentation?
>
>
>> kiril mitov wrote:
>>> Hi Ed,
>>> I know the repository paths and I have even synced all the
>>> org.eclipse.wst*.doc.* and org.eclipse.jst*.doc.* plugins and
>>> features from the CVS, but I still can not find the plugin in which
>>> the documentation for Web Application Development User Guide is
>>> located.
>>>
>>> Does anyone know the location?
>>>
>>> Best Regards,
>>> Kiril
>>> Ed Merks wrote:
>>>
>>>> Kiril,
>>>
>>>> This link will help get you as far as the repository:
>>>
>>>> http://wiki.eclipse.org/index.php/CVS_Howto#CVS_Repository_P aths
>>>
>>>> Hopefully in won't be hard to find it in there...
>>>
>>>
>>>> kiril mitov wrote:
>>>>> Hi all,
>>>>> I am trying to find the documentation of the WTP project and its
>>>>> location in CVS.
>>>>>
>>>>> The one that can be shown using Help->Help Content->Web
>>>>> Application Development User Guide->Creating J2ee and enterprise
>>>>> applications->J2ee Applications.
>>>>>
>>>>> Could someone pint me to the location in CVS.
>>>>>
>>>>> Best Regards,
>>>>> Kiril
>>>>>
>>>
>>>
>
>
|
|
| | |
Re: Documentation of WTP Project in CVS [message #201699 is a reply to message #201306] |
Wed, 10 October 2007 01:11  |
Eclipse User |
|
|
|
On Fri, 05 Oct 2007 03:05:04 -0400, kiril mitov <k.mitov@sap.com> wrote:
>
> I know the repository paths and I have even synced all the
> org.eclipse.wst*.doc.* and org.eclipse.jst*.doc.* plugins and features
> from the CVS, but I still can not find the plugin in which the
> documentation for Web Application Development User Guide is located.
>
> Does anyone know the location?
>
Here's a few tips in finding what you need.
First, it sometimes helps, in newsgroups posts such as this, to give a little motivation for people to respond.
We are notoriously slow in responding, and I'm not saying that's your fault ... but, it does help if you say why you need to know.
More helpfully ... our user docs are orgainzed in features with "userdoc" in their names.
So, for example, org.eclipse.jst.enterprise_userdoc.feature contains many of the specific plugins that make up
the "Web Application Development User Guide". (But you'd have to get all such features, and all such plugins to tell what has what).
So, once you know those plugin names ... where are they in CVS?
Many are, right now, in the "doc" directory under jst or wst, for example,
jst/components/doc/plugins/....
How can you find that out on your own? One "tip" is to make use of the "modules" file in CVS. That file maps
the simple plugin (module) names to their "deep" cvs directory structure. It is actually not quite perfectly
complete, but fairly complete and as one example, in there you would find
#*************** jst-doc.map
#*************** End User Docs
org.eclipse.jst.ejb.doc.user jst/components/doc/plugins/org.eclipse.jst.ejb.doc.user
org.eclipse.jst.j2ee.doc.user jst/components/doc/plugins/org.eclipse.jst.j2ee.doc.user
org.eclipse.jst.server.ui.doc.user jst/components/doc/plugins/org.eclipse.jst.server.ui.doc.use r
org.eclipse.jst.ws.axis.ui.doc.user jst/components/doc/plugins/org.eclipse.jst.ws.axis.ui.doc.us er
org.eclipse.jst.ws.consumption.ui.doc.user jst/components/doc/plugins/org.eclipse.jst.ws.consumption.ui .doc.user
org.eclipse.jst.ws.doc.user jst/components/doc/plugins/org.eclipse.jst.ws.doc.user
#*************** ISV Docs
org.eclipse.jst.doc.isv jst/components/doc/plugins/org.eclipse.jst.doc.isv
I guess in a similar way, our map files also relate this plugin-to-cvs mapping.
And just to really complicate things ... this structure is likely changing this fall (from a few weeks, to a few months, not sure yet) .... so, it's good you'll be learning these general "discovery" techniques :)
Hope this helps,
|
|
|
Goto Forum:
Current Time: Wed Jul 16 20:07:26 EDT 2025
Powered by FUDForum. Page generated in 0.05718 seconds
|