• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Error creating project in WSAD (5)

 
Sheriff
Posts: 9109
12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm using WSAD version 5.1.1 and trying to create a new java project using existing files for the project contents rather than the default. But I get a popup that says "An error occurred while creating project. Check log for details. See error log for more details."

Where is this error log supposed to be? What is its name?
 
author
Posts: 23951
142
jQuery Eclipse IDE Firefox Browser VI Editor C++ Chrome Java Linux Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Not sure if I have the same version of eclipse -- but the "error log" is just one of the views. It should be one of the tabs on the bottom.

If it is not there, then try "Windows" --> "Show View" --> "Error Log", to get that view.

From the error log, just right click on the error and click on "open log".

Henry
 
Rancher
Posts: 13459
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Do it that was. Otherwise you can search the plugins directory, I think it is called '.log' unless they renamed it.
 
author & internet detective
Posts: 41860
908
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by David O'Meara:
Do it that was. Otherwise you can search the plugins directory, I think it is called '.log' unless they renamed it.


Yes. It is in workspace/.metadata/.log.

Henry, WSAD 5 = Eclipse 2.1

[edited to fix typo in version #]
[ August 16, 2006: Message edited by: Jeanne Boyarsky ]
 
Marilyn de Queiroz
Sheriff
Posts: 9109
12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Jeanne Boyarsky:

Yes. It is in workspace/.metadata/.log.

Henry, WSAD 5 = Eclipse 2.1


Thank you. I couldn't find it in C:\wsad\eclipse\workspace\.metadata\.plugins or C:\eclipse\workspace\.metadata\.plugins, but I found it in C:\eclipse\workspace\.metadata

Wow, Eclipse 2.1, really? Old stuff.
 
Marilyn de Queiroz
Sheriff
Posts: 9109
12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Henry Wong:
Not sure if I have the same version of eclipse -- but the "error log" is just one of the views. It should be one of the tabs on the bottom.

If it is not there, then try "Windows" --> "Show View" --> "Error Log", to get that view.

From the error log, just right click on the error and click on "open log".

Henry



I can't find this in the menu of WSAD 5 nor in the menu of RAD6. Maybe you have a newer version of Eclipse that isn't integrated yet (although I hear that RAD using Java 5 is coming out soon).
 
Jeanne Boyarsky
author & internet detective
Posts: 41860
908
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Marilyn de Queiroz:

Thank you. I couldn't find it in C:\wsad\eclipse\workspace\.metadata\.plugins or C:\eclipse\workspace\.metadata\.plugins, but I found it in C:\eclipse\workspace\.metadata


Great! In case it isn't obvious to anyone reading this later, I meant that ".log" was the filename and the rest was the directory.


Wow, Eclipse 2.1, really? Old stuff.


Yeah. WSAD 5 has been out a good while now and they weren't on the latest version of Eclipse when it came out. I remember how exciting it was to finally be able to use Eclipe 2.1 plugins in RAD.
 
He got surgery to replace his foot with a pig. He said it was because of this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic