This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 59174 - Can't run project checked out from VCS
Summary: Can't run project checked out from VCS
Status: CLOSED DUPLICATE of bug 58255
Alias: None
Product: javaee
Classification: Unclassified
Component: Web Project (show other bugs)
Version: 4.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Radko Najman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-23 14:02 UTC by Jiri Kovalsky
Modified: 2006-03-24 12:57 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Kovalsky 2005-05-23 14:02:51 UTC
FCS build #200505031930 of NetBeans 4.1
Windows XP, JDK 1.5.0_03 build #06

Description:
============
It is impossible to run project right after it was checked out from VCS. The
process complains that:

...
run-deploy:
Undeploying ...
Deployment error: TomcatManager.undeploy invalid TargetModuleID passed.  See the
server log file for details.
C:\test\backup\WebApplication1\nbproject\build-impl.xml:365: Deployment error:
TomcatManager.undeploy invalid TargetModuleID passed.  See the server log file
for details.
BUILD FAILED (total time: 1 second)

Be sure to count with this scenario when fixing Webapps & VCS support in next
version of NetBeans.

Steps to reproduce:
===================
1. Register some CVS working directory in "Versioning Manager".
2. Create new sample web application project located in this directory.
3. Switch to "Files" view and run "CVS|Add" on the web project root node.
4. Push "Add" button and check "Add All Local Files in Folder Contents" option.
5. Check "Add the Folder ..." and "Proceed With ..." checkboxes. Push "OK".
6. Type "." into "Enter Reason" textarea in Commit dialog and push "OK" again.
7. Press CTRL and invoke "Versioning|CVS|Check Out..." from main menu.
8. Setup some empty directory as "Working Directory" and set other settings
accordingly to access your CVS server.
9. Select "Module(s)" option and type your web project name in its textfield.
10. Uncheck "Prune Empty Folders" option and push "OK" button.
11. Use "File|Open Project..." to open the project you have just checked out.
12. Right click the project and invoke "Run Project".
Comment 1 Jiri Kovalsky 2005-05-23 14:43:35 UTC
This is actually a dup of #58266 which has already been fixed in trunk.

*** This issue has been marked as a duplicate of 58255 ***
Comment 2 Jiri Kovalsky 2005-05-23 14:47:07 UTC
Sorry for the spam, I should probably get my brain memory chips replaced. :-|