Keybase proof
I hereby claim:
- I am gedim21 on github.
- I am gedim21 (https://keybase.io/gedim21) on keybase.
- I have a public key ASCH7AkQLyA916zb0lpDgWzfrzcGSHLlZ2szr_uNbCVKSwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
using System; | |
namespace MonoGenerics | |
{ | |
public class TestClass | |
{ | |
public void GenericMethod<T>(T t) | |
{ | |
Console.WriteLine(t); | |
} |
[INFO] --- cargo-maven2-plugin:1.0.6:undeploy (default-cli) @ dowars --- | |
[INFO] [talledLocalContainer] Deprecated syntax, instead use: | |
[INFO] [talledLocalContainer] asadmin --interactive=false --port 4848 --user admin --passwordfile C:\Users\dimtsas\AppData\Local\Temp\cargo\conf\password.properties undeploy [options] ... | |
[WARNING] [talledLocalContainer] remote failure: Application dowars is not deployed on this target [server] | |
[INFO] [talledLocalContainer] Command undeploy failed. | |
[INFO] | |
[INFO] --- cargo-maven2-plugin:1.0.6:deploy (default-cli) @ dowars --- | |
[INFO] [talledLocalContainer] Deprecated syntax, instead use: | |
[INFO] [talledLocalContainer] asadmin --interactive=false --port 4848 --user admin --passwordfile C:\Users\dimtsas\AppData\Local\Temp\cargo\conf\password.properties deploy [options] ... | |
[INFO] [talledLocalContainer] Application deployed with name dowars. |