]
Martin Malina closed JBIDE-20589.
---------------------------------
Rejected, closing.
clicking 'Publish' should wait until build is complete
------------------------------------------------------
Key: JBIDE-20589
URL:
https://issues.jboss.org/browse/JBIDE-20589
Project: Tools (JBoss Tools)
Issue Type: Enhancement
Components: server
Affects Versions: 4.3.0.Beta2
Environment: Eclipse 4.5
Reporter: The Alchemist
Assignee: Rob Stryker
Fix For: 4.3.0.CR1
It would be nice if Publishing waited for a Build to complete (if it depends on one of
the modules that's building).
I have a few projects that take ~20 seconds to build through Eclipse, but when I hit
'Publish to server', it seems to take effect eventually.
I was thinking a behavior similar to the Eclipse JUnit runner would be nice: if I do
"Run As->JUnit test", it'll wait until the build is complete (if that
project is building).
Not sure how difficult this is to implement.