Home » Archived » IMP » Missing IMP projects available
Missing IMP projects available [message #10008] |
Tue, 16 October 2007 16:35  |
Eclipse User |
|
|
|
Hello All,
As many of you are aware, the initial release of the IMP CVS repository
to SourceForge was missing three projects. These projects are in the
process of being migrated to the IMP CVS repository on SourceForge (and
may show up any day now).
In the meantime, a zip file containing the three projects is available
through the IMP web site at
http://eclipse-imp.sourceforge.net/developers/index.html
(see the first section, "The Right Stuff.")
Thanks for your forbearance with this. If there are any problems,
please let us know.
Regards,
Stan Sutton
|
|
| |
Re: Missing IMP projects available [message #12261 is a reply to message #10077] |
Thu, 18 October 2007 06:13   |
Eclipse User |
|
|
|
Originally posted by: sandip.sahoo1980.gmail.com
Hi Stanely,
I did a checkout exactly the same way what you described below.But I am
getting a lot of errors.
"com.ibm.wala.shrike" dependency plugin not found for org.eclipse.imp.smpi
project.
please check the attached figure which shows the projects that are not
built.
Regards,
Sandip
"Stanley Sutton" <suttons@us.ibm.com> wrote in message
news:ff3e86$6h7$1@build.eclipse.org...
>I wrote too soon: The formerly missing IMP projects have already
> appeared in the IMP CVS repository on SourceForge. Please check them
> out from there. The link mentioned in the previous posting here will
> probably be removed at the next update of our web site.
>
> Thanks again for your patience!
>
> Stan Sutton
>
>
> Stanley Sutton wrote:
>> Hello All,
>>
>> As many of you are aware, the initial release of the IMP CVS repository
>> to SourceForge was missing three projects. These projects are in the
>> process of being migrated to the IMP CVS repository on SourceForge (and
>> may show up any day now).
>>
>> In the meantime, a zip file containing the three projects is available
>> through the IMP web site at
>>
>> http://eclipse-imp.sourceforge.net/developers/index.html
>>
>> (see the first section, "The Right Stuff.")
>>
>> Thanks for your forbearance with this. If there are any problems,
>> please let us know.
>>
>> Regards,
>>
>> Stan Sutton
Attachment: imp.JPG
(Size: 67.57KB, Downloaded 288 times)
|
|
|
Re: Missing IMP projects available [message #12272 is a reply to message #10077] |
Thu, 18 October 2007 06:19   |
Eclipse User |
|
|
|
Originally posted by: sandip.sahoo1980.gmail.com
Hi Stanley,
I did a checkout exactly the same way what you described below.But I am
getting a lot of errors.
"com.ibm.wala.shrike" dependency plugin not found for org.eclipse.imp.smpi
project.
please check the attached figure which shows the projects that are not
built.
Regards,
Sandip
"Stanley Sutton" <suttons@us.ibm.com> wrote in message
news:ff3e86$6h7$1@build.eclipse.org...
>I wrote too soon: The formerly missing IMP projects have already
> appeared in the IMP CVS repository on SourceForge. Please check them
> out from there. The link mentioned in the previous posting here will
> probably be removed at the next update of our web site.
>
> Thanks again for your patience!
>
> Stan Sutton
>
>
> Stanley Sutton wrote:
>> Hello All,
>>
>> As many of you are aware, the initial release of the IMP CVS repository
>> to SourceForge was missing three projects. These projects are in the
>> process of being migrated to the IMP CVS repository on SourceForge (and
>> may show up any day now).
>>
>> In the meantime, a zip file containing the three projects is available
>> through the IMP web site at
>>
>> http://eclipse-imp.sourceforge.net/developers/index.html
>>
>> (see the first section, "The Right Stuff.")
>>
>> Thanks for your forbearance with this. If there are any problems,
>> please let us know.
>>
>> Regards,
>>
>> Stan Sutton
Attachment: imp.JPG
(Size: 67.57KB, Downloaded 294 times)
|
|
| | |
Re: Missing IMP projects available [message #12389 is a reply to message #12354] |
Sun, 21 October 2007 12:12   |
Eclipse User |
|
|
|
Hi Sandip,
Look at the IMP Developer's Corner page on the IMP web site:
http://eclipse-imp.sourceforge.net/developers/index.html
And check out the section "Building Required Parsers." From what I can
see in the image you sent, this should help you to address the problem.
To explain a bit here:
In the IMP CVS repository we don't usually store generated files that
can be regenerated in the user's workspace. (Of course, this saves on
storage space and download/upload time.) In particular, we don't store
the generated parsers and AST node types for the various languages
(e.g., DSLs) that are part of IMP. There are about half a dozen of
these languages now. The generated classes need to be regenerated
whenever one of the IMP projects that contains one of these languages is
checked out into a workspace.
Ideally, the LPG builder, which is part of the IMP installation, will
run automatically to regenerate the needed classes. However, there is a
problem in that the LPG builder does not seem to run automatically on a
project until after LPG has been run manually on the project. So, for
now, the IMP developer needs to manually run LPG on the grammar files
for each of these languages in order to get the containing projects to
build for the first time. The instructions on how to do this are
contained in the web page cited above.
We know this is a pain, and we apologize. We have to go through the
same process ourselves. We are working to fix it.
Regards,
Stan Sutton
Sandip Sahoo wrote:
> Thanks! I was able to solve the dependency of com.ibm.wala.shrike
> But still not able to build the projects. please look into the attached
> figure.
>
>
> "Robert M. Fuhrer" <rfuhrer@watson.ibm.com> wrote in message
> news:47178ACC.40402@watson.ibm.com...
>> Sandip Sahoo wrote:
>>> Hi Stanley,
>>>
>>> I did a checkout exactly the same way what you described below.But I am
>>> getting a lot of errors.
>>>
>>> "com.ibm.wala.shrike" dependency plugin not found for
>>> org.eclipse.imp.smpi
>>> project.
>> Hi there,
>>
>> The "More of the Right Stuff" section is incomplete. You also need to get
>> com.ibm.wala.shrike from the WALA SVN repository at the following
>> location:
>>
>> http://wala.svn.sourceforge.net/svnroot/wala/trunk/com.ibm.w ala.shrike
>>
>> Our apologies; we'll update the web page ASAP.
>>
>>> please check the attached figure which shows the projects that are not
>>> built.
>>>
>>> Regards,
>>> Sandip
>>>
>>> "Stanley Sutton" <suttons@us.ibm.com> wrote in message
>>> news:ff3e86$6h7$1@build.eclipse.org...
>>>> I wrote too soon: The formerly missing IMP projects have already
>>>> appeared in the IMP CVS repository on SourceForge. Please check them
>>>> out from there. The link mentioned in the previous posting here will
>>>> probably be removed at the next update of our web site.
>>
>> --
>> Cheers,
>> -- Bob
>>
>> --------------------------------
>> Robert M. Fuhrer
>> Research Staff Member
>> Programming Technologies Dept.
>> IBM T.J. Watson Research Center
>>
>> IMP Team Lead (http://eclipse-imp.sourceforge.net)
>> X10: Productivity for High-Performance Parallel Programming
>> (http://x10.sf.net)
>
>
|
|
|
Re: Missing IMP projects available [message #14679 is a reply to message #12389] |
Mon, 29 October 2007 09:23   |
Eclipse User |
|
|
|
Originally posted by: sandip.sahoo1980.gmail.com
Hi Stanley,
Can you please provide me an update on this?
Regards,
Sandip
"Stanley Sutton" <suttons@us.ibm.com> wrote in message
news:ffftor$3b2$1@build.eclipse.org...
> Hi Sandip,
>
> Look at the IMP Developer's Corner page on the IMP web site:
> http://eclipse-imp.sourceforge.net/developers/index.html
> And check out the section "Building Required Parsers." From what I can
> see in the image you sent, this should help you to address the problem.
>
> To explain a bit here:
>
> In the IMP CVS repository we don't usually store generated files that can
> be regenerated in the user's workspace. (Of course, this saves on storage
> space and download/upload time.) In particular, we don't store the
> generated parsers and AST node types for the various languages (e.g.,
> DSLs) that are part of IMP. There are about half a dozen of these
> languages now. The generated classes need to be regenerated whenever one
> of the IMP projects that contains one of these languages is checked out
> into a workspace.
>
> Ideally, the LPG builder, which is part of the IMP installation, will run
> automatically to regenerate the needed classes. However, there is a
> problem in that the LPG builder does not seem to run automatically on a
> project until after LPG has been run manually on the project. So, for
> now, the IMP developer needs to manually run LPG on the grammar files for
> each of these languages in order to get the containing projects to build
> for the first time. The instructions on how to do this are contained in
> the web page cited above.
>
> We know this is a pain, and we apologize. We have to go through the same
> process ourselves. We are working to fix it.
>
> Regards,
>
> Stan Sutton
>
>
>
>
> Sandip Sahoo wrote:
>> Thanks! I was able to solve the dependency of com.ibm.wala.shrike
>> But still not able to build the projects. please look into the attached
>> figure.
>>
>>
>> "Robert M. Fuhrer" <rfuhrer@watson.ibm.com> wrote in message
>> news:47178ACC.40402@watson.ibm.com...
>>> Sandip Sahoo wrote:
>>>> Hi Stanley,
>>>>
>>>> I did a checkout exactly the same way what you described below.But I am
>>>> getting a lot of errors.
>>>>
>>>> "com.ibm.wala.shrike" dependency plugin not found for
>>>> org.eclipse.imp.smpi
>>>> project.
>>> Hi there,
>>>
>>> The "More of the Right Stuff" section is incomplete. You also need to
>>> get
>>> com.ibm.wala.shrike from the WALA SVN repository at the following
>>> location:
>>>
>>>
>>> http://wala.svn.sourceforge.net/svnroot/wala/trunk/com.ibm.w ala.shrike
>>>
>>> Our apologies; we'll update the web page ASAP.
>>>
>>>> please check the attached figure which shows the projects that are not
>>>> built.
>>>>
>>>> Regards,
>>>> Sandip
>>>>
>>>> "Stanley Sutton" <suttons@us.ibm.com> wrote in message
>>>> news:ff3e86$6h7$1@build.eclipse.org...
>>>>> I wrote too soon: The formerly missing IMP projects have already
>>>>> appeared in the IMP CVS repository on SourceForge. Please check them
>>>>> out from there. The link mentioned in the previous posting here will
>>>>> probably be removed at the next update of our web site.
>>>
>>> --
>>> Cheers,
>>> -- Bob
>>>
>>> --------------------------------
>>> Robert M. Fuhrer
>>> Research Staff Member
>>> Programming Technologies Dept.
>>> IBM T.J. Watson Research Center
>>>
>>> IMP Team Lead (http://eclipse-imp.sourceforge.net)
>>> X10: Productivity for High-Performance Parallel Programming
>>> (http://x10.sf.net)
>>
|
|
|
Re: Missing IMP projects available [message #14710 is a reply to message #14679] |
Tue, 30 October 2007 17:24  |
Eclipse User |
|
|
|
Hi Sandip,
With the Eclipse review for IMP coming up shortly and some other things
going on we haven't been focused lately on fixing bugs. Even so, I took
a look at this again and believe I have found and fixed the problem,
which affected the class org.eclipse.imp.lpg.builder.LPGBuilder in the
project org.eclipse.imp.lpg.runtime. I don't know when there might be a
new release to the update site, but the code with the fix is available
in the CVS repository.
Regards,
Stan
Sandip Sahoo wrote:
> Hi Stanley,
>
> Can you please provide me an update on this?
>
> Regards,
> Sandip
>
> "Stanley Sutton" <suttons@us.ibm.com> wrote in message
> news:ffftor$3b2$1@build.eclipse.org...
>> Hi Sandip,
>>
>> Look at the IMP Developer's Corner page on the IMP web site:
>> http://eclipse-imp.sourceforge.net/developers/index.html
>> And check out the section "Building Required Parsers." From what I can
>> see in the image you sent, this should help you to address the problem.
>>
>> To explain a bit here:
>>
>> In the IMP CVS repository we don't usually store generated files that can
>> be regenerated in the user's workspace. (Of course, this saves on storage
>> space and download/upload time.) In particular, we don't store the
>> generated parsers and AST node types for the various languages (e.g.,
>> DSLs) that are part of IMP. There are about half a dozen of these
>> languages now. The generated classes need to be regenerated whenever one
>> of the IMP projects that contains one of these languages is checked out
>> into a workspace.
>>
>> Ideally, the LPG builder, which is part of the IMP installation, will run
>> automatically to regenerate the needed classes. However, there is a
>> problem in that the LPG builder does not seem to run automatically on a
>> project until after LPG has been run manually on the project. So, for
>> now, the IMP developer needs to manually run LPG on the grammar files for
>> each of these languages in order to get the containing projects to build
>> for the first time. The instructions on how to do this are contained in
>> the web page cited above.
>>
>> We know this is a pain, and we apologize. We have to go through the same
>> process ourselves. We are working to fix it.
>>
>> Regards,
>>
>> Stan Sutton
>>
>>
>>
>>
>> Sandip Sahoo wrote:
>>> Thanks! I was able to solve the dependency of com.ibm.wala.shrike
>>> But still not able to build the projects. please look into the attached
>>> figure.
>>>
>>>
>>> "Robert M. Fuhrer" <rfuhrer@watson.ibm.com> wrote in message
>>> news:47178ACC.40402@watson.ibm.com...
>>>> Sandip Sahoo wrote:
>>>>> Hi Stanley,
>>>>>
>>>>> I did a checkout exactly the same way what you described below.But I am
>>>>> getting a lot of errors.
>>>>>
>>>>> "com.ibm.wala.shrike" dependency plugin not found for
>>>>> org.eclipse.imp.smpi
>>>>> project.
>>>> Hi there,
>>>>
>>>> The "More of the Right Stuff" section is incomplete. You also need to
>>>> get
>>>> com.ibm.wala.shrike from the WALA SVN repository at the following
>>>> location:
>>>>
>>>>
>>>> http://wala.svn.sourceforge.net/svnroot/wala/trunk/com.ibm.w ala.shrike
>>>>
>>>> Our apologies; we'll update the web page ASAP.
>>>>
>>>>> please check the attached figure which shows the projects that are not
>>>>> built.
>>>>>
>>>>> Regards,
>>>>> Sandip
>>>>>
>>>>> "Stanley Sutton" <suttons@us.ibm.com> wrote in message
>>>>> news:ff3e86$6h7$1@build.eclipse.org...
>>>>>> I wrote too soon: The formerly missing IMP projects have already
>>>>>> appeared in the IMP CVS repository on SourceForge. Please check them
>>>>>> out from there. The link mentioned in the previous posting here will
>>>>>> probably be removed at the next update of our web site.
>>>> --
>>>> Cheers,
>>>> -- Bob
>>>>
>>>> --------------------------------
>>>> Robert M. Fuhrer
>>>> Research Staff Member
>>>> Programming Technologies Dept.
>>>> IBM T.J. Watson Research Center
>>>>
>>>> IMP Team Lead (http://eclipse-imp.sourceforge.net)
>>>> X10: Productivity for High-Performance Parallel Programming
>>>> (http://x10.sf.net)
>
|
|
|
Re: Missing IMP projects available [message #567454 is a reply to message #10008] |
Tue, 16 October 2007 18:33  |
Eclipse User |
|
|
|
I wrote too soon: The formerly missing IMP projects have already
appeared in the IMP CVS repository on SourceForge. Please check them
out from there. The link mentioned in the previous posting here will
probably be removed at the next update of our web site.
Thanks again for your patience!
Stan Sutton
Stanley Sutton wrote:
> Hello All,
>
> As many of you are aware, the initial release of the IMP CVS repository
> to SourceForge was missing three projects. These projects are in the
> process of being migrated to the IMP CVS repository on SourceForge (and
> may show up any day now).
>
> In the meantime, a zip file containing the three projects is available
> through the IMP web site at
>
> http://eclipse-imp.sourceforge.net/developers/index.html
>
> (see the first section, "The Right Stuff.")
>
> Thanks for your forbearance with this. If there are any problems,
> please let us know.
>
> Regards,
>
> Stan Sutton
|
|
|
Re: Missing IMP projects available [message #567658 is a reply to message #10077] |
Thu, 18 October 2007 06:13  |
Eclipse User |
|
|
|
Originally posted by: sandip.sahoo1980.gmail.com
Hi Stanely,
I did a checkout exactly the same way what you described below.But I am
getting a lot of errors.
"com.ibm.wala.shrike" dependency plugin not found for org.eclipse.imp.smpi
project.
please check the attached figure which shows the projects that are not
built.
Regards,
Sandip
"Stanley Sutton" <suttons@us.ibm.com> wrote in message
news:ff3e86$6h7$1@build.eclipse.org...
>I wrote too soon: The formerly missing IMP projects have already
> appeared in the IMP CVS repository on SourceForge. Please check them
> out from there. The link mentioned in the previous posting here will
> probably be removed at the next update of our web site.
>
> Thanks again for your patience!
>
> Stan Sutton
>
>
> Stanley Sutton wrote:
>> Hello All,
>>
>> As many of you are aware, the initial release of the IMP CVS repository
>> to SourceForge was missing three projects. These projects are in the
>> process of being migrated to the IMP CVS repository on SourceForge (and
>> may show up any day now).
>>
>> In the meantime, a zip file containing the three projects is available
>> through the IMP web site at
>>
>> http://eclipse-imp.sourceforge.net/developers/index.html
>>
>> (see the first section, "The Right Stuff.")
>>
>> Thanks for your forbearance with this. If there are any problems,
>> please let us know.
>>
>> Regards,
>>
>> Stan Sutton
Attachment: imp.JPG
(Size: 67.57KB, Downloaded 232 times)
|
|
|
Re: Missing IMP projects available [message #567707 is a reply to message #10077] |
Thu, 18 October 2007 06:19  |
Eclipse User |
|
|
|
Originally posted by: sandip.sahoo1980.gmail.com
Hi Stanley,
I did a checkout exactly the same way what you described below.But I am
getting a lot of errors.
"com.ibm.wala.shrike" dependency plugin not found for org.eclipse.imp.smpi
project.
please check the attached figure which shows the projects that are not
built.
Regards,
Sandip
"Stanley Sutton" <suttons@us.ibm.com> wrote in message
news:ff3e86$6h7$1@build.eclipse.org...
>I wrote too soon: The formerly missing IMP projects have already
> appeared in the IMP CVS repository on SourceForge. Please check them
> out from there. The link mentioned in the previous posting here will
> probably be removed at the next update of our web site.
>
> Thanks again for your patience!
>
> Stan Sutton
>
>
> Stanley Sutton wrote:
>> Hello All,
>>
>> As many of you are aware, the initial release of the IMP CVS repository
>> to SourceForge was missing three projects. These projects are in the
>> process of being migrated to the IMP CVS repository on SourceForge (and
>> may show up any day now).
>>
>> In the meantime, a zip file containing the three projects is available
>> through the IMP web site at
>>
>> http://eclipse-imp.sourceforge.net/developers/index.html
>>
>> (see the first section, "The Right Stuff.")
>>
>> Thanks for your forbearance with this. If there are any problems,
>> please let us know.
>>
>> Regards,
>>
>> Stan Sutton
Attachment: imp.JPG
(Size: 67.57KB, Downloaded 233 times)
|
|
|
Re: Missing IMP projects available [message #567768 is a reply to message #12272] |
Thu, 18 October 2007 12:33  |
Eclipse User |
|
|
|
Sandip Sahoo wrote:
> Hi Stanley,
>
> I did a checkout exactly the same way what you described below.But I am
> getting a lot of errors.
>
> "com.ibm.wala.shrike" dependency plugin not found for org.eclipse.imp.smpi
> project.
Hi there,
The "More of the Right Stuff" section is incomplete. You also need to get
com.ibm.wala.shrike from the WALA SVN repository at the following location:
http://wala.svn.sourceforge.net/svnroot/wala/trunk/com.ibm.w ala.shrike
Our apologies; we'll update the web page ASAP.
> please check the attached figure which shows the projects that are not
> built.
>
> Regards,
> Sandip
>
> "Stanley Sutton" <suttons@us.ibm.com> wrote in message
> news:ff3e86$6h7$1@build.eclipse.org...
>> I wrote too soon: The formerly missing IMP projects have already
>> appeared in the IMP CVS repository on SourceForge. Please check them
>> out from there. The link mentioned in the previous posting here will
>> probably be removed at the next update of our web site.
--
Cheers,
-- Bob
--------------------------------
Robert M. Fuhrer
Research Staff Member
Programming Technologies Dept.
IBM T.J. Watson Research Center
IMP Team Lead (http://eclipse-imp.sourceforge.net)
X10: Productivity for High-Performance Parallel Programming (http://x10.sf.net)
|
|
| |
Re: Missing IMP projects available [message #568046 is a reply to message #12354] |
Sun, 21 October 2007 12:12  |
Eclipse User |
|
|
|
Hi Sandip,
Look at the IMP Developer's Corner page on the IMP web site:
http://eclipse-imp.sourceforge.net/developers/index.html
And check out the section "Building Required Parsers." From what I can
see in the image you sent, this should help you to address the problem.
To explain a bit here:
In the IMP CVS repository we don't usually store generated files that
can be regenerated in the user's workspace. (Of course, this saves on
storage space and download/upload time.) In particular, we don't store
the generated parsers and AST node types for the various languages
(e.g., DSLs) that are part of IMP. There are about half a dozen of
these languages now. The generated classes need to be regenerated
whenever one of the IMP projects that contains one of these languages is
checked out into a workspace.
Ideally, the LPG builder, which is part of the IMP installation, will
run automatically to regenerate the needed classes. However, there is a
problem in that the LPG builder does not seem to run automatically on a
project until after LPG has been run manually on the project. So, for
now, the IMP developer needs to manually run LPG on the grammar files
for each of these languages in order to get the containing projects to
build for the first time. The instructions on how to do this are
contained in the web page cited above.
We know this is a pain, and we apologize. We have to go through the
same process ourselves. We are working to fix it.
Regards,
Stan Sutton
Sandip Sahoo wrote:
> Thanks! I was able to solve the dependency of com.ibm.wala.shrike
> But still not able to build the projects. please look into the attached
> figure.
>
>
> "Robert M. Fuhrer" <rfuhrer@watson.ibm.com> wrote in message
> news:47178ACC.40402@watson.ibm.com...
>> Sandip Sahoo wrote:
>>> Hi Stanley,
>>>
>>> I did a checkout exactly the same way what you described below.But I am
>>> getting a lot of errors.
>>>
>>> "com.ibm.wala.shrike" dependency plugin not found for
>>> org.eclipse.imp.smpi
>>> project.
>> Hi there,
>>
>> The "More of the Right Stuff" section is incomplete. You also need to get
>> com.ibm.wala.shrike from the WALA SVN repository at the following
>> location:
>>
>> http://wala.svn.sourceforge.net/svnroot/wala/trunk/com.ibm.w ala.shrike
>>
>> Our apologies; we'll update the web page ASAP.
>>
>>> please check the attached figure which shows the projects that are not
>>> built.
>>>
>>> Regards,
>>> Sandip
>>>
>>> "Stanley Sutton" <suttons@us.ibm.com> wrote in message
>>> news:ff3e86$6h7$1@build.eclipse.org...
>>>> I wrote too soon: The formerly missing IMP projects have already
>>>> appeared in the IMP CVS repository on SourceForge. Please check them
>>>> out from there. The link mentioned in the previous posting here will
>>>> probably be removed at the next update of our web site.
>>
>> --
>> Cheers,
>> -- Bob
>>
>> --------------------------------
>> Robert M. Fuhrer
>> Research Staff Member
>> Programming Technologies Dept.
>> IBM T.J. Watson Research Center
>>
>> IMP Team Lead (http://eclipse-imp.sourceforge.net)
>> X10: Productivity for High-Performance Parallel Programming
>> (http://x10.sf.net)
>
>
|
|
|
Re: Missing IMP projects available [message #568735 is a reply to message #12389] |
Mon, 29 October 2007 09:23  |
Eclipse User |
|
|
|
Originally posted by: sandip.sahoo1980.gmail.com
Hi Stanley,
Can you please provide me an update on this?
Regards,
Sandip
"Stanley Sutton" <suttons@us.ibm.com> wrote in message
news:ffftor$3b2$1@build.eclipse.org...
> Hi Sandip,
>
> Look at the IMP Developer's Corner page on the IMP web site:
> http://eclipse-imp.sourceforge.net/developers/index.html
> And check out the section "Building Required Parsers." From what I can
> see in the image you sent, this should help you to address the problem.
>
> To explain a bit here:
>
> In the IMP CVS repository we don't usually store generated files that can
> be regenerated in the user's workspace. (Of course, this saves on storage
> space and download/upload time.) In particular, we don't store the
> generated parsers and AST node types for the various languages (e.g.,
> DSLs) that are part of IMP. There are about half a dozen of these
> languages now. The generated classes need to be regenerated whenever one
> of the IMP projects that contains one of these languages is checked out
> into a workspace.
>
> Ideally, the LPG builder, which is part of the IMP installation, will run
> automatically to regenerate the needed classes. However, there is a
> problem in that the LPG builder does not seem to run automatically on a
> project until after LPG has been run manually on the project. So, for
> now, the IMP developer needs to manually run LPG on the grammar files for
> each of these languages in order to get the containing projects to build
> for the first time. The instructions on how to do this are contained in
> the web page cited above.
>
> We know this is a pain, and we apologize. We have to go through the same
> process ourselves. We are working to fix it.
>
> Regards,
>
> Stan Sutton
>
>
>
>
> Sandip Sahoo wrote:
>> Thanks! I was able to solve the dependency of com.ibm.wala.shrike
>> But still not able to build the projects. please look into the attached
>> figure.
>>
>>
>> "Robert M. Fuhrer" <rfuhrer@watson.ibm.com> wrote in message
>> news:47178ACC.40402@watson.ibm.com...
>>> Sandip Sahoo wrote:
>>>> Hi Stanley,
>>>>
>>>> I did a checkout exactly the same way what you described below.But I am
>>>> getting a lot of errors.
>>>>
>>>> "com.ibm.wala.shrike" dependency plugin not found for
>>>> org.eclipse.imp.smpi
>>>> project.
>>> Hi there,
>>>
>>> The "More of the Right Stuff" section is incomplete. You also need to
>>> get
>>> com.ibm.wala.shrike from the WALA SVN repository at the following
>>> location:
>>>
>>>
>>> http://wala.svn.sourceforge.net/svnroot/wala/trunk/com.ibm.w ala.shrike
>>>
>>> Our apologies; we'll update the web page ASAP.
>>>
>>>> please check the attached figure which shows the projects that are not
>>>> built.
>>>>
>>>> Regards,
>>>> Sandip
>>>>
>>>> "Stanley Sutton" <suttons@us.ibm.com> wrote in message
>>>> news:ff3e86$6h7$1@build.eclipse.org...
>>>>> I wrote too soon: The formerly missing IMP projects have already
>>>>> appeared in the IMP CVS repository on SourceForge. Please check them
>>>>> out from there. The link mentioned in the previous posting here will
>>>>> probably be removed at the next update of our web site.
>>>
>>> --
>>> Cheers,
>>> -- Bob
>>>
>>> --------------------------------
>>> Robert M. Fuhrer
>>> Research Staff Member
>>> Programming Technologies Dept.
>>> IBM T.J. Watson Research Center
>>>
>>> IMP Team Lead (http://eclipse-imp.sourceforge.net)
>>> X10: Productivity for High-Performance Parallel Programming
>>> (http://x10.sf.net)
>>
|
|
|
Re: Missing IMP projects available [message #568747 is a reply to message #14679] |
Tue, 30 October 2007 17:24  |
Eclipse User |
|
|
|
Hi Sandip,
With the Eclipse review for IMP coming up shortly and some other things
going on we haven't been focused lately on fixing bugs. Even so, I took
a look at this again and believe I have found and fixed the problem,
which affected the class org.eclipse.imp.lpg.builder.LPGBuilder in the
project org.eclipse.imp.lpg.runtime. I don't know when there might be a
new release to the update site, but the code with the fix is available
in the CVS repository.
Regards,
Stan
Sandip Sahoo wrote:
> Hi Stanley,
>
> Can you please provide me an update on this?
>
> Regards,
> Sandip
>
> "Stanley Sutton" <suttons@us.ibm.com> wrote in message
> news:ffftor$3b2$1@build.eclipse.org...
>> Hi Sandip,
>>
>> Look at the IMP Developer's Corner page on the IMP web site:
>> http://eclipse-imp.sourceforge.net/developers/index.html
>> And check out the section "Building Required Parsers." From what I can
>> see in the image you sent, this should help you to address the problem.
>>
>> To explain a bit here:
>>
>> In the IMP CVS repository we don't usually store generated files that can
>> be regenerated in the user's workspace. (Of course, this saves on storage
>> space and download/upload time.) In particular, we don't store the
>> generated parsers and AST node types for the various languages (e.g.,
>> DSLs) that are part of IMP. There are about half a dozen of these
>> languages now. The generated classes need to be regenerated whenever one
>> of the IMP projects that contains one of these languages is checked out
>> into a workspace.
>>
>> Ideally, the LPG builder, which is part of the IMP installation, will run
>> automatically to regenerate the needed classes. However, there is a
>> problem in that the LPG builder does not seem to run automatically on a
>> project until after LPG has been run manually on the project. So, for
>> now, the IMP developer needs to manually run LPG on the grammar files for
>> each of these languages in order to get the containing projects to build
>> for the first time. The instructions on how to do this are contained in
>> the web page cited above.
>>
>> We know this is a pain, and we apologize. We have to go through the same
>> process ourselves. We are working to fix it.
>>
>> Regards,
>>
>> Stan Sutton
>>
>>
>>
>>
>> Sandip Sahoo wrote:
>>> Thanks! I was able to solve the dependency of com.ibm.wala.shrike
>>> But still not able to build the projects. please look into the attached
>>> figure.
>>>
>>>
>>> "Robert M. Fuhrer" <rfuhrer@watson.ibm.com> wrote in message
>>> news:47178ACC.40402@watson.ibm.com...
>>>> Sandip Sahoo wrote:
>>>>> Hi Stanley,
>>>>>
>>>>> I did a checkout exactly the same way what you described below.But I am
>>>>> getting a lot of errors.
>>>>>
>>>>> "com.ibm.wala.shrike" dependency plugin not found for
>>>>> org.eclipse.imp.smpi
>>>>> project.
>>>> Hi there,
>>>>
>>>> The "More of the Right Stuff" section is incomplete. You also need to
>>>> get
>>>> com.ibm.wala.shrike from the WALA SVN repository at the following
>>>> location:
>>>>
>>>>
>>>> http://wala.svn.sourceforge.net/svnroot/wala/trunk/com.ibm.w ala.shrike
>>>>
>>>> Our apologies; we'll update the web page ASAP.
>>>>
>>>>> please check the attached figure which shows the projects that are not
>>>>> built.
>>>>>
>>>>> Regards,
>>>>> Sandip
>>>>>
>>>>> "Stanley Sutton" <suttons@us.ibm.com> wrote in message
>>>>> news:ff3e86$6h7$1@build.eclipse.org...
>>>>>> I wrote too soon: The formerly missing IMP projects have already
>>>>>> appeared in the IMP CVS repository on SourceForge. Please check them
>>>>>> out from there. The link mentioned in the previous posting here will
>>>>>> probably be removed at the next update of our web site.
>>>> --
>>>> Cheers,
>>>> -- Bob
>>>>
>>>> --------------------------------
>>>> Robert M. Fuhrer
>>>> Research Staff Member
>>>> Programming Technologies Dept.
>>>> IBM T.J. Watson Research Center
>>>>
>>>> IMP Team Lead (http://eclipse-imp.sourceforge.net)
>>>> X10: Productivity for High-Performance Parallel Programming
>>>> (http://x10.sf.net)
>
|
|
|
Goto Forum:
Current Time: Thu Jul 17 08:16:55 EDT 2025
Powered by FUDForum. Page generated in 0.07783 seconds
|