Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » M9: Compiler Adapter can't be found
M9: Compiler Adapter can't be found [message #160183] Sun, 23 May 2004 16:09 Go to next message
Eclipse UserFriend
Originally posted by: awmobjects.yahoo.com

I get the subject failure message when I run my build.xml script from
within eclipse (right_clk --> Run --> Ant Build)


My build.xml snippert:

<property name="build.compiler"
value="org.eclipse.jdt.core.JDTCompilerAdapter"/>


Any thoughts would be appreciated.
Thanks,
Anthony
Re: Compiler Adapter can't be found [message #160191 is a reply to message #160183] Sun, 23 May 2004 21:29 Go to previous messageGo to next message
Eclipse UserFriend
Ensure that you are running you Ant build in the same VM as Eclipse.
See the JRE tab for your Ant launch configuration.

You can use the JDT compiler adapter in a separate VM if you so desire but
then you need to explicitly add the jdtCompilerAdpater.jar and appropriate
JDT core JARs to the Ant runtime classpath.

HTH
Darins

"Anthony W. Marino" <awmobjects@yahoo.com> wrote in message
news:c8qvvf$o1b$1@eclipse.org...
> I get the subject failure message when I run my build.xml script from
> within eclipse (right_clk --> Run --> Ant Build)
>
>
> My build.xml snippert:
>
> <property name="build.compiler"
> value="org.eclipse.jdt.core.JDTCompilerAdapter"/>
>
>
> Any thoughts would be appreciated.
> Thanks,
> Anthony
Re: Compiler Adapter can't be found [message #160461 is a reply to message #160191] Mon, 24 May 2004 19:34 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: awmobjects.yahoo.com

Is there somewhere to set this globally? The only place I was able to
find this setting was in the process of running the ant file.
Anthony

> Ensure that you are running you Ant build in the same VM as Eclipse.
> See the JRE tab for your Ant launch configuration.
>
> You can use the JDT compiler adapter in a separate VM if you so desire but
> then you need to explicitly add the jdtCompilerAdpater.jar and appropriate
> JDT core JARs to the Ant runtime classpath.
>
> HTH
> Darins
>
> "Anthony W. Marino" <awmobjects@yahoo.com> wrote in message
> news:c8qvvf$o1b$1@eclipse.org...
>
>>I get the subject failure message when I run my build.xml script from
>>within eclipse (right_clk --> Run --> Ant Build)
>>
>>
>>My build.xml snippert:
>>
>><property name="build.compiler"
>>value="org.eclipse.jdt.core.JDTCompilerAdapter"/>
>>
>>
>>Any thoughts would be appreciated.
>>Thanks,
>>Anthony
>
>
>
Re: Compiler Adapter can't be found [message #160487 is a reply to message #160461] Mon, 24 May 2004 19:46 Go to previous messageGo to next message
Eclipse UserFriend
No you cannot set this globally.
https://bugs.eclipse.org/bugs/show_bug.cgi?id=38263

Darins

"Anthony W. Marino" <awmobjects@yahoo.com> wrote in message
news:c8u0c1$38e$1@eclipse.org...
> Is there somewhere to set this globally? The only place I was able to
> find this setting was in the process of running the ant file.
> Anthony
>
> > Ensure that you are running you Ant build in the same VM as Eclipse.
> > See the JRE tab for your Ant launch configuration.
> >
> > You can use the JDT compiler adapter in a separate VM if you so desire
but
> > then you need to explicitly add the jdtCompilerAdpater.jar and
appropriate
> > JDT core JARs to the Ant runtime classpath.
> >
> > HTH
> > Darins
> >
> > "Anthony W. Marino" <awmobjects@yahoo.com> wrote in message
> > news:c8qvvf$o1b$1@eclipse.org...
> >
> >>I get the subject failure message when I run my build.xml script from
> >>within eclipse (right_clk --> Run --> Ant Build)
> >>
> >>
> >>My build.xml snippert:
> >>
> >><property name="build.compiler"
> >>value="org.eclipse.jdt.core.JDTCompilerAdapter"/>
> >>
> >>
> >>Any thoughts would be appreciated.
> >>Thanks,
> >>Anthony
> >
> >
> >
Re: Compiler Adapter can't be found [message #160502 is a reply to message #160487] Mon, 24 May 2004 20:29 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: awmobjects.yahoo.com

Wow, over a year old.
Anthony

> No you cannot set this globally.
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=38263
>
> Darins
>
> "Anthony W. Marino" <awmobjects@yahoo.com> wrote in message
> news:c8u0c1$38e$1@eclipse.org...
>
>>Is there somewhere to set this globally? The only place I was able to
>>find this setting was in the process of running the ant file.
>>Anthony
>>
>>
>>>Ensure that you are running you Ant build in the same VM as Eclipse.
>>>See the JRE tab for your Ant launch configuration.
>>>
>>>You can use the JDT compiler adapter in a separate VM if you so desire
>
> but
>
>>>then you need to explicitly add the jdtCompilerAdpater.jar and
>
> appropriate
>
>>>JDT core JARs to the Ant runtime classpath.
>>>
>>>HTH
>>>Darins
>>>
>>>"Anthony W. Marino" <awmobjects@yahoo.com> wrote in message
>>>news:c8qvvf$o1b$1@eclipse.org...
>>>
>>>
>>>>I get the subject failure message when I run my build.xml script from
>>>>within eclipse (right_clk --> Run --> Ant Build)
>>>>
>>>>
>>>>My build.xml snippert:
>>>>
>>>><property name="build.compiler"
>>>>value="org.eclipse.jdt.core.JDTCompilerAdapter"/>
>>>>
>>>>
>>>>Any thoughts would be appreciated.
>>>>Thanks,
>>>>Anthony
>>>
>>>
>>>
>
>
Re: Compiler Adapter can't be found [message #160509 is a reply to message #160502] Mon, 24 May 2004 20:45 Go to previous message
Eclipse UserFriend
Yep... I have had to fix a few other bugs in that time frame :-)

Darins

"Anthony W. Marino" <awmobjects@yahoo.com> wrote in message
news:c8u3ir$6l8$1@eclipse.org...
> Wow, over a year old.
> Anthony
>
> > No you cannot set this globally.
> > https://bugs.eclipse.org/bugs/show_bug.cgi?id=38263
> >
> > Darins
> >
> > "Anthony W. Marino" <awmobjects@yahoo.com> wrote in message
> > news:c8u0c1$38e$1@eclipse.org...
> >
> >>Is there somewhere to set this globally? The only place I was able to
> >>find this setting was in the process of running the ant file.
> >>Anthony
> >>
> >>
> >>>Ensure that you are running you Ant build in the same VM as Eclipse.
> >>>See the JRE tab for your Ant launch configuration.
> >>>
> >>>You can use the JDT compiler adapter in a separate VM if you so desire
> >
> > but
> >
> >>>then you need to explicitly add the jdtCompilerAdpater.jar and
> >
> > appropriate
> >
> >>>JDT core JARs to the Ant runtime classpath.
> >>>
> >>>HTH
> >>>Darins
> >>>
> >>>"Anthony W. Marino" <awmobjects@yahoo.com> wrote in message
> >>>news:c8qvvf$o1b$1@eclipse.org...
> >>>
> >>>
> >>>>I get the subject failure message when I run my build.xml script from
> >>>>within eclipse (right_clk --> Run --> Ant Build)
> >>>>
> >>>>
> >>>>My build.xml snippert:
> >>>>
> >>>><property name="build.compiler"
> >>>>value="org.eclipse.jdt.core.JDTCompilerAdapter"/>
> >>>>
> >>>>
> >>>>Any thoughts would be appreciated.
> >>>>Thanks,
> >>>>Anthony
> >>>
> >>>
> >>>
> >
> >
Previous Topic:Getting notifications for Job.cancel()
Next Topic:questions on parser, symbol table and indexer
Goto Forum:
  


Current Time: Thu Jun 05 12:30:00 EDT 2025

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

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

Back to the top