« Return to Thread: package structure does not appear "flat" in the project explorer view

Re: package structure does not appear "flat" in the project explorer view

by Eugene Kuleshov :: Rate this Message:

Reply to Author | View in Thread


  Unfortunately you can't fix that. In order to handle Maven resource
filtering and other code generation from Maven and still work nicely
with JDT incremental compiler we had to remove resource folders from the
build path, so JDT render them as non-packages like structure.

  regards,
  Eugene


Murray Waters wrote:

> I've created a new maven project using maven-archetype-webapp.
>
> When i go into it in the project explorer and create a new java
> package (or class), the package structure looks like windows explorer,
> ie
> - src/main/resources
>    - foo
>      - bar
>        - foo
>          - bar
>
> When what I am after is
>
> - src/main/resources
>     + foo.bar.foo.bar
>
> This seems to be the default behavior -  how do i fix this ?
>
> Thanks again
> Murray
>
> ---------------------------------------------------------------------
> To unsubscribe from this list, please visit:
>
>     http://xircles.codehaus.org/manage_email
>
>
>  


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


 « Return to Thread: package structure does not appear "flat" in the project explorer view