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?

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?

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.

Andy


On Dec 23, 2012, at 12:33 PM, Jochen Schmitt wrote:

> 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

Reply via email to