You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@commons.apache.org by A Leg <ha...@yahoo.com> on 2004/10/14 14:00:20 UTC

JellySwt : problem running demo

Hi

I am interested to use jelly swt for our project.
http://compiere-mfgscm.sourceforge.net

I when I try to run jelly swt demo on Linux fedora 2 I get this :

Any help welcome.
Thank's for any reply

Andre Legendre
{orion:rcs} maven demo
__  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0

build:start:

java:prepare-filesystem:

java:compile:
   [echo] Compiling to 
/home/rcs/Master/extern/java/jakarta/jakarta-commons/jelly/jelly-tags/swt/target/classes 


java:jar-resources:

test:prepare-filesystem:

test:test-resources:

test:compile:

create-classpath:

demo:
   [java] Exception in thread "main" java.lang.UnsatisfiedLinkError: no 
swt-win32-2128 in java.library.path
   [java]      at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1491)
   [java]      at java.lang.Runtime.loadLibrary0(Runtime.java:788)

   [java]      at org.eclipse.swt.internal.win32.OS.<clinit>(OS.java:42)
   [java]      at 
org.eclipse.swt.internal.win32.TCHAR.<clinit>(TCHAR.java:26)
   [java]      at org.eclipse.swt.widgets.Widget.<clinit>(Widget.java:79)
   [java]      at java.lang.Class.forName0(Native Method)
   [java]      at java.lang.Class.forName(Class.java:141)
   [java]      at 
org.apache.commons.jelly.tags.swt.SwtTagLibrary.class$(SwtTagLibrary.java:84) 

   [java]      at 
org.apache.commons.jelly.tags.swt.SwtTagLibrary.<init>(SwtTagLibrary.java:94) 

   [java]      at 
sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
   [java]      at 
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) 

   [java]      at 
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) 

   [java]      at 
java.lang.reflect.Constructor.newInstance(Constructor.java:274)
   [java]      at java.lang.Class.newInstance0(Class.java:308)
   [java]      at java.lang.Class.newInstance(Class.java:261)
   [java]      at 
org.apache.commons.jelly.JellyContext.getTagLibrary(JellyContext.java:454)
   [java]      at 
org.apache.commons.jelly.parser.XMLParser.createTag(XMLParser.java:979)
   [java]      at 
org.apache.commons.jelly.parser.XMLParser.startElement(XMLParser.java:593)
   [java]      at 
org.apache.xerces.parsers.AbstractSAXParser.startElement(AbstractSAXParser.java:446) 

   [java]      at 
org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanStartElement(XMLNSDocumentScannerImpl.java:306) 

   [java]      at 
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(XMLDocumentFragmentScannerImpl.java:1568) 

   [java]      at 
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:355) 

   [java]      at 
org.apache.xerces.parsers.DTDConfiguration.parse(DTDConfiguration.java:539)
   [java]      at 
org.apache.xerces.parsers.DTDConfiguration.parse(DTDConfiguration.java:595)
   [java]      at 
org.apache.xerces.parsers.XMLParser.parse(XMLParser.java:152)
   [java]      at 
org.apache.xerces.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1125) 

   [java]      at 
org.apache.commons.jelly.parser.XMLParser.parse(XMLParser.java:238)
   [java]      at 
org.apache.commons.jelly.Jelly.compileScript(Jelly.java:125)
   [java]      at 
org.apache.commons.jelly.util.CommandLineParser.invokeCommandLineJelly(CommandLineParser.java:98) 

   [java]      at org.apache.commons.jelly.Jelly.main(Jelly.java:92)
   [java] [ERROR] Java Result: 1
BUILD SUCCESSFUL
Total time: 5 seconds
Finished at: Thu Oct 14 11:30:44 EEST 2004

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-user-help@jakarta.apache.org


Re: JellySwt : problem running demo

Posted by A Leg <ha...@yahoo.com>.
Hi

One more step :

In fact swt-linux-gtk-pi-3.0m7.jar and swt-linux-gtk-3.0m8.jar are not 
compatible.
As swt-linux-gtk-pi-3.0m8.jar in not in the directory
I change to
swt-linux-gtk-pi-3.0m7.jar and swt-linux-gtk-3.0m7.jar (why put 
swt-linux-gtk-3.0m8.jar and not swt-linux-gtk-pi-3.0m8.jar ??)

And I went one more step :

No error is no more about gtk/OS but

demo:
[java] org.apache.commons.jelly.JellyTagException: 
file:/home/rcs/Master/extern/java/jakarta/jakarta-commons/jelly/jelly-tags/swt/src/test/org/apache/commons/jelly/tags/swt/example.jelly:19:107: 
<shell> null
[java] at 
org.apache.commons.jelly.tags.swt.WidgetTag.createWidget(WidgetTag.java:267)

Please I need some help !!!

Andre
A Leg wrote:

