- This topic has 1 reply, 2 voices, and was last updated 18 years, 9 months ago by Riyad Kalla.
-
AuthorPosts
-
Curtis J ReinkeMemberWhen trying to deploy create an exploded directory structure to a custom location, discovered in testing that various HTML files, e.g., index.html, in the WebRoot directory were missing from the custom location directory created. Steps to do this were as follows:
o Created a new deployment specifying Custom Location Suffix
o Specifed a custome directory, e.g., c:\exploded
o Ran the deploy … various HTML files, directories in the WebRoot were missing
o Ran a redeploy … files/directories still missingUsing the Eclipse Resource Perspective and Navigator view, showed that the missing files were indeed present in the Web Application space in the WebRoot directory. Decided to refresh the WebRoot directory and redeploy … files/directories were now present in the custom location.
Any idea as to why this is happening? The custom directory was created new, i.e., it did not contain any content before the deploy/redeploy. Perhaps an unreported bug? Did not see anything related to this problem in the forum.
Configuration Information
————————-*** Date: Tue Feb 21 12:38:35 EST 2006
*** System properties:
OS=WindowsXP
OS version=5.1
Java version=1.5.0_04*** MyEclipse details:
MyEclipse Enterprise WorkbenchVersion: 4.1.0 GA
Build id: 20060122-4.1-GA*** Eclipse details:
Eclipse SDKVersion: 3.1.0
Build id: I20050627-1435Eclipse Platform
Version: 3.1.0
Build id: I20050627-1435Eclipse RCP
Version: 3.1.0
Build id: I20050627-1435Eclipse Java Development Tools
Version: 3.1.0
Build id: I20050627-1435Eclipse Plug-in Development Environment
Version: 3.1.0
Build id: I20050627-1435Eclipse Project SDK
Version: 3.1.0
Build id: I20050627-1435Eclipse startup command=-os
win32
-ws
win32
-arch
x86
-launcher
C:\eclipse_3.1.0\eclipse\eclipse.exe
-name
Eclipse
-showsplash
600
-exitdata
8b0_60
-vm
C:\WINDOWS\SYSTEM32\javaw.exe
Riyad KallaMemberWhenever you perform operations on a file ssytem that is out of sync between the OS’s file system and Eclipse’s view of it, deployments and other operations like builds will fail. When you refreshed, you put Eclipse back in sync and “fixed” it. This setting can be turned on to do it automatically from Window > Prefs > General > Workspace
-
AuthorPosts