Didn't file this a bug since I'm not sure which bit of fig (or me) is
failing.
I want to have 2 files in a package, e.g. sheep.jar and sheep-
sources.jar . I want both files to be extracted when I retrieve to my
local lib folder. To do this I've tried:
config default
append CLASSPATH=@/sheep.jar:@/sheep-sources.jar
end
and
config default
append CLASSPATH=@/sheep.jar
append SOURCEPATH=@/sheep-sources.jar
end
The first of these fails on publish :
$ fig --publish sheep/2.5.5
/home/mroberts/.gem/ruby/1.8/gems/fig-0.1.13/lib/fig/parser.rb:16:in
`parse_package': .: Expected one of include, command, set, end at line
4, column 3 (byte 47) after config default (RuntimeError)
The second doesn't bomb out but only the sheep.jar file ends up in my
local ./lib folder (I have retrieve set to CLASSPATH->lib)
Any ideas?
What I really want is everything in resources.tar.gz to appear in my ./
lib without having to set any variables at all.
Cheers
Mike
Hi all,
Didn't file this a bug since I'm not sure which bit of fig (or me) is failing.
I want to have 2 files in a package, e.g. sheep.jar and sheep-sources.jar . I want both files to be extracted when I retrieve to my local lib folder. To do this I've tried:
config default
append CLASSPATH=@/sheep.jar:@/sheep-sources.jar
end
and
config default
append CLASSPATH=@/sheep.jar
append SOURCEPATH=@/sheep-sources.jar
end
The first of these fails on publish :
$ fig --publish sheep/2.5.5
/home/mroberts/.gem/ruby/1.8/gems/fig-0.1.13/lib/fig/parser.rb:16:in `parse_package': .: Expected one of include, command, set, end at line 4, column 3 (byte 47) after config default (RuntimeError)
The second doesn't bomb out but only the sheep.jar file ends up in my local ./lib folder (I have retrieve set to CLASSPATH->lib)
Any ideas?
What I really want is everything in resources.tar.gz to appear in my ./lib without having to set any variables at all.
Cheers
Mike