Eclipse: nested output folders
------------------------------

                 Key: SLING-436
                 URL: https://issues.apache.org/jira/browse/SLING-436
             Project: Sling
          Issue Type: Bug
          Components: Launchpad
         Environment: Eclipse 3.3.2
            Reporter: Andreas Hartmann
            Priority: Minor


The project o.a.s.launchpad.webapp can't be built due to a build path error:

Cannot nest output folder 
'org.apache.sling.launchpad.webapp/target/classes/META-INF' inside output 
folder 'org.apache.sling.launchpad.webapp/target/classes'

I guess this is caused by these conflicting classpath entries:

  <classpathentry kind="src" path="." output="target/classes/META-INF" 
including="LICENSE*|NOTICE*|DISCLAIMER" excluding="**/*.java"/>
  ...
  <classpathentry kind="output" path="target/classes"/>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to