|
|
|
|
|
|
|
|
Re: .NET tooling? [message #468719 is a reply to message #468715] |
Wed, 06 August 2008 20:56   |
Remy Suen Messages: 462 Registered: July 2009 |
Senior Member |
|
|
On Wed, 06 Aug 2008 19:34:51 +0000, Alexandre FAU wrote:
> The current
> version of the plug-in works quite fine. What kind of information do you
> need ?
Well, you originally replied to Benny with...
On Sun, 27 Jul 2008 07:16:23 +0000, Alexandre FAU wrote:
>> But at least tooling for launching/building the converted sources
>> should be part of the project so I don't need to switch to other IDEs
>> in order to use the result of transformation.
> I have some preliminary work on that subject (a part of the unit tests),
> nothing really clear but if there is interesting people I can dig in
> that way (or If any volunteer want to help).
....so I thought you had some code setup for compiling the generated C#
source code through Eclipse or for launching .NET executables within
Eclipse. Is this correct?
If yes, which package or classes should I look at? I see a ProjectBuilder
class but it seems to be in charge of performing translations instead of
compiling C# source files. I'd also recommend splitting the builder and
the launcher out into separate plug-ins since those are generic
functionality that could be used by other Eclipse plug-ins and not
necessarily related to the translation of Java source files into C#
source files.
If no building and launching support is currently in place, could you
clarify what you were referring to in your reply to Benny about the
"preliminary work"? Thanks.
Regards,
Remy
|
|
|
|
|
|
|
Re: .NET tooling? [message #565105 is a reply to message #468684] |
Sun, 03 August 2008 20:25  |
Eclipse User |
|
|
|
Originally posted by: remy.suen.gmail.com
On Sun, 27 Jul 2008 07:16:23 +0000, Alexandre FAU wrote:
>> But at least tooling for launching/building the converted sources
>> should be part of the project so I don't need to switch to other IDEs
>> in order to use the result of transformation.
> I have some preliminary work on that subject (a part of the unit tests),
> nothing really clear but if there is interesting people I can dig in
> that way (or If any volunteer want to help).
I'd definitely be interested in contributing and collaborating on the
creation of a launching mechanism for .NET applications and a builder
system for compiling source code.
Regards,
Rem
|
|
|
|
Re: .NET tooling? [message #565161 is a reply to message #468684] |
Wed, 06 August 2008 15:33  |
Eclipse User |
|
|
|
Originally posted by: remy.suen.gmail.com
On Sun, 27 Jul 2008 07:16:23 +0000, Alexandre FAU wrote:
> I have some preliminary work on that subject (a part of the unit tests),
> nothing really clear
Alex, is this code in a repository somewhere?
Thanks,
Remy
|
|
|
|
|
|
Re: .NET tooling? [message #565272 is a reply to message #468715] |
Wed, 06 August 2008 20:56  |
Eclipse User |
|
|
|
Originally posted by: remy.suen.gmail.com
On Wed, 06 Aug 2008 19:34:51 +0000, Alexandre FAU wrote:
> The current
> version of the plug-in works quite fine. What kind of information do you
> need ?
Well, you originally replied to Benny with...
On Sun, 27 Jul 2008 07:16:23 +0000, Alexandre FAU wrote:
>> But at least tooling for launching/building the converted sources
>> should be part of the project so I don't need to switch to other IDEs
>> in order to use the result of transformation.
> I have some preliminary work on that subject (a part of the unit tests),
> nothing really clear but if there is interesting people I can dig in
> that way (or If any volunteer want to help).
....so I thought you had some code setup for compiling the generated C#
source code through Eclipse or for launching .NET executables within
Eclipse. Is this correct?
If yes, which package or classes should I look at? I see a ProjectBuilder
class but it seems to be in charge of performing translations instead of
compiling C# source files. I'd also recommend splitting the builder and
the launcher out into separate plug-ins since those are generic
functionality that could be used by other Eclipse plug-ins and not
necessarily related to the translation of Java source files into C#
source files.
If no building and launching support is currently in place, could you
clarify what you were referring to in your reply to Benny about the
"preliminary work"? Thanks.
Regards,
Remy
|
|
|
|
Re: .NET tooling? [message #565349 is a reply to message #468724] |
Thu, 07 August 2008 23:50  |
Eclipse User |
|
|
|
Originally posted by: remy.suen.gmail.com
On Thu, 07 Aug 2008 07:30:25 +0000, Alexandre FAU wrote:
> Look in the test package, you have a TestContext class with a compile
> method in it.
Thanks for the information, I got it now. When you said that it was part
of the unit tests, I didn't really take that meaning literally. :P
I thought that there was a way to launch .NET executables from within
Eclipse and to invoke MSBuild through the Eclipse user interface like how
you'd invoke an Ant build. I see now that this is not actually the case.
Are you going to planning to add this functionality later? Would you say
that this is within the scope of the project? I agree with Benny here in
that it would help a lot if the user did not have to switch to another
IDE just to use and build the result of the transformation.
Regards,
Remy
|
|
|
|
Powered by
FUDForum. Page generated in 0.03332 seconds