- This topic has 3 replies, 2 voices, and was last updated 19 years ago by Riyad Kalla.
-
AuthorPosts
-
benzyMemberI have several .properties files that need to be included in my build. I placed them alongside the ApplicationResources.properties file and refreshed my Package Explorer window. The files are displayed. Problem is they are not being copied over during deployment. I am deploying to weblogic 8.1 server.
Here is my configuration info:
*** Date: Thu Jan 26 10:36:16 EST 2006
*** System properties:
OS=Windows2000
OS version=5.0
Java version=1.4.2_10*** MyEclipse details:
MyEclipse Enterprise WorkbenchVersion: 4.0.3 GA
Build id: 20051025-4.0.3-GA*** Eclipse details:
Eclipse SDKVersion: 3.1.0
Build id: I20050627-1435Eclipse Platform
Version: 3.1.0
Build id: I20050627-1435Eclipse Java Development Tools
Version: 3.1.0
Build id: I20050627-1435Eclipse Project SDK
Version: 3.1.0
Build id: I20050627-1435Eclipse Graphical Editing Framework
Version: 3.1
Build id: 200509301327Eclipse RCP
Version: 3.1.0
Build id: I20050627-1435Eclipse Plug-in Development Environment
Version: 3.1.0
Build id: I20050627-1435Eclipse startup command=-os
win32
-ws
win32
-arch
x86
-launcher
C:\eclipse\eclipse.exe
-name
Eclipse
-showsplash
600
-exitdata
c64_50
-vm
C:\Program Files\Java\j2re1.4.2_10\bin\javaw.exe
Riyad KallaMemberWhere did you put them? They should be inside of a source package somewhere, double check that the dir you put them in is considered a source package by opening your Project Properties and going to Java Build Path > Source.
benzyMemberI added them as new files to the src directory. It turns out it was a weblogic thing. They were present in the .war file but when weblogic exploded the war it failed to copy the .properties files. I deleted the exploded war folders and redeployed. Sure enough they came in.
Riyad KallaMemberGlad to hear it’s working now.
-
AuthorPosts