Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [stellation-res] One last core installation question and 3rd party libs plugin

On Mon, 2002-12-23 at 19:55, Jeffrey Howard wrote:
> Hello,
> 
> Well, now that Stellation is passing all the script tests on my
> server, I've been getting a small trial project together that I can
> work on using Stellation.
> 
> I ran into one last snag trying to get Stellation up and running: this
> time with the server script, stellationd.  There's a variable
> declaration toward the top:
> 
> my $javahome = "${java.dir}";
> 
> My Perl is a little rusty.  Is this fetching an environment variable
> called java.dir?  Or is it meant to be replaced by ant in the build
> process with the user's actual java home directory?  In any case, I
> didn't have it defined, so I got the following error printed to
> stderr, "Error starting server process."

That's supposed to be replaced by ant with the directory of
the Java executable. 



> Next I moved on to installing the Eclipse plugin for Stellation.  I
> downloaded the 3rd-Party Plug-ins for Stellation, packaged up in
> stelLibs.zip.  When the update manager tries to install the feature, I
> get an error message:
> 
> Unable to complete action for feature "3rd-Party Plug-ins for
> Stellation" due to errors.
> 
> When I look at the details section of the error dialog, I see:
> 
> Unable to retrieve remote reference:
> "file:/home/jhoward/temp/stellation/stellationLibs/features/org.eclipse.stellation.3rdparty.feature_1.0.0/about.html".
> [/home/jhoward/temp/stellationLibs/features/org.eclipse.stellation.3rdparty.feature_1.0.0/about.html
> (No such file or directory)]
> 
> 
> It looks as though Eclipse is looking for an about.html file in the
> fragment and is not finding one.  I tried to just add an about.html
> file to the org.eclipse.stellation.3rdparty.feature_1.0.0.jar file,
> but I kept getting the same error.

The installable feature package was created by Jim Wright for our
team. Unfortunately, Jim is the only one in the group who knows the
mechanics of installable features yet; and he's away on vacation until
January 2nd. 

I'm almost certain that I installed a version of the 3rd party jars from
an internal server using M4. I'll try to take a look at the feature
jar that seemed to work for me, and the one on the external website,
and see if there's any difference.

	-Mark

-- 
Mark Craig Chu-Carroll,  IBM T.J. Watson Research Center  
*** The Stellation project: Advanced SCM for Collaboration
***		http://www.eclipse.org/stellation
*** Work Email: mcc@xxxxxxxxxxxxxx  ------- Personal Email: markcc@xxxxxxxxxxx




Back to the top