You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by pm...@apache.org on 2015/12/05 11:12:39 UTC

svn commit: r1718066 - /jmeter/trunk/eclipse.classpath

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"/>
 </classpath>



Re: svn commit: r1718066 - /jmeter/trunk/eclipse.classpath

Posted by sebb <se...@gmail.com>.
On 6 December 2015 at 00:39, Philippe Mouawad
<ph...@gmail.com> wrote:
> Hi,
> you mean build/target or /target ?

target already exists for use in creating Maven jars
build/target does not

> Thanks
>
> On Sat, Dec 5, 2015 at 9:27 PM, sebb <se...@gmail.com> wrote:
>
>> On 5 December 2015 at 10:12,  <pm...@apache.org> 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>
>> >
>> >
>>
>
>
>
> --
> Cordialement.
> Philippe Mouawad.

Re: svn commit: r1718066 - /jmeter/trunk/eclipse.classpath

Posted by Philippe Mouawad <ph...@gmail.com>.
Hi,
you mean build/target or /target ?
Thanks

On Sat, Dec 5, 2015 at 9:27 PM, sebb <se...@gmail.com> wrote:

> On 5 December 2015 at 10:12,  <pm...@apache.org> 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>
> >
> >
>



-- 
Cordialement.
Philippe Mouawad.

Re: svn commit: r1718066 - /jmeter/trunk/eclipse.classpath

Posted by sebb <se...@gmail.com>.
On 5 December 2015 at 10:12,  <pm...@apache.org> 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>
>
>