Re: [JBoss-dev] cvs head is using xdoclet nearly-1.2. Please reportproblems.

2002-09-03 Thread Langelage, Frank

My build is running on a Siemens-Nixdorf RM200, OS Reliant-Unix 5.45, 
JDK 1.3.1.
The output of build for module server is attached.
I do a daily checkout and build an did not have this problems before.

Frank Langelage


David Jencks wrote:

Thanks for the report.  I didn't experience this or I wouldn't have checked
it in without further discussion.  Could you provide details of your
system?

Thanks
david jencks

On 2002.09.02 16:57:58 -0400 Langelage, Frank wrote:
  

David Jencks wrote:



Hi,

Since xdoclet is getting ready to release their 1.2 version I converted
  

cvs


HEAD (JBoss 4) to use an xdoclet cvs snapshot.  

Please report new problems and inconsistencies.

I didn't see any new problems before I committed, since then I noticed
  

that


apparently 

@jboss:table-name blah

needs to be replaced by the vendor neutral

@ejb.persistence table-name=blah

Thanks

david jencks


---
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1refcode1=vs3390
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

 

  

My daily checkout/compile failed today.
I got an Out of memory from xdoclet while compiling the mbeans in 
module server.
Seems that a maximum of 64M for heap memory are not enough now.
Never had this problem before.

Regards
Frank




---
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1refcode1=vs3390
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development






---
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1refcode1=vs3390
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

  





[execmodules] 
[execmodules] 
== 
[execmodules] ==  Executing 'most' in module 'server'...
[execmodules] ==

_buildmagic:init:

configure:

init:

generate-parsers:
[mkdir] Created dir: 
/home/jboss/java/JBoss-cvs/jboss-all/server/output/parsers/org/jboss/ejb/plugins/cmp/ejbql
   [jjtree] Java Compiler Compiler Version 2.0 (Tree Builder)
   [jjtree] Copyright (c) 1996-2000 Sun Microsystems, Inc.
   [jjtree] Copyright (c) 1997-2000 Metamata, Inc.
   [jjtree] (type jjtree with no arguments for help)
   [jjtree] Reading from file 
/home/jboss/java/JBoss-cvs/jboss-all/server/src/main/org/jboss/ejb/plugins/cmp/ejbql/JBossQLParser.jjt
 . . .
   [jjtree] File 
/home/jboss/java/JBoss-cvs/jboss-all/server/output/parsers/org/jboss/ejb/plugins/cmp/ejbql/Node.java
 does not exist.  Will create one.
   [jjtree] Annotated grammar generated successfully in 
/home/jboss/java/JBoss-cvs/jboss-all/server/output/parsers/org/jboss/ejb/plugins/cmp/ejbql/JBossQLParser.jj
   [javacc] Java Compiler Compiler Version 2.0 (Parser Generator)
   [javacc] Copyright (c) 1996-2000 Sun Microsystems, Inc.
   [javacc] Copyright (c) 1997-2000 Metamata, Inc.
   [javacc] (type javacc with no arguments for help)
   [javacc] Reading from file 
/home/jboss/java/JBoss-cvs/jboss-all/server/output/parsers/org/jboss/ejb/plugins/cmp/ejbql/JBossQLParser.jj
 . . .
   [javacc] File TokenMgrError.java does not exist.  Will create one.
   [javacc] File ParseException.java does not exist.  Will create one.
   [javacc] File Token.java does not exist.  Will create one.
   [javacc] File ASCII_UCodeESC_CharStream.java does not exist.  Will create one.
   [javacc] Parser generated successfully.
   [jjtree] Java Compiler Compiler Version 2.0 (Tree Builder)
   [jjtree] Copyright (c) 1996-2000 Sun Microsystems, Inc.
   [jjtree] Copyright (c) 1997-2000 Metamata, Inc.
   [jjtree] (type jjtree with no arguments for help)
   [jjtree] Reading from file 
/home/jboss/java/JBoss-cvs/jboss-all/server/src/main/org/jboss/ejb/plugins/cmp/ejbql/EJBQLParser.jjt
 . . .
   [jjtree] Annotated grammar generated successfully in 
/home/jboss/java/JBoss-cvs/jboss-all/server/output/parsers/org/jboss/ejb/plugins/cmp/ejbql/EJBQLParser.jj
   [javacc] Java Compiler Compiler Version 2.0 (Parser Generator)
   [javacc] Copyright (c) 1996-2000 Sun Microsystems, Inc.
   [javacc] Copyright (c) 1997-2000 Metamata, Inc.
   [javacc] (type javacc with no arguments for help)
   [javacc] Reading from file 
/home/jboss/java/JBoss-cvs/jboss-all/server/output/parsers/org/jboss/ejb/plugins/cmp/ejbql/EJBQLParser.jj
 . . .
   [javacc] 

Re: [JBoss-dev] cvs head is using xdoclet nearly-1.2. Please reportproblems.

2002-09-03 Thread Langelage, Frank

I set environment variable JAVA_OPTS=-Xmx128m, default is 64m.
But build failed with similar error like yours, posted on the 
xdoclet-dev mailing list.
There is a hint to increase available memory for ant using env ANT_OPTS.
So I also set ANT_OPTS=-Xmx128m and build was successful now.

Thanks
Frank Langelage

David Jencks wrote:

Thanks, I forwarded this to the xdoclet list with a couple more details
about our build script.

david jencks

On 2002.09.03 02:34:07 -0400 Langelage, Frank wrote:
  

My build is running on a Siemens-Nixdorf RM200, OS Reliant-Unix 5.45, 
JDK 1.3.1.
The output of build for module server is attached.
I do a daily checkout and build an did not have this problems before.

Frank Langelage


David Jencks wrote:



Thanks for the report.  I didn't experience this or I wouldn't have
  

checked


it in without further discussion.  Could you provide details of your
system?

Thanks
david jencks

On 2002.09.02 16:57:58 -0400 Langelage, Frank wrote:
 

  

David Jencks wrote:

   



Hi,

Since xdoclet is getting ready to release their 1.2 version I
  

converted


 

  

cvs
   



HEAD (JBoss 4) to use an xdoclet cvs snapshot.  

Please report new problems and inconsistencies.

I didn't see any new problems before I committed, since then I noticed
 

  

that
   



apparently 

@jboss:table-name blah

needs to be replaced by the vendor neutral

@ejb.persistence table-name=blah

Thanks

david jencks


---
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1refcode1=vs3390
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



 

  

My daily checkout/compile failed today.
I got an Out of memory from xdoclet while compiling the mbeans in 
module server.
Seems that a maximum of 64M for heap memory are not enough now.
Never had this problem before.

Regards
   Frank




---
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1refcode1=vs3390
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


   



---
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1refcode1=vs3390
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

 

  


[execmodules] 
[execmodules] 
==

[execmodules] ==  Executing 'most' in module 'server'...
[execmodules] ==

_buildmagic:init:

configure:

init:

generate-parsers:
[mkdir] Created dir: 
/home/jboss/java/JBoss-cvs/jboss-all/server/output/parsers/org/jboss/ejb/plugins/cmp/ejbql
   [jjtree] Java Compiler Compiler Version 2.0 (Tree Builder)
   [jjtree] Copyright (c) 1996-2000 Sun Microsystems, Inc.
   [jjtree] Copyright (c) 1997-2000 Metamata, Inc.
   [jjtree] (type jjtree with no arguments for help)
   [jjtree] Reading from file 
/home/jboss/java/JBoss-cvs/jboss-all/server/src/main/org/jboss/ejb/plugins/cmp/ejbql/JBossQLParser.jjt
. . .
   [jjtree] File 
/home/jboss/java/JBoss-cvs/jboss-all/server/output/parsers/org/jboss/ejb/plugins/cmp/ejbql/Node.java
does not exist.  Will create one.
   [jjtree] Annotated grammar generated successfully in
/home/jboss/java/JBoss-cvs/jboss-all/server/output/parsers/org/jboss/ejb/plugins/cmp/ejbql/JBossQLParser.jj
   [javacc] Java Compiler Compiler Version 2.0 (Parser Generator)
   [javacc] Copyright (c) 1996-2000 Sun Microsystems, Inc.
   [javacc] Copyright (c) 1997-2000 Metamata, Inc.
   [javacc] (type javacc with no arguments for help)
   [javacc] Reading from file 
/home/jboss/java/JBoss-cvs/jboss-all/server/output/parsers/org/jboss/ejb/plugins/cmp/ejbql/JBossQLParser.jj
. . .
   [javacc] File TokenMgrError.java does not exist.  Will create one.
   [javacc] File ParseException.java does not exist.  Will create one.
   [javacc] File Token.java does not exist.  Will create one.
   [javacc] File ASCII_UCodeESC_CharStream.java does not exist.  Will
create one.
   [javacc] Parser generated successfully.
   [jjtree] Java Compiler Compiler Version 2.0 (Tree Builder)
   [jjtree] Copyright (c) 1996-2000 Sun Microsystems, Inc.
   [jjtree] Copyright (c) 1997-2000 Metamata, Inc.
   [jjtree] (type jjtree with no arguments for help)
   [jjtree] Reading from file 

Re: [JBoss-dev] cvs head is using xdoclet nearly-1.2. Please reportproblems.

2002-09-02 Thread Langelage, Frank

David Jencks wrote:

Hi,

Since xdoclet is getting ready to release their 1.2 version I converted cvs
HEAD (JBoss 4) to use an xdoclet cvs snapshot.  

Please report new problems and inconsistencies.

I didn't see any new problems before I committed, since then I noticed that
apparently 

@jboss:table-name blah

needs to be replaced by the vendor neutral

@ejb.persistence table-name=blah

Thanks

david jencks


---
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1refcode1=vs3390
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

  

My daily checkout/compile failed today.
I got an Out of memory from xdoclet while compiling the mbeans in 
module server.
Seems that a maximum of 64M for heap memory are not enough now.
Never had this problem before.

Regards
Frank




---
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1refcode1=vs3390
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development