> Hi
>
> I found out where does com from
> java.lang.NoClassDefFoundError: org/eclipse/swt/internal/gtk/OS
>
> Because for Gtk it is 2 swt jar
> I added in project.xml :
>
> <dependency>
> <groupId>swt</groupId>
> <artifactId>swt-linux-gtk-pi</artifactId>
> <version>3.0m7</version>
> </dependency>
>
> And it download
> swt-linux-gtk-pi-3.0m7.jar
> which contain org/eclipse/swt/internal/gtk/OS :
> {orion:rcs} jar tvf 
> ~/.maven/repository/swt/jars/swt-linux-gtk-pi-3.0m7.jar |grep OS
> 38848 Thu Dec 18 04:19:16 EET 2003 org/eclipse/swt/internal/gtk/OS.class
>
> But error is now :
> Exception in thread "main" java.lang.NoSuchMethodError: 
> org.eclipse.swt.internal.gtk.OS.GtkTextIter_sizeof()
>
> Probably that this jar is not the good release.
>
> Any help appreciated.
>
> Andre
>
>
> A Leg wrote:
>
>> Hi Simmon
>>
>> I found out that win32 is hardcoded in project .xml
>>
>> I have replaced it, to find the name to replace it
>>
>> I connected myself to :
>>
>> http://www.ibiblio.org/maven/swt/jars/
>> and I found the "maven name" of linux gtk swt jar :
>>
>> swt-linux-gtk-3.0m8.jar
>>
>> So I have replaced the swt version tag in project.xml :
>> win32-2.1.0
>> by
>> linux-gtk-3.0m8
>>
>> And I have been one step ahead. It does not complain any more about 
>> swt jar.
>>
>> Now the problem is : java.lang.NoClassDefFoundError: 
>> org/eclipse/swt/internal/gtk/OS
>>
>> I hope to have some more answers.
>>
>> Andre
>>
>> Simon Raess wrote:
>>
>>> I've just found out that you've started another thread and got some 
>>> answers there. You seem to be using linux so my comment below is 
>>> slightly inappropriate ;). It's another problem as pointed out by 
>>> others...
>>>
>>> Am 15.10.2004 um 10:39 schrieb Simon Raess:
>>>
>>>> Hi
>>>>
>>>> The important line is
>>>>
>>>>> [java] Exception in thread "main" java.lang.UnsatisfiedLinkError: 
>>>>> no swt-win32-2128 in java.library.path
>>>>
>>>>
>>>>
>>>>
>>>> You have to set the system property java.library.path to point to 
>>>> the swt library for win32. I don't have a windows machine, so the 
>>>> following may be slightly incorrect:
>>>>
>>>> maven demo -Djava.library.path=c: 
>>>> \eclipse\plugins\org.eclipse.swt.win32_3.0.1\os\win32\i386\
>>>>
>>>> Hope this helps!
>>>> Simon
>>>>
>>>>
>>>> Am 14.10.2004 um 14:00 schrieb A Leg:
>>>>
>>>>> Hi
>>>>>
>>>>> I am interested to use jelly swt for our project.
>>>>> http://compiere-mfgscm.sourceforge.net
>>>>>
>>>>> I when I try to run jelly swt demo on Linux fedora 2 I get this :
>>>>>
>>>>> Any help welcome.
>>>>> Thank's for any reply
>>>>>
>>>>> Andre Legendre
>>>>> {orion:rcs} maven demo
>>>>> __ __
>>>>> | \/ |__ _Apache__ ___
>>>>> | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~
>>>>> |_| |_\__,_|\_/\___|_||_| v. 1.0
>>>>>
>>>>> build:start:
>>>>>
>>>>> java:prepare-filesystem:
>>>>>
>>>>> java:compile:
>>>>> [echo] Compiling to 
>>>>> /home/rcs/Master/extern/java/jakarta/jakarta-commons/jelly/jelly- 
>>>>> tags/swt/target/classes
>>>>>
>>>>> java:jar-resources:
>>>>>
>>>>> test:prepare-filesystem:
>>>>>
>>>>> test:test-resources:
>>>>>
>>>>> test:compile:
>>>>>
>>>>> create-classpath:
>>>>>
>>>>> demo:
>>>>> [java] Exception in thread "main" java.lang.UnsatisfiedLinkError: 
>>>>> no swt-win32-2128 in java.library.path
>>>>> [java] at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1491)
>>>>> [java] at java.lang.Runtime.loadLibrary0(Runtime.java:788)
>>>>>
>>>>> [java] at org.eclipse.swt.internal.win32.OS.<clinit>(OS.java:42)
>>>>> [java] at 
>>>>> org.eclipse.swt.internal.win32.TCHAR.<clinit>(TCHAR.java:26)
>>>>> [java] at org.eclipse.swt.widgets.Widget.<clinit>(Widget.java:79)
>>>>> [java] at java.lang.Class.forName0(Native Method)
>>>>> [java] at java.lang.Class.forName(Class.java:141)
>>>>> [java] at 
>>>>> org.apache.commons.jelly.tags.swt.SwtTagLibrary.class$(SwtTagLibrary.j 
>>>>> ava:84)
>>>>> [java] at 
>>>>> org.apache.commons.jelly.tags.swt.SwtTagLibrary.<init>(SwtTagLibrary.j 
>>>>> ava:94)
>>>>> [java] at 
>>>>> sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
>>>>> [java] at 
>>>>> sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructo 
>>>>> rAccessorImpl.java:39)
>>>>> [java] at 
>>>>> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingCo 
>>>>> nstructorAccessorImpl.java:27)
>>>>> [java] at 
>>>>> java.lang.reflect.Constructor.newInstance(Constructor.java:274)
>>>>> [java] at java.lang.Class.newInstance0(Class.java:308)
>>>>> [java] at java.lang.Class.newInstance(Class.java:261)
>>>>> [java] at 
>>>>> org.apache.commons.jelly.JellyContext.getTagLibrary(JellyContext.java: 
>>>>> 454)
>>>>> [java] at 
>>>>> org.apache.commons.jelly.parser.XMLParser.createTag(XMLParser.java: 
>>>>> 979)
>>>>> [java] at 
>>>>> org.apache.commons.jelly.parser.XMLParser.startElement(XMLParser.java: 
>>>>> 593)
>>>>> [java] at 
>>>>> org.apache.xerces.parsers.AbstractSAXParser.startElement(AbstractSAXPa 
>>>>> rser.java:446)
>>>>> [java] at 
>>>>> org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanStartElement(XMLNS 
>>>>> DocumentScannerImpl.java:306)
>>>>> [java] at 
>>>>> org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentD 
>>>>> ispatcher.dispatch(XMLDocumentFragmentScannerImpl.java:1568)
>>>>> [java] at 
>>>>> org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(XML 
>>>>> DocumentFragmentScannerImpl.java:355)
>>>>> [java] at 
>>>>> org.apache.xerces.parsers.DTDConfiguration.parse(DTDConfiguration.java 
>>>>> :539)
>>>>> [java] at 
>>>>> org.apache.xerces.parsers.DTDConfiguration.parse(DTDConfiguration.java 
>>>>> :595)
>>>>> [java] at 
>>>>> org.apache.xerces.parsers.XMLParser.parse(XMLParser.java:152)
>>>>> [java] at 
>>>>> org.apache.xerces.parsers.AbstractSAXParser.parse(AbstractSAXParser.ja 
>>>>> va:1125)
>>>>> [java] at 
>>>>> org.apache.commons.jelly.parser.XMLParser.parse(XMLParser.java:238)
>>>>> [java] at 
>>>>> org.apache.commons.jelly.Jelly.compileScript(Jelly.java:125)
>>>>> [java] at 
>>>>> org.apache.commons.jelly.util.CommandLineParser.invokeCommandLineJelly 
>>>>> (CommandLineParser.java:98)
>>>>> [java] at org.apache.commons.jelly.Jelly.main(Jelly.java:92)
>>>>> [java] [ERROR] Java Result: 1
>>>>> BUILD SUCCESSFUL
>>>>> Total time: 5 seconds
>>>>> Finished at: Thu Oct 14 11:30:44 EEST 2004
>>>>>
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org
>>>>> For additional commands, e-mail: commons-user-help@jakarta.apache.org
>>>>>
>>>>
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org
>>>> For additional commands, e-mail: commons-user-help@jakarta.apache.org
>>>>
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org
>>> For additional commands, e-mail: commons-user-help@jakarta.apache.org
>>>
>>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org
>> For additional commands, e-mail: commons-user-help@jakarta.apache.org
>>
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: commons-user-help@jakarta.apache.org
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-user-help@jakarta.apache.org


Some Help please :Re: JellySwt : problem running demo

Posted by A Leg <ha...@yahoo.com>.
Hi

Poor support of natives by maven is a very short resume of problem.
Below some explanations on what is required even if we did'nt have win32 
hardcoded in project.xml and if maven was managing that good.
I think that for jellySwt good support of natives is required as soon as 
Swt need natives.

I look at jelly it is a very nice tool, and jellySwt could be very 
usefull for our projects.

That is why I keep going to find out how natives are managed in Jelly to 
solve my problem

When I put linux-gtk has native and 3.0m7 as version in project.xml 
(with turnaround explained before) I still have problems:
swt-linux-gtk-pi-3.0m7.jar and swt-linux-gtk-3.0m7.jar require 
libswt-pi-gtk-3034.so and libswt-gtk-3034.so. Which are not the natives 
version that I have on my machine.

It means that you should have on ibiblio natives (for example 
libswt-pi-gtk-3034.so) corresponding to jar. And document them,(some 
message send to console for example)  so we could add them to our path.

What I have now is on my machine libswt-pi-gtk-3063.so and 
libswt-gtk-3063.so which works with my locals swt.jar and swt-pi.jar. in 
eclipse/plugins/org.eclipse.swt.gtk_3.0.1/ws/gtk directory.

Is it possible to change project.xml to ask for use of my local elements 
  which are working good together ?

Or does anybody from jelly Swt team interested to put on iBiblio a 
complete set of elements. including natives library for supported arch.

Anybody interested to help me?


Andre



One more detail, final error is now :

[java] Caused by: java.lang.UnsatisfiedLinkError: no swt-pi-gtk-3034 in
java.library.path

Does any body of jelly project want to help me to solve this jelly SWT bug
If you want the complete log, just ask.

Any answer appreciated

Best regards

Andre Legendre
One more step :

In fact swt-linux-gtk-pi-3.0m7.jar and swt-linux-gtk-3.0m8.jar are not
compatible.
As swt-linux-gtk-pi-3.0m8.jar in not in the directory
I change to
swt-linux-gtk-pi-3.0m7.jar and swt-linux-gtk-3.0m7.jar (why put
swt-linux-gtk-3.0m8.jar and not swt-linux-gtk-pi-3.0m8.jar ??)

And I went one more step :

No error is no more about gtk/OS but

demo:
[java] org.apache.commons.jelly.JellyTagException:
file:/home/rcs/Master/extern/java/jakarta/jakarta-commons/jelly/jelly-tags/swt/src/test/org/apache/commons/jelly/tags/swt/example.jelly:19:107: 


<shell> null
[java] at
org.apache.commons.jelly.tags.swt.WidgetTag.createWidget(WidgetTag.java:267)

Please I need some help !!!

Andre
A Leg wrote:

