Author |
Message
|
sleepyjamie |
Posted: Wed Sep 16, 2015 6:36 am Post subject: Re-using subflows in application projects |
|
|
Centurion
Joined: 29 Apr 2015 Posts: 135
|
I'm trying to figure out if there is a way to re-use a subflow in multiple Application or Integration projects. I've been unsuccessful on how to setup my project structure to allow this. |
|
Back to top |
|
 |
smdavies99 |
Posted: Wed Sep 16, 2015 6:37 am Post subject: Re: Re-using subflows in application projects |
|
|
 Jedi Council
Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land.
|
sleepyjamie wrote: |
I'm trying to figure out if there is a way to re-use a subflow in multiple Application or Integration projects. I've been unsuccessful on how to setup my project structure to allow this. |
Put them into a Library and then referenct the library in the application Project references _________________ WMQ User since 1999
MQSI/WBI/WMB/'Thingy' User since 2002
Linux user since 1995
Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions. |
|
Back to top |
|
 |
sleepyjamie |
Posted: Wed Sep 16, 2015 6:49 am Post subject: Re: Re-using subflows in application projects |
|
|
Centurion
Joined: 29 Apr 2015 Posts: 135
|
smdavies99 wrote: |
sleepyjamie wrote: |
I'm trying to figure out if there is a way to re-use a subflow in multiple Application or Integration projects. I've been unsuccessful on how to setup my project structure to allow this. |
Put them into a Library and then referenct the library in the application Project references |
duh!!
cripes its too early in the morning. thanks! |
|
Back to top |
|
 |
akil |
Posted: Fri Sep 18, 2015 10:48 am Post subject: |
|
|
 Partisan
Joined: 27 May 2014 Posts: 338 Location: Mumbai
|
But remember they are statically linked, changing the library means rebuilding everything that depends on it, and to find out what all depends on it - well , there doesn't seem to be a way.. _________________ Regards |
|
Back to top |
|
 |
mqjeff |
Posted: Fri Sep 18, 2015 10:48 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
akil wrote: |
But remember they are statically linked, changing the library means rebuilding everything that depends on it, and to find out what all depends on it - well , there doesn't seem to be a way.. |
Unless you're at v10... _________________ chmod -R ugo-wx / |
|
Back to top |
|
 |
|