I fixed 1. for good with BUILDR-414. I don't know about 2. Can you try doing a buildr clean first ? Also, try calling buildr package, not ode:package. Not sure it makes a difference.
On Tue, Apr 6, 2010 at 11:41, Rafal Rusin <rafal.ru...@gmail.com> wrote: > On 6 April 2010 19:30, Antoine Toulme <antoine.tou...@gmail.com> wrote: > > And you're using 1.4 RC1 ? Or the trunk ? I remember fixing the tag_name > > issue a few months back. > > I was using http://people.apache.org/~toulmean/buildr/1.4.0/dist/ gem > from 1st April. > > > > > On Tue, Apr 6, 2010 at 09:15, Rafal Rusin <rafal.ru...@gmail.com> wrote: > > > >> Hello, > >> > >> maybe some of you guys will know how to port it: > >> > >> $ buildr clean ode:package test=no > >> (in /home/joker/ode-1.X, development) > >> Buildr aborted! > >> NoMethodError : undefined method `tag_name=' for > >> #<Buildr::GitRelease:0xb7353fec> > >> /home/joker/ode-1.X/Rakefile:43 > >> (See full trace by running task with --trace) > >> > >> After commenting out the line, it works, but fails at: > >> > >> Packaging ode-bpel-epr-1.3.4-SNAPSHOT.jar > >> Buildr aborted! > >> RuntimeError : Circular dependency detected: TOP => ode:package => > >> ode:build => ode:test => ode:test:compile => ode:compile => > >> ode:axis2:compile => > >> > >> > /home/joker/ode-1.X/bpel-connector/target/ode-bpel-connector-1.3.4-SNAPSHOT.jar > >> => ode:bpel-connector:build => > >> /home/joker/ode-1.X/bpel-connector/target/classes => > >> ode:bpel-connector:compile => > >> > /home/joker/ode-1.X/bpel-runtime/target/ode-bpel-runtime-1.3.4-SNAPSHOT.jar > >> => ode:bpel-runtime:build => > >> /home/joker/ode-1.X/bpel-runtime/target/classes => > >> ode:bpel-runtime:compile => > >> /home/joker/ode-1.X/bpel-store/target/ode-bpel-store-1.3.4-SNAPSHOT.jar > >> => ode:bpel-store:build => > >> /home/joker/ode-1.X/bpel-store/target/classes => > >> ode:bpel-store:compile => ode:bpel-store:resources => > >> /home/joker/ode-1.X/bpel-store/target/hbm.timestamp => > >> > >> > /home/joker/ode-1.X/dao-hibernate/target/ode-dao-hibernate-1.3.4-SNAPSHOT.jar > >> => ode:dao-hibernate:build => > >> /home/joker/ode-1.X/dao-hibernate/target/classes => > >> ode:dao-hibernate:compile => ode:dao-hibernate:resources => > >> /home/joker/ode-1.X/dao-hibernate/target/hbm.timestamp => > >> > >> > /home/joker/ode-1.X/dao-hibernate/target/ode-dao-hibernate-1.3.4-SNAPSHOT.jar > >> > >> Regards, > >> -- > >> Rafał Rusin > >> http://rrusin.blogspot.com > >> http://www.touk.pl > >> http://top.touk.pl > >> > > > > > > -- > Rafał Rusin > http://rrusin.blogspot.com > http://www.touk.pl > http://top.touk.pl >