groovy-grape Questions

4

Solved

Grape seems to work fairly well for adding jars to your classpath. It also does a lot of other things such as fetching and dependency management. e.g. #!/home/robert/bin/groovy import org.apache....
Overweening asked 14/5, 2011 at 17:33

1

Solved

I have a small groovy script that I want to edit and I have issues with the dependency management in Groovy. I am new to groovy and sorry in advance if this question is kinda studip / easy to answe...
Jamajamaal asked 6/3, 2019 at 6:18

4

Solved

Is there a way to print Ivy output when using Groovy Grape. when I use Grape, it's just hanging there till finishes downloading all dependencies. I would like to know what it's happening and what ...
Exuviate asked 15/9, 2010 at 22:17

2

Solved

I'm compiling a Groovy project with Gradle, but I've noticed that when I use the @Grab annotation in my code, I get the following error: $ gradle compile :buildInfo :compileJava UP-TO-DATE :compile...
Subtreasury asked 11/8, 2013 at 16:5

2

Solved

I have a groovy script I am working on, which imports dependencies using the @Grab annotation. This script will run within IDEA, and from the command line. However, within the IDE, the imports are ...
Mousterian asked 26/8, 2013 at 15:15

1

Solved

UPDATE 8/6: The beefed up logging has shown me that there is an issue deleting the old jar from the cache, which leads to the fatal "not found" error. There are other threads similar to this, but ...
Edie asked 21/7, 2014 at 19:53

3

groovy eclipse plugin version: 1.7.5.xx-20101020-1000-e36-release. import com.jidesoft.swing.JideSplitButton @Grab(group='com.jidesoft', module='jide-oss', version='[2.2.1,2.3.0)') public class T...
Sizeable asked 21/12, 2010 at 0:47

7

Solved

I've tried to use the new Groovy Grape capability in Groovy 1.6-beta-2 but I get an error message; unable to resolve class com.jidesoft.swing.JideSplitButton from the Groovy Console (/opt/groovy...
Maricamarice asked 10/10, 2008 at 17:49

1

Solved

1. Generally, how is @Grape/@Grab inclusion different than classpath inclusion? 2. Specifically, what might cause the following behavior difference? I've got a requirement on xpp3 which I express...
Gareth asked 15/11, 2013 at 20:26

1

Solved

After updating my ubuntu system I have problem to run groovy grapes scripts. All dependecies are download but process is still running in about 100 % I have ubuntu : lsb_release -a No LSB modules...
Harass asked 27/8, 2013 at 11:43

2

Solved

I wanted to use groovy for a little ftp script and found this post http://www.hhhhq.org/blog/2009/05/01/ftp-using-groovy-and-ant/ Since there were several dependencies I wanted to use Grape. All de...
Travis asked 29/10, 2009 at 1:15

1

Solved

How do you configure Grape to look for a custom configuration file at a location other than the default of ~/.groovy/grapeConfig.xml? Unfortunately the official documentation at http://groovy.codeh...
Drive asked 16/5, 2013 at 1:32
1

© 2022 - 2024 — McMap. All rights reserved.