• 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

using ant script in eclipse

 
Ranch Hand
Posts: 254
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,
When I was exporting plugin projects in Eclipse RCP using ant script I got error message that a particular plugin project was missing(although it was present)stating to see log file for more details.
I searched in many locations but couldnt find the log file.

Can someone please let me know where exactly is the log file generated during the export.
Please note that this log file is not the same as the one that is generated due to compilation error in the plugin projects.

Regards
Joshua
 
Ranch Hand
Posts: 59
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You can find a file as "LOG_FILE" in your eclipse root folder which is the log file you were asking for.
 
Joshua Antony
Ranch Hand
Posts: 254
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I got the same error again but couldnt find LOG_FILE in eclipse root folder
 
Joshua Antony
Ranch Hand
Posts: 254
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
To be more specific I get the error during execution of generateFeature target in productBuild.xml located at

..\eclipse location\plugins\org.eclipse.pde.build_3.2.1.r321_v20060823\scripts\productBuild\prod
uctBuild.xml:46: Unable to find plug-in: Plugin name. Please check the error log for more details.
 
Saloon Keeper
Posts: 27762
196
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
IIRC, there's a hidden subdirectory in your workspace directory (named ".eclipse" or something like that. The log file is inside that subdirectory.

Although every time I've looked at it, the info it presented was useless to me.
 
Ranch Hand
Posts: 1170
Hibernate Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The log file should be in the '.metadata' folder at the base of your 'workspace' directory. It should not be hidden. Your on windows or Linux?

It will also be displayed in the Error view
Window->Show View->Error Log
 
Paper jam tastes about as you would expect. Try some on this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic