Re: Include xml file in build.xml

2003-03-02 Thread Martin
Assuming that the term "behind" means on the Public Internet Connection side If not you can setup a NAT server to relay requests for a specific Port (80) to specific Application (apache) that would honor the request Regards, Martin - Original Message - From: "Steve Cohen" <[EMAIL PROTECT

RE: JspC

2003-03-02 Thread Craig Berry
Correct on all counts, of course. Jspc could use some major tweaking, but it would be hard getting things right for all the various jspc runtime formats and packages and so forth; I think there will always be a DIY klude component to it. Equally useful to me would be an option where Jasper wou

Re: dependency?

2003-03-02 Thread Rafal Kedziorski
hi, I added -Task to my compile target: Rafal At 15:34 02.03.2003 +0100, Rafal Kedziorski wrote: hi, I have following directory structure: build dest/lib/de/polonium/.. dest/ejb/access/de/polonium/.. dest/ejb/language/d

dependency?

2003-03-02 Thread Rafal Kedziorski
hi, I have following directory structure: build dest/lib/de/polonium/.. dest/ejb/access/de/polonium/.. dest/ejb/language/de/polonium/.. dest/WEB-INF/classes/de/polonium/.. src/lib/de/polonium/.. src/ejb/access/de/polonium/.. src/ejb/language/de/polonium/.. src/WEB-INF/classes/de/polonium/.. ...

RE: Include xml file in build.xml

2003-03-02 Thread Steve Cohen
One thing that's wrong is that it won't work in a heterogenous environment where some machines are using Windows and others unix. In that case, this can work: http://central.yourdomain.com/dir/repository.xml";> ]> Of course, this address would have to be behind the firewall, on a machine with a

Re: Include xml file in build.xml

2003-03-02 Thread Antoine Levy-Lambert
In the ant 1.6alpha, there is an import task which might suit your needs. You may want to download it from this location http://cvs.apache.org/builds/ant/nightly/ Antoine - Original Message - From: "Oliver Wulff" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, March 02, 2003 1:35

Re: Type passwort

2003-03-02 Thread Antoine Levy-Lambert
There has been a posting from "Mattias J" (Mattias Jiderhamn) about a password task on ant user : http://marc.theaimsgroup.com/?l=ant-user&m=104583778613800&w=2 - Original Message - From: "Oliver Wulff" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, March 02, 2003 12:57 PM Subjec

Re: Include xml file in build.xml

2003-03-02 Thread J.Pietschmann
Oliver Wulff wrote: To include an xml file I do the following: ]> ... This works fine. But I include an xml file which is the same for all projects and are stored at a central directory in the local filesystem. My question is: Can I define the location of my file dependent dynamically. For exampl

Re: include type task?

2003-03-02 Thread J.Pietschmann
Martin wrote: What does the designation of SYSTEM mean in this context? An URI reference. You can read more about this in the XML spec: http://www.w3.org/TR/REC-xml#sec-entity-decl http://www.w3.org/TR/REC-xml#NT-ExternalID Would there be different designation for PROJECT (property attributes) et