build of mx4j in gump

2006-11-15 Thread Antoine Levy-Lambert
Hi,

Simon Bordet has updated the source code of mx4j so that there are no build 
errors, but the CVS update on vmgump [1] does not work:

Command Line

cvs -q -z3 -d :pserver:[EMAIL PROTECTED]:/cvsroot/mx4j update -P
-d -A 

Output

Fatal error, aborting.
anoncvs_mx4j: no such system user



Can someone try to fix this ?


Regards,

Antoine

[1] http://vmgump.apache.org/gump/public/mx4j/gump_work/update_mx4j.html

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: build of mx4j in gump

2006-11-15 Thread Sander Temme

Hm...

On Nov 15, 2006, at 6:33 AM, Antoine Levy-Lambert wrote:


Hi,

Simon Bordet has updated the source code of mx4j so that there are  
no build errors, but the CVS update on vmgump [1] does not work:


Command Line

cvs -q -z3 -d :pserver:[EMAIL PROTECTED]:/cvsroot/ 
mx4j update -P

-d -A

Output

Fatal error, aborting.
anoncvs_mx4j: no such system user


Sounds like good old SF brokenness to me...


Can someone try to fix this ?


I had the same error on Clarus, so I blew away my login info. Got a  
couple of 'Connection Refused' errors when trying to re-login from  
both Clarus and my home laptop, but a couple of minutes later it went  
through.


No joy building it though:

[EMAIL PROTECTED] build $ sh ./build.sh
Buildfile: build.xml

flags:

jdk14-present:

jaas-present:

javamail-present:
 [echo] JavaMail classes are not present, therefore the SMTP  
MBean will not be built.
 [echo] You need mail.jar and activation.jar in the MX4J lib  
directory.
 [echo] You can download them from http://java.sun.com/products/ 
javamail


jython-present:
 [echo] Jython classes are not present, therefore the  
JythonRunner MBean will not be built.

 [echo] You need jython.jar in the MX4J lib directory
 [echo] You can download it from http://www.jython.org

jetty-present:

compile.jmx:
[mkdir] Created dir: /Volumes/Files/projects/mx4j/classes/core
[mkdir] Created dir: /Volumes/Files/projects/mx4j/dist/lib
[javac] Compiling 230 source files to /Volumes/Files/projects/ 
mx4j/classes/core
[javac] /Volumes/Files/projects/mx4j/src/core/mx4j/server/ 
ChainedMBeanServer.java:124: warning: [deprecation] deserialize 
(javax.management.ObjectName,byte[]) in javax.management.MBeanServer  
has been deprecated
[javac]public ObjectInputStream deserialize(ObjectName  
objectName, byte[] bytes)

[javac] ^
[javac] /Volumes/Files/projects/mx4j/src/core/mx4j/server/ 
ChainedMBeanServer.java:112: warning: [deprecation] deserialize 
(java.lang.String,byte[]) in javax.management.MBeanServer has been  
deprecated
[javac]public ObjectInputStream deserialize(String  
className, byte[] bytes)

[javac] ^
[javac] /Volumes/Files/projects/mx4j/src/core/mx4j/server/ 
ChainedMBeanServer.java:118: warning: [deprecation] deserialize 
(java.lang.String,javax.management.ObjectName,byte[]) in  
javax.management.MBeanServer has been deprecated
[javac]public ObjectInputStream deserialize(String  
className, ObjectName loaderName, byte[] bytes)

[javac] ^
[javac] /Volumes/Files/projects/mx4j/src/core/mx4j/server/ 
ChainedMBeanServer.java:115: warning: [deprecation] deserialize 
(java.lang.String,byte[]) in javax.management.MBeanServer has been  
deprecated
[javac]   return getMBeanServer().deserialize(className,  
bytes);

[javac]^
[javac] /Volumes/Files/projects/mx4j/src/core/mx4j/server/ 
ChainedMBeanServer.java:121: warning: [deprecation] deserialize 
(java.lang.String,javax.management.ObjectName,byte[]) in  
javax.management.MBeanServer has been deprecated
[javac]   return getMBeanServer().deserialize(className,  
loaderName, bytes);

[javac]^
[javac] /Volumes/Files/projects/mx4j/src/core/mx4j/server/ 
ChainedMBeanServer.java:127: warning: [deprecation] deserialize 
(javax.management.ObjectName,byte[]) in javax.management.MBeanServer  
has been deprecated
[javac]   return getMBeanServer().deserialize(objectName,  
bytes);

[javac]^
[javac] /Volumes/Files/projects/mx4j/src/core/mx4j/server/ 
MX4JMBeanServer.java:335: warning: [deprecation] deserialize 
(javax.management.ObjectName,byte[]) in javax.management.MBeanServer  
has been deprecated
[javac]public ObjectInputStream deserialize(ObjectName  
objectName, byte[] bytes)

[javac] ^
[javac] /Volumes/Files/projects/mx4j/src/core/mx4j/server/ 
MX4JMBeanServer.java:315: warning: [deprecation] deserialize 
(java.lang.String,byte[]) in javax.management.MBeanServer has been  
deprecated
[javac]public ObjectInputStream deserialize(String  
className, byte[] bytes)

[javac] ^
[javac] /Volumes/Files/projects/mx4j/src/core/mx4j/server/ 
MX4JMBeanServer.java:294: warning: [deprecation] deserialize 
(java.lang.String,javax.management.ObjectName,byte[]) in  
javax.management.MBeanServer has been deprecated
[javac]public ObjectInputStream deserialize(String  
className, ObjectName loaderName, byte[] bytes)

[javac] ^
[javac] 9 warnings

BUILD FAILED
/Volumes/Files/projects/mx4j/build/build.xml:233: Manifest file: / 
Volumes/Files/projects/mx4j/src/etc/MANIFEST.MF does not exist.


Total time: 17 seconds
[EMAIL PROTECTED] build $ echo $JAVA_HOME
/Library/Java/Home

This is the 

Re: build of mx4j in gump

2006-11-15 Thread Antoine Levy-Lambert
Hello Sander,

Simon Bordet wrote me that he fixed it.

He did change the build.xml 8 hours ago.

http://mx4j.cvs.sourceforge.net/mx4j/mx4j/build/build.xml?view=log

so maybe vmgump should be repaired too so that the mx4j update can happen.

Regards,

Antoine
 Original-Nachricht 
Datum: Wed, 15 Nov 2006 08:29:26 -0800
Von: Sander Temme [EMAIL PROTECTED]
An: Gump code and data general@gump.apache.org
Betreff: Re: build of mx4j in gump

 Hm...
 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: build of mx4j in gump

2006-11-15 Thread Sander Temme


On Nov 15, 2006, at 12:59 PM, Antoine Levy-Lambert wrote:


Simon Bordet wrote me that he fixed it.

He did change the build.xml 8 hours ago.

http://mx4j.cvs.sourceforge.net/mx4j/mx4j/build/build.xml?view=log

so maybe vmgump should be repaired too so that the mx4j update can  
happen.


My wc doesn't see that revision. Could this be one of those cases  
where the general public doesn't get to see the results of a commit  
until a particular sync happens?


In that case, we'll see it coming down the pike.

I don't have rights on vmgump, so I can't help you there. But Clarus  
is completing its update and breaking on the build.


S.

--
[EMAIL PROTECTED]http://www.temme.net/sander/
PGP FP: 51B4 8727 466A 0BC3 69F4  B7B8 B2BE BC40 1529 24AF




smime.p7s
Description: S/MIME cryptographic signature


Re: build of mx4j in gump

2006-11-15 Thread Stefano Mazzocchi
Sander Temme wrote:

 I don't have rights on vmgump, so I can't help you there. 

we should fix that. thoughts anybody?

-- 
Stefano.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: build of mx4j in gump

2006-11-15 Thread Stefan Bodewig
On Wed, 15 Nov 2006, Antoine Levy-Lambert [EMAIL PROTECTED] wrote:
 Hello Sander,
 
 Simon Bordet wrote me that he fixed it.
 
 He did change the build.xml 8 hours ago.
 
 http://mx4j.cvs.sourceforge.net/mx4j/mx4j/build/build.xml?view=log

There is a delay between a change happening in committer CVS and it
becoming available on public CVS at sourceforge, They use two
different CVS repositories and sync them (later rather than sooner).

There isn't much we can do at our side other than wait.

I just did a cvs up on vmgump manually without any problems - and
without receiving any changes.

Stefan

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]