Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [geclipse-dev] Null value for inputstream in gridftp

thx - it works with the EPP package

Ariel Garcia schrie

Hi Bernhard

I have a problem with that Nightly Build. I extracted the content into
the eclipse dir and deleted the old double entries by hand. But I still
get null. How  do I correctly upgrade to the nightly builds?

oh... did you unpack the gEclipse plugins/features zip into the eclipse folder directly?

Or are you using EPP packages? In this last case the easiest solution is to simple delete the old tree and extract a new package.

If you had an Eclipse installation beforehand, and you unpacked the gEclipse plugins zip inside... well, you have to delete or overwrite them by hand...
For the geclipse / resp. the external libs the following should be enough:
  rm -rf eclipse/{plugins,features}/{eu.geclipse,at.jku.gup}*
rm -rf eclipse/plugins/{com.xerox.amazonws,gov.nasa.worldwind,javax.media.opengl,org.bouncycastle,org.glite,org.globus,org.gria,org.vtk,org.xvid,org.jets3t}*


Actually, the clean way to install the plugins from nightly build over an available installation is (just the commands instead of with words):
   GECLIPSE_PATH=<some/path/you/choose>

   cd $ECLIPSE_HOME
   mkdir links
   echo "path=$GECLIPSE_PATH" > links/geclipse.link

   cd $GECLIPSE_PATH
   unzip eu.geclipse-N20080602-0500.zip
   unzip eu.geclipse-additional-components-N20080602-0500.zip
cat < EOF > eclipse/.eclipseextension
id=org.eclipse.platform
name=Eclipse Platform
version=3.3.0
EOF

This will tell eclipse to find an additional bundles folder in $GECLIPSE_PATH , where you can then be sure only the geclipse components are ... so you can rm -rf $GECLIPSE_PATH/eclipse/{plugins,features}
and unpack a new version

Cheers, Ariel
_______________________________________________
geclipse-dev mailing list
geclipse-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/geclipse-dev




Back to the top