Fórum

The command Ant is either false written or unable to find

thumbnail
Joga Krish, modificado 11 Anos atrás.

The command Ant is either false written or unable to find

Junior Member Postagens: 38 Data de Entrada: 08/01/13 Postagens Recentes
Hallo Everyone,

I want to create a Theme using liferay.
In the command prompt I have navigated to the SDK and to themes directory and entered the following command

create.bat deep-blue "Deep Blue"

and i get an error
"The command Ant is either false written or unable to find".

I am unable to find the way out . Can anyone please help me.


Regards,
Krishna.
thumbnail
Hitoshi Ozawa, modificado 11 Anos atrás.

RE: The command Ant is either false written or unable to find

Liferay Legend Postagens: 7942 Data de Entrada: 24/03/10 Postagens Recentes
Did you install apache ant on your environment?
thumbnail
Joga Krish, modificado 11 Anos atrás.

RE: The command Ant is either false written or unable to find

Junior Member Postagens: 38 Data de Entrada: 08/01/13 Postagens Recentes
I have installed Apache maven.

In the installation process of Liferay+Eclipse+ IDE it did not explain or suggest to add Apache ant.

Regards
Krishna
thumbnail
Hitoshi Ozawa, modificado 11 Anos atrás.

RE: The command Ant is either false written or unable to find

Liferay Legend Postagens: 7942 Data de Entrada: 24/03/10 Postagens Recentes
If you're using Liferay IDE, why are you executing ant command instead of just creating theme from the Liferay IDE GUI?
thumbnail
Joga Krish, modificado 11 Anos atrás.

RE: The command Ant is either false written or unable to find

Junior Member Postagens: 38 Data de Entrada: 08/01/13 Postagens Recentes
HI

I am not sure whether am executing ant command .

http://www.liferay.com/documentation/liferay-portal/6.0/development/-/ai/creating-a-theme

I am following the description in the above link to create a theme in liferay.

As it mentioned in the description, I have created a new project in liferay and trying to run this command

create.bat "deep-blue" Deep Blue
and I get the problem emoticon
thumbnail
David H Nebinger, modificado 11 Anos atrás.

RE: The command Ant is either false written or unable to find

Liferay Legend Postagens: 14916 Data de Entrada: 02/09/06 Postagens Recentes
Joga Krish:
I am not sure whether am executing ant command .


Trust us, you are. The shell/batch scripts are helpers for invoking ant. You need ant if you're using the SDK.
thumbnail
Dave Weitzel, modificado 11 Anos atrás.

Re: [Liferay Forums][English] RE: The command Ant is either false written o

Regular Member Postagens: 208 Data de Entrada: 18/11/09 Postagens Recentes
http://www.liferay.com/documentation/liferay-portal/6.0/development/-/ai/initial-set-8explains
that you need Ant 1.7.0 or better on your system first

then if you are using the IDE you will not need to run commands anyway (see
IDE documentation)


On Fri, Jan 11, 2013 at 9:04 AM, Joga Krish from liferay.com <
forums@liferay.com> wrote:

> HI
>
> I am not sure whether am executing ant command .
>
>
> http://www.liferay.com/documentation/liferay-portal/6.0/development/-/ai/creating-a-theme
>
> I am following the description in the above link to create a theme in
> liferay.
>
> As it mentioned in the description, I have created a new project in
> liferay and trying to run this command
>
> create.bat "deep-blue" Deep Blue
> and I get the problem [image: emoticon]
>
>
> To view the thread, follow the link below:
>
> http://www.liferay.com/web/guest/community/forums/-/message_boards/view_message/19130192
> --
> Thanks, Liferay.com Forums <http://http://www.liferay.com>
thumbnail
Joga Krish, modificado 11 Anos atrás.

RE: Re: [Liferay Forums][English] RE: The command Ant is either false writt

Junior Member Postagens: 38 Data de Entrada: 08/01/13 Postagens Recentes
Hallo Dave and David,

Thank you both for quick reply and support . I am sorry for the delay.
I have successfully installed ant and now it's working emoticon


Regards,
Krishna.
thumbnail
Hitoshi Ozawa, modificado 11 Anos atrás.

RE: Re: [Liferay Forums][English] RE: The command Ant is either false writt

Liferay Legend Postagens: 7942 Data de Entrada: 24/03/10 Postagens Recentes
Just for you information, if you want to use maven, refer to the following blog. Unfortunately, information on using maven is still not included in Liferay's document yet.

http://www.liferay.com/web/mika.koivisto/blog/-/blogs/getting-started-with-liferay-maven-sdk
thumbnail
Joga Krish, modificado 11 Anos atrás.

RE: Re: [Liferay Forums][English] RE: The command Ant is either false writt

Junior Member Postagens: 38 Data de Entrada: 08/01/13 Postagens Recentes
Thank you Hitoshi Ozawa.
I will check it out emoticon