> Hi
>
> I found out where does com from
> java.lang.NoClassDefFoundError: org/eclipse/swt/internal/gtk/OS
>
> Because for Gtk it is 2 swt jar
> I added in project.xml :
>
> <dependency>
> <groupId>swt</groupId>
> <artifactId>swt-linux-gtk-pi</artifactId>
> <version>3.0m7</version>
> </dependency>
>
> And it download
> swt-linux-gtk-pi-3.0m7.jar
> which contain org/eclipse/swt/internal/gtk/OS :
> {orion:rcs} jar tvf 
> ~/.maven/repository/swt/jars/swt-linux-gtk-pi-3.0m7.jar |grep OS
> 38848 Thu Dec 18 04:19:16 EET 2003 org/eclipse/swt/internal/gtk/OS.class
>
> But error is now :
> Exception in thread "main" java.lang.NoSuchMethodError: 
> org.eclipse.swt.internal.gtk.OS.GtkTextIter_sizeof()
>
> Probably that this jar is not the good release.
>
> Any help appreciated.
>
> Andre
>
>
> A Leg wrote:
>
>> Hi Simmon
>>
>> I found out that win32 is hardcoded in project .xml
>>
>> I have replaced it, to find the name to replace it
>>
>> I connected myself to :
>>
>> http://www.ibiblio.org/maven/swt/jars/
>> and I found the "maven name" of linux gtk swt jar :
>>
>> swt-linux-gtk-3.0m8.jar
>>
>> So I have replaced the swt version tag in project.xml :
>> win32-2.1.0
>> by
>> linux-gtk-3.0m8
>>
>> And I have been one step ahead. It does not complain any more about 
>> swt jar.
>>
>> Now the problem is : java.lang.NoClassDefFoundError: 
>> org/eclipse/swt/internal/gtk/OS
>>
>> I hope to have some more answers.
>>
>> Andre
>>
>> Simon Raess wrote:
>>
>>> I've just found out that you've started another thread and got some 
>>> answers there. You seem to be using linux so my comment below is 
>>> slightly inappropriate ;). It's another problem as pointed out by 
>>> others...
>>>
>>> Am 15.10.2004 um 10:39 schrieb Simon Raess:
>>>
>>>> Hi
>>>>
>>>> The important line is
>>>>
>>>>> [java] Exception in thread "main" java.lang.UnsatisfiedLinkError: 
>>>>> no swt-win32-2128 in java.library.path
>>>>
>>>>
>>>>
>>>>
>>>> You have to set the system property java.library.path to point to 
>>>> the swt library for win32. I don't have a windows machine, so the 
>>>> following may be slightly incorrect:
>>>>
>>>> maven demo -Djava.library.path=c: 
>>>> \eclipse\plugins\org.eclipse.swt.win32_3.0.1\os\win32\i386\
>>>>
>>>> Hope this helps!
>>>> Simon
>>>>
>>>>
>>>> Am 14.10.2004 um 14:00 schrieb A Leg:
>>>>
>>>>> Hi
>>>>>
>>>>> I am interested to use jelly swt for our project.
>>>>> http://compiere-mfgscm.sourceforge.net
>>>>>
>>>>> I when I try to run jelly swt demo on Linux fedora 2 I get this :
>>>>>
>>>>> Any help welcome.
>>>>> Thank's for any reply
>>>>>
>>>>> Andre Legendre
>>>>> {orion:rcs} maven demo
>>>>> __ __
>>>>> | \/ |__ _Apache__ ___
>>>>> | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~
>>>>> |_| |_\__,_|\_/\___|_||_| v. 1.0
>>>>>
>>>>> build:start:
>>>>>
>>>>> java:prepare-filesystem:
>>>>>
>>>>> java:compile:
>>>>> [echo] Compiling to 
>>>>> /home/rcs/Master/extern/java/jakarta/jakarta-commons/jelly/jelly- 
>>>>> tags/swt/target/classes
>>>>>
>>>>> java:jar-resources:
>>>>>
>>>>> test:prepare-filesystem:
>>>>>
>>>>> test:test-resources:
>>>>>
>>>>> test:compile:
>>>>>
>>>>> create-classpath:
>>>>>
>>>>> demo:
>>>>> [java] Exception in thread "main" java.lang.UnsatisfiedLinkError: 
>>>>> no swt-win32-2128 in java.library.path
>>>>> [java] at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1491)
>>>>> [java] at java.lang.Runtime.loadLibrary0(Runtime.java:788)
>>>>>
>>>>> [java] at org.eclipse.swt.internal.win32.OS.<clinit>(OS.java:42)
>>>>> [java] at 
>>>>> org.eclipse.swt.internal.win32.TCHAR.<clinit>(TCHAR.java:26)
>>>>> [java] at org.eclipse.swt.widgets.Widget.<clinit>(Widget.java:79)
>>>>> [java] at java.lang.Class.forName0(Native Method)
>>>>> [java] at java.lang.Class.forName(Class.java:141)
>>>>> [java] at 
>>>>> org.apache.commons.jelly.tags.swt.SwtTagLibrary.class$(SwtTagLibrary.j 
>>>>> ava:84)
>>>>> [java] at 
>>>>> org.apache.commons.jelly.tags.swt.SwtTagLibrary.<init>(SwtTagLibrary.j 
>>>>> ava:94)
>>>>> [java] at 
>>>>> sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
>>>>> [java] at 
>>>>> sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructo 
>>>>> rAccessorImpl.java:39)
>>>>> [java] at 
>>>>> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingCo 
>>>>> nstructorAccessorImpl.java:27)
>>>>> [java] at 
>>>>> java.lang.reflect.Constructor.newInstance(Constructor.java:274)
>>>>> [java] at java.lang.Class.newInstance0(Class.java:308)
>>>>> [java] at java.lang.Class.newInstance(Class.java:261)
>>>>> [java] at 
>>>>> org.apache.commons.jelly.JellyContext.getTagLibrary(JellyContext.java: 
>>>>> 454)
>>>>> [java] at 
>>>>> org.apache.commons.jelly.parser.XMLParser.createTag(XMLParser.java: 
>>>>> 979)
>>>>> [java] at 
>>>>> org.apache.commons.jelly.parser.XMLParser.startElement(XMLParser.java: 
>>>>> 593)
>>>>> [java] at 
>>>>> org.apache.xerces.parsers.AbstractSAXParser.startElement(AbstractSAXPa 
>>>>> rser.java:446)
>>>>> [java] at 
>>>>> org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanStartElement(XMLNS 
>>>>> DocumentScannerImpl.java:306)
>>>>> [java] at 
>>>>> org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentD 
>>>>> ispatcher.dispatch(XMLDocumentFragmentScannerImpl.java:1568)
>>>>> [java] at 
>>>>> org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(XML 
>>>>> DocumentFragmentScannerImpl.java:355)
>>>>> [java] at 
>>>>> org.apache.xerces.parsers.DTDConfiguration.parse(DTDConfiguration.java 
>>>>> :539)
>>>>> [java] at 
>>>>> org.apache.xerces.parsers.DTDConfiguration.parse(DTDConfiguration.java 
>>>>> :595)
>>>>> [java] at 
>>>>> org.apache.xerces.parsers.XMLParser.parse(XMLParser.java:152)
>>>>> [java] at 
>>>>> org.apache.xerces.parsers.AbstractSAXParser.parse(AbstractSAXParser.ja 
>>>>> va:1125)
>>>>> [java] at 
>>>>> org.apache.commons.jelly.parser.XMLParser.parse(XMLParser.java:238)
>>>>> [java] at 
>>>>> org.apache.commons.jelly.Jelly.compileScript(Jelly.java:125)
>>>>> [java] at 
>>>>> org.apache.commons.jelly.util.CommandLineParser.invokeCommandLineJelly 
>>>>> (CommandLineParser.java:98)
>>>>> [java] at org.apache.commons.jelly.Jelly.main(Jelly.java:92)
>>>>> [java] [ERROR] Java Result: 1
>>>>> BUILD SUCCESSFUL
>>>>> Total time: 5 seconds
>>>>> Finished at: Thu Oct 14 11:30:44 EEST 2004
>>>>>
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org
>>>>> For additional commands, e-mail: commons-user-help@jakarta.apache.org
>>>>>
>>>>
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org
>>>> For additional commands, e-mail: commons-user-help@jakarta.apache.org
>>>>
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org
>>> For additional commands, e-mail: commons-user-help@jakarta.apache.org
>>>
>>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org
>> For additional commands, e-mail: commons-user-help@jakarta.apache.org
>>
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: commons-user-help@jakarta.apache.org
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-user-help@jakarta.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-user-help@jakarta.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-user-help@jakarta.apache.org


