Re: [JBoss-dev] Re: [jboss-docs] Is the build system too complicated?

2001-11-25 Thread VASQUEZ_JASON
PROTECTED], [EMAIL PROTECTED] Subject:Re: [JBoss-dev] Re: [jboss-docs] Is the build system too complicated? On Wed, 21 Nov 2001 [EMAIL PROTECTED] wrote: Unfortunately, my firewall currently doesn't let me check out via cvs directly unless it's over ssh, and I don't have RW

Re: [JBoss-dev] Re: [jboss-docs] Is the build system too complicated?

2001-11-25 Thread Adam Heath
On Sun, 25 Nov 2001 [EMAIL PROTECTED] wrote: Have you had any luck getting this to work with sourceforge? It appears that it requires a little different setup serverside -jason [snip] http://kitenet.net/programs/sshcvs/ CVS over anonymous ssh. No, haven't tried. The main problem

Re: [JBoss-dev] Re: [jboss-docs] Is the build system too complicated?

2001-11-21 Thread VASQUEZ_JASON
, and call it with 'sh ant'. -jason Jason Dillon [EMAIL PROTECTED] Sent by: [EMAIL PROTECTED] 11/20/2001 09:38 PM To: [EMAIL PROTECTED] cc: [EMAIL PROTECTED] Subject:[JBoss-dev] Re: [jboss-docs] Is the build system too complicated? I have not found

Re: [JBoss-dev] Re: [jboss-docs] Is the build system too complicated?

2001-11-21 Thread Jason Dillon
] 11/20/2001 09:38 PM To: [EMAIL PROTECTED] cc: [EMAIL PROTECTED] Subject:[JBoss-dev] Re: [jboss-docs] Is the build system too complicated? I have not found an easy way to provide this common setup/initialization stuff as a resource. Perhaps

Re: [JBoss-dev] Re: [jboss-docs] Is the build system too complicated?

2001-11-21 Thread VASQUEZ_JASON
-- no effect (I think that's the default anyway, though I'm not sure) -jason Jason Dillon [EMAIL PROTECTED] 11/21/2001 02:09 PM To: [EMAIL PROTECTED] cc: [EMAIL PROTECTED] Subject:Re: [JBoss-dev] Re: [jboss-docs] Is the build system too complicated

Re: [JBoss-dev] Re: [jboss-docs] Is the build system too complicated?

2001-11-21 Thread Jason Dillon
To: [EMAIL PROTECTED] cc: [EMAIL PROTECTED] Subject:Re: [JBoss-dev] Re: [jboss-docs] Is the build system too complicated? The executable bit is set on tools/bin/ant. Why dosen't your cvs client set it when you check it out? --jason On Wed, 21 Nov 2001

Re: [JBoss-dev] Re: [jboss-docs] Is the build system too complicated?

2001-11-21 Thread Jason Dillon
anyway, though I'm not sure) -jason Jason Dillon [EMAIL PROTECTED] 11/21/2001 02:09 PM To: [EMAIL PROTECTED] cc: [EMAIL PROTECTED] Subject:Re: [JBoss-dev] Re: [jboss-docs] Is the build system too complicated? The executable bit

Re: [JBoss-dev] Re: [jboss-docs] Is the build system too complicated?

2001-11-21 Thread Adam Heath
On Wed, 21 Nov 2001 [EMAIL PROTECTED] wrote: Unfortunately, my firewall currently doesn't let me check out via cvs directly unless it's over ssh, and I don't have RW access to the repository (yet :) -- I've been downloading the nightly snapshots (ugh) in .tgz form from

RE: [JBoss-dev] Re: [jboss-docs] Is the build system too complicated?

2001-11-21 Thread Dain Sundstrom
[mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 21, 2001 1:44 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: [JBoss-dev] Re: [jboss-docs] Is the build system too complicated? I see. Let me see if I can fix the snapshots, else I will fix build.sh. --jason On Wed

RE: [JBoss-dev] Re: [jboss-docs] Is the build system too complicated?

2001-11-21 Thread Dain Sundstrom
: [EMAIL PROTECTED] Subject:Re: [JBoss-dev] Re: [jboss-docs] Is the build system too complicated? The executable bit is set on tools/bin/ant. Why dosen't your cvs client set it when you check it out? --jason On Wed, 21 Nov 2001 [EMAIL PROTECTED] wrote

RE: [JBoss-dev] Re: [jboss-docs] Is the build system too complicated?

2001-11-21 Thread Jason Dillon
On Wed, 21 Nov 2001, Dain Sundstrom wrote: java really pisses me off sometimes. why can't you get file perms from a given platform? all of this platform independence has really dumbed down the file access apis, too much in my oppinon. I think you can with 1.4 That would be

[JBoss-dev] Re: [jboss-docs] Is the build system too complicated?

2001-11-20 Thread David Jencks
It has often seemed to me that there is substantial duplication between the setup parts of the module level build.xml files. I sure haven't figured out a clue of a way to reduce this, but if it could be done, it might make the files a little less intimidating. In light of the vast improvement

[JBoss-dev] Re: [jboss-docs] Is the build system too complicated?

2001-11-20 Thread Jason Dillon
I have not found an easy way to provide this common setup/initialization stuff as a resource. Perhaps if I could tell the JAXP parser to read a resource file when parsing this could be done, but that would require the Ant entity hooks to be installed to handle that. Perhaps they have done