Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 941683 Details for
Bug 1072427
RfE: Leiningen 2.3.4 is available
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
updated patch with updated SHARE_JARS
leiningen-1.7.1-jpp.patch (text/plain), 2.29 KB, created by
Jason Montleon
on 2014-09-26 18:37:18 UTC
(
hide
)
Description:
updated patch with updated SHARE_JARS
Filename:
MIME Type:
Creator:
Jason Montleon
Created:
2014-09-26 18:37:18 UTC
Size:
2.29 KB
patch
obsolete
>--- technomancy-leiningen-713a4d9/bin/lein-pkg.jpp 2012-03-28 00:48:13.000000000 +0700 >+++ technomancy-leiningen-713a4d9/bin/lein-pkg 2012-08-20 12:06:56.503488389 +0700 >@@ -71,19 +71,25 @@ > LEIN_PLUGIN_PATH="$(echo "$DEV_PLUGINS" | tr \\n :)" > LEIN_USER_PLUGIN_PATH="$(echo "$(unique_user_plugins)" | tr \\n :)" > CLASSPATH="$CLASSPATH:$LEIN_PLUGIN_PATH:$LEIN_USER_PLUGIN_PATH:test/:src/:resources/" >-CLOJURE_JAR="/usr/share/java/clojure-1.2.jar:/usr/share/java/asm3.jar:/usr/share/java/asm3-commons.jar" >+CLOJURE_JAR="/usr/share/java/clojure-compat.jar" > > # apply context specific CLASSPATH entries > if [ -f .lein-classpath ]; then > CLASSPATH="`cat .lein-classpath`:$CLASSPATH" > fi > >-SHARE_JARS="ant ant-launcher classworlds clojure-1.2 clojure-contrib \ >-lucene-memory maven-ant-tasks maven-artifact maven-artifact-manager \ >-maven-error-diagnostics maven-model maven-settings maven-project maven-profile \ >-maven-repository-metadata plexus-container-default-alpha plexus-interpolation \ >-plexus-utils wagon-file wagon-http-lightweight wagon-http-shared wagon-provider-api \ >-xml-apis lucene-core lucene-highlighter clucy robert-hooke lancet \ >+SHARE_JARS="ant ant-launcher classworlds clojure-compat clojure-contrib \ >+clucy lancet lucene-core lucene-contrib/lucene-highlighter \ >+lucene-contrib/lucene-memory maven-ant-tasks maven/maven-artifact-2.2.1 \ >+maven/maven-artifact-manager maven/maven-error-diagnostics \ >+maven/maven-model-2.2.1 maven/maven-project maven/maven-profile \ >+maven/maven-repository-metadata maven/maven-settings-2.2.1 \ >+maven-wagon/file maven-wagon/http-shared maven-wagon/http-lightweight \ >+maven-wagon/provider-api \ >+plexus/container-default plexus/interpolation plexus/utils \ >+robert-hooke xml-commons-apis guava xbean xbean/xbean-reflect \ >+plexus-containers/plexus-container-default plexus/classworlds \ >+aether-ant-tasks/aether-ant-tasks \ > backport-util-concurrent" # NFI why that last one is necessary > for JAR in $SHARE_JARS; do > CLASSPATH="$CLASSPATH":"/usr/share/java/$JAR.jar" >@@ -93,7 +97,7 @@ > if ! { [ "$1" = "compile" ] && > grep -qsE 'defproject leiningen[[:space:]]+"[[:digit:].]+"' \ > project.clj ;}; then >- CLASSPATH="$CLASSPATH":/usr/share/java/leiningen-$LEIN_VERSION.jar >+ CLASSPATH="$CLASSPATH":/usr/share/java/leiningen.jar > fi > > if [ $DEBUG ]; then
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1072427
:
941682
| 941683