ops-team,
you might allready be aware, but the HEAD of the 'ops' module is not compiling: [javac] Compiling 685 source files to C:\dev\source\orbeon\build\classes [javac] C:\dev\source\orbeon\src\java\org\orbeon\oxf\xforms\control\XFormsControlFactory.java:89: cannot find symbol [javac] symbol: class XFormsTextareaControl [javac] return new XFormsTextareaControl(containingDocument, parent, element, name, effectiveId); [javac] ^ [javac] Note: Some input files use or override a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] 1 error Last known good tag I found was TAG_OPS_3_5_M1_200610051248. Sincerely, Henrik Pettersen Advanced Computation Laboratory Cancer Research UK -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws |
From the Objectweb page,
I downloaded the "Last CVS Snapshot"
3.5.M1.200610202130
And I was able to compile it, Friday. But
prior to that, I did have some problems. One
problem was a warning/error when running cvs that
a second copy of the same file was going to
overwrite the first (likely a checkin of a file
with only capitalization differences).
Anyway, you might try the snapshot.
--Hank
Goleta, CA
-- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws |
Administrator
|
In reply to this post by Henrik Pettersen
Henrik,
> you might allready be aware, but the HEAD of the 'ops' module is not compiling: > [...] Do you still have this problem? The code seems to be compiling fine for me, and this error message is somewhat surprising since the class XFormsTextareaControl has been checked in since Oct 5th. Alex -- Blog (XML, Web apps, Open Source): http://www.orbeon.com/blog/ -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
--
Follow Orbeon on Twitter: @orbeon Follow me on Twitter: @avernet |
Administrator
|
Alessandro Vernet wrote:
> Henrik, > >> you might allready be aware, but the HEAD of the 'ops' module is not >> compiling: >> [...] > > Do you still have this problem? The code seems to be compiling fine > for me, and this error message is somewhat surprising since the class > XFormsTextareaControl has been checked in since Oct 5th. And the automatic builds seem to go along just fine. -Erik -- Orbeon - XForms Everywhere: http://www.orbeon.com/blog/ -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws |
Beats me. A clean checkout from HEAD still does not build for me. Here's what I did:
C:\dev\source\orbeon>java -version java version "1.5.0_06" Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-b05) Java HotSpot(TM) Client VM (build 1.5.0_06-b05, mixed mode, sharing) C:\dev\source\orbeon>cvs -d:pserver:[hidden email]:/cvsroot/ops login Logging in to : pserver:anonymous@...:2401/cvsroot/ops CVS password: C:\dev\source> cvs -z3 -d:pserver:[hidden email]:/cvsroot/ops co orbeon cvs server: Updating orbeon U orbeon/.classpath U orbeon/.cvsignore U orbeon/.project U orbeon/build.bat U orbeon/build.xml U orbeon/clean.launch U orbeon/ops-war.launch U orbeon/oxf-eclipse-prepare.launch U orbeon/oxf-launch.launch U orbeon/oxf.version U orbeon/runtests.launch cvs server: Updating orbeon/descriptors ... U orbeon/tools/ant/lib/ant-nodeps.jar U orbeon/tools/ant/lib/ant-starteam.jar U orbeon/tools/ant/lib/ant-stylebook.jar U orbeon/tools/ant/lib/ant- swing.jar U orbeon/tools/ant/lib/ant-trax.jar U orbeon/tools/ant/lib/ant-vaj.jar U orbeon/tools/ant/lib/ant-weblogic.jar U orbeon/tools/ant/lib/ant-xalan1.jar U orbeon/tools/ant/lib/ant-xslp.jar U orbeon/tools/ant/lib/ant.jar U orbeon/tools/ant/lib/xercesImpl.jar U orbeon/tools/ant/lib/xml-apis.jar cvs server: Updating orbeon/tools/dom4j-1_4 U orbeon/tools/dom4j-1_4/AbstractDocument.diff C:\dev\source\orbeon>build Defaulting to target orbeon-dist-packages . "C:\dev\source\orbeon\tools\ant\bin\ant.bat" "-Djava.home=C:\Program Files\Java\jdk1.5.0_06" "-Dant.home=C:\dev\source\orbeon\tools\ant" "-Ddebug.enabled=false" "-Dweblogic.home=C:\bea\weblogic700\server " orbeon-dist-packages Listening for transport dt_socket at address: 5555 Buildfile: build.xml init: [echo] Building Orbeon PresentationServer 3.5.M1.200610241036 orbeon-dist-war: [mkdir] Created dir: C:\dev\source\orbeon\build\distrib init: [echo] Building Orbeon PresentationServer 3.5.M1.200610241036 prepare: [mkdir] Created dir: C:\dev\source\orbeon\build\classes [mkdir] Created dir: C:\dev\source\orbeon\build\lib classpath: classes: [mkdir] Created dir: C:\dev\source\orbeon\build\src [copy] Copying 1 file to C:\dev\source\orbeon\build\src [javac] Compiling 685 source files to C:\dev\source\orbeon\build\classes [javac] C:\dev\source\orbeon\src\java\org\orbeon\oxf\xforms\control\XFormsControlFactory.java:89: cannot find symbol [javac] symbol: class XFormsTextareaControl [javac] return new XFormsTextareaControl(containingDocument, parent, element, name, effectiveId); [javac] ^ [javac] Note: Some input files use or override a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] 1 error BUILD FAILED C:\dev\source\orbeon\build.xml:623: The following error occurred while executing this line: C:\dev\source\orbeon\build.xml:176: Compile failed; see the compiler error output for details. Total time: 15 seconds C:\dev\source\orbeon> On 10/24/06, Erik Bruchez <[hidden email]> wrote: Alessandro Vernet wrote: -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws |
In reply to this post by Henrik Pettersen
... I get the same error also (from a completely clean - in fact my
first ever - checkout). - Alex. > -----Original Message----- > From: Henrik Pettersen [mailto:[hidden email]] > Sent: 24 October 2006 13:11 > To: [hidden email] > Subject: Re: [ops-users] Re: FYI... HEAD is not compiling > > Beats me. A clean checkout from HEAD still does not build for > me. Here's what I did: > > C:\dev\source\orbeon>java -version > java version "1.5.0_06" > Java(TM) 2 Runtime Environment, Standard Edition (build > 1.5.0_06-b05) Java HotSpot(TM) Client VM (build 1.5.0_06-b05, > mixed mode, sharing) > > C:\dev\source\orbeon>cvs > -d:pserver:[hidden email]:/cvsroot/ops > login Logging in to : > pserver:[hidden email]:2401/cvsroot/ops > <http://pserver:anonymous@...:2401/cvsroot/ops> > CVS password: > > C:\dev\source> cvs -z3 > -d:pserver:[hidden email]:/cvsroot/ops co > orbeon cvs server: Updating orbeon U orbeon/.classpath U > orbeon/.cvsignore U orbeon/.project U orbeon/build.bat U > orbeon/build.xml U orbeon/clean.launch U > orbeon/ops-war.launch U orbeon/oxf-eclipse-prepare.launch U > orbeon/oxf-launch.launch U orbeon/oxf.version U > orbeon/runtests.launch cvs server: Updating orbeon/descriptors ... > U orbeon/tools/ant/lib/ant-nodeps.jar > U orbeon/tools/ant/lib/ant-starteam.jar > U orbeon/tools/ant/lib/ant-stylebook.jar > U orbeon/tools/ant/lib/ant- swing.jar > U orbeon/tools/ant/lib/ant-trax.jar > U orbeon/tools/ant/lib/ant-vaj.jar > U orbeon/tools/ant/lib/ant-weblogic.jar > U orbeon/tools/ant/lib/ant-xalan1.jar > U orbeon/tools/ant/lib/ant-xslp.jar > U orbeon/tools/ant/lib/ant.jar > U orbeon/tools/ant/lib/xercesImpl.jar > U orbeon/tools/ant/lib/xml-apis.jar > cvs server: Updating orbeon/tools/dom4j-1_4 U > orbeon/tools/dom4j-1_4/AbstractDocument.diff > > C:\dev\source\orbeon>build > Defaulting to target orbeon-dist-packages . > "C:\dev\source\orbeon\tools\ant\bin\ant.bat" > "-Djava.home=C:\Program Files\Java\jdk1.5.0_06" > "-Dant.home=C:\dev\source\orbeon\tools\ant" > "-Ddebug.enabled=false" > "-Dweblogic.home=C:\bea\weblogic700\server " > orbeon-dist-packages Listening for transport dt_socket at > address: 5555 > Buildfile: build.xml > > init: > [echo] Building Orbeon PresentationServer 3.5.M1.200610241036 > > orbeon-dist-war: > [mkdir] Created dir: C:\dev\source\orbeon\build\distrib > > init: > [echo] Building Orbeon PresentationServer 3.5.M1.200610241036 > > prepare: > [mkdir] Created dir: C:\dev\source\orbeon\build\classes > [mkdir] Created dir: C:\dev\source\orbeon\build\lib > > classpath: > > classes: > [mkdir] Created dir: C:\dev\source\orbeon\build\src > [copy] Copying 1 file to C:\dev\source\orbeon\build\src > [javac] Compiling 685 source files to > C:\dev\source\orbeon\build\classes > [javac] > C:\dev\source\orbeon\src\java\org\orbeon\oxf\xforms\control\XF > ormsControlFactory.java:89: cannot find symbol > [javac] symbol: class XFormsTextareaControl > [javac] return new > XFormsTextareaControl(containingDocument, parent, element, > name, effectiveId); > [javac] ^ > [javac] Note: Some input files use or override a deprecated API. > [javac] Note: Recompile with -Xlint:deprecation for details. > [javac] 1 error > > BUILD FAILED > C:\dev\source\orbeon\build.xml:623: The following error > occurred while executing this line: > C:\dev\source\orbeon\build.xml:176: Compile failed; see the > compiler error output for details. > > Total time: 15 seconds > C:\dev\source\orbeon> > > > On 10/24/06, Erik Bruchez <[hidden email]> wrote: > > Alessandro Vernet wrote: > > Henrik, > > > >> you might allready be aware, but the HEAD of the > 'ops' module is not > >> compiling: > >> [...] > > > > Do you still have this problem? The code seems to be > compiling fine > > for me, and this error message is somewhat surprising > since the class > > XFormsTextareaControl has been checked in since Oct 5th. > > And the automatic builds seem to go along just fine. > > -Erik > > -- > Orbeon - XForms Everywhere: > http://www.orbeon.com/blog/ > > > > > -- > You receive this message as a subscriber of the > [hidden email] <mailto:[hidden email]> > mailing list. > To unsubscribe: mailto:[hidden email] > For general help: mailto: [hidden email] > <mailto:[hidden email]> ?subject=help > ObjectWeb mailing lists service home page: > http://www.objectweb.org/wws > > > > > > -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws |
Administrator
|
This should now be fixed. The class was present, but it had the wrong
case (TextArea vs. Textarea). Because CVS is completely dumb when it comes to just changing the case of a file on case-insensitive filesystems, the renaming worked locally, but failed in CVS (but apparently not in every single case since the automatic build system kept compiling happily). -Erik Alex Brown wrote: > ... I get the same error also (from a completely clean - in fact my > first ever - checkout). > > - Alex. > >> -----Original Message----- >> From: Henrik Pettersen [mailto:[hidden email]] >> Sent: 24 October 2006 13:11 >> To: [hidden email] >> Subject: Re: [ops-users] Re: FYI... HEAD is not compiling >> >> Beats me. A clean checkout from HEAD still does not build for >> me. Here's what I did: >> >> C:\dev\source\orbeon>java -version >> java version "1.5.0_06" >> Java(TM) 2 Runtime Environment, Standard Edition (build >> 1.5.0_06-b05) Java HotSpot(TM) Client VM (build 1.5.0_06-b05, >> mixed mode, sharing) >> >> C:\dev\source\orbeon>cvs >> -d:pserver:[hidden email]:/cvsroot/ops >> login Logging in to : >> pserver:[hidden email]:2401/cvsroot/ops >> <http://pserver:anonymous@...:2401/cvsroot/ops> >> CVS password: >> >> C:\dev\source> cvs -z3 >> -d:pserver:[hidden email]:/cvsroot/ops co >> orbeon cvs server: Updating orbeon U orbeon/.classpath U >> orbeon/.cvsignore U orbeon/.project U orbeon/build.bat U >> orbeon/build.xml U orbeon/clean.launch U >> orbeon/ops-war.launch U orbeon/oxf-eclipse-prepare.launch U >> orbeon/oxf-launch.launch U orbeon/oxf.version U >> orbeon/runtests.launch cvs server: Updating orbeon/descriptors ... >> U orbeon/tools/ant/lib/ant-nodeps.jar >> U orbeon/tools/ant/lib/ant-starteam.jar >> U orbeon/tools/ant/lib/ant-stylebook.jar >> U orbeon/tools/ant/lib/ant- swing.jar >> U orbeon/tools/ant/lib/ant-trax.jar >> U orbeon/tools/ant/lib/ant-vaj.jar >> U orbeon/tools/ant/lib/ant-weblogic.jar >> U orbeon/tools/ant/lib/ant-xalan1.jar >> U orbeon/tools/ant/lib/ant-xslp.jar >> U orbeon/tools/ant/lib/ant.jar >> U orbeon/tools/ant/lib/xercesImpl.jar >> U orbeon/tools/ant/lib/xml-apis.jar >> cvs server: Updating orbeon/tools/dom4j-1_4 U >> orbeon/tools/dom4j-1_4/AbstractDocument.diff >> >> C:\dev\source\orbeon>build >> Defaulting to target orbeon-dist-packages . >> "C:\dev\source\orbeon\tools\ant\bin\ant.bat" >> "-Djava.home=C:\Program Files\Java\jdk1.5.0_06" >> "-Dant.home=C:\dev\source\orbeon\tools\ant" >> "-Ddebug.enabled=false" >> "-Dweblogic.home=C:\bea\weblogic700\server " >> orbeon-dist-packages Listening for transport dt_socket at >> address: 5555 >> Buildfile: build.xml >> >> init: >> [echo] Building Orbeon PresentationServer 3.5.M1.200610241036 >> >> orbeon-dist-war: >> [mkdir] Created dir: C:\dev\source\orbeon\build\distrib >> >> init: >> [echo] Building Orbeon PresentationServer 3.5.M1.200610241036 >> >> prepare: >> [mkdir] Created dir: C:\dev\source\orbeon\build\classes >> [mkdir] Created dir: C:\dev\source\orbeon\build\lib >> >> classpath: >> >> classes: >> [mkdir] Created dir: C:\dev\source\orbeon\build\src >> [copy] Copying 1 file to C:\dev\source\orbeon\build\src >> [javac] Compiling 685 source files to >> C:\dev\source\orbeon\build\classes >> [javac] >> C:\dev\source\orbeon\src\java\org\orbeon\oxf\xforms\control\XF >> ormsControlFactory.java:89: cannot find symbol >> [javac] symbol: class XFormsTextareaControl >> [javac] return new >> XFormsTextareaControl(containingDocument, parent, element, >> name, effectiveId); >> [javac] ^ >> [javac] Note: Some input files use or override a deprecated API. >> [javac] Note: Recompile with -Xlint:deprecation for details. >> [javac] 1 error >> >> BUILD FAILED >> C:\dev\source\orbeon\build.xml:623: The following error >> occurred while executing this line: >> C:\dev\source\orbeon\build.xml:176: Compile failed; see the >> compiler error output for details. >> >> Total time: 15 seconds >> C:\dev\source\orbeon> >> >> >> On 10/24/06, Erik Bruchez <[hidden email]> wrote: >> >> Alessandro Vernet wrote: >> > Henrik, >> > >> >> you might allready be aware, but the HEAD of the >> 'ops' module is not >> >> compiling: >> >> [...] >> > >> > Do you still have this problem? The code seems to be >> compiling fine >> > for me, and this error message is somewhat surprising >> since the class >> > XFormsTextareaControl has been checked in since Oct 5th. >> >> And the automatic builds seem to go along just fine. >> >> -Erik >> >> -- >> Orbeon - XForms Everywhere: >> http://www.orbeon.com/blog/ >> >> >> >> >> -- >> You receive this message as a subscriber of the >> [hidden email] <mailto:[hidden email]> >> mailing list. >> To unsubscribe: mailto:[hidden email] >> For general help: mailto: [hidden email] >> <mailto:[hidden email]> ?subject=help >> ObjectWeb mailing lists service home page: >> http://www.objectweb.org/wws >> >> >> >> >> >> > > > ------------------------------------------------------------------------ > > > -- > You receive this message as a subscriber of the [hidden email] mailing list. > To unsubscribe: mailto:[hidden email] > For general help: mailto:[hidden email]?subject=help > ObjectWeb mailing lists service home page: http://www.objectweb.org/wws -- Orbeon - XForms Everywhere: http://www.orbeon.com/blog/ -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws |
Thanks, Erik!
Henrik On 10/30/06, Erik Bruchez <[hidden email]> wrote: > This should now be fixed. The class was present, but it had the wrong > case (TextArea vs. Textarea). Because CVS is completely dumb when it > comes to just changing the case of a file on case-insensitive > filesystems, the renaming worked locally, but failed in CVS (but > apparently not in every single case since the automatic build system > kept compiling happily). > > -Erik > > Alex Brown wrote: > > ... I get the same error also (from a completely clean - in fact my > > first ever - checkout). > > > > - Alex. > > > >> -----Original Message----- > >> From: Henrik Pettersen [mailto:[hidden email]] > >> Sent: 24 October 2006 13:11 > >> To: [hidden email] > >> Subject: Re: [ops-users] Re: FYI... HEAD is not compiling > >> > >> Beats me. A clean checkout from HEAD still does not build for > >> me. Here's what I did: > >> > >> C:\dev\source\orbeon>java -version > >> java version "1.5.0_06" > >> Java(TM) 2 Runtime Environment, Standard Edition (build > >> 1.5.0_06-b05) Java HotSpot(TM) Client VM (build 1.5.0_06-b05, > >> mixed mode, sharing) > >> > >> C:\dev\source\orbeon>cvs > >> -d:pserver:[hidden email]:/cvsroot/ops > >> login Logging in to : > >> pserver:[hidden email]:2401/cvsroot/ops > >> <http://pserver:anonymous@...:2401/cvsroot/ops> > >> CVS password: > >> > >> C:\dev\source> cvs -z3 > >> -d:pserver:[hidden email]:/cvsroot/ops co > >> orbeon cvs server: Updating orbeon U orbeon/.classpath U > >> orbeon/.cvsignore U orbeon/.project U orbeon/build.bat U > >> orbeon/build.xml U orbeon/clean.launch U > >> orbeon/ops-war.launch U orbeon/oxf-eclipse-prepare.launch U > >> orbeon/oxf-launch.launch U orbeon/oxf.version U > >> orbeon/runtests.launch cvs server: Updating orbeon/descriptors ... > >> U orbeon/tools/ant/lib/ant-nodeps.jar > >> U orbeon/tools/ant/lib/ant-starteam.jar > >> U orbeon/tools/ant/lib/ant-stylebook.jar > >> U orbeon/tools/ant/lib/ant- swing.jar > >> U orbeon/tools/ant/lib/ant-trax.jar > >> U orbeon/tools/ant/lib/ant-vaj.jar > >> U orbeon/tools/ant/lib/ant-weblogic.jar > >> U orbeon/tools/ant/lib/ant-xalan1.jar > >> U orbeon/tools/ant/lib/ant-xslp.jar > >> U orbeon/tools/ant/lib/ant.jar > >> U orbeon/tools/ant/lib/xercesImpl.jar > >> U orbeon/tools/ant/lib/xml-apis.jar > >> cvs server: Updating orbeon/tools/dom4j-1_4 U > >> orbeon/tools/dom4j-1_4/AbstractDocument.diff > >> > >> C:\dev\source\orbeon>build > >> Defaulting to target orbeon-dist-packages . > >> "C:\dev\source\orbeon\tools\ant\bin\ant.bat" > >> "-Djava.home=C:\Program Files\Java\jdk1.5.0_06" > >> "-Dant.home=C:\dev\source\orbeon\tools\ant" > >> "-Ddebug.enabled=false" > >> "-Dweblogic.home=C:\bea\weblogic700\server " > >> orbeon-dist-packages Listening for transport dt_socket at > >> address: 5555 > >> Buildfile: build.xml > >> > >> init: > >> [echo] Building Orbeon PresentationServer 3.5.M1.200610241036 > >> > >> orbeon-dist-war: > >> [mkdir] Created dir: C:\dev\source\orbeon\build\distrib > >> > >> init: > >> [echo] Building Orbeon PresentationServer 3.5.M1.200610241036 > >> > >> prepare: > >> [mkdir] Created dir: C:\dev\source\orbeon\build\classes > >> [mkdir] Created dir: C:\dev\source\orbeon\build\lib > >> > >> classpath: > >> > >> classes: > >> [mkdir] Created dir: C:\dev\source\orbeon\build\src > >> [copy] Copying 1 file to C:\dev\source\orbeon\build\src > >> [javac] Compiling 685 source files to > >> C:\dev\source\orbeon\build\classes > >> [javac] > >> C:\dev\source\orbeon\src\java\org\orbeon\oxf\xforms\control\XF > >> ormsControlFactory.java:89: cannot find symbol > >> [javac] symbol: class XFormsTextareaControl > >> [javac] return new > >> XFormsTextareaControl(containingDocument, parent, element, > >> name, effectiveId); > >> [javac] ^ > >> [javac] Note: Some input files use or override a deprecated API. > >> [javac] Note: Recompile with -Xlint:deprecation for details. > >> [javac] 1 error > >> > >> BUILD FAILED > >> C:\dev\source\orbeon\build.xml:623: The following error > >> occurred while executing this line: > >> C:\dev\source\orbeon\build.xml:176: Compile failed; see the > >> compiler error output for details. > >> > >> Total time: 15 seconds > >> C:\dev\source\orbeon> > >> > >> > >> On 10/24/06, Erik Bruchez <[hidden email]> wrote: > >> > >> Alessandro Vernet wrote: > >> > Henrik, > >> > > >> >> you might allready be aware, but the HEAD of the > >> 'ops' module is not > >> >> compiling: > >> >> [...] > >> > > >> > Do you still have this problem? The code seems to be > >> compiling fine > >> > for me, and this error message is somewhat surprising > >> since the class > >> > XFormsTextareaControl has been checked in since Oct 5th. > >> > >> And the automatic builds seem to go along just fine. > >> > >> -Erik > >> > >> -- > >> Orbeon - XForms Everywhere: > >> http://www.orbeon.com/blog/ > >> > >> > >> > >> > >> -- > >> You receive this message as a subscriber of the > >> [hidden email] <mailto:[hidden email]> > >> mailing list. > >> To unsubscribe: mailto:[hidden email] > >> For general help: mailto: [hidden email] > >> <mailto:[hidden email]> ?subject=help > >> ObjectWeb mailing lists service home page: > >> http://www.objectweb.org/wws > >> > >> > >> > >> > >> > >> > > > > > > ------------------------------------------------------------------------ > > > > > > -- > > You receive this message as a subscriber of the [hidden email] mailing list. > > To unsubscribe: mailto:[hidden email] > > For general help: mailto:[hidden email]?subject=help > > ObjectWeb mailing lists service home page: http://www.objectweb.org/wws > > > -- > Orbeon - XForms Everywhere: > http://www.orbeon.com/blog/ > > > > > -- > You receive this message as a subscriber of the [hidden email] mailing list. > To unsubscribe: mailto:[hidden email] > For general help: mailto:[hidden email]?subject=help > ObjectWeb mailing lists service home page: http://www.objectweb.org/wws > > > -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws |
Free forum by Nabble | Edit this page |