facebook

dependent java projects deployment bug

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MyEclipse Archived
  2.  > 
  3. Bugs
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #223424 Reply

    I’m using 3.8.3 on eclipse 3.0.1.
    When depoly a web project with the “jar dependent projects and place in the lib directory”, my dependent projects find their way to the lib directory but without the “.jar” extension.
    I’m using projects in eclipse which include a “.” in their name.
    For example, “PORLVT.hib2” projects generates the deployed file “PORLVT.hib2” instead of “PORLVT.hib2.jar”!

    Thanks.

    #223442

    Riyad Kalla
    Member

    When depoly a web project with the “jar dependent projects and place in the lib directory”, my dependent projects find their way to the lib directory but without the “.jar” extension.
    I’m using projects in eclipse which include a “.” in their name.
    For example, “PORLVT.hib2” projects generates the deployed file “PORLVT.hib2” instead of “PORLVT.hib2.jar”!

    Ahh, thank you for that added info, that is the problem. Because a lot of people use JBoss here and JBoss supports a bunch of different kind of JBoss specific modules like HAR archives, SAR archives, RAR archives, etc. etc. we had to add a way for people to generically allow dependent Java Projects to be named/deployed to any name a user might need, so we decided to allow people to add custom extensions into their project names that the deployment tool would honor when deploying them.

    In your case, you either need to rename the ‘.’ to a ‘-‘ or something else, or just add ‘.jar’ to your project names. Sorry for the trouble.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: dependent java projects deployment bug

You must be logged in to post in the forum log in