Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[higgins-dev] lost emails

not sure why these aren't coming through.  Trying again (as attachments)
--- Begin Message ---
  • From: "Jim Sermersheim" <jimse@xxxxxxxxxx>
  • Date: Wed, 25 Oct 2006 15:13:28 -0600
Mike,
 
Are there instructions on what's needed to get the STS components into Eclipse and build them?
 
The first thing I noticed was that the project names don't match the plugin names. I'm probably butchering terminology -- here's what I mean:
 
lacking a .psf file, I built my own like this
<?xml version="1.0" encoding="UTF-8"?>
<psf version="2.0">
 <provider id="org.eclipse.team.cvs.core.cvsnature">
  <project reference="1.0,:extssh:dev.eclipse.org:/home/technology,org.eclipse.higgins/plugins/org.eclipse.higgins.sts.core,org.eclipse.higgins.sts.core"/>
  <project reference="1.0,:extssh:dev.eclipse.org:/home/technology,org.eclipse.higgins/plugins/org.eclipse.higgins.sts.SAMLExtension,org.eclipse.higgins.sts.SAMLExtension"/>
  <project reference="1.0,:extssh:dev.eclipse.org:/home/technology,org.eclipse.higgins/plugins/org.eclipse.higgins.sts.UsernameTokenExtension,org.eclipse.higgins.sts.UsernameTokenExtension"/>
  <project reference="1.0,:extssh:dev.eclipse.org:/home/technology,org.eclipse.higgins/plugins/org.eclipse.higgins.sts.bindings.Axis1x,org.eclipse.higgins.sts.bindings.Axis1x"/>
  <project reference="1.0,:extssh:dev.eclipse.org:/home/technology,org.eclipse.higgins/plugins/org.eclipse.higgins.sts.bindings.Axis1xService,org.eclipse.higgins.sts.Axis1xService"/>
  <project reference="1.0,:extssh:dev.eclipse.org:/home/technology,org.eclipse.higgins/plugins/org.eclipse.higgins.sts.bindings.Axis1xTypes,org.eclipse.higgins.sts.bindings.Axis1xTypes"/>
 </provider>
</psf>
after importing, I have errors like:  Project org.eclipse.higgins.sts.Axis1xService is missing required Java project: 'BindingsAxis1x' org.eclipse.higgins.sts.Axis1xService   October 25, 2006 3:08:38 PM 9569
Meaning, I should have made the project name for the bindings.Axis1x look like this "BindingsAxis1x" instead of this "org.eclipse.higgins.sts.bindings.Axis1x"
 
Jim

--- End Message ---
--- Begin Message ---
  • From: "Jim Sermersheim" <jimse@xxxxxxxxxx>
  • Date: Wed, 25 Oct 2006 16:31:05 -0600
Next item:  the sts core seems I need an eclipse Tomcat plugin.  I'm getting one from here: http://openknows.free.fr/, but the classpath in the sts core doesn't seem to match...
 
Jim
 
 
 
 
Mike,
 
Are there instructions on what's needed to get the STS components into Eclipse and build them?
 
The first thing I noticed was that the project names don't match the plugin names. I'm probably butchering terminology -- here's what I mean:
 
lacking a .psf file, I built my own like this
<?xml version="1.0" encoding="UTF-8"?>
<psf version="2.0">
 <provider id="org.eclipse.team.cvs.core.cvsnature">
  <project reference="1.0,:extssh:dev.eclipse.org:/home/technology,org.eclipse.higgins/plugins/org.eclipse.higgins.sts.core,org.eclipse.higgins.sts.core"/>
  <project reference="1.0,:extssh:dev.eclipse.org:/home/technology,org.eclipse.higgins/plugins/org.eclipse.higgins.sts.SAMLExtension,org.eclipse.higgins.sts.SAMLExtension"/>
  <project reference="1.0,:extssh:dev.eclipse.org:/home/technology,org.eclipse.higgins/plugins/org.eclipse.higgins.sts.UsernameTokenExtension,org.eclipse.higgins.sts.UsernameTokenExtension"/>
  <project reference="1.0,:extssh:dev.eclipse.org:/home/technology,org.eclipse.higgins/plugins/org.eclipse.higgins.sts.bindings.Axis1x,org.eclipse.higgins.sts.bindings.Axis1x"/>
  <project reference="1.0,:extssh:dev.eclipse.org:/home/technology,org.eclipse.higgins/plugins/org.eclipse.higgins.sts.bindings.Axis1xService,org.eclipse.higgins.sts.Axis1xService"/>
  <project reference="1.0,:extssh:dev.eclipse.org:/home/technology,org.eclipse.higgins/plugins/org.eclipse.higgins.sts.bindings.Axis1xTypes,org.eclipse.higgins.sts.bindings.Axis1xTypes"/>
 </provider>
