NetBeans and ANT

Hi,

I am using Netbeans 3.2, and also I am using Ant script to compile and

deploy my project. At the moment I am invoking Ant script from the command

line. I was wondering is there a way to integrate NetBeans with my Ant

script so this script would be invoked automatically from the NetBeans ?

Thank you,

Eugene Linetsky

Notice: This e-mail message, together with any attachments, contains information of Merck & Co., Inc. (Whitehouse Station, New Jersey, USA) that may be confidential, proprietary copyrighted and/or legally privileged, and is intended solely for the use of the individual or entity named in this message. If you are not the intended recipient, and have received this message in error, please immediately return this by e-mail and then delete it.

==============================================================================

[923 byte] By [Linetsky,Eugene] at [2007-11-25 16:51:38]
# 1

NetBeans has Ant module integration, just check Help system. See also

<http://ant.netbeans.org> and in case of some problems

<http://ant.netbeans.org/faq.html>.

David

Linetsky, Eugene wrote:

>Hi,

>I am using Netbeans 3.2, and also I am using Ant script to compile and

>deploy my project. At the moment I am invoking Ant script from the command

>line. I was wondering is there a way to integrate NetBeans with my Ant

>script so this script would be invoked automatically from the NetBeans ?

>

>Thank you,

>Eugene Linetsky

>

>

>

>Notice: This e-mail message, together with any attachments, contains information of Merck & Co., Inc. (Whitehouse Station, New Jersey, USA) that may be confidential, proprietary copyrighted and/or legally privileged, and is intended solely for the use of the individual or entity named in this message. If you are not the intended recipient, and have received this message in error, please immediately return this by e-mail and then delete it.

>

>=========================================================================== ===

>

>

>

Konecny,David at 2007-7-2 23:51:14 > top of Java-index,Archived Forums,Sun ONE Studio 4...
# 2

At 03:20 PM 8/6/02 -0400, you wrote:

>... I am using Netbeans 3.2, and also I am using Ant script to compile and

>deploy my project. At the moment I am invoking Ant script from the command

>line. I was wondering is there a way to integrate NetBeans with my Ant

>script so this script would be invoked automatically from the NetBeans ?

you should see your ant script in the folder. try right clicking on it. if

the script is somewhere else mount that directory as a file system and try

right clicking on it.

ray tayek http://home.attbi.com/~rtayek/ actively seeking telecommuting work

vice chair orange county java users group http://www.ocjug.org/

mailto:chair@ocjug.org

hate spam? http://samspade.org/ssw/

Tayek,Ray at 2007-7-2 23:51:14 > top of Java-index,Archived Forums,Sun ONE Studio 4...
# 3

On Dienstag, 6. August 2002 21:20, Linetsky, Eugene wrote:

> Hi,

> I am using Netbeans 3.2, and also I am using Ant script to compile and

> deploy my project. At the moment I am invoking Ant script from the command

> line. I was wondering is there a way to integrate NetBeans with my Ant

> script so this script would be invoked automatically from the NetBeans ?

As some other authors mentioned, you can use the ant module. What I would like

to add as a tip to their hints is the following: you might want to use the

compiler type "indirect ant compilation". With that you can hit F6 as usual

and the current directory tree will be looked up to the root for a

"build.xml" whose "compile" target is then executed.

Hope that helps

Marco

Ladermann,Marco at 2007-7-2 23:51:14 > top of Java-index,Archived Forums,Sun ONE Studio 4...