facebook

Validation not skipped during compilation as requested

  1. MyEclipse IDE
  2.  > 
  3. General Development
Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #297669 Reply

    Eric Lentz
    Participant

    I 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?

    #297728 Reply

    Loyal Water
    Member

    elentz,
    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?

    #297730 Reply

    Eric Lentz
    Participant

    I 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?

    #297742 Reply

    Loyal Water
    Member

    Can 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.

    #297745 Reply

    Eric Lentz
    Participant

    *** 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 Workbench

    Version: 7.0
    Build id: 7.0-20081201

    Eclipse Platform

    Version: 3.4.1.r341_v20080731-9I96EiDElYevwz-p1bP5z-NlAaP7vtX6Utotqsu
    Build id: M20080911-1700

    Eclipse Java Development Tools

    Version: 3.4.1.r341_v20080709-0800-7o7tEAfEF_U5qyUgrb2HAp539P97
    Build id: M20080709-0800

    Eclipse Plug-in Development Environment

    Version: 3.4.1.r341_v20080731-7T7U0E9mlRIuGUYviF_VP
    Build id: M20080703-0800

    Eclipse Graphical Editing Framework GEF

    Version: 3.4.1.v20080806-67718083A56B4H2A3213573
    Build id: 200809101400

    Eclipse RCP

    Version: 3.4.100.r341_v20080814-989JESIEdAciFYfkZZsBfSwQ2341
    Build id: M20080703-0800

    Eclipse 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

    #297787 Reply

    Eric Lentz
    Participant

    Something 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.

    #297794 Reply

    rmcvay
    Member

    That kind of sounds like build sequence for dependencies.

    #297832 Reply

    Loyal Water
    Member

    elentz,
    What kind of files does the folder you want to omit from deployment contain? Does it contain .java files?

Viewing 8 posts - 1 through 8 (of 8 total)
Reply To: Validation not skipped during compilation as requested

You must be logged in to post in the forum log in