</psf>
after importing, I have errors like:  Project org.eclipse.higgins.sts.Axis1xService is missing required Java project: 'BindingsAxis1x' org.eclipse.higgins.sts.Axis1xService   October 25, 2006 3:08:38 PM 9569
Meaning, I should have made the project name for the bindings.Axis1x look like this "BindingsAxis1x" instead of this "org.eclipse.higgins.sts.bindings.Axis1x"
 
Jim

--- End Message ---
--- Begin Message ---
  • From: "Jim Sermersheim" <jimse@xxxxxxxxxx>
  • Date: Wed, 25 Oct 2006 16:40:46 -0600
core also seems to want two builders "org.eclipse.wst.common.project.facet.core.builder" and "org.eclipse.wst.validation.validationbuilder". I'll have to figure out what those are.
 
 
 
Next item:  the sts core seems I need an eclipse Tomcat plugin.  I'm getting one from here: http://openknows.free.fr/, but the classpath in the sts core doesn't seem to match...
 
Jim
 
 
 
 
Mike,
 
Are there instructions on what's needed to get the STS components into Eclipse and build them?
 
The first thing I noticed was that the project names don't match the plugin names. I'm probably butchering terminology -- here's what I mean:
 
lacking a .psf file, I built my own like this
<?xml version="1.0" encoding="UTF-8"?>
<psf version="2.0">
 <provider id="org.eclipse.team.cvs.core.cvsnature">
  <project reference="1.0,:extssh:dev.eclipse.org:/home/technology,org.eclipse.higgins/plugins/org.eclipse.higgins.sts.core,org.eclipse.higgins.sts.core"/>
  <project reference="1.0,:extssh:dev.eclipse.org:/home/technology,org.eclipse.higgins/plugins/org.eclipse.higgins.sts.SAMLExtension,org.eclipse.higgins.sts.SAMLExtension"/>
  <project reference="1.0,:extssh:dev.eclipse.org:/home/technology,org.eclipse.higgins/plugins/org.eclipse.higgins.sts.UsernameTokenExtension,org.eclipse.higgins.sts.UsernameTokenExtension"/>
  <project reference="1.0,:extssh:dev.eclipse.org:/home/technology,org.eclipse.higgins/plugins/org.eclipse.higgins.sts.bindings.Axis1x,org.eclipse.higgins.sts.bindings.Axis1x"/>
  <project reference="1.0,:extssh:dev.eclipse.org:/home/technology,org.eclipse.higgins/plugins/org.eclipse.higgins.sts.bindings.Axis1xService,org.eclipse.higgins.sts.Axis1xService"/>
  <project reference="1.0,:extssh:dev.eclipse.org:/home/technology,org.eclipse.higgins/plugins/org.eclipse.higgins.sts.bindings.Axis1xTypes,org.eclipse.higgins.sts.bindings.Axis1xTypes"/>
 </provider>
</psf>
after importing, I have errors like:  Project org.eclipse.higgins.sts.Axis1xService is missing required Java project: 'BindingsAxis1x' org.eclipse.higgins.sts.Axis1xService   October 25, 2006 3:08:38 PM 9569
Meaning, I should have made the project name for the bindings.Axis1x look like this "BindingsAxis1x" instead of this "org.eclipse.higgins.sts.bindings.Axis1x"
 
Jim

--- End Message ---

Back to the top