Re: Check if file path exists using commons-upload API??

Posted by Michael McGrady <mi...@michaelmcgrady.com>.
You can, of course, see what you get, e.g. in my case,

    file name = jakarta-servicev.log
    file size = 0
    file content type = application/octet-stream
    file bin type = 1
    file bin info = C:\uploads

However, if you send a file that really exists but is empty, you still get,


    file name = jakarta-service.log
    file size = 0
    file content type = application/octet-stream
    file bin type = 1
    file bin info = C:\uploads



Martin Cooper wrote:

>On Fri, 15 Oct 2004 10:55:24 -0700 (PDT), Joe Smith <ap...@yahoo.com> wrote:
>  
>
>>When the user enter the path manually, instead of using browse to select
>>the file. Can commons-upload check if the path the user enter is correct?
>>    
>>
>
>No, this is not possible. All of the file selection process is handled
>client-side, by the browser. Commons FileUpload does not get involved
>until the browser sends the selected file to the server.
>
>--
>Martin Cooper
>
>
>  
>
>>please advise. thanks!!
>>
>>__________________________________________________
>>Do You Yahoo!?
>>Tired of spam?  Yahoo! Mail has the best spam protection around
>>http://mail.yahoo.com
>>
>>    
>>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org
>For additional commands, e-mail: commons-user-help@jakarta.apache.org
>
>
>
>
>  
>



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-user-help@jakarta.apache.org


Re: Check if file path exists using commons-upload API??

Posted by Martin Cooper <mf...@gmail.com>.
On Fri, 15 Oct 2004 10:55:24 -0700 (PDT), Joe Smith <ap...@yahoo.com> wrote:
> 
> When the user enter the path manually, instead of using browse to select
> the file. Can commons-upload check if the path the user enter is correct?

No, this is not possible. All of the file selection process is handled
client-side, by the browser. Commons FileUpload does not get involved
until the browser sends the selected file to the server.

--
Martin Cooper


> 
> please advise. thanks!!
> 
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
>

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-user-help@jakarta.apache.org


Re: process regular fields in html form

Posted by Martin Cooper <mf...@gmail.com>.
That's basically correct. However, you could use Commons BeanUtils to
help make this cleaner and a lot shorter. Something like this should
do it:

    String name = item.getFieldName();
    String value = item.getString();
    MyObjectModel om = new MyObjectModel();
    PropertyUtils.setProperty(om, name, value);

There is also a pending enhancement to FileUpload to provide a request
wrapper so that non-file parameters can be accessed in the same manner
as for regular requests. I am hoping to get to that very soon.

--
Martin Cooper


On Fri, 15 Oct 2004 10:56:42 -0700 (PDT), Joe Smith <ap...@yahoo.com> wrote:
> 
> When we process the form data without file upload control in JSP. We can use JavaBeans in JSP, then the following will store all the request form data to MyObjectModel object:
> 
> <jsp:useBean id="om" class="MyObjectModel" />
> 
> <jsp:setProperty name="om" property="*" />
> 
> However, when we process the form data that contains file upload, and uses commons-fileupload, then we should approach the following, is that correct?
> 
> if (item.isFormField())
> 
> {
> 
>      String name = item.getFieldName();
> 
>      String value = item.getString();
> 
>      MyObjectModel om = new MyObjectModel();
> 
>      if (name.equals("fieldName1"))
> 
>            ad.setFieldName1(value);
> 
>      else if (name.equals("fieldName2"))
> 
>            ad. setFieldName2(value);
> 
>      else if (name.equals("fieldName3"))
> 
>            ad.setFieldName3(value);
> 
>      //etc...
> 
> }
> 
> Please advise. Thanks!!
> 
> 
> ---------------------------------
> Do you Yahoo!?
> Yahoo! Mail Address AutoComplete - You start. We finish.
>

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-user-help@jakarta.apache.org


process regular fields in html form

Posted by Joe Smith <ap...@yahoo.com>.
When we process the form data without file upload control in JSP. We can use JavaBeans in JSP, then the following will store all the request form data to MyObjectModel object:

 

<jsp:useBean id="om" class="MyObjectModel" />

<jsp:setProperty name="om" property="*" />

 

However, when we process the form data that contains file upload, and uses commons-fileupload, then we should approach the following, is that correct? 

 

if (item.isFormField())

{

      String name = item.getFieldName();

      String value = item.getString();

      

      MyObjectModel om = new MyObjectModel();

      if (name.equals("fieldName1"))

            ad.setFieldName1(value);

      else if (name.equals("fieldName2"))

            ad. setFieldName2(value);

      else if (name.equals("fieldName3"))

            ad.setFieldName3(value);

      //etc...

}

 

Please advise. Thanks!!

 

		
---------------------------------
Do you Yahoo!?
Yahoo! Mail Address AutoComplete - You start. We finish.

Check if file path exists using commons-upload API??

Posted by Joe Smith <ap...@yahoo.com>.
When the user enter the path manually, instead of using browse to select
the file. Can commons-upload check if the path the user enter is correct?

please advise. thanks!!

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

Re: JellySwt : problem running demo

Posted by A Leg <ha...@yahoo.com>.
Hi

One more detail, final error is now :

[java] Caused by: java.lang.UnsatisfiedLinkError: no swt-pi-gtk-3034 in 
java.library.path

Does any body of jelly project want to help me to solve this jelly SWT bug
If you want the complete log, just ask.

Any answer appreciated

Best regards

Andre Legendre
One more step :

In fact swt-linux-gtk-pi-3.0m7.jar and swt-linux-gtk-3.0m8.jar are not
compatible.
As swt-linux-gtk-pi-3.0m8.jar in not in the directory
I change to
swt-linux-gtk-pi-3.0m7.jar and swt-linux-gtk-3.0m7.jar (why put
swt-linux-gtk-3.0m8.jar and not swt-linux-gtk-pi-3.0m8.jar ??)

And I went one more step :

No error is no more about gtk/OS but

demo:
[java] org.apache.commons.jelly.JellyTagException:
file:/home/rcs/Master/extern/java/jakarta/jakarta-commons/jelly/jelly-tags/swt/src/test/org/apache/commons/jelly/tags/swt/example.jelly:19:107: 

<shell> null
[java] at
org.apache.commons.jelly.tags.swt.WidgetTag.createWidget(WidgetTag.java:267)

Please I need some help !!!

Andre
A Leg wrote:

