Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » how to access java build path from ant script ?
how to access java build path from ant script ? [message #117395] Sun, 16 November 2003 15:43 Go to next message
Eclipse UserFriend
hi all,

i'd like to compile a whole project using the external javac compiler.
afaik this is only possible by using an ant script.
the project has dependencies on other projects and on some external jars
all defined in 'properties -> java build path' in the ide.

how can i access the java build path from within my ant script ?

thanks
jakob
Re: how to access java build path from ant script ? [message #117421 is a reply to message #117395] Sun, 16 November 2003 17:26 Go to previous messageGo to next message
Eclipse UserFriend
I believe people have developed Ant tasks that will do just as you are
requesting.
These have been mentioned on this newsgroup. I would recommend searching the
archives

Darins

"Jakob Braeuchi" <jbraeuchi@hotmail.com> wrote in message
news:bp8nfd$b92$1@eclipse.org...
> hi all,
>
> i'd like to compile a whole project using the external javac compiler.
> afaik this is only possible by using an ant script.
> the project has dependencies on other projects and on some external jars
> all defined in 'properties -> java build path' in the ide.
>
> how can i access the java build path from within my ant script ?
>
> thanks
> jakob
>
Re: how to access java build path from ant script ? [message #117546 is a reply to message #117421] Mon, 17 November 2003 07:07 Go to previous messageGo to next message
Eclipse UserFriend
hi darin,

i found AntPlus on http://members.optushome.com.au/tomdavies/eclipse.html .
why does the Ant Builder not provide this useful feature ?

jakob

Darin Swanson wrote:

> I believe people have developed Ant tasks that will do just as you are
> requesting.
> These have been mentioned on this newsgroup. I would recommend searching the
> archives

> Darins

> "Jakob Braeuchi" <jbraeuchi@hotmail.com> wrote in message
> news:bp8nfd$b92$1@eclipse.org...
> > hi all,
> >
> > i'd like to compile a whole project using the external javac compiler.
> > afaik this is only possible by using an ant script.
> > the project has dependencies on other projects and on some external jars
> > all defined in 'properties -> java build path' in the ide.
> >
> > how can i access the java build path from within my ant script ?
> >
> > thanks
> > jakob
> >
Re: how to access java build path from ant script ? [message #117656 is a reply to message #117546] Mon, 17 November 2003 10:49 Go to previous message
Eclipse UserFriend
No one has directly filed a feature request asking for it
I do know that there has been work on the JDTCompilerAdapter to make use of
the project build path but I am not sure what stage this work is at.

Darins

"Jakob Braeuchi" <jbraeuchi@hotmail.com> wrote in message
news:bpadmp$srk$1@eclipse.org...
> hi darin,
>
> i found AntPlus on http://members.optushome.com.au/tomdavies/eclipse.html
..
> why does the Ant Builder not provide this useful feature ?
>
> jakob
>
> Darin Swanson wrote:
>
> > I believe people have developed Ant tasks that will do just as you are
> > requesting.
> > These have been mentioned on this newsgroup. I would recommend searching
the
> > archives
>
> > Darins
>
> > "Jakob Braeuchi" <jbraeuchi@hotmail.com> wrote in message
> > news:bp8nfd$b92$1@eclipse.org...
> > > hi all,
> > >
> > > i'd like to compile a whole project using the external javac compiler.
> > > afaik this is only possible by using an ant script.
> > > the project has dependencies on other projects and on some external
jars
> > > all defined in 'properties -> java build path' in the ide.
> > >
> > > how can i access the java build path from within my ant script ?
> > >
> > > thanks
> > > jakob
> > >
>
>
Previous Topic:[DEBUG] problem to break into listener?
Next Topic:new to IDEs and need experienced help!
Goto Forum:
  


Current Time: Tue Jul 22 14:57:06 EDT 2025

Powered by FUDForum. Page generated in 0.06024 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top