I am having problem when I am using unzip task , even no error is thrown. 
Following is the sample code
Thanks in Advance !


#include "/org/smartfrog/services/os/java/library.sf"

#include "/org/smartfrog/services/filesystem/components.sf"

#include "/org/smartfrog/components.sf"

#include "/org/smartfrog/services/www/servers/jboss4.sf"

#include "org/smartfrog/services/ant/components.sf"

TomcatInstall extends Compound {

server.install.location TBD;

//define the repo

repo extends Maven2Library {

 repositories 
["http://myRepo:8080/artifactory/repo","http://mirrors.ibiblio.org/pub/mirrors/maven2";
 ];

}

//download Tomcat

downloadTomcat extends JarArtifact {

project "apache";

artifact "apache-tomcat";

version "6.0.18";

library LAZY PARENT:repo;

extension "zip"

}

//unzip the tomcat

    unzipTomactServer extends Ant {

     myUnzip extends unzip {

    src LAZY downloadTomcat;

   dest LAZY server.home;

   }

}

sfConfig extends TomcatInstall  {

 server.install.location  "C:\\Tomcat";

}

}


**********************************************************************
E-mail sent through the Internet is not secure. Western Asset
therefore recommends that you do not send any confidential or
sensitive information to us via electronic mail, including social
security numbers, account numbers, or personal identification
numbers. Delivery, and or timely delivery of Internet mail is not
guaranteed. Western Asset therefore recommends that you do not send
time sensitive or action-oriented messages to us via electronic
mail. 
**********************************************************************
------------------------------------------------------------------------------
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT 
is a gathering of tech-side developers & brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, & 
iPhoneDevCamp as they present alongside digital heavyweights like Barbarian 
Group, R/GA, & Big Spaceship. http://p.sf.net/sfu/creativitycat-com 
_______________________________________________
Smartfrog-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/smartfrog-users

Reply via email to