Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [wtp-wst-dev] New to Eclipse and WST


AFAIK, the only way to get an ssh account is to become a committer on an Eclipse project. :-)

As you've identified the source of the problem to be extracting and importing CVS trees I suggest you move your question to the platform newsgroup (http://eclipse.org/newsgroups/index.html) where someone from the Eclipse 'team' team (that's CVS support) can probably better help you track down the problem.

Let me know if I can be of further help.

Lawrence Mandel

Software Developer
IBM Rational Software
Phone: 905 - 413 - 3814   Fax: 905 - 413 - 4920
lmandel@xxxxxxxxxx



"Godsey, David" <dgodsey@xxxxxxxxxx>
Sent by: wtp-wst-dev-bounces@xxxxxxxxxxx

07/11/2005 04:23 PM

Please respond to
"Web Standard Tools developer discussions."

To
"Web Standard Tools developer discussions." <wtp-wst-dev@xxxxxxxxxxx>
cc
Subject
RE: [wtp-wst-dev] New to Eclipse and WST





When I re-checked out the whole project, those files were downloaded.  I do however have to checkout from command line from a remote server, then check it into a cvs repository on that server.  From there I log in via extssh with Eclipse to download it.  It appears there were problems again with the checkout, there seems to be other files missing.  An update does not grab the missing files for me.
 
Here is what I am doing:
% setenv CVSROOT :pserver:anonymous@xxxxxxxxxxxxxxx:/home/webtools
% cvs login
% cvs co wst/components
% setenv CVSROOT /home/jennifer/cvs
% cvs import -m "Updated WST" components Sandia WST
 
Then from Eclipse I use the CVS browser to check xml.ui out.  I do it like this to get around the firewall, which does not allow connections to pserver from the standard port.  Is there a way to get a username and password so I can download via ssh from the cvs repository directly instead of this middle step?  I think this is where I am loosing the files, cvs ignores some of these files for some reason when I import it into a local repository.
 
Thanks for your help in pinpointing the problem.
 
David Godsey
 


From: wtp-wst-dev-bounces@xxxxxxxxxxx [mailto:wtp-wst-dev-bounces@xxxxxxxxxxx] On Behalf Of Lawrence Mandel
Sent:
Monday, July 11, 2005 11:41 AM
To:
Web Standard Tools developer discussions.
Subject:
RE: [wtp-wst-dev] New to Eclipse and WST



Hi David,


