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
had done was open a .clj file for editing. I would have expected a
more explicit "enable Clojure support on this project" action to be
required before it starts making changes to the project. Not a big
deal, but I though I'd share.

Cheers,

Dave

On Sat, Dec 1, 2012 at 1:04 PM, Laurent PETIT <laurent.pe...@gmail.com> wrote:
> Hello,
>
> 2012/12/1 Vladimir Tsichevski <tsichev...@gmail.com>:
>> 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 limitation, for sure, which comes from the past. Will
> eventually go. There's not reason for it to not be configurable, but
> no having dedicated time to do so.
>
>> 2. Why this catalog differs from the Java output catalog? Was it made
>> intentionally, or it is Ok to put all project output classes to same
>> catalog?
>
> Yes, it is intentional that CCW's output is not in the same folder
> hierarchy as other Java output.
> Indeed, it's not possible (or sufficiently complex to have been
> considered so) to inform Eclipse (which manages java source/classes
> via the JDT - Java Development Tools-) that there are contents in the
> same output as where it compiles classes, and that it would be polite
> not to erase the folder content as if it were under its full control.
>
> Now, beyond your interesting in understand why things are how they
> are, I'd be interesting in knowing if that's currently getting in your
> way, and if so, try to see  if I can help you find a workaround until
> this is eventually customizable.
>
>
> HTH,
>
> --
> Laurent
>
> --
> You received this message because you are subscribed to the Google
> Groups "Clojure" group.
> To post to this group, send email to clojure@googlegroups.com
> Note that posts from new members are moderated - please be patient with your 
> first post.
> To unsubscribe from this group, send email to
> clojure+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/clojure?hl=en

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to