For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 5 replies, 3 voices, and was last updated 18 years, 8 months ago by
Tony Herstell.
-
AuthorPosts
-
Tony HerstellParticipantProblem 1
I have a blank scr directory in my war (currently)…
On CVS I can see the src directory.
When I export the project to my MyEclipse at work the src folder is not created and I get warnings in MyEclipse about a missing src folder…I resorted to adding a file x.txt with nothing in it to force a src folder to be created.
Problem 2
When I get the project out of CVS “Sometimes” it loses the connection to the JAR and WAR from the EAR (add and remove project deployments).
pm me and I can arrange access to download the project if you want… its a “jumping off” project for other projects (Seam) to be built from and I wanted it to be easy to use .. and these annoyances are causing some people problems (my guinea pigs)
July 13, 2007 at 6:34 am #272685
Loyal WaterMemberCan you post your installation details for me please. The posting guideline post can be found at the top of the forum.
July 13, 2007 at 2:45 pm #272703
Tony HerstellParticipant*** Date:
Saturday, 14 July 2007 07:43:58 AM NZST** System properties:
OS=Windows2003
OS version=5.2
Java version=1.5.0_11*** MyEclipse details:
MyEclipse Enterprise Workbench
Version: 5.5.1 GA
Build id: 20070521-5.5.1-GA*** Eclipse details:
MyEclipse Enterprise WorkbenchVersion: 5.5.1 GA
Build id: 20070521-5.5.1-GAEclipse Graphical Editing Framework
Version: 3.2.2.v20070208
Build id: 20070208-1315Eclipse Platform
Version: 3.2.2.r322_v20070119-RQghndJN8IM0MsK
Build id: M20070212-1330Eclipse RCP
Version: 3.2.2.r322_v20070104-8pcviKVqd8J7C1U
Build id: M20070212-1330Eclipse Java Development Tools
Version: 3.2.2.r322_v20070104-R4CR0Znkvtfjv9-
Build id: M20070212-1330Eclipse Plug-in Development Environment
Version: 3.2.1.r321_v20060823-6vYLLdQ3Nk8DrFG
Build id: M20070212-1330Eclipse Project SDK
Version: 3.2.2.r322_v20070104-dCGKm0Ln38lm-8s
Build id: M20070212-1330Eclipse startup command=-os
win32
-ws
win32
-arch
x86
-launcher
C:\Program Files (x86)\MyEclipse 5.5.1 GA\eclipse\eclipse.exe
-name
Eclipse
-showsplash
600
-exitdata
169c_e4
-vm
C:\Program Files (x86)\MyEclipse 5.5.1 GA\jre\bin\javaw.exeJuly 13, 2007 at 2:47 pm #272704
Tony HerstellParticipantCopying then pasting an existing “EAR, Jar and War” setup for a project (actually 3 linked projects done the way MyEclipse likes it) within the package explorer is also fraught with error; MyEclipse is trying to do a Microsoft and keeps trying to link the new projects back to the old projects (even if you hack the .* files on the file system).
If you try it you will know what I mean.
Eventually managed it by closing MyEclipse and editing every .* file in the old and new projects until everything was unlinked!
VERY frustrating.July 13, 2007 at 4:46 pm #272708
Scott AndersonParticipantSorry about the headache. As you’ve seen, Eclipse doesn’t take manual modifications to ‘dot’ files well since they’re intended to be only modified
by the system in limited circumstances. So, doing those modifications outside the IDE and then restarting with the -clean commandline option
is what I’d recommend if necessary. However, glad to hear you got it going.July 13, 2007 at 7:20 pm #272711
Tony HerstellParticipantI still suffer from pronlem 1 however (original post)
-
AuthorPosts