> Hi
>
> I found out where does com from
> java.lang.NoClassDefFoundError: org/eclipse/swt/internal/gtk/OS
>
> Because for Gtk it is 2 swt jar
> I added in project.xml :
>
> <dependency>
> <groupId>swt</groupId>
> <artifactId>swt-linux-gtk-pi</artifactId>
> <version>3.0m7</version>
> </dependency>
>
> And it download
> swt-linux-gtk-pi-3.0m7.jar
> which contain org/eclipse/swt/internal/gtk/OS :
> {orion:rcs} jar tvf 
> ~/.maven/repository/swt/jars/swt-linux-gtk-pi-3.0m7.jar |grep OS
> 38848 Thu Dec 18 04:19:16 EET 2003 org/eclipse/swt/internal/gtk/OS.class
>
> But error is now :
> Exception in thread "main" java.lang.NoSuchMethodError: 
> org.eclipse.swt.internal.gtk.OS.GtkTextIter_sizeof()
>
> Probably that this jar is not the good release.
>
> Any help appreciated.
>
> Andre
>
>
> A Leg wrote:
>
>> Hi Simmon
>>
>> I found out that win32 is hardcoded in project .xml
>>
>> I have replaced it, to find the name to replace it
>>
>> I connected myself to :
>>
>> http://www.ibiblio.org/maven/swt/jars/
>> and I found the "maven name" of linux gtk swt jar :
>>
>> swt-linux-gtk-3.0m8.jar
>>
>> So I have replaced the swt version tag in project.xml :
>> win32-2.1.0
>> by
>> linux-gtk-3.0m8
>>
>> And I have been one step ahead. It does not complain any more about 
>> swt jar.
>>
>> Now the problem is : java.lang.NoClassDefFoundError: 
>> org/eclipse/swt/internal/gtk/OS
>>
>> I hope to have some more answers.
>>
>> Andre
>>
>> Simon Raess wrote:
>>
>>> I've just found out that you've started another thread and got some 
>>> answers there. You seem to be using linux so my comment below is 
>>> slightly inappropriate ;). It's another problem as pointed out by 
>>> others...
>>>
>>> Am 15.10.2004 um 10:39 schrieb Simon Raess:
>>>
>>>> Hi
>>>>
>>>> The important line is
>>>>
>>>>> [java] Exception in thread "main" java.lang.UnsatisfiedLinkError: 
>>>>> no swt-win32-2128 in java.library.path
>>>>
>>>>
>>>>
>>>>
>>>> You have to set the system property java.library.path to point to 
>>>> the swt library for win32. I don't have a windows machine, so the 
>>>> following may be slightly incorrect:
>>>>
>>>> maven demo -Djava.library.path=c: 
>>>> \eclipse\plugins\org.eclipse.swt.win32_3.0.1\os\win32\i386\
>>>>
>>>> Hope this helps!
>>>> Simon
>>>>
>>>>
>>>> Am 14.10.2004 um 14:00 schrieb A Leg:
>>>>
>>>>> Hi
>>>>>
>>>>> I am interested to use jelly swt for our project.
>>>>> http://compiere-mfgscm.sourceforge.net
>>>>>
>>>>> I when I try to run jelly swt demo on Linux fedora 2 I get this :
>>>>>
>>>>> Any help welcome.
>>>>> Thank's for any reply
>>>>>
>>>>> Andre Legendre
>>>>> {orion:rcs} maven demo
>>>>> __ __
>>>>> | \/ |__ _Apache__ ___
>>>>> | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~
>>>>> |_| |_\__,_|\_/\___|_||_| v. 1.0
>>>>>
>>>>> build:start:
>>>>>
>>>>> java:prepare-filesystem:
>>>>>
>>>>> java:compile:
>>>>> [echo] Compiling to 
>>>>> /home/rcs/Master/extern/java/jakarta/jakarta-commons/jelly/jelly- 
>>>>> tags/swt/target/classes
>>>>>
>>>>> java:jar-resources:
>>>>>
>>>>> test:prepare-filesystem:
>>>>>
>>>>> test:test-resources:
>>>>>
>>>>> test:compile:
>>>>>
>>>>> create-classpath:
>>>>>
>>>>> demo:
>>>>> [java] Exception in thread "main" java.lang.UnsatisfiedLinkError: 
>>>>> no swt-win32-2128 in java.library.path
>>>>> [java] at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1491)
>>>>> [java] at java.lang.Runtime.loadLibrary0(Runtime.java:788)
>>>>>
>>>>> [java] at org.eclipse.swt.internal.win32.OS.<clinit>(OS.java:42)
>>>>> [java] at 
>>>>> org.eclipse.swt.internal.win32.TCHAR.<clinit>(TCHAR.java:26)
>>>>> [java] at org.eclipse.swt.widgets.Widget.<clinit>(Widget.java:79)
>>>>> [java] at java.lang.Class.forName0(Native Method)
>>>>> [java] at java.lang.Class.forName(Class.java:141)
>>>>> [java] at 
>>>>> org.apache.commons.jelly.tags.swt.SwtTagLibrary.class$(SwtTagLibrary.j 
>>>>> ava:84)
>>>>> [java] at 
>>>>> org.apache.commons.jelly.tags.swt.SwtTagLibrary.<init>(SwtTagLibrary.j 
>>>>> ava:94)
>>>>> [java] at 
>>>>> sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
>>>>> [java] at 
>>>>> sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructo 
>>>>> rAccessorImpl.java:39)
>>>>> [java] at 
>>>>> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingCo 
>>>>> nstructorAccessorImpl.java:27)
>>>>> [java] at 
>>>>> java.lang.reflect.Constructor.newInstance(Constructor.java:274)
>>>>> [java] at java.lang.Class.newInstance0(Class.java:308)
>>>>> [java] at java.lang.Class.newInstance(Class.java:261)
>>>>> [java] at 
>>>>> org.apache.commons.jelly.JellyContext.getTagLibrary(JellyContext.java: 
>>>>> 454)
>>>>> [java] at 
>>>>> org.apache.commons.jelly.parser.XMLParser.createTag(XMLParser.java: 
>>>>> 979)
>>>>> [java] at 
>>>>> org.apache.commons.jelly.parser.XMLParser.startElement(XMLParser.java: 
>>>>> 593)
>>>>> [java] at 
>>>>> org.apache.xerces.parsers.AbstractSAXParser.startElement(AbstractSAXPa 
>>>>> rser.java:446)
>>>>> [java] at 
>>>>> org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanStartElement(XMLNS 
>>>>> DocumentScannerImpl.java:306)
>>>>> [java] at 
>>>>> org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentD 
>>>>> ispatcher.dispatch(XMLDocumentFragmentScannerImpl.java:1568)
>>>>> [java] at 
>>>>> org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(XML 
>>>>> DocumentFragmentScannerImpl.java:355)
>>>>> [java] at 
>>>>> org.apache.xerces.parsers.DTDConfiguration.parse(DTDConfiguration.java 
>>>>> :539)
>>>>> [java] at 
>>>>> org.apache.xerces.parsers.DTDConfiguration.parse(DTDConfiguration.java 
>>>>> :595)
>>>>> [java] at 
>>>>> org.apache.xerces.parsers.XMLParser.parse(XMLParser.java:152)
>>>>> [java] at 
>>>>> org.apache.xerces.parsers.AbstractSAXParser.parse(AbstractSAXParser.ja 
>>>>> va:1125)
>>>>> [java] at 
>>>>> org.apache.commons.jelly.parser.XMLParser.parse(XMLParser.java:238)
>>>>> [java] at 
>>>>> org.apache.commons.jelly.Jelly.compileScript(Jelly.java:125)
>>>>> [java] at 
>>>>> org.apache.commons.jelly.util.CommandLineParser.invokeCommandLineJelly 
>>>>> (CommandLineParser.java:98)
>>>>> [java] at org.apache.commons.jelly.Jelly.main(Jelly.java:92)
>>>>> [java] [ERROR] Java Result: 1
>>>>> BUILD SUCCESSFUL
>>>>> Total time: 5 seconds
>>>>> Finished at: Thu Oct 14 11:30:44 EEST 2004
>>>>>
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org
>>>>> For additional commands, e-mail: commons-user-help@jakarta.apache.org
>>>>>
>>>>
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org
>>>> For additional commands, e-mail: commons-user-help@jakarta.apache.org
>>>>
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org
>>> For additional commands, e-mail: commons-user-help@jakarta.apache.org
>>>
>>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org
>> For additional commands, e-mail: commons-user-help@jakarta.apache.org
>>
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: commons-user-help@jakarta.apache.org
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-user-help@jakarta.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-user-help@jakarta.apache.org


Re: JellySwt : problem running demo

Posted by A Leg <ha...@yahoo.com>.
Hi

I found out where does com from
java.lang.NoClassDefFoundError: org/eclipse/swt/internal/gtk/OS

Because for Gtk it is 2 swt jar
I added in project.xml :

<dependency>
<groupId>swt</groupId>
<artifactId>swt-linux-gtk-pi</artifactId>
<version>3.0m7</version>
</dependency>

And it download
swt-linux-gtk-pi-3.0m7.jar
which contain org/eclipse/swt/internal/gtk/OS :
{orion:rcs} jar tvf 
~/.maven/repository/swt/jars/swt-linux-gtk-pi-3.0m7.jar |grep OS
38848 Thu Dec 18 04:19:16 EET 2003 org/eclipse/swt/internal/gtk/OS.class

