On 5 December 2015 at 10:12, <[email protected]> wrote: > Author: pmouawad > Date: Sat Dec 5 10:12:39 2015 > New Revision: 1718066 > > URL: http://svn.apache.org/viewvc?rev=1718066&view=rev > Log: > Bug 58693 - Fix "Cannot nest output folder 'jmeter/build/components' inside > output folder 'jmeter/build' when setting up eclipse > Change /bin to /classes to avoid deleting important files > Bugzilla Id: 58693 > > Modified: > jmeter/trunk/eclipse.classpath > > Modified: jmeter/trunk/eclipse.classpath > URL: > http://svn.apache.org/viewvc/jmeter/trunk/eclipse.classpath?rev=1718066&r1=1718065&r2=1718066&view=diff > ============================================================================== > --- jmeter/trunk/eclipse.classpath (original) > +++ jmeter/trunk/eclipse.classpath Sat Dec 5 10:12:39 2015 > @@ -102,4 +102,5 @@ > <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"/> > + <classpathentry kind="output" path="classes"/>
There's a problem with this - it creates a spurious classes/ directory tree. If there really is a need to specify a throwaway directory is would be better to use target as that is already present (but ignored) > </classpath> > >
