Re: [ANN] Clojure 1.6

2014-03-25 Thread Jochen Schmitt
On Tue, Mar 25, 2014 at 07:00:17AM -0700, Alex Miller wrote:

 We are pleased to announce the release of Clojure 1.6.

I will only inform you, that this release should be available on Fedora Rawhide
in the next days. The build was completed sucessfully on the build server.

Regarding to our update policy I would not provide an update to the
stable branches of Fedora Linux.

Best Regards:

Jochen Schmitt

-- 
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 unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: iOS and Windows RT support?

2013-01-22 Thread Jochen Schmitt
On Tue, Jan 22, 2013 at 09:55:29AM -0800, MC Andre wrote:

 What's the state of iOS and Windows RT support for Clojure? It would be 
 awesome to write iPhone and Surface apps in Clojure!

I don't believe, that we ever will get a port of clojure on iOS. The issue is
that there is not Java or .NET environment.

Best Regards:

Jochen Schmitt

-- 
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


Re: Clojure 1.5.0 RC 1

2012-12-23 Thread Jochen Schmitt
On Sat, Dec 22, 2012 at 11:09:07AM -0500, Stuart Halloway wrote:

 Please test it.  It would be fantastic if as many people as possible
 updated their projects and tested with the RC, so we can flush out issues
 now instead of in release.

I have tried to build a RPM package of clojure-1.5.0-RC1 for Feodra
and have got the following error message:

test:
 [java] Exception in thread main java.io.FileNotFoundException: Could not 
locate clojure/test/generative/runner__init.class or 
clojure/test/generative/runner.clj on classpath: 
 [java] at clojure.lang.RT.load(RT.java:434)
 [java] at clojure.lang.RT.load(RT.java:402)
 [java] at clojure.core$load$fn__5039.invoke(core.clj:5520)
 [java] at clojure.core$load.doInvoke(core.clj:5519)
 [java] at clojure.lang.RestFn.invoke(RestFn.java:408)
 [java] at clojure.core$load_one.invoke(core.clj:5326)
 [java] at clojure.core$load_lib$fn__4988.invoke(core.clj:5365)
 [java] at clojure.core$load_lib.doInvoke(core.clj:5364)
 [java] at clojure.lang.RestFn.applyTo(RestFn.java:142)
 [java] at clojure.core$apply.invoke(core.clj:619)
 [java] at clojure.core$load_libs.doInvoke(core.clj:5403)
 [java] at clojure.lang.RestFn.applyTo(RestFn.java:137)
 [java] at clojure.core$apply.invoke(core.clj:619)
 [java] at clojure.core$require.doInvoke(core.clj:5486)
 [java] at clojure.lang.RestFn.invoke(RestFn.java:408)
 [java] at user$eval1.invoke(run_tests.clj:1)
 [java] at clojure.lang.Compiler.eval(Compiler.java:6618)
 [java] at clojure.lang.Compiler.load(Compiler.java:7062)
 [java] at clojure.lang.Compiler.loadFile(Compiler.java:7019)
 [java] at clojure.main$load_script.invoke(main.clj:286)
 [java] at clojure.main$script_opt.invoke(main.clj:348)
 [java] at clojure.main$main$fn__6676.invoke(main.clj:432)
 [java] at clojure.main$main.doInvoke(main.clj:429)
 [java] at clojure.lang.RestFn.invoke(RestFn.java:408)
 [java] at clojure.lang.Var.invoke(Var.java:415)
 [java] at clojure.lang.AFn.applyToHelper(AFn.java:161)
 [java] at clojure.lang.Var.applyTo(Var.java:532)
 [java] at clojure.main.main(main.java:37)

It may be nice, if you can give me a hint to solve this issue, so
I can add this package to Fedora Rawhide.

Best Regards:

Jochen Schmitt

-- 
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


Re: Clojure 1.5.0 RC 1

2012-12-23 Thread Jochen Schmitt
On Sun, Dec 23, 2012 at 11:32:57AM -0800, Andy Fingerhut wrote:

 If part of the script to build an RPM package is this command:
 
 ant
 
 then you should run the command ./antsetup.sh just before that.  Without 
 ./antsetup.sh you will see the error message you give below, because ant 
 by itself does not pull in the necessary dependencies.

This is not a acceptable solution because this will downloading files
from the internet. On the build server you will get error messages 
which was cause my the attemp to make a internet connection.

Best Regards:

Jochen Schmitt

-- 
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


Re: Clojure 1.5.0 RC 1

2012-12-23 Thread Jochen Schmitt
On Sun, Dec 23, 2012 at 12:45:50PM -0800, Andy Fingerhut wrote:

 Are there no other RPMs that require Internet access to complete their build?
 
 e.g. no others that use Maven to pull in dependencies before building?

Dependencies should be solved by the specification of BuildRequires statements 
in the SPEC file, so the build system will install the packages which are 
required 
to build a package before the build will be start.
 
 If there is no provision for that, I'd open up the question to others with 
 more experience in these matters: How would you recommend that someone create 
 an RPM for Clojure on a build machine with no Internet access?

Sorry, I'm talking about the official build system of the Fedora projejct and
the download of data during the build process may a violatation of the 
packaging policies.

 The only way I can think of would be to pull in the dependencies on a machine 
 with Internet access, and make a package available to the RPM build machine 
 with all dependencies included.

???

 Either that, or get a pre-built JAR file for Clojure from the official 
 distribution locations (e.g. the Maven repo) and put that into an RPM.

Using of pre-built JAR files in a package is also a violation of the packaging 
policy which state that all stuff should be built from soruce.

Because it's looks like, thest test.gnerative may be a speicial JAR file
for Clojure, the best way may to include it into the official Clojure
soruce pacakge.

In the meanwhile, I have found a way to suppres the test step in the
ant script.

Best Regards:

Jochen Schmitt

-- 
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


Re: issues to build clojure-1.3.0-RC0 with JDK-1.7

2011-09-23 Thread Jochen Schmitt

Am 23.09.11 16:41, schrieb Stuart Halloway:

Hi Jochen, thanks for this report.

It looks like the annotations tests are failing due to changes from 
JDK 1.6 to 1.7. They were brittle tests to begin with and should 
probably be removed or replaced.


This also revealed to me that our JDK test builds on Hudson were not 
actually building properly. That is now fixed, so we can confirm this 
issue on Hudson: 
http://build.clojure.org/view/Clojure/job/clojure-test-matrix/


-Stuart Sierra
clojure.com http://clojure.com



Now fixed on master. Thanks for the report!

Can you tell me the exact commit number, so I can apply the patch to the 
Fedora package.


Best Regards:

Jochen Schmitt

--
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