• 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
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

Simple file path question in CVS project

 
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi-

Why does this file:

jforum/WEB-INF/lib/mysql-connector-java-3.1.12-bin.jar

appear in Eclipse at the root level (along with other jar files) as opposed to in jforum/WEB-INF/lib like some of the other jar files?

thanks!

[originally posted on jforum.net by MyJForum]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Don't know. Where it appears on the filesystem?

Rafael
[originally posted on jforum.net by Rafael Steil]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Rafael Steil wrote:Don't know. Where it appears on the filesystem?

Rafael



Nope.

For example:

bsh-2.0b4.jar is on the filesystem at:
jforum/WEB-INF/lib
and at the same location in the Eclipse project.
However, mysql-connector-java-3.1.12-bin.jar is on the filesystem at jforum/WEB-INF/lib, but it appears in Eclipse at the root level.

I checked out the project from CVS without moving anything around.

Very peculiar!


[originally posted on jforum.net by MyJForum]
 
Look! I laid an egg! Why does it smell like that? Tiny ad, does this smell weird to you?
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic