Re: [JBoss-user] Building jboss-docs

2001-10-29 Thread Peter Wone

 |   Win98 just doesn't understand the more advanced batch syntax, and has
 |
 |   severe limits on the size of environment variables values. Besides
you
 |   can't set console buffer so you can track command line output.
 |It's just
 |   impossible to work on Win98.

I redirect into a file and use Textpad which automatically re-reads the file
every time there's a change.

But there's another problem with win98 - I tried to build JBoss and had a
problem with setting environment variables because command.com is retarded
about setting values that contain the equals sign.

SET whatever=X=Y

causes it to spit the dummy.

Anyone know how to escape the equal sign?



___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



RE: [JBoss-user] Building jboss-docs

2001-10-28 Thread Madock Chiwenda

Hi folks,

Thanks for your advice. I succeeded to build the docs on windows 2000 server.

Cheers

Madock

10/23/01 7:09:15 PM, Marko ©trukelj [EMAIL PROTECTED] wrote:






   I'd say it's a Windows 98 problem. I see this every time I try building

   jboss on Win98.

   Win98 just doesn't understand the more advanced batch syntax, and has

   severe limits on the size of environment variables values. Besides you
   can't set console buffer so you can track command line output. It's just
   impossible to work on Win98.


   I suggest you start using linux or winnt for development. Or maybe cygwin
   works on win98 - i didn't try. Or maybe there are some trick to fix the
   problems mentioned above and it's just that I don't know about them.


   Regards,


   Marko.


-Original Message-
From: danch [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 23, 2001 5:49 PM
Cc: Madock Chiwenda; [EMAIL PROTECTED]

Subject: Re: [JBoss-user] Building jboss-docs
   
   
The 'bad command or file name' might be because Java isn't on

your PATH.
   
Tobias Frech wrote:
   

 Madock Chiwenda wrote:

Hi folks,


How to build jboss-docs on win98. I have checked out the
module from sourceforge.net. but I cat find notes on how to
build. batch files seems not to work with bad
command or file name



 Check out the the jboss-docs module
 cd to build

 build

 Should work this way.


 Tobias

 ___
 JBoss-user mailing list

 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/jboss-user

   

   
   
___
JBoss-user mailing list

[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user
   




_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



RE: [JBoss-user] Building jboss-docs

2001-10-28 Thread marc fleury



|-Original Message-
|From: [EMAIL PROTECTED]
|[mailto:[EMAIL PROTECTED]]On Behalf Of Madock
|Chiwenda
|Sent: Sunday, October 28, 2001 11:52 PM
|To: Marko ©trukelj; [EMAIL PROTECTED]
|Subject: RE: [JBoss-user] Building jboss-docs
|
|
|Hi folks,
|
|Thanks for your advice. I succeeded to build the docs on windows
|2000 server.

Yes it is meant for *serious* users, and if you are a serious user you
should really check the book and it is included in the $10 doco build,

plgc

marcf

|
|Cheers
|
|Madock
|
|10/23/01 7:09:15 PM, Marko ©trukelj [EMAIL PROTECTED] wrote:
|
|
|
|
|
|
|   I'd say it's a Windows 98 problem. I see this every time I try building
|
|   jboss on Win98.
|
|   Win98 just doesn't understand the more advanced batch syntax, and has
|
|   severe limits on the size of environment variables values. Besides you
|   can't set console buffer so you can track command line output.
|It's just
|   impossible to work on Win98.
|
|
|   I suggest you start using linux or winnt for development. Or
|maybe cygwin
|   works on win98 - i didn't try. Or maybe there are some trick to fix the
|   problems mentioned above and it's just that I don't know about them.
|
|
|   Regards,
|
|
|   Marko.
|
|
|-Original Message-
|From: danch [mailto:[EMAIL PROTECTED]]
|Sent: Tuesday, October 23, 2001 5:49 PM
|Cc: Madock Chiwenda; [EMAIL PROTECTED]
|
|Subject: Re: [JBoss-user] Building jboss-docs
|   
|   
|The 'bad command or file name' might be because Java isn't on
|
|your PATH.
|   
|Tobias Frech wrote:
|   
|
| Madock Chiwenda wrote:
|
|Hi folks,
|
|
|How to build jboss-docs on win98. I have checked out the
|module from sourceforge.net. but I cat find notes on how to
|build. batch files seems not to work with bad
|command or file name
|
|
|
| Check out the the jboss-docs module
| cd to build
|
| build
|
| Should work this way.
|
|
| Tobias
|
| ___
| JBoss-user mailing list
|
| [EMAIL PROTECTED]
| https://lists.sourceforge.net/lists/listinfo/jboss-user
|
|   
|
|   
|   
|___
|JBoss-user mailing list
|
|[EMAIL PROTECTED]
|https://lists.sourceforge.net/lists/listinfo/jboss-user
|   
|
|
|
|
|_
|Do You Yahoo!?
|Get your free @yahoo.com address at http://mail.yahoo.com
|
|
|___
|JBoss-user mailing list
|[EMAIL PROTECTED]
|https://lists.sourceforge.net/lists/listinfo/jboss-user


___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



Re: [JBoss-user] Building jboss-docs

2001-10-23 Thread Tobias Frech

Madock Chiwenda wrote:
 
 Hi folks,
 
 How to build jboss-docs on win98. I have checked out the module from 
sourceforge.net. but I cat find notes on how to build. batch files seems not to work 
with bad
 command or file name

Check out the the jboss-docs module
cd to build
build

Should work this way.

Tobias

___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



Re: [JBoss-user] Building jboss-docs

2001-10-23 Thread danch

The 'bad command or file name' might be because Java isn't on your PATH.

Tobias Frech wrote:

 Madock Chiwenda wrote:
 
Hi folks,

How to build jboss-docs on win98. I have checked out the module from 
sourceforge.net. but I cat find notes on how to build. batch files seems not to work 
with bad
command or file name

 
 Check out the the jboss-docs module
 cd to build
 build
 
 Should work this way.
 
 Tobias
 
 ___
 JBoss-user mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/jboss-user
 



___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



RE: [JBoss-user] Building jboss-docs

2001-10-23 Thread Marko trukelj
Title: RE: [JBoss-user] Building jboss-docs






I'd say it's a Windows 98 problem. I see this every time I try building jboss on Win98.


Win98 just doesn't understand the more advanced batch syntax, and has severe limits on the size of environment variables values. Besides you can't set console buffer so you can track command line output. It's just impossible to work on Win98.

I suggest you start using linux or winnt for development. Or maybe cygwin works on win98 - i didn't try. Or maybe there are some trick to fix the problems mentioned above and it's just that I don't know about them.

Regards,


 Marko.


 -Original Message-
 From: danch [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, October 23, 2001 5:49 PM
 Cc: Madock Chiwenda; [EMAIL PROTECTED]
 Subject: Re: [JBoss-user] Building jboss-docs
 
 
 The 'bad command or file name' might be because Java isn't on 
 your PATH.
 
 Tobias Frech wrote:
 
  Madock Chiwenda wrote:
  
 Hi folks,
 
 How to build jboss-docs on win98. I have checked out the 
 module from sourceforge.net. but I cat find notes on how to 
 build. batch files seems not to work with bad
 command or file name
 
  
  Check out the the jboss-docs module
  cd to build
  build
  
  Should work this way.
  
  Tobias
  
  ___
  JBoss-user mailing list
  [EMAIL PROTECTED]
  https://lists.sourceforge.net/lists/listinfo/jboss-user
  
 
 
 
 ___
 JBoss-user mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/jboss-user