Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Java WorkFlow Tooling (JWT) » Run a modified version of JWT
Run a modified version of JWT [message #529894] Tue, 27 April 2010 15:22 Go to next message
Mike Swap is currently offline Mike SwapFriend
Messages: 7
Registered: April 2010
Junior Member
Hi,

For a project I have, I would like to modify the plug-in JWT by deleting (or hiding) the buttons, areas and menus that I don't need and adding the one I want.

I followed this tutorial (http://wiki.eclipse.org/JWT_CVS) so I downloaded the source code using CVS thus as the depedencies but now, when I try to run my application ( I didn't modify the source code of the plug-in yet), I can't use the JWT plug-in (and I don't see it amongst the installed plug-ins, thus as EMF, GEF and Zest).

Am I doing something wrong?

Thanks in advance,


Michaël.
Re: Run a modified version of JWT [message #530467 is a reply to message #529894] Thu, 29 April 2010 17:15 Go to previous messageGo to next message
Marc Dutoo is currently offline Marc DutooFriend
Messages: 71
Registered: July 2009
Member
Hi Tikael

Please confirm that you did
* use a JDK 5+
* use a fresh Eclipse 3.5 (Galileo) install, WITHOUT the JWT plugins
installed from the Galileo update site (since you'll install them from
source+build)
* check out the source code as said (using the CVS perspective), and
import all projects (at least we/jwt-we and the projects it depends on,
like all 3 metamodel/* ; we/jwt-we-conf-* are highly recommended, as
well as transformations/jwt-transformation-*) as Plugin projects in your
workspace. Now they should be displayed in your Projects view in red (in
error)
* install the dependencies (Plugins : EMF, GEF, Zest ; Orbit :
JDom), otherwise the checkouted plugin projects will stay in red in your
Eclipse projects view
* right-click on jwt-we > Run As > Eclipse Application . By default
all plugins of your workspace are used, they can be tweaked in the Run menu.

Following your question, I've improved the "how to build" section on the
http://wiki.eclipse.org/JWT_CVS , have a look at it.

My most important question : does your workspace look like the one I've
just uploaded on the http://wiki.eclipse.org/JWT_CVS page ?

Regards,
Marc

Mike Swap a écrit :
> Hi,
>
> For a project I have, I would like to modify the plug-in JWT by deleting
> (or hiding) the buttons, areas and menus that I don't need and adding
> the one I want.
> I followed this tutorial (http://wiki.eclipse.org/JWT_CVS) so I
> downloaded the source code using CVS thus as the depedencies but now,
> when I try to run my application ( I didn't modify the source code of
> the plug-in yet), I can't use the JWT plug-in (and I don't see it
> amongst the installed plug-ins, thus as EMF, GEF and Zest).
>
> Am I doing something wrong?
>
> Thanks in advance,
>
>
> Michaël.

[Updated on: Fri, 02 July 2010 15:34]

Report message to a moderator

Re: Run a modified version of JWT [message #532018 is a reply to message #530467] Thu, 06 May 2010 18:46 Go to previous messageGo to next message
Marc Dutoo is currently offline Marc DutooFriend
Messages: 71
Registered: July 2009
Member
Hi Tikael

Any news on your side ?

By the way, I've just improved the development environment page at
http://wiki.eclipse.org/JWT_CVS , by adding the missing xalan dependency.

Regards,
Marc

Marc Dutoo a écrit :
> Hi Tikael
>
> Please confirm that you did
> * use a JDK 5+
> * use a fresh Eclipse 3.5 (Galileo) install, WITHOUT the JWT plugins
> installed from the Galileo update site (since you'll install them from
> source+build)
> * check out the source code as said (using the CVS perspective), and
> import all projects (at least we/jwt-we and the projects it depends on,
> like all 3 metamodel/* ; we/jwt-we-conf-* are highly recommended, as
> well as transformations/jwt-transformation-*) as Plugin projects in your
> workspace. Now they should be displayed in your Projects view in red (in
> error)
> * install the dependencies (Plugins : EMF, GEF, Zest ; Orbit : JDom),
> otherwise the checkouted plugin projects will stay in red in your
> Eclipse projects view
> * right-click on jwt-we > Run As > Eclipse Application . By default
> all plugins of your workspace are used, they can be tweaked in the Run
> menu.
>
> Following your question, I've improved the "how to build" section on the
> http://wiki.eclipse.org/JWT_CVS , have a look at it.
>
> My most important question : does your workspace look like the one I've
> just uploaded on the http://wiki.eclipse.org/JWT_CVS page ?
>
> Regards,
> Marc
>
> Mike Swap a écrit :
>> Hi,
>>
>> For a project I have, I would like to modify the plug-in JWT by
>> deleting (or hiding) the buttons, areas and menus that I don't need
>> and adding the one I want.
>> I followed this tutorial (http://wiki.eclipse.org/JWT_CVS) so I
>> downloaded the source code using CVS thus as the depedencies but now,
>> when I try to run my application ( I didn't modify the source code of
>> the plug-in yet), I can't use the JWT plug-in (and I don't see it
>> amongst the installed plug-ins, thus as EMF, GEF and Zest).
>>
>> Am I doing something wrong?
>>
>> Thanks in advance,
>>
>>
>> Michaël.

[Updated on: Fri, 02 July 2010 15:34]

Report message to a moderator

Re: Run a modified version of JWT [message #537925 is a reply to message #529894] Fri, 04 June 2010 08:06 Go to previous messageGo to next message
Mike Swap is currently offline Mike SwapFriend
Messages: 7
Registered: April 2010
Junior Member
Hi,

Sorry for not answering sooner, but it seems I didn't receive any notification so I didn't check if there was an answer... Sad

Anyway, I finally realized that it will be more clever to start from scratch than modifying the existing code (I only need a few functionnalities from JWT).

Still, thanks for taking time to help me! Smile

P.S.: Can you edit your previous messages in this thread and remove my e-mail address that appears in the quotes? Thanks in advance,

Michaël.
Re: Run a modified version of JWT [message #538453 is a reply to message #537925] Mon, 07 June 2010 16:04 Go to previous messageGo to next message
Marc Dutoo is currently offline Marc DutooFriend
Messages: 71
Registered: July 2009
Member
Hi Mike

No problem, just choose the right solution for the right job :)

At worst you might use the JWT code as examples !

Regards,
Marc

Mike Swap a écrit :
> Hi,
>
> Sorry for not answering sooner, but it seems I didn't receive any
> notification so I didn't check if there was an answer... :(
> Anyway, I finally realized that it will be more clever to start from
> scratch than modifying the existing code (I only need a few
> functionnalities from JWT).
>
> Still, thanks for taking time to help me! :)
> P.S.: Can you edit your previous messages in this thread and remove my
> e-mail address that appears in the quotes? Thanks in advance,
>
> Michaël.
Re: Run a modified version of JWT [message #544279 is a reply to message #538453] Fri, 02 July 2010 08:38 Go to previous messageGo to next message
Mike Swap is currently offline Mike SwapFriend
Messages: 7
Registered: April 2010
Junior Member
Hello Marc,

As I asked you in my last message, can you edit your previous messages in this thread and remove my e-mail address that appears in the quotes you made?

Or if some moderator saw this message and if he can do it, it would be great.

Thanks in advance,

Michaël.
Re: Run a modified version of JWT [message #544418 is a reply to message #544279] Fri, 02 July 2010 15:35 Go to previous messageGo to next message
Marc Dutoo is currently offline Marc DutooFriend
Messages: 71
Registered: July 2009
Member
Sorry, Mike, didn't see it. Should be OK now, else tell me.

Regards,
Marc

Mike Swap a écrit :
> Hello Marc,
>
> As I asked you in my last message, can you edit your previous messages
> in this thread and remove my e-mail address that appears in the quotes
> you made?
> Or if some moderator saw this message and if he can do it, it would be
> great.
>
> Thanks in advance,
>
> Michaël.
Re: Run a modified version of JWT [message #544668 is a reply to message #529894] Mon, 05 July 2010 08:27 Go to previous message
Mike Swap is currently offline Mike SwapFriend
Messages: 7
Registered: April 2010
Junior Member
Great, thanks!
Previous Topic:pb using aspects example
Next Topic:Java Code Formatter as extension point - contribution
Goto Forum:
  


Current Time: Fri Apr 19 15:47:11 GMT 2024

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

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

Back to the top