| View previous topic :: View next topic |
| Author |
Message |
Patrick J. Maloney Guest
|
Posted: Fri Dec 09, 2005 8:27 pm Post subject: JB2006: How to include applet JAR in WAR file? |
|
|
I have webmodule and applet jar archive items in my project. The webmodule
must contain the applet jar file. I know I can point the applet jar output
into the module directory for the webmodule, but how do I ensure that the
applet jar gets built first? I don't see any way of setting a dependency
and it's not clear JB recognizes it in this case.
--
Patrick Maloney
New York State Workers' Compensation Board
(Remove REMOVE from e-mail address to reply)
|
|
| Back to top |
|
 |
Kevin Dean [TeamB] Guest
|
Posted: Sat Dec 10, 2005 1:43 pm Post subject: Re: JB2006: How to include applet JAR in WAR file? |
|
|
Patrick J. Maloney wrote:
| Quote: | I have webmodule and applet jar archive items in my project. The webmodule
must contain the applet jar file. I know I can point the applet jar output
into the module directory for the webmodule, but how do I ensure that the
applet jar gets built first? I don't see any way of setting a dependency
and it's not clear JB recognizes it in this case.
|
JBuilder builds JAR files before WAR files, so setting the output to the
web application directory is sufficient (I have used this model for ages).
--
Kevin Dean [TeamB]
Dolphin Data Development Ltd.
http://www.datadevelopment.com/
NEW WHITEPAPERS
Team Development with JBuilder and Borland Enterprise Server
Securing Borland Enterprise Server
http://www.datadevelopment.com/papers/index.html
Please see Borland's newsgroup guidelines at
http://info.borland.com/newsgroups/guide.html
|
|
| Back to top |
|
 |
Patrick J. Maloney Guest
|
Posted: Tue Dec 13, 2005 4:04 pm Post subject: Re: JB2006: How to include applet JAR in WAR file? |
|
|
"Kevin Dean [TeamB]" <NkOdSePaAnM (AT) datadevelopment (DOT) com> wrote in
news:xn0eatk7t2c0ju002-kdean (AT) www (DOT) teamb.com:
| Quote: | JBuilder builds JAR files before WAR files, so setting the output to
the web application directory is sufficient (I have used this model
for ages).
|
Okay...is the build order in the documentation somewhere? I'd like to know
where Ant and 'External Build Task' items fit into it.
Thanks!
--
Patrick Maloney
New York State Workers' Compensation Board
(Remove REMOVE from e-mail address to reply)
|
|
| Back to top |
|
 |
Patrick J. Maloney Guest
|
Posted: Tue Dec 13, 2005 9:21 pm Post subject: Re: JB2006: How to include applet JAR in WAR file? |
|
|
"Kevin Dean [TeamB]" <NkOdSePaAnM (AT) datadevelopment (DOT) com> wrote in
news:xn0eatk7t2c0ju002-kdean (AT) www (DOT) teamb.com:
| Quote: | Patrick J. Maloney wrote:
I have webmodule and applet jar archive items in my project. The
webmodule must contain the applet jar file. I know I can point the
applet jar output into the module directory for the webmodule, but how
do I ensure that the applet jar gets built first? I don't see any way
of setting a dependency and it's not clear JB recognizes it in this
case.
JBuilder builds JAR files before WAR files, so setting the output to
the web application directory is sufficient (I have used this model
for ages).
|
I found the 'build phases' info in the documentation. I also found out
how to insert Ant scripts at various points in the build process to do
the mods I need.
Maybe you can answer this:
--
Patrick Maloney
New York State Workers' Compensation Board
(Remove REMOVE from e-mail address to reply)
|
|
| Back to top |
|
 |
Kevin Dean [TeamB] Guest
|
|
| Back to top |
|
 |
Patrick J. Maloney Guest
|
Posted: Wed Dec 14, 2005 4:59 pm Post subject: Re: JB2006: How to include applet JAR in WAR file? |
|
|
"Kevin Dean [TeamB]" <NkOdSePaAnM (AT) datadevelopment (DOT) com> wrote in
news:xn0eaz5tc4bibb000-kdean (AT) www (DOT) teamb.com:
| Quote: | Patrick J. Maloney wrote:
Maybe you can answer this:
Answer what?
|
oops...nothing...should've cut that
--
Patrick Maloney
New York State Workers' Compensation Board
(Remove REMOVE from e-mail address to reply)
|
|
| Back to top |
|
 |
|