掲示板

The command Ant is either false written or unable to find

thumbnail
11年前 に Joga Krish によって更新されました。

The command Ant is either false written or unable to find

Junior Member 投稿: 38 参加年月日: 13/01/08 最新の投稿
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
11年前 に Hitoshi Ozawa によって更新されました。

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

Liferay Legend 投稿: 7942 参加年月日: 10/03/24 最新の投稿
Did you install apache ant on your environment?
thumbnail
11年前 に Joga Krish によって更新されました。

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

Junior Member 投稿: 38 参加年月日: 13/01/08 最新の投稿
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
11年前 に Hitoshi Ozawa によって更新されました。

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

Liferay Legend 投稿: 7942 参加年月日: 10/03/24 最新の投稿
If you're using Liferay IDE, why are you executing ant command instead of just creating theme from the Liferay IDE GUI?
thumbnail
11年前 に Joga Krish によって更新されました。

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

Junior Member 投稿: 38 参加年月日: 13/01/08 最新の投稿
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
11年前 に David H Nebinger によって更新されました。

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

Liferay Legend 投稿: 14916 参加年月日: 06/09/02 最新の投稿
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
11年前 に Dave Weitzel によって更新されました。

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

Regular Member 投稿: 208 参加年月日: 09/11/18 最新の投稿
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
11年前 に Joga Krish によって更新されました。

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

Junior Member 投稿: 38 参加年月日: 13/01/08 最新の投稿
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
11年前 に Hitoshi Ozawa によって更新されました。

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

Liferay Legend 投稿: 7942 参加年月日: 10/03/24 最新の投稿
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
11年前 に Joga Krish によって更新されました。

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

Junior Member 投稿: 38 参加年月日: 13/01/08 最新の投稿
Thank you Hitoshi Ozawa.
I will check it out emoticon