[Resin-interest] Remote deploy still broken in 4.0.16

2011-03-23 Thread Mattias Jiderhamn
Giving the resin-deploy Ant task another try in Resin 4.0.16, I get 
resin-home is requried by resin-deploy

Adding a resin-home attribute to the resin-deploy tag as in
resin-deploy server=foo.com port=80
 warfile=${war.file.path}
 user=foo password=bar
 commitmessage=test commitMessage=Test
 version=0.1
 resin-home=${resin.path}
 /
results in resin-deploy doesn't support the resin-home attribute

Sigh

-- 

   /Mattias



___
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest


Re: [Resin-interest] Remote deploy still broken in 4.0.16

2011-03-23 Thread Scott Ferguson
On 03/23/2011 01:27 AM, Mattias Jiderhamn wrote:
 Giving the resin-deploy Ant task another try in Resin 4.0.16, I get
 resin-home is requried by resin-deploy

 Adding a resin-home attribute to the resin-deploy tag as in
 resin-deploy server=foo.com port=80
   warfile=${war.file.path}
   user=foo password=bar
   commitmessage=test commitMessage=Test
   version=0.1
   resin-home=${resin.path}
   /
 results in resin-deploy doesn't support the resin-home attribute

We moved all the deploy logic into the command-line, instead of the 
specific ant/maven plugins. I've added a bug report to check the ant 
status. We might deprecated and remove the ant plugin, and suggest 
calling the command-line directly.

-- Scott

 Sigh




___
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest