On 5 December 2015 at 21:50, Felix Schumacher <[email protected]> wrote: > Am 05.12.2015 um 21:36 schrieb sebb: >> >> On 12 October 2015 at 21:03, <[email protected]> wrote: >>> >>> Author: fschumacher >>> Date: Mon Oct 12 20:03:22 2015 >>> New Revision: 1708216 >>> >>> URL: http://svn.apache.org/viewvc?rev=1708216&view=rev >>> Log: >>> Remove the output and exclude options from the classpath entry for >>> test/resources. >>> >>> They are not necessarily needed and would be the only entries that use >>> these options. >> >> I think they are needed, otherwise the files may be put in the wrong >> place. > > You probably mean to include the output option and leave the excluding > option out, still?
Yes, I think the output option is needed. The excluding option is not needed at present, as there are no java files there. > Felix > >> >>> Modified: >>> jmeter/trunk/eclipse.classpath >>> >>> Modified: jmeter/trunk/eclipse.classpath >>> URL: >>> http://svn.apache.org/viewvc/jmeter/trunk/eclipse.classpath?rev=1708216&r1=1708215&r2=1708216&view=diff >>> >>> ============================================================================== >>> --- jmeter/trunk/eclipse.classpath (original) >>> +++ jmeter/trunk/eclipse.classpath Mon Oct 12 20:03:22 2015 >>> @@ -98,7 +98,7 @@ >>> <classpathentry kind="lib" path="lib/xpp3_min-1.1.4c.jar"/> >>> <classpathentry kind="lib" path="lib/xstream-1.4.8.jar"/> >>> <!-- Needed for build and test --> >>> - <classpathentry kind="src" path="test/resources" >>> output="build/test" excluding="**/*.java"/> >>> + <classpathentry kind="src" path="test/resources"/> >>> <classpathentry kind="lib" >>> path="lib/api/bcmail-jdk15on-1.49.jar"/> >>> <classpathentry kind="lib" >>> path="lib/api/bcprov-jdk15on-1.49.jar"/> >>> <classpathentry kind="lib" >>> path="lib/api/bcpkix-jdk15on-1.49.jar"/> >>> >>> >
