Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 340581 - Jboss 4.2 does not publish when a dependency in another project changes
Summary: Jboss 4.2 does not publish when a dependency in another project changes
Status: NEW
Alias: None
Product: WTP EJB Tools
Classification: WebTools
Component: jst.ejb (show other bugs)
Version: unspecified   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: jst.ejb CLA
QA Contact: Kaloyan Raev CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-21 12:26 EDT by slargollo CLA
Modified: 2011-03-21 12:26 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description slargollo CLA 2011-03-21 12:26:54 EDT
Build Identifier: 20100917-0705

I can't make this work anymore:

1. I create a dynamic web project and publish it to JBoss 4.2;
2. I create a java project and add it to the web project deployment list;
3. When I changed any file of the web project, the status on the servers window changes to "republish" and I can publish it. But if I change any file of the java project, the status still changes to "republish" but clicking the publish button accomplishes nothing. I have to change and save a file of the web project to publish the changes of the java project.

Ganymede is the last version of eclipse which I don't have any problems with this.

This problem occurs in linux and windows alike and in the new version of eclipse (Helios)


Reproducible: Always

Steps to Reproduce:
1. create a dynamic web project and publish it to JBoss 4.2;
2. create a java project with a java class and add it to the web project deployment list;
3. changing the class in the java project, changes the status in the server's window to publish, but clicking the publishing button accomplishes nothing.