This is sort of an "ant" question, and sort of an "ejb" question, but sort of not
either. It's a build problem related to EJB/JMS.
I have a situation where I have two module directories in an application, where one
module is a JMS client of the other, and they reverse roles for EJB calls (read
The important point is that wrapped lines in the manifest are perfectly
fine. The code that reads the manifest expects that possibility and
deals with it properly. You don't have to do anything to "fix" it.
> -Original Message-
> From: Sebastien BLANC [mailto:[EMAIL PROTECTED]]
>
> Hell
When I build my system from the top-level, there are certain libraries
relative to the top level that lower-level modules need. I need to pass
that information to lower-level builds. At the top level, I have my
"basedir", which is set to ".", but in the lower levels, I need to expand
that to an a
es.
>
> --- build.xml ---
>
>
>
>
>
> --- defaults.properties ---
> # Default properties
> env.XYZ = default
>
> # Mapping to real properties
> xyz = ${env.XYZ}
>
> Good old 'another level of indirection' ;-) --DD
>
> -Original Message-
> From: Karr, Davi
Our build script currently uses a "build.properties" file to specify where
third-party libraries are installed. This is good in some respects, but it
lacks some flexibility. I'd like to allow the option of specifying
locations through environment variables. I know how to implement both of
these
> -Original Message-
> From: Dominique Devienne [mailto:DDevienne@;lgc.com]
> Sent: Thursday, October 24, 2002 12:15 PM
>
> I guess you'd have to try overwrite the env. vars like so:
>
>
>
>
>
>
>
>
>
>
>
> If the env. var is defined, the overwrite will be ignored. --DD
I set u
t not the same), because even
> when the env.
> var is not set, your assigning the thingX.home anyway (literally to
> '${env.XYZ}'), and then it cannot be changed. That's why you need to
> override the env.XYZ property name which will not be set if
> the env.
> -Original Message-
> From: Tammy Croteau [mailto:[EMAIL PROTECTED]]
> Sent: Monday, September 30, 2002 7:16 PM
> To: Ant Users List
> Subject: Problems building EJBs
>
> Hi,
>
> I have an ant build task that build EJBs using Bluestone. Everything
> compiles and builds, however the fin
> -Original Message-
> From: Milind Nirgun [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, August 14, 2002 2:49 PM
> To: Ant Users List
> Subject: RE: jsp precompile with weblogic5.1 and ant1.4
>
>
> Ying,
>
> > to make weblogic 5 classloader to load the compiled jsp classes.
>
> > The