Those two source folders do exist in the CVS repository (see http://dev.eclipse.org/viewcvs/index.cgi/wst/components/xml/plugins/org.eclipse.wst.xml.ui/?cvsroot=WebTools_Project) and should show up when you update your project. Have you perhaps added them to your cvsignore? Have you tried deleting the complete plugin from your local machine and extracting the complete plugin again? Did you extract a certain version of the plugin (ie. are you extracting from HEAD)?


Lawrence Mandel

Software Developer
IBM Rational Software
Phone: 905 - 413 - 3814   Fax: 905 - 413 - 4920
lmandel@xxxxxxxxxx


"Godsey, David" <dgodsey@xxxxxxxxxx>
Sent by: wtp-wst-dev-bounces@xxxxxxxxxxx

07/11/2005 12:40 PM

Please respond to
"Web Standard Tools developer discussions."


To
"Web Standard Tools developer discussions." <wtp-wst-dev@xxxxxxxxxxx>
cc
Subject
RE: [wtp-wst-dev] New to Eclipse and WST







I do have the necessary pre-reqs installed.

Here is the cvs file structure just after updating from cvs:

old ~/components/xml/plugins/org.eclipse.wst.xml.ui> ls
CVS                     examples                src-multipage
README.txt              icons                   src-wizards
about.html              plugin.properties       templates
build.properties        plugin.xml
buildnotes_xml.html     src
old ~/components/xml/plugins/org.eclipse.wst.xml.ui>

src-catalog and src-validation are not there, and my build is complaining about it.

Any ideas?

David Godsey

-----Original Message-----
From: wtp-wst-dev-bounces@xxxxxxxxxxx on behalf of Lawrence Mandel
Sent: Wed 7/6/2005 5:23 PM
To: Web Standard Tools developer discussions.
Subject: RE: [wtp-wst-dev] New to Eclipse and WST

Hi David,

Do you have the necessary prereqs for the xml.ui plugin? It requires such
plugins as org.eclipse.wst.sse.core, org.eclipse.wst.common.uri.resolver,
and org.eclipse.wst.validation. If so, try performing an update.
org.eclipse.wst.xml.ui builds correctly when I extract it and its prereqs.

Lawrence Mandel

Software Developer
IBM Rational Software
Phone: 905 - 413 - 3814   Fax: 905 - 413 - 4920
lmandel@xxxxxxxxxx



"Godsey, David" <dgodsey@xxxxxxxxxx>
Sent by: wtp-wst-dev-bounces@xxxxxxxxxxx
07/06/2005 04:10 PM
Please respond to
"Web Standard Tools developer discussions."


To
"Web Standard Tools developer discussions." <wtp-wst-dev@xxxxxxxxxxx>
cc

Subject
RE: [wtp-wst-dev] New to Eclipse and WST






I appreciate the reply.  I'm going through the tutorial I ran into some
problems with the build environment.

Copied from the log view:

Severity                 Description             Resource In Folder  
Location
Creation Time
2                Project org.eclipse.wst.xml.ui is missing required source
folder: 'src-catalog'            org.eclipse.wst.xml.ui  July 6,
2005 2:03:34 PM
2                Project org.eclipse.wst.xml.ui is missing required source
folder: 'src-validation'                 org.eclipse.wst.xml.ui
July 6, 2005 2:03:34 PM
2                The project cannot be built until build path errors are
resolved
org.eclipse.wst.xml.ui                                           July 6,
2005 2:03:34 PM
2                Attribute 'id' of element 'plugin' must be defined.
plugin.xml               org.eclipse.wst.xml.ui          line 3 July 6,
2005 2:03:34 PM
2                Attribute 'name' of element 'plugin' must be defined.
plugin.xml               org.eclipse.wst.xml.ui          line 3 July 6,
2005 2:03:34 PM
2                Attribute 'version' of element 'plugin' must be defined.
plugin.xml               org.eclipse.wst.xml.ui          line 3 July 6,
2005 2:03:34 PM
2                Referenced class
'org.eclipse.wst.xml.ui.internal.catalog.XMLCatalogPreferencePage' in
attribute 'class' is not on the plug-in classpath. plugin.xml
org.eclipse.wst.xml.ui           line 13                 July 6, 2005
2:03:34 PM
2                Unknown extension point:
'org.eclipse.wst.xml.ui.catalogFileType'.                plugin.xml
org.eclipse.wst.xml.ui           line 18                 July 6, 2005
2:03:34 PM
2                Unknown extension point:
'org.eclipse.wst.sse.ui.extendedconfiguration'.          plugin.xml
org.eclipse.wst.xml.ui           line 35                 July 6, 2005
2:03:34 PM
2                Referenced class
'org.eclipse.wst.sse.ui.internal.StructuredResourceMarkerAnnotationModel
Factory' in attribute 'class' is not on the plug-in classpath.
plugin.xml               org.eclipse.wst.xml.ui          line 81  July 6,
2005 2:03:34 PM
2                Unknown extension point:
'org.eclipse.wst.sse.ui.adapterFactoryDescription'. plugin.xml
org.eclipse.wst.xml.ui           line 84                 July 6, 2005
2:03:34 PM
2                Unknown extension point:
'org.eclipse.wst.sse.ui.embeddedAdapterFactoryProvider'.
plugin.xml               org.eclipse.wst.xml.ui          line 91  July 6,
2005 2:03:34 PM
2                Referenced class 'org.eclipse.core.resources.IResource'
in
attribute 'class' is not on the plug-in classpath. plugin.xml
org.eclipse.wst.xml.ui           line 219                July 6, 2005
2:03:34 PM
2                Referenced class 'org.eclipse.core.resources.IFile' in
attribute
'objectClass' is not on the plug-in classpath.           plugin.xml
org.eclipse.wst.xml.ui           line 229                July 6, 2005
2:03:34 PM
2                Referenced class 'org.eclipse.core.resources.IFile' in
attribute
'objectClass' is not on the plug-in classpath.           plugin.xml
org.eclipse.wst.xml.ui           line 253                July 6, 2005
2:03:34 PM
2                Unknown extension point:
'org.eclipse.wst.sse.ui.sourcevalidation'.               plugin.xml
org.eclipse.wst.xml.ui           line 322                July 6, 2005
2:03:34 PM
2                Referenced class
'org.eclipse.ui.editors.text.TextFileDocumentProvider' in attribute
'class' is not on the plug-in classpath.                 plugin.xml
org.eclipse.wst.xml.ui           line 340                July 6, 2005
2:03:34 PM
2                Referenced class
'org.eclipse.ui.texteditor.TaskRulerAction' in
attribute 'class' is not on the plug-in classpath. plugin.xml
org.eclipse.wst.xml.ui           line 353                July 6, 2005
2:03:34 PM
2                Referenced class
'org.eclipse.ui.texteditor.BookmarkRulerAction'
in attribute 'class' is not on the plug-in classpath. plugin.xml
org.eclipse.wst.xml.ui           line 361                July 6, 2005
2:03:34 PM
2                Referenced class 'org.eclipse.core.resources.IFile' in
attribute
'objectClass' is not on the plug-in classpath.           plugin.xml
org.eclipse.wst.xml.ui           line 374                July 6, 2005
2:03:34 PM
2                Referenced class
'org.eclipse.wst.xml.ui.internal.validation.ValidateXMLFileActionDelegat
e' in attribute 'class' is not on the plug-in classpath.
plugin.xml               org.eclipse.wst.xml.ui          line 391  July 6,
2005
2:03:34 PM
2                Referenced class 'org.eclipse.core.resources.IFile' in
attribute
'objectClass' is not on the plug-in classpath.           plugin.xml
org.eclipse.wst.xml.ui           line 402                July 6, 2005
2:03:34 PM
2                Referenced class
'org.eclipse.wst.xml.ui.internal.validation.ValidateXMLFileActionDelegat
e' in attribute 'class' is not on the plug-in classpath.
plugin.xml               org.eclipse.wst.xml.ui          line 407  July 6,
2005
2:03:34 PM
2                Referenced class 'org.eclipse.core.resources.IMarker' in
attribute 'objectClass' is not on the plug-in classpath.
plugin.xml               org.eclipse.wst.xml.ui          line 422  July 6,
2005
2:03:34 PM
2                Referenced class
'org.eclipse.wst.xml.ui.internal.validation.core.errorinfo.ReferencedFil
eErrorActionDelegate' in attribute 'class' is not on the plug-in
classpath.               plugin.xml              org.eclipse.wst.xml.ui  
line 435
July 6, 2005 2:03:34 PM
2                Unknown extension point:
'org.eclipse.wst.validation.validator'.
plugin.xml               org.eclipse.wst.xml.ui          line 449  July 6,
2005
2:03:34 PM
2                Referenced class 'org.eclipse.core.resources.IFile' in
attribute
'objectClass' is not on the plug-in classpath.           plugin.xml
org.eclipse.wst.xml.ui           line 494                July 6, 2005
2:03:34 PM
2                Referenced class 'org.eclipse.wst.xml.ui.actions.PopUp'
in
attribute 'class' is not on the plug-in classpath. plugin.xml
org.eclipse.wst.xml.ui           line 499                July 6, 2005
2:03:34 PM
1                The value for attribute 'label' is not externalized.  The
value
must begin with %.               plugin.xml org.eclipse.wst.xml.ui  line
498
July 6, 2005 2:03:34 PM


Any idea what I am missing?  I have Plugin Dependencies added to the
build path, but there is nothing included.

David Godsey

-----Original Message-----
From: wtp-wst-dev-bounces@xxxxxxxxxxx
[mailto:wtp-wst-dev-bounces@xxxxxxxxxxx] On Behalf Of Nitin Dahyabhai
Sent: Wednesday, July 06, 2005 1:28 PM
To: Web Standard Tools developer discussions.
Subject: Re: [wtp-wst-dev] New to Eclipse and WST

http://eclipse.org/webtools/testtutorials/developingwtp/DevelopingWTP.ht
ml
would be the first place to start.

---
Nitin Dahyabhai



"Godsey, David" <dgodsey@xxxxxxxxxx>
Sent by: wtp-wst-dev-bounces@xxxxxxxxxxx
07/06/2005 03:10 PM
Please respond to
"Web Standard Tools developer discussions."


To
wtp-wst-dev@xxxxxxxxxxx
cc

Subject
[Wtp-wst-dev] New to Eclipse and WST






I would like to setup my eclipse environment to be able to build WST
from
source (WST XML is really what I am interested in).  I will be making
updates and changes to WST XML when I get it all set up.  I have used
CVS
to download all the source, now I need to know the environment tricks to

get it to build.  An help or links to answers to this same question
would
be appreciated.
David Godsey

_______________________________________________
wtp-wst-dev mailing list
wtp-wst-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/wtp-wst-dev


_______________________________________________
wtp-wst-dev mailing list
wtp-wst-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/wtp-wst-dev


_______________________________________________
wtp-wst-dev mailing list
wtp-wst-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/wtp-wst-dev

_______________________________________________
wtp-wst-dev mailing list
wtp-wst-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/wtp-wst-dev


Back to the top