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.

link|improve this question

You should use maven :) – Stefanos Kalantzis Jan 26 '11 at 7:47
Are you using Helios SR1 (3.6.1)? There was a lot of fixes on the Deployment Assembly front (bugs.eclipse.org/bugs/show_bug.cgi?id=318068) – VonC Jan 26 '11 at 7:56
It works! I update eclipse and anything is ok. Big thanks @VonC !! :D – diewland Jan 26 '11 at 8:17
glad you made it work :) I have added that bug reference as an answer, for others to see. – VonC Jan 26 '11 at 8:25
feedback

1 Answer

up vote 1 down vote accepted

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.

link|improve this answer
eclipse indigo sr1 has the same problem, only solved in indigo sr2! Tks a lot! – jaspion Mar 13 at 20:51
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.