Discussion:
jar-generation restrict to */portlets and */services?
Benny Bräuer
2006-08-17 12:28:33 UTC
Permalink
Hi all,

I add some wsdl2java-generated files to projects/project/src
Compiling is ok, but only the project.jar and project-services.jar are
created. My other files were compiled, but not deployed to Tomcat.

Is it possible to add my web service files to the project.jar (or is
there an other way to use them?)
GS-Version 2.1.5.

With kind regards,
Benny
--
*******************************************************
Dipl.-Wirt.-Inform.(FH) Benny Bräuer
C3-Grid Developing @ Computing and Data Centre
Alfred Wegener Institute for Polar and Marine Research
Am Handelshafen 12, 27570 Bremerhaven, Germany
Building E, Room 3025
eMail: ***@awi-bremerhaven.de
phone: +49(471)4831-1583
fax: +49(471)4831-1590
web: http://www.awi-bremerhaven.de/People/show?bbraeuer
*******************************************************
* In the Emperor's Service *
*******************************************************
Oliver Wehrens
2006-08-17 12:34:45 UTC
Permalink
Hi,

yes with the template build file the jars only will contain classes
under portlets and services. This was caused from earlier versions of
GridSphere where we wanted to have all services and portlets in their
jars (and this was a good way to do it). If you would like to change
that behavior you simply have to edit your build.xml not to restrict
the jar generation to these directories (and maybe put all in one jar
and get rid of the second one).

Oliver
Post by Benny Bräuer
Hi all,
I add some wsdl2java-generated files to projects/project/src
Compiling is ok, but only the project.jar and project-services.jar
are created. My other files were compiled, but not deployed to Tomcat.
Is it possible to add my web service files to the project.jar (or
is there an other way to use them?)
GS-Version 2.1.5.
With kind regards,
Benny
--
*******************************************************
Dipl.-Wirt.-Inform.(FH) Benny Bräuer
Alfred Wegener Institute for Polar and Marine Research
Am Handelshafen 12, 27570 Bremerhaven, Germany
Building E, Room 3025
phone: +49(471)4831-1583
fax: +49(471)4831-1590
web: http://www.awi-bremerhaven.de/People/show?bbraeuer
*******************************************************
* In the Emperor's Service *
*******************************************************
_______________________________________________
Gridsphere-dev mailing list
https://www.gridlab.org/mailman/listinfo/gridsphere-dev
--
+49 170 785 1323
http://wehrens.net/oliver
Benny Bräuer
2006-08-17 12:48:32 UTC
Permalink
Hi Oliver,

thank you for the fast reply. Now it's correct;-)

With kind regards,
Benny
Post by Oliver Wehrens
Hi,
yes with the template build file the jars only will contain classes
under portlets and services. This was caused from earlier versions of
GridSphere where we wanted to have all services and portlets in their
jars (and this was a good way to do it). If you would like to change
that behavior you simply have to edit your build.xml not to restrict
the jar generation to these directories (and maybe put all in one jar
and get rid of the second one).
Oliver
Post by Benny Bräuer
Hi all,
I add some wsdl2java-generated files to projects/project/src
Compiling is ok, but only the project.jar and project-services.jar
are created. My other files were compiled, but not deployed to Tomcat.
Is it possible to add my web service files to the project.jar (or is
there an other way to use them?)
GS-Version 2.1.5.
With kind regards,
Benny
--*******************************************************
Dipl.-Wirt.-Inform.(FH) Benny Bräuer
Alfred Wegener Institute for Polar and Marine Research
Am Handelshafen 12, 27570 Bremerhaven, Germany
Building E, Room 3025
phone: +49(471)4831-1583
fax: +49(471)4831-1590
web: http://www.awi-bremerhaven.de/People/show?bbraeuer
*******************************************************
* In the Emperor's Service *
*******************************************************
_______________________________________________
Gridsphere-dev mailing list
https://www.gridlab.org/mailman/listinfo/gridsphere-dev
--+49 170 785 1323
http://wehrens.net/oliver
--
*******************************************************
Dipl.-Wirt.-Inform.(FH) Benny Bräuer
C3-Grid Developing @ Computing and Data Centre
Alfred Wegener Institute for Polar and Marine Research
Am Handelshafen 12, 27570 Bremerhaven, Germany
Building E, Room 3025
eMail: ***@awi-bremerhaven.de
phone: +49(471)4831-1583
fax: +49(471)4831-1590
web: http://www.awi-bremerhaven.de/People/show?bbraeuer
*******************************************************
* In the Emperor's Service *
*******************************************************
Loading...