- This topic has 7 replies, 3 voices, and was last updated 15 years, 6 months ago by Loyal Water.
-
AuthorPosts
-
Eric LentzParticipantI have a resources directory under WebRoot that contains a lot of stuff I want to deploy, but I don’t want MyEclipse to consider them during compilation (fsck editor, among other things).
I have turned off validation (right click, exclude and manage validations) but every time I save a .java file and the program compiles code, it takes 6 to 10 seconds to complete the compile. The Progress window indicates that all of that time is taken up in validating that resources directory.
Is there another setting or is this working correctly?
Loyal WaterMemberelentz,
Can you go to Project > properties > MyEclipse > Validation > Excluded Resources and make sure the folders that have to be excluded are checked. Does this help?
Eric LentzParticipantI check there and the previously mentioned “resources” folder and all sub-folders are checked but during build it displays several sub-directories under “resources” and says it is validating them. Any other thoughts?
Loyal WaterMemberCan you go to MyEclipse > Installation Summary > Installation Details and paste the information here for me so that I can ask the dev tea to check this issue using the same configuration.
Eric LentzParticipant*** Date:
Tuesday, April 21, 2009 6:57:14 AM GMT-05:00** System properties:
OS=Linux
OS version=2.6.27.21-78
Java version=1.5.0_11*** MyEclipse details:
MyEclipse Enterprise Workbench
Version: 7.0
Build id: 7.0-20081201*** Eclipse details:
MyEclipse Enterprise WorkbenchVersion: 7.0
Build id: 7.0-20081201Eclipse Platform
Version: 3.4.1.r341_v20080731-9I96EiDElYevwz-p1bP5z-NlAaP7vtX6Utotqsu
Build id: M20080911-1700Eclipse Java Development Tools
Version: 3.4.1.r341_v20080709-0800-7o7tEAfEF_U5qyUgrb2HAp539P97
Build id: M20080709-0800Eclipse Plug-in Development Environment
Version: 3.4.1.r341_v20080731-7T7U0E9mlRIuGUYviF_VP
Build id: M20080703-0800Eclipse Graphical Editing Framework GEF
Version: 3.4.1.v20080806-67718083A56B4H2A3213573
Build id: 200809101400Eclipse RCP
Version: 3.4.100.r341_v20080814-989JESIEdAciFYfkZZsBfSwQ2341
Build id: M20080703-0800Eclipse startup command=-os
linux
-ws
gtk
-arch
x86
-showsplash
-launcher
/home/edl/Genuitec/Profiles/MyEclipse 7.0/myeclipse
-name
Myeclipse
–launcher.library
/r1/JavaDevelopment/Genuitec/Common/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.0.101.R34x_v20080805/eclipse_1115.so
-startup
/r1/JavaDevelopment/Genuitec/Common/plugins/org.eclipse.equinox.launcher_1.0.101.R34x_v20080819.jar
-exitdata
7800a
-clean
-configuration
/home/edl/Genuitec/Profiles/MyEclipse 7.0/configuration
-vm
/r1/JavaDevelopment/Genuitec/Common/binary/com.sun.java.jre.linux.x86_1.5.0.011/bin/java
Eric LentzParticipantSomething else that might be relevant: It takes two builds for the code to eventually build. The first build squawks about validating for awhile, running through all of the directories, and then eventually the build just stops (after ~10 seconds). If I hit cntl-B again (I have auto build turned off because this problem slows down my development progress), the build takes a similar looking path, but after it is complete, if I hit cntl-B again, it doesn’t try to build again – presumably because it is built and all is well.
rmcvayMemberThat kind of sounds like build sequence for dependencies.
Loyal WaterMemberelentz,
What kind of files does the folder you want to omit from deployment contain? Does it contain .java files? -
AuthorPosts