1

Hi stackoverflower,
I use eclipse Helios and this is my problem.

I have main project name main. It is Dynamic Web Project.
I have util project name util. It is Simple Java Project.

I open Deployment Assembly from main project.
I click Add -> Project -> choose util project-> Finish
In my screen show new project in table

Source : util | Deploy Path : /WEB-INF/lib/util.jar

Anything look good, I click OK.
But when I go to Deployment Assembly again util project disappear.
And sure that when I deploy, util project doesn't become jar file library.

Thanks for all suggestion.

diewland
  • 1,865
  • 5
  • 30
  • 41
  • Are you using Helios SR1 (3.6.1)? There was a lot of fixes on the Deployment Assembly front (https://bugs.eclipse.org/bugs/show_bug.cgi?id=318068) – VonC Jan 26 '11 at 07:56
  • It works! I update eclipse and anything is ok. Big thanks @VonC !! :D – diewland Jan 26 '11 at 08:17
  • glad you made it work :) I have added that bug reference as an answer, for others to see. – VonC Jan 26 '11 at 08:25

1 Answers1

1

To echo my comments above, I took notice of bug 318068 "Aggregate Deployment Assembly fixes for Helios SR1", which includes a lot a bug fixes regarding that feature.

The OP diewland reports:

It works! I update eclipse and anything is ok.

So Eclipse3.6.1 is recommended for "Deployment Assembly" operations.

Community
  • 1
  • 1
VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250