Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Reviving an old project(How to get information about eclipse version and plugins used on a project)
Reviving an old project [message #1699701] Fri, 26 June 2015 02:48 Go to next message
Ricardo A. Glez. Gazapo is currently offline Ricardo A. Glez. GazapoFriend
Messages: 5
Registered: June 2012
Junior Member
There is a procedure of how to know what version of eclipse and what plugins were used on a project?

I have an old project eclipse (to be deployed on Apache Tomcat (my only reference)) and I need to know which version of eclipse was used and what plugins in order to revive it.

[Updated on: Fri, 26 June 2015 02:48]

Report message to a moderator

Re: Reviving an old project [message #1699839 is a reply to message #1699701] Sat, 27 June 2015 04:09 Go to previous messageGo to next message
Russell Bateman is currently offline Russell BatemanFriend
Messages: 3798
Registered: July 2009
Location: Provo, Utah, USA
Senior Member

On 06/25/2015 08:48 PM, Ricardo A. Glez. Gazapo wrote:
> There is a procedure of how to know what version of eclipse and what
> plugins were used on a project?
>
> I have an old project eclipse (to be deployed on Apache Tomcat (my only
> reference)) and I need to know wich version of eclised was used and what
> plugins in order to revive it.

Is there a reason for being so "historical"? Why not just bring it up in
the latest Eclipse and one of the later Tomcats? The only way that won't
work is if the application was specifically tapping into Tomcat
internals that have changed since it was done. In my experience, it's
unlikely that this would have been the case and equally unlikely that
Tomcat would be the reason it won't work using "modern" tools.

Or, did you try and already know it won't work?
Re: Reviving an old project [message #1700034 is a reply to message #1699839] Mon, 29 June 2015 18:38 Go to previous messageGo to next message
Ricardo A. Glez. Gazapo is currently offline Ricardo A. Glez. GazapoFriend
Messages: 5
Registered: June 2012
Junior Member
The application is on production since 2007. I just did what you suggested, but i get so many errors that make me think if may be is more simple replicate the scenario were the code was made.
Re: Reviving an old project [message #1700069 is a reply to message #1700034] Mon, 29 June 2015 23:24 Go to previous messageGo to next message
Russell Bateman is currently offline Russell BatemanFriend
Messages: 3798
Registered: July 2009
Location: Provo, Utah, USA
Senior Member

On 06/29/2015 12:38 PM, Ricardo A. Glez. Gazapo wrote:
> The application is on production since 2007. I just did what you
> suggested, but i get so many errors that make me think if may be is more
> simple replicate the scenario were the code was made.

List a few of those errors here for us. You mean missing symbol errors,
right?
Re: Reviving an old project [message #1700190 is a reply to message #1700069] Tue, 30 June 2015 14:50 Go to previous messageGo to next message
Ricardo A. Glez. Gazapo is currently offline Ricardo A. Glez. GazapoFriend
Messages: 5
Registered: June 2012
Junior Member
Attached an image of some of the erros:
index.php/fa/22358/0/
  • Attachment: errors.PNG
    (Size: 52.01KB, Downloaded 146 times)
Re: Reviving an old project [message #1700228 is a reply to message #1700190] Wed, 01 July 2015 03:21 Go to previous messageGo to next message
Russell Bateman is currently offline Russell BatemanFriend
Messages: 3798
Registered: July 2009
Location: Provo, Utah, USA
Senior Member

On 06/30/2015 08:50 AM, Ricardo A. Glez. Gazapo wrote:
> Attached an image of some of the erros:

I'm unfamiliar with these APIs, but I can confidently state that they
have nothing to do with Tomcat. Tomcat-Eclipse is not your problem.
You're simply missing some other library, likely a sort of presentation API.

Your old project should contain some clues. I'm not seeing enough of the
error messages to know what the package names are so I've been unable to
ascertain what library is missing.
Re: Reviving an old project [message #1700329 is a reply to message #1700228] Wed, 01 July 2015 21:44 Go to previous message
Ricardo A. Glez. Gazapo is currently offline Ricardo A. Glez. GazapoFriend
Messages: 5
Registered: June 2012
Junior Member
You are right, the errors presented are from a library specific to the project.
I went through the code and most of the errors are missing references to STRUCT.

I'm trying to follow the path of using the latest eclipse to compile the project. I'll try to keep posting progress.
Previous Topic:svn subclipse password issue
Next Topic:"gcc" program could not be found
Goto Forum:
  


Current Time: Tue Apr 23 06:06:18 GMT 2024

Powered by FUDForum. Page generated in 0.09503 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top