Very exciting! I look forward to playing with it this evening
--
You received this message because you are subscribed to the Google Groups "counterclockwise-users" group.
To view this discussion on the web visit https://groups.google.com/d/msg/clojuredev-users/-/O4wQ2DY34SkJ.
To post to this group, send email to clojured...@googlegroups.com.
To unsubscribe from this group, send email to clojuredev-use...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/clojuredev-users?hl=en.
2012/4/9 Laurent PETIT <lauren...@gmail.com>
To post to this group, send email to clojuredev-users@googlegroups.com.
To unsubscribe from this group, send email to clojuredev-users+unsubscribe@googlegroups.com.
2012/4/9 Laurent PETIT <lauren...@gmail.com>
To post to this group, send email to clojured...@googlegroups.com.
To unsubscribe from this group, send email to clojuredev-use...@googlegroups.com.
2012/4/9 Laurent PETIT <lauren...@gmail.com>
To post to this group, send email to clojuredev-users@googlegroups.com.
To unsubscribe from this group, send email to clojuredev-users+unsubscribe@googlegroups.com.
You received this message because you are subscribed to the Google Groups "counterclockwise" group.
To view this discussion on the web visit https://groups.google.com/d/msg/clojuredev-devel/-/YntRxKTo8_8J.
To post to this group, send email to clojured...@googlegroups.com.
To unsubscribe from this group, send email to clojuredev-dev...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/clojuredev-devel?hl=en.
No, doesn't help either.
You received this message because you are subscribed to the Google Groups "counterclockwise" group.
To view this discussion on the web visit https://groups.google.com/d/msg/clojuredev-devel/-/YntRxKTo8_8J.
To post to this group, send email to clojured...@googlegroups.com.
To unsubscribe from this group, send email to clojuredev-dev...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/clojuredev-devel?hl=en.
To post to this group, send email to clojuredev-devel@googlegroups.com.
To unsubscribe from this group, send email to clojuredev-devel+unsubscribe@googlegroups.com.
That fixed it, thanks much !
I saw the mockups on the wiki, and the whole project looks great (especially for Windos users like me) but will there:
Be a way to create a new leiningen project ?
Be a way to create and execute additional leiningen commands ?
To view this discussion on the web visit https://groups.google.com/d/msg/clojuredev-devel/-/dPfsKDoX9c4J.
To post to this group, send email to clojured...@googlegroups.com.
To unsubscribe from this group, send email to clojuredev-dev...@googlegroups.com.
Additional info: I will be able to work on CCW in Thursday. So if I can have some feedback before, it'll be great.
2012/4/9 Laurent PETIT <lauren...@gmail.com>
To post to this group, send email to clojuredev-users@googlegroups.com.
To unsubscribe from this group, send email to clojuredev-users+unsubscribe@googlegroups.com.
One of the new features in Leiningen 2 is support for native libraries. For instance, Quil 1.0.0 uses Lein to download the native dependencies.
These are nicely shown in CCW with lein support in the Package Explorer > Leiningen Dependencies > expand jar > native folder, as well as the subfolder /native/OS/. However, they are not included in the library path of the project.
I was used to open the jar properties and set the native library path there, but these settings are locked (and rightly so) and can only be changed by changes to the project.clj. Trying results in the message "Leiningen Managed Dependencies. Reflects Leiningen Dependencies declared in project.clj.
As a workaround, one can open the Project properties > Java Build Path > Libraries > Leiningen Dependencies > Native Library Location > Edit > Workspace and browse to the native directory.
I'm posting this both to document the workaround as well as ask the obvious: Will the native library support of Lein 2 be included in CCW lein support ?
By the way, not nitpicking. CCW is without a doubt the best Clojure support in any Java IDE, and the first version of lein support is already more than I anticipated.
That fixed it, thanks much !
I saw the mockups on the wiki, and the whole project looks great (especially for Windos users like me) but will there:
Be a way to create a new leiningen project ?
To view this discussion on the web visit https://groups.google.com/d/msg/clojuredev-devel/-/dPfsKDoX9c4J.
To post to this group, send email to clojured...@googlegroups.com.
To unsubscribe from this group, send email to clojuredev-dev...@googlegroups.com.
One of the new features in Leiningen 2 is support for native libraries. For instance, Quil 1.0.0 uses Lein to download the native dependencies.
These are nicely shown in CCW with lein support in the Package Explorer > Leiningen Dependencies > expand jar > native folder, as well as the subfolder /native/OS/. However, they are not included in the library path of the project.
I was used to open the jar properties and set the native library path there, but these settings are locked (and rightly so) and can only be changed by changes to the project.clj. Trying results in the message "Leiningen Managed Dependencies. Reflects Leiningen Dependencies declared in project.clj.
As a workaround, one can open the Project properties > Java Build Path > Libraries > Leiningen Dependencies > Native Library Location > Edit > Workspace and browse to the native directory.
By the way, I noticed you opted for changing the classpath in the run configuration. Is that because run configurations are created dynamically, and they would work independently of the platform Eclipse is run under ?
Another option might have been to add an attribute to one or more classpath entries in the classpath file
<classpathentry kind="con" path="ccw.LEININGEN_CONTAINER"
<attribute
name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY"
value="native/windows/x86_64"/>
</classpathentry>
However, this would mean the .classpath file would have to be rewritten when it is loaded on a different platform ?
You received this message because you are subscribed to the Google Groups "counterclockwise" group.
To view this discussion on the web visit https://groups.google.com/d/msg/clojuredev-devel/-/Yt5bGIf927AJ.
To post to this group, send email to clojured...@googlegroups.com.
To unsubscribe from this group, send email to clojuredev-dev...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/clojuredev-devel?hl=en.
I have not used Leiningen before,so I thought I would install this to find out what it's about.
Is there any documentation about this?
Your Tip1: there is only Convert to Maven Project on my project context menu.
Any advice how to get started with this?
On Monday, April 9, 2012 6:21:55 PM UTC+1, laurent.petit wrote:Hello,
I'm pleased to announce the availability of a first version of Leiningen support for Eclipse.
This is still beta quality software, but I'd like feedback before I continue adding features.
This Eclipse plugin is currently totally separate from the Counterclockwise plugin, making it easier for me to release both without interfering on each other shoes.
So, there is also a separate Software Update Site for it:
http://ccw.cgrand.net/updatesite-lein-betas
Please tell me how it does work for you!
Tip1 : after installing the plugin, Go to your project's contextual menu, and then Configure > Leiningen
Tip2 : after having installed support, there is a contextual menu entry for Leiningen for the project's root node.
--
You received this message because you are subscribed to the Google Groups "counterclockwise-users" group.
To view this discussion on the web visit https://groups.google.com/d/msg/clojuredev-users/-/hEVq-hhms60J.
To unsubscribe from this group, send email to clojuredev-use...@googlegroups.com.
--You received this message because you are subscribed to the Google Groups "counterclockwise" group.
To view this discussion on the web visit https://groups.google.com/d/msg/clojuredev-devel/-/_TgeP5QhK64J.
To post to this group, send email to clojured...@googlegroups.com.
To unsubscribe from this group, send email to clojuredev-dev...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/clojuredev-devel?hl=en.
I'm pleased to announce the availability of a first version of Leiningen support for Eclipse.
On Monday, April 9, 2012 8:21:55 PM UTC+3, laurent.petit wrote:
I'm pleased to announce the availability of a first version of Leiningen support for Eclipse.
this plugin adds shortcut "Update dependencies" Ctrl+L, U
which confuses with "go to line" Ctrl+U
and "run as > clojure app" shortcut Ctrl+Alt+L is not working for me
(don't know if this is related to ccw-lein, however)
--
--
zmi la
You received this message because you are subscribed to the Google Groups "counterclockwise-users" group.
To view this discussion on the web visit https://groups.google.com/d/msg/clojuredev-users/-/irW66Jb32VUJ.
To post to this group, send email to clojured...@googlegroups.com.
To unsubscribe from this group, send email to clojuredev-use...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/clojuredev-users?hl=en.
The URL is invalid: http://ccw.cgrand.net/updatesite-lein-betas, is there a new URL?
On Monday, April 9, 2012 1:21:55 PM UTC-4, laurent.petit wrote:Hello,
I'm pleased to announce the availability of a first version of Leiningen support for Eclipse.
This is still beta quality software, but I'd like feedback before I continue adding features.
This Eclipse plugin is currently totally separate from the Counterclockwise plugin, making it easier for me to release both without interfering on each other shoes.
So, there is also a separate Software Update Site for it:
http://ccw.cgrand.net/updatesite-lein-betas
Please tell me how it does work for you!
Tip1 : after installing the plugin, Go to your project's contextual menu, and then Configure > Leiningen
Tip2 : after having installed support, there is a contextual menu entry for Leiningen for the project's root node.
--
You received this message because you are subscribed to the Google Groups "counterclockwise-users" group.
To view this discussion on the web visit https://groups.google.com/d/msg/clojuredev-users/-/XISrTGP7oAcJ.
Hello,I am trying to install Leiningen plugin in linux But I am unable to do it for some reasons can anyone please point me exact link to install Leiningen plugin in linux . I have added counter clock wise plugin .ThanksSriram
--
On Monday, April 9, 2012 12:21:55 PM UTC-5, laurent.petit wrote:Hello,
I'm pleased to announce the availability of a first version of Leiningen support for Eclipse.
This is still beta quality software, but I'd like feedback before I continue adding features.
This Eclipse plugin is currently totally separate from the Counterclockwise plugin, making it easier for me to release both without interfering on each other shoes.
So, there is also a separate Software Update Site for it:
http://ccw.cgrand.net/updatesite-lein-betas
Please tell me how it does work for you!
Tip1 : after installing the plugin, Go to your project's contextual menu, and then Configure > Leiningen
Tip2 : after having installed support, there is a contextual menu entry for Leiningen for the project's root node.
You received this message because you are subscribed to the Google Groups "counterclockwise-users" group.
To view this discussion on the web visit https://groups.google.com/d/msg/clojuredev-users/-/Ygm4mzLzE3YJ.