Re: Change the CCW compile output catalog

2012-12-13 Thread Dave Ray
On Thu, Dec 13, 2012 at 12:08 AM, Laurent PETIT wrote: Laurent, > Hey Dave, > > 2012/12/3 Dave Ray >> >> Hey Laurent, >> >> For what it's worth, I was a little surprised that CCW used it's own >> output folder rather than Eclipse's, but I understand why you'd do it >> that way. >> >> One thing t

Re: Change the CCW compile output catalog

2012-12-13 Thread Laurent PETIT
Hey Dave, 2012/12/3 Dave Ray > Hey Laurent, > > For what it's worth, I was a little surprised that CCW used it's own > output folder rather than Eclipse's, but I understand why you'd do it > that way. > > One thing that was a little problematic was that CCW automatically > created the folder and

Re: Change the CCW compile output catalog

2012-12-02 Thread Dave Ray
Hey Laurent, For what it's worth, I was a little surprised that CCW used it's own output folder rather than Eclipse's, but I understand why you'd do it that way. One thing that was a little problematic was that CCW automatically created the folder and added it to the Eclipse classpath when all I

Re: Change the CCW compile output catalog

2012-12-02 Thread Vladimir Tsichevski
You aswers had everything I needed to know to move forward. Did not notice anything strange in them. It were late hours here in Moscow thought :-) On Sunday, December 2, 2012 2:32:45 AM UTC+4, lpetit wrote: > > 2012/12/1 Laurent PETIT >: > > Hello, > > > > 2012/12/1 Vladimir Tsichevski >: > >

Re: Change the CCW compile output catalog

2012-12-01 Thread Laurent PETIT
2012/12/1 Laurent PETIT : > Hello, > > 2012/12/1 Vladimir Tsichevski : >> Hi, >> >> CCW always outputs compiled classes into the "classes" catalog. AFAIK, this >> name is compiled into CCW and hence cannot be changed. My two questions are: >> >> 1. Why the catalog path is not configurable? Was this

Re: Change the CCW compile output catalog

2012-12-01 Thread Vladimir Tsichevski
On Sunday, December 2, 2012 2:11:48 AM UTC+4, Vladimir Tsichevski wrote: > > > Hi Laurent, > > many thanks for the quick and helpful response! > > Now that I've managed to make CCW compile my clojure code to classes I'm > wondering how to tell Eclipse to package these classes to an RCP plugin >

Re: Change the CCW compile output catalog

2012-12-01 Thread Vladimir Tsichevski
Hi Laurent, many thanks for the quick and helpful response! Now that I've managed to make CCW compile my clojure code to classes I'm wondering how to tell Eclipse to package these classes to an RCP plugin along with classes produced from Java. Regards, Vladimir On Sunday, December 2, 2012 1:

Re: Change the CCW compile output catalog

2012-12-01 Thread Laurent PETIT
Hello, 2012/12/1 Vladimir Tsichevski : > Hi, > > CCW always outputs compiled classes into the "classes" catalog. AFAIK, this > name is compiled into CCW and hence cannot be changed. My two questions are: > > 1. Why the catalog path is not configurable? Was this made intentionally? It is a limitat

Change the CCW compile output catalog

2012-12-01 Thread Vladimir Tsichevski
Hi, CCW always outputs compiled classes into the "classes" catalog. AFAIK, this name is compiled into CCW and hence cannot be changed. My two questions are: 1. Why the catalog path is not configurable? Was this made intentionally? 2. Why this catalog differs from the Java output catalog? Was it