Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[higgins-dev] Importing/building STS projects

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

Back to the top