facebook

Support multiple output directories

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MyEclipse IDE
  2.  > 
  3. Feature Requests
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #215230 Reply

    fli
    Member

    Hi.

    In Eclipse 3.0 you can define different source folders and for each such folder a different output (bin) folder.

    However, it seems that when MyEclipse validates JSP files it only looks in the “Default Output Folder” (as defined in the project build settings). It would be conveniant if it could use the defined output folders also.

    Regards
    /Fredrik

    #215273

    Riyad Kalla
    Member

    Fredrik, good point I will file this.

    #215373

    Riyad Kalla
    Member

    Fredrik,
    Our developer is having trouble reproducing this, can you createa sample project that exhibits this behavior and email it to support@genuitec.com with a reference to this thread?

    #239686

    nranly
    Member

    To reproduce…

    Project->Properties

    Java Build Path

    Click on the ‘Source’ tab

    Check ‘Allow output folder for source folders’

    Press ‘Add Folder’ and put something like meta-src

    Expand the new folder and edit the output folder to something other then the default (meta-bin)

    Put the meta information into the meta-src folder

    Deploy the project and it does not contain the files from the meta-bin folder

    #239690

    Riyad Kalla
    Member

    nranly,
    Where are you creating meta-bin, off the root of your project? The deployer still will only deploy from the WebRoot on down, so unless you create meta-bin under that dir, it won’t be deployed regardless.

    #239715

    nranly
    Member

    meta-bin is created at the root of the project.

    #239720

    Riyad Kalla
    Member

    In that case, did my explanation why it wasn’t being deployed make sense? You would need to include it in your WebRoot wherever you wanted it to exist.

Viewing 7 posts - 1 through 7 (of 7 total)
Reply To: Support multiple output directories

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