But error is now :
Exception in thread "main" java.lang.NoSuchMethodError: 
org.eclipse.swt.internal.gtk.OS.GtkTextIter_sizeof()

Probably that this jar is not the good release.

Any help appreciated.

Andre


A Leg wrote:

> Hi Simmon
>
> I found out that win32 is hardcoded in project .xml
>
> I have replaced it, to find the name to replace it
>
> I connected myself to :
>
> http://www.ibiblio.org/maven/swt/jars/
> and I found the "maven name" of linux gtk swt jar :
>
> swt-linux-gtk-3.0m8.jar
>
> So I have replaced the swt version tag in project.xml :
> win32-2.1.0
> by
> linux-gtk-3.0m8
>
> And I have been one step ahead. It does not complain any more about 
> swt jar.
>
> Now the problem is : java.lang.NoClassDefFoundError: 
> org/eclipse/swt/internal/gtk/OS
>
> I hope to have some more answers.
>
> Andre
>
> Simon Raess wrote:
>
>> I've just found out that you've started another thread and got some 
>> answers there. You seem to be using linux so my comment below is 
>> slightly inappropriate ;). It's another problem as pointed out by 
>> others...
>>
>> Am 15.10.2004 um 10:39 schrieb Simon Raess:
>>
>>> Hi
>>>
>>> The important line is
>>>
>>>> [java] Exception in thread "main" java.lang.UnsatisfiedLinkError: 
>>>> no swt-win32-2128 in java.library.path
>>>
>>>
>>>
>>> You have to set the system property java.library.path to point to 
>>> the swt library for win32. I don't have a windows machine, so the 
>>> following may be slightly incorrect:
>>>
>>> maven demo -Djava.library.path=c: 
>>> \eclipse\plugins\org.eclipse.swt.win32_3.0.1\os\win32\i386\
>>>
>>> Hope this helps!
>>> Simon
>>>
>>>
>>> Am 14.10.2004 um 14:00 schrieb A Leg:
>>>
>>>> Hi
>>>>
>>>> I am interested to use jelly swt for our project.
>>>> http://compiere-mfgscm.sourceforge.net
>>>>
>>>> I when I try to run jelly swt demo on Linux fedora 2 I get this :
>>>>
>>>> Any help welcome.
>>>> Thank's for any reply
>>>>
>>>> Andre Legendre
>>>> {orion:rcs} maven demo
>>>> __ __
>>>> | \/ |__ _Apache__ ___
>>>> | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~
>>>> |_| |_\__,_|\_/\___|_||_| v. 1.0
>>>>
>>>> build:start:
>>>>
>>>> java:prepare-filesystem:
>>>>
>>>> java:compile:
>>>> [echo] Compiling to 
>>>> /home/rcs/Master/extern/java/jakarta/jakarta-commons/jelly/jelly- 
>>>> tags/swt/target/classes
>>>>
>>>> java:jar-resources:
>>>>
>>>> test:prepare-filesystem:
>>>>
>>>> test:test-resources:
>>>>
>>>> test:compile:
>>>>
>>>> create-classpath:
>>>>
>>>> demo:
>>>> [java] Exception in thread "main" java.lang.UnsatisfiedLinkError: 
>>>> no swt-win32-2128 in java.library.path
>>>> [java] at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1491)
>>>> [java] at java.lang.Runtime.loadLibrary0(Runtime.java:788)
>>>>
>>>> [java] at org.eclipse.swt.internal.win32.OS.<clinit>(OS.java:42)
>>>> [java] at org.eclipse.swt.internal.win32.TCHAR.<clinit>(TCHAR.java:26)
>>>> [java] at org.eclipse.swt.widgets.Widget.<clinit>(Widget.java:79)
>>>> [java] at java.lang.Class.forName0(Native Method)
>>>> [java] at java.lang.Class.forName(Class.java:141)
>>>> [java] at 
>>>> org.apache.commons.jelly.tags.swt.SwtTagLibrary.class$(SwtTagLibrary.j 
>>>> ava:84)
>>>> [java] at 
>>>> org.apache.commons.jelly.tags.swt.SwtTagLibrary.<init>(SwtTagLibrary.j 
>>>> ava:94)
>>>> [java] at 
>>>> sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
>>>> [java] at 
>>>> sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructo 
>>>> rAccessorImpl.java:39)
>>>> [java] at 
>>>> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingCo 
>>>> nstructorAccessorImpl.java:27)
>>>> [java] at 
>>>> java.lang.reflect.Constructor.newInstance(Constructor.java:274)
>>>> [java] at java.lang.Class.newInstance0(Class.java:308)
>>>> [java] at java.lang.Class.newInstance(Class.java:261)
>>>> [java] at 
>>>> org.apache.commons.jelly.JellyContext.getTagLibrary(JellyContext.java: 
>>>> 454)
>>>> [java] at 
>>>> org.apache.commons.jelly.parser.XMLParser.createTag(XMLParser.java: 
>>>> 979)
>>>> [java] at 
>>>> org.apache.commons.jelly.parser.XMLParser.startElement(XMLParser.java: 
>>>> 593)
>>>> [java] at 
>>>> org.apache.xerces.parsers.AbstractSAXParser.startElement(AbstractSAXPa 
>>>> rser.java:446)
>>>> [java] at 
>>>> org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanStartElement(XMLNS 
>>>> DocumentScannerImpl.java:306)
>>>> [java] at 
>>>> org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentD 
>>>> ispatcher.dispatch(XMLDocumentFragmentScannerImpl.java:1568)
>>>> [java] at 
>>>> org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(XML 
>>>> DocumentFragmentScannerImpl.java:355)
>>>> [java] at 
>>>> org.apache.xerces.parsers.DTDConfiguration.parse(DTDConfiguration.java 
>>>> :539)
>>>> [java] at 
>>>> org.apache.xerces.parsers.DTDConfiguration.parse(DTDConfiguration.java 
>>>> :595)
>>>> [java] at 
>>>> org.apache.xerces.parsers.XMLParser.parse(XMLParser.java:152)
>>>> [java] at 
>>>> org.apache.xerces.parsers.AbstractSAXParser.parse(AbstractSAXParser.ja 
>>>> va:1125)
>>>> [java] at 
>>>> org.apache.commons.jelly.parser.XMLParser.parse(XMLParser.java:238)
>>>> [java] at org.apache.commons.jelly.Jelly.compileScript(Jelly.java:125)
>>>> [java] at 
>>>> org.apache.commons.jelly.util.CommandLineParser.invokeCommandLineJelly 
>>>> (CommandLineParser.java:98)
>>>> [java] at org.apache.commons.jelly.Jelly.main(Jelly.java:92)
>>>> [java] [ERROR] Java Result: 1
>>>> BUILD SUCCESSFUL
>>>> Total time: 5 seconds
>>>> Finished at: Thu Oct 14 11:30:44 EEST 2004
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org
>>>> For additional commands, e-mail: commons-user-help@jakarta.apache.org
>>>>
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org
>>> For additional commands, e-mail: commons-user-help@jakarta.apache.org
>>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org
>> For additional commands, e-mail: commons-user-help@jakarta.apache.org
>>
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: commons-user-help@jakarta.apache.org
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-user-help@jakarta.apache.org


Re: JellySwt : problem running demo

Posted by A Leg <ha...@yahoo.com>.
Hi Simmon

I found out that win32 is hardcoded in project .xml

I have replaced it, to find the name to replace it

I connected myself to :

http://www.ibiblio.org/maven/swt/jars/
and I found the "maven name" of linux gtk swt jar :

swt-linux-gtk-3.0m8.jar

So I have replaced the swt version tag in project.xml :
win32-2.1.0
by
linux-gtk-3.0m8

And I have been one step ahead. It does not complain any more about swt 
jar.

Now the problem is : java.lang.NoClassDefFoundError: 
org/eclipse/swt/internal/gtk/OS

I hope to have some more answers.

Andre

Simon Raess wrote:

