Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » Error: External Tool Builders: script running twice!
Error: External Tool Builders: script running twice! [message #112335] Tue, 19 August 2003 10:01 Go to next message
Eclipse UserFriend
Originally posted by: liam_harpur.ie.ibm.com

Hello,
I have a newbie question. I am using Eclipse 2.1

A 'Rebuild All' can successfully be done on my several Eclipse projects...
'.class' files and so forth are successfully created. Now, because some
projects have a dependency on JAR files within other projects - I want to
ensure that:
*The JAR files are created in the individual projects and
*The JAR files are created in the CORRECT ORDER

So I am to assume that I use the External Tool Builders to implement the
above functionality? I created an XML (e.g. 'deploy1.xml')script for every
project. Using External Tool Builders I then setup one XML script (e.g.
'deploy1.xml') that is to be run when a full rebuild is done or whenever an
individual project is built. Now, when I do a full rebuild it:
*runs the first 'deploy1.xml' in the build order
*ends in an error: Ant Build [the second script in the build order]
'deploy2.xml' is already in progress

Does anyone know how to fix this error... or should I be implementing this
differently?

Thanks in advance,
Liam.
Re: Error: External Tool Builders: script running twice! [message #112428 is a reply to message #112335] Tue, 19 August 2003 11:15 Go to previous messageGo to next message
Eclipse UserFriend
Do you have your external tool builders set to run in the background?
Make sure that the builds occur in the foreground.

HTH
Darins

"Liam Harpur" <liam_harpur@ie.ibm.com> wrote in message
news:bhtak7$9t4$1@eclipse.org...
> Hello,
> I have a newbie question. I am using Eclipse 2.1
>
> A 'Rebuild All' can successfully be done on my several Eclipse projects...
> '.class' files and so forth are successfully created. Now, because some
> projects have a dependency on JAR files within other projects - I want to
> ensure that:
> *The JAR files are created in the individual projects and
> *The JAR files are created in the CORRECT ORDER
>
> So I am to assume that I use the External Tool Builders to implement the
> above functionality? I created an XML (e.g. 'deploy1.xml')script for
every
> project. Using External Tool Builders I then setup one XML script (e.g.
> 'deploy1.xml') that is to be run when a full rebuild is done or whenever
an
> individual project is built. Now, when I do a full rebuild it:
> *runs the first 'deploy1.xml' in the build order
> *ends in an error: Ant Build [the second script in the build order]
> 'deploy2.xml' is already in progress
>
> Does anyone know how to fix this error... or should I be implementing this
> differently?
>
> Thanks in advance,
> Liam.
>
>
>
Re: Error: External Tool Builders: script running twice! [message #112454 is a reply to message #112428] Tue, 19 August 2003 11:24 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: liam_harpur.ie.ibm.com

Yes, the external tool builders set to run in the background.

I am not sure what you mean by "...Make sure that the builds occur in the
foreground." Please explain a little more.

"Darin Swanson" <Darin_Swanson@us.ibm.com> wrote in message
news:bhteqh$f4m$1@eclipse.org...
> Do you have your external tool builders set to run in the background?
> Make sure that the builds occur in the foreground.
>
> HTH
> Darins
>
> "Liam Harpur" <liam_harpur@ie.ibm.com> wrote in message
> news:bhtak7$9t4$1@eclipse.org...
> > Hello,
> > I have a newbie question. I am using Eclipse 2.1
> >
> > A 'Rebuild All' can successfully be done on my several Eclipse
projects...
> > '.class' files and so forth are successfully created. Now, because
some
> > projects have a dependency on JAR files within other projects - I want
to
> > ensure that:
> > *The JAR files are created in the individual projects and
> > *The JAR files are created in the CORRECT ORDER
> >
> > So I am to assume that I use the External Tool Builders to implement the
> > above functionality? I created an XML (e.g. 'deploy1.xml')script for
> every
> > project. Using External Tool Builders I then setup one XML script (e.g.
> > 'deploy1.xml') that is to be run when a full rebuild is done or
whenever
> an
> > individual project is built. Now, when I do a full rebuild it:
> > *runs the first 'deploy1.xml' in the build order
> > *ends in an error: Ant Build [the second script in the build order]
> > 'deploy2.xml' is already in progress
> >
> > Does anyone know how to fix this error... or should I be implementing
this
> > differently?
> >
> > Thanks in advance,
> > Liam.
> >
> >
> >
>
>
Re: Error: External Tool Builders: script running twice! [message #112466 is a reply to message #112454] Tue, 19 August 2003 11:33 Go to previous message
Eclipse UserFriend
Originally posted by: liam_harpur.ie.ibm.com

Darin!
That's weird... it works for me when both are set to run in the foreground!

Thank you!


"Liam Harpur" <liam_harpur@ie.ibm.com> wrote in message
news:bhtfgc$fvi$1@eclipse.org...
>
> Yes, the external tool builders set to run in the background.
>
> I am not sure what you mean by "...Make sure that the builds occur in the
> foreground." Please explain a little more.
>
> "Darin Swanson" <Darin_Swanson@us.ibm.com> wrote in message
> news:bhteqh$f4m$1@eclipse.org...
> > Do you have your external tool builders set to run in the background?
> > Make sure that the builds occur in the foreground.
> >
> > HTH
> > Darins
> >
> > "Liam Harpur" <liam_harpur@ie.ibm.com> wrote in message
> > news:bhtak7$9t4$1@eclipse.org...
> > > Hello,
> > > I have a newbie question. I am using Eclipse 2.1
> > >
> > > A 'Rebuild All' can successfully be done on my several Eclipse
> projects...
> > > '.class' files and so forth are successfully created. Now, because
> some
> > > projects have a dependency on JAR files within other projects - I want
> to
> > > ensure that:
> > > *The JAR files are created in the individual projects and
> > > *The JAR files are created in the CORRECT ORDER
> > >
> > > So I am to assume that I use the External Tool Builders to implement
the
> > > above functionality? I created an XML (e.g. 'deploy1.xml')script for
> > every
> > > project. Using External Tool Builders I then setup one XML script
(e.g.
> > > 'deploy1.xml') that is to be run when a full rebuild is done or
> whenever
> > an
> > > individual project is built. Now, when I do a full rebuild it:
> > > *runs the first 'deploy1.xml' in the build order
> > > *ends in an error: Ant Build [the second script in the build order]
> > > 'deploy2.xml' is already in progress
> > >
> > > Does anyone know how to fix this error... or should I be implementing
> this
> > > differently?
> > >
> > > Thanks in advance,
> > > Liam.
> > >
> > >
> > >
> >
> >
>
>
Previous Topic:Looking for variant of DirectoryFieldEditor
Next Topic:team project file
Goto Forum:
  


Current Time: Wed Sep 24 16:37:51 EDT 2025

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

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

Back to the top