Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Package explorer and WAR/EAR files
Package explorer and WAR/EAR files [message #182492] Thu, 14 October 2004 09:17 Go to next message
Eclipse UserFriend
Originally posted by: lennart.petersson.redpill.se

JAR files in package explorer (library that project depends on) are
possible to have its content browsed.

But what about WAR/EAR files that are result of my packaging - how can I
have them to expose its content in the same way?

/L
Re: Package explorer and WAR/EAR files [message #182655 is a reply to message #182492] Fri, 15 October 2004 08:07 Go to previous message
Eclipse UserFriend
Lennart wrote:

> JAR files in package explorer (library that project depends on) are
> possible to have its content browsed.

> But what about WAR/EAR files that are result of my packaging - how can I
> have them to expose its content in the same way?

They are basically .jar files. For a simple solution, you could create a
jar copy of the files using a post build step, or a step in an ant build
file (or do it manually of course).

I haven't seen an option to make the package explorer go into these files,
so you will probably have to look at the code of the package explorer to
browse through these files.

Maarten
Previous Topic:CodeAssist auto activation triggers does not work
Next Topic:Creating a Java exe through eclipse ide
Goto Forum:
  


Current Time: Tue Jul 22 08:36:51 EDT 2025

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

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

Back to the top