> I've just found out that you've started another thread and got some 
> answers there. You seem to be using linux so my comment below is 
> slightly inappropriate ;). It's another problem as pointed out by 
> others...
>
> Am 15.10.2004 um 10:39 schrieb Simon Raess:
>
>> Hi
>>
>> The important line is
>>
>>> [java] Exception in thread "main" java.lang.UnsatisfiedLinkError: no 
>>> swt-win32-2128 in java.library.path
>>
>>
>> You have to set the system property java.library.path to point to the 
>> swt library for win32. I don't have a windows machine, so the 
>> following may be slightly incorrect:
>>
>> maven demo -Djava.library.path=c: 
>> \eclipse\plugins\org.eclipse.swt.win32_3.0.1\os\win32\i386\
>>
>> Hope this helps!
>> Simon
>>
>>
>> Am 14.10.2004 um 14:00 schrieb A Leg:
>>
>>> Hi
>>>
>>> I am interested to use jelly swt for our project.
>>> http://compiere-mfgscm.sourceforge.net
>>>
>>> I when I try to run jelly swt demo on Linux fedora 2 I get this :
>>>
>>> Any help welcome.
>>> Thank's for any reply
>>>
>>> Andre Legendre
>>> {orion:rcs} maven demo
>>> __ __
>>> | \/ |__ _Apache__ ___
>>> | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~
>>> |_| |_\__,_|\_/\___|_||_| v. 1.0
>>>
>>> build:start:
>>>
>>> java:prepare-filesystem:
>>>
>>> java:compile:
>>> [echo] Compiling to 
>>> /home/rcs/Master/extern/java/jakarta/jakarta-commons/jelly/jelly- 
>>> tags/swt/target/classes
>>>
>>> java:jar-resources:
>>>
>>> test:prepare-filesystem:
>>>
>>> test:test-resources:
>>>
>>> test:compile:
>>>
>>> create-classpath:
>>>
>>> demo:
>>> [java] Exception in thread "main" java.lang.UnsatisfiedLinkError: no 
>>> swt-win32-2128 in java.library.path
>>> [java] at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1491)
>>> [java] at java.lang.Runtime.loadLibrary0(Runtime.java:788)
>>>
>>> [java] at org.eclipse.swt.internal.win32.OS.<clinit>(OS.java:42)
>>> [java] at org.eclipse.swt.internal.win32.TCHAR.<clinit>(TCHAR.java:26)
>>> [java] at org.eclipse.swt.widgets.Widget.<clinit>(Widget.java:79)
>>> [java] at java.lang.Class.forName0(Native Method)
>>> [java] at java.lang.Class.forName(Class.java:141)
>>> [java] at 
>>> org.apache.commons.jelly.tags.swt.SwtTagLibrary.class$(SwtTagLibrary.j 
>>> ava:84)
>>> [java] at 
>>> org.apache.commons.jelly.tags.swt.SwtTagLibrary.<init>(SwtTagLibrary.j 
>>> ava:94)
>>> [java] at 
>>> sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
>>> [java] at 
>>> sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructo 
>>> rAccessorImpl.java:39)
>>> [java] at 
>>> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingCo 
>>> nstructorAccessorImpl.java:27)
>>> [java] at 
>>> java.lang.reflect.Constructor.newInstance(Constructor.java:274)
>>> [java] at java.lang.Class.newInstance0(Class.java:308)
>>> [java] at java.lang.Class.newInstance(Class.java:261)
>>> [java] at 
>>> org.apache.commons.jelly.JellyContext.getTagLibrary(JellyContext.java: 
>>> 454)
>>> [java] at 
>>> org.apache.commons.jelly.parser.XMLParser.createTag(XMLParser.java: 
>>> 979)
>>> [java] at 
>>> org.apache.commons.jelly.parser.XMLParser.startElement(XMLParser.java: 
>>> 593)
>>> [java] at 
>>> org.apache.xerces.parsers.AbstractSAXParser.startElement(AbstractSAXPa 
>>> rser.java:446)
>>> [java] at 
>>> org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanStartElement(XMLNS 
>>> DocumentScannerImpl.java:306)
>>> [java] at 
>>> org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentD 
>>> ispatcher.dispatch(XMLDocumentFragmentScannerImpl.java:1568)
>>> [java] at 
>>> org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(XML 
>>> DocumentFragmentScannerImpl.java:355)
>>> [java] at 
>>> org.apache.xerces.parsers.DTDConfiguration.parse(DTDConfiguration.java 
>>> :539)
>>> [java] at 
>>> org.apache.xerces.parsers.DTDConfiguration.parse(DTDConfiguration.java 
>>> :595)
>>> [java] at org.apache.xerces.parsers.XMLParser.parse(XMLParser.java:152)
>>> [java] at 
>>> org.apache.xerces.parsers.AbstractSAXParser.parse(AbstractSAXParser.ja 
>>> va:1125)
>>> [java] at 
>>> org.apache.commons.jelly.parser.XMLParser.parse(XMLParser.java:238)
>>> [java] at org.apache.commons.jelly.Jelly.compileScript(Jelly.java:125)
>>> [java] at 
>>> org.apache.commons.jelly.util.CommandLineParser.invokeCommandLineJelly 
>>> (CommandLineParser.java:98)
>>> [java] at org.apache.commons.jelly.Jelly.main(Jelly.java:92)
>>> [java] [ERROR] Java Result: 1
>>> BUILD SUCCESSFUL
>>> Total time: 5 seconds
>>> Finished at: Thu Oct 14 11:30:44 EEST 2004
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org
>>> For additional commands, e-mail: commons-user-help@jakarta.apache.org
>>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org
>> For additional commands, e-mail: commons-user-help@jakarta.apache.org
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: commons-user-help@jakarta.apache.org
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-user-help@jakarta.apache.org


Re: JellySwt : problem running demo

Posted by Simon Raess <co...@gmx.ch>.
I've just found out that you've started another thread and got some  
answers there. You seem to be using linux so my comment below is  
slightly inappropriate ;). It's another problem as pointed out by  
others...

Am 15.10.2004 um 10:39 schrieb Simon Raess:

> Hi
>
> The important line is
>
>>   [java] Exception in thread "main" java.lang.UnsatisfiedLinkError:  
>> no swt-win32-2128 in java.library.path
>
> You have to set the system property java.library.path to point to the  
> swt library for win32. I don't have a windows machine, so the  
> following may be slightly incorrect:
>
> maven demo  
> -Djava.library.path=c: 
> \eclipse\plugins\org.eclipse.swt.win32_3.0.1\os\win32\i386\
>
> Hope this helps!
> Simon
>
>
> Am 14.10.2004 um 14:00 schrieb A Leg:
>
>> Hi
>>
>> I am interested to use jelly swt for our project.
>> http://compiere-mfgscm.sourceforge.net
>>
>> I when I try to run jelly swt demo on Linux fedora 2 I get this :
>>
>> Any help welcome.
>> Thank's for any reply
>>
>> Andre Legendre
>> {orion:rcs} maven demo
>> __  __
>> |  \/  |__ _Apache__ ___
>> | |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
>> |_|  |_\__,_|\_/\___|_||_|  v. 1.0
>>
>> build:start:
>>
>> java:prepare-filesystem:
>>
>> java:compile:
>>   [echo] Compiling to  
>> /home/rcs/Master/extern/java/jakarta/jakarta-commons/jelly/jelly- 
>> tags/swt/target/classes
>>
>> java:jar-resources:
>>
>> test:prepare-filesystem:
>>
>> test:test-resources:
>>
>> test:compile:
>>
>> create-classpath:
>>
>> demo:
>>   [java] Exception in thread "main" java.lang.UnsatisfiedLinkError:  
>> no swt-win32-2128 in java.library.path
>>   [java]      at  
>> java.lang.ClassLoader.loadLibrary(ClassLoader.java:1491)
>>   [java]      at java.lang.Runtime.loadLibrary0(Runtime.java:788)
>>
>>   [java]      at  
>> org.eclipse.swt.internal.win32.OS.<clinit>(OS.java:42)
>>   [java]      at  
>> org.eclipse.swt.internal.win32.TCHAR.<clinit>(TCHAR.java:26)
>>   [java]      at  
>> org.eclipse.swt.widgets.Widget.<clinit>(Widget.java:79)
>>   [java]      at java.lang.Class.forName0(Native Method)
>>   [java]      at java.lang.Class.forName(Class.java:141)
>>   [java]      at  
>> org.apache.commons.jelly.tags.swt.SwtTagLibrary.class$(SwtTagLibrary.j 
>> ava:84)
>>   [java]      at  
>> org.apache.commons.jelly.tags.swt.SwtTagLibrary.<init>(SwtTagLibrary.j 
>> ava:94)
>>   [java]      at  
>> sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
>>   [java]      at  
>> sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructo 
>> rAccessorImpl.java:39)
>>   [java]      at  
>> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingCo 
>> nstructorAccessorImpl.java:27)
>>   [java]      at  
>> java.lang.reflect.Constructor.newInstance(Constructor.java:274)
>>   [java]      at java.lang.Class.newInstance0(Class.java:308)
>>   [java]      at java.lang.Class.newInstance(Class.java:261)
>>   [java]      at  
>> org.apache.commons.jelly.JellyContext.getTagLibrary(JellyContext.java: 
>> 454)
>>   [java]      at  
>> org.apache.commons.jelly.parser.XMLParser.createTag(XMLParser.java: 
>> 979)
>>   [java]      at  
>> org.apache.commons.jelly.parser.XMLParser.startElement(XMLParser.java: 
>> 593)
>>   [java]      at  
>> org.apache.xerces.parsers.AbstractSAXParser.startElement(AbstractSAXPa 
>> rser.java:446)
>>   [java]      at  
>> org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanStartElement(XMLNS 
>> DocumentScannerImpl.java:306)
>>   [java]      at  
>> org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentD 
>> ispatcher.dispatch(XMLDocumentFragmentScannerImpl.java:1568)
>>   [java]      at  
>> org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(XML 
>> DocumentFragmentScannerImpl.java:355)
>>   [java]      at  
>> org.apache.xerces.parsers.DTDConfiguration.parse(DTDConfiguration.java 
>> :539)
>>   [java]      at  
>> org.apache.xerces.parsers.DTDConfiguration.parse(DTDConfiguration.java 
>> :595)
>>   [java]      at  
>> org.apache.xerces.parsers.XMLParser.parse(XMLParser.java:152)
>>   [java]      at  
>> org.apache.xerces.parsers.AbstractSAXParser.parse(AbstractSAXParser.ja 
>> va:1125)
>>   [java]      at  
>> org.apache.commons.jelly.parser.XMLParser.parse(XMLParser.java:238)
>>   [java]      at  
>> org.apache.commons.jelly.Jelly.compileScript(Jelly.java:125)
>>   [java]      at  
>> org.apache.commons.jelly.util.CommandLineParser.invokeCommandLineJelly 
>> (CommandLineParser.java:98)
>>   [java]      at org.apache.commons.jelly.Jelly.main(Jelly.java:92)
>>   [java] [ERROR] Java Result: 1
>> BUILD SUCCESSFUL
>> Total time: 5 seconds
>> Finished at: Thu Oct 14 11:30:44 EEST 2004
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org
>> For additional commands, e-mail: commons-user-help@jakarta.apache.org
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: commons-user-help@jakarta.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-user-help@jakarta.apache.org


Re: JellySwt : problem running demo

Posted by Simon Raess <co...@gmx.ch>.
Hi

The important line is

>   [java] Exception in thread "main" java.lang.UnsatisfiedLinkError: no  
> swt-win32-2128 in java.library.path

You have to set the system property java.library.path to point to the  
swt library for win32. I don't have a windows machine, so the following  
may be slightly incorrect:

maven demo  
-Djava.library.path=c: 
\eclipse\plugins\org.eclipse.swt.win32_3.0.1\os\win32\i386\

Hope this helps!
Simon


Am 14.10.2004 um 14:00 schrieb A Leg:

> Hi
>
> I am interested to use jelly swt for our project.
> http://compiere-mfgscm.sourceforge.net
>
> I when I try to run jelly swt demo on Linux fedora 2 I get this :
>
> Any help welcome.
> Thank's for any reply
>
> Andre Legendre
> {orion:rcs} maven demo
> __  __
> |  \/  |__ _Apache__ ___
> | |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
> |_|  |_\__,_|\_/\___|_||_|  v. 1.0
>
> build:start:
>
> java:prepare-filesystem:
>
> java:compile:
>   [echo] Compiling to  
> /home/rcs/Master/extern/java/jakarta/jakarta-commons/jelly/jelly-tags/ 
> swt/target/classes
>
> java:jar-resources:
>
> test:prepare-filesystem:
>
> test:test-resources:
>
> test:compile:
>
> create-classpath:
>
> demo:
>   [java] Exception in thread "main" java.lang.UnsatisfiedLinkError: no  
> swt-win32-2128 in java.library.path
>   [java]      at  
> java.lang.ClassLoader.loadLibrary(ClassLoader.java:1491)
>   [java]      at java.lang.Runtime.loadLibrary0(Runtime.java:788)
>
>   [java]      at org.eclipse.swt.internal.win32.OS.<clinit>(OS.java:42)
>   [java]      at  
> org.eclipse.swt.internal.win32.TCHAR.<clinit>(TCHAR.java:26)
>   [java]      at  
> org.eclipse.swt.widgets.Widget.<clinit>(Widget.java:79)
>   [java]      at java.lang.Class.forName0(Native Method)
>   [java]      at java.lang.Class.forName(Class.java:141)
>   [java]      at  
> org.apache.commons.jelly.tags.swt.SwtTagLibrary.class$(SwtTagLibrary.ja 
> va:84)
>   [java]      at  
> org.apache.commons.jelly.tags.swt.SwtTagLibrary.<init>(SwtTagLibrary.ja 
> va:94)
>   [java]      at  
> sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
>   [java]      at  
> sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructor 
> AccessorImpl.java:39)
>   [java]      at  
> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingCon 
> structorAccessorImpl.java:27)
>   [java]      at  
> java.lang.reflect.Constructor.newInstance(Constructor.java:274)
>   [java]      at java.lang.Class.newInstance0(Class.java:308)
>   [java]      at java.lang.Class.newInstance(Class.java:261)
>   [java]      at  
> org.apache.commons.jelly.JellyContext.getTagLibrary(JellyContext.java: 
> 454)
>   [java]      at  
> org.apache.commons.jelly.parser.XMLParser.createTag(XMLParser.java: 
> 979)
>   [java]      at  
> org.apache.commons.jelly.parser.XMLParser.startElement(XMLParser.java: 
> 593)
>   [java]      at  
> org.apache.xerces.parsers.AbstractSAXParser.startElement(AbstractSAXPar 
> ser.java:446)
>   [java]      at  
> org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanStartElement(XMLNSD 
> ocumentScannerImpl.java:306)
>   [java]      at  
> org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDi 
> spatcher.dispatch(XMLDocumentFragmentScannerImpl.java:1568)
>   [java]      at  
> org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLD 
> ocumentFragmentScannerImpl.java:355)
>   [java]      at  
> org.apache.xerces.parsers.DTDConfiguration.parse(DTDConfiguration.java: 
> 539)
>   [java]      at  
> org.apache.xerces.parsers.DTDConfiguration.parse(DTDConfiguration.java: 
> 595)
>   [java]      at  
> org.apache.xerces.parsers.XMLParser.parse(XMLParser.java:152)
>   [java]      at  
> org.apache.xerces.parsers.AbstractSAXParser.parse(AbstractSAXParser.jav 
> a:1125)
>   [java]      at  
> org.apache.commons.jelly.parser.XMLParser.parse(XMLParser.java:238)
>   [java]      at  
> org.apache.commons.jelly.Jelly.compileScript(Jelly.java:125)
>   [java]      at  
> org.apache.commons.jelly.util.CommandLineParser.invokeCommandLineJelly( 
> CommandLineParser.java:98)
>   [java]      at org.apache.commons.jelly.Jelly.main(Jelly.java:92)
>   [java] [ERROR] Java Result: 1
> BUILD SUCCESSFUL
> Total time: 5 seconds
> Finished at: Thu Oct 14 11:30:44 EEST 2004
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: commons-user-help@jakarta.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-user-help@jakarta.apache.org