From: Patrick D. F. <pf...@it...> - 2004-06-01 22:13:02
|
SGksDQpKdXN0IHN0YXJ0ZWQgdXNpbmcgb3Blbm9yYiBhbmQgSSBhbSBnZXR0aW5nIGFuIGVycm9y IHdoZW4gdHJ5aW5nIHRvIGNvbXBpbGUgYW4gaWRsLiAgVGhlIG91dHB1dCBmcm9tIHRoZSBhbnQg aWRsMmphdmEgdGFzayBpczoNCg0KQlVJTEQgRkFJTEVEOiBDOlxhcHBzXGRldlxzbXNcYnVpbGQu eG1sOjk4OiB0aGVyZSBhcmUgZXJyb3JzLi4uQ291bGQgbm90IGFkZCBidW5kbGVkIGlkbCBbcmVz b3VyY2U6L29yZy9vcGVub3JiL2lkbC9dIHJlYXNvbiBbdW5rbm93biBwcm90b2NvbDogcmVzb3Vy Y2VdDQoNCkkgZmlndXJlIEkgYW0gZG9pbmcgc29tZXRoaW5nIHN0dXBpZCBhbmQgaGF2ZSBzb21l dGhpbmcgbWlzY29uZmlndXJlZC4gIEFueSBoZWxwIHdvdWxkIGJlIGFwcHJlY2lhdGVkLg0KDQpJ IGdvdCB0aGlzIG1lc3NhZ2UgdXNpbmcgdGhlIGJldGEgcmVsZWFzZWQgaW4gRGVjZW1iZXIgYW5k IHRoZSBuaWdodGx5IGJ1aWxkIGZyb20gNS8xOC4NCg0KUGF0DQoNCg== |
From: Janusz D. \(TYCO\) <jda...@ty...> - 2005-05-05 01:54:34
|
Hi, I am getting an error when trying to compile an idl.The output from the ant idl2java task is: BUILD FAILED: C:\apps\dev\sms\build.xml:98: there are errors...Could not add bundled idl [resource:/org/openorb/idl/] reason [unknown protocol: resource] I have seen similar problem reported but no answer?. I got this message using the beta released in December. Janusz |
From: <lak...@t-...> - 2005-05-07 11:31:07
|
Hi Janusz, The "resource" protocol is used to load idl files from the classpath. Before the compiler accesses it, it registers a handler for the resource protocol by modifying the system property java.protocol.handler.pkgs (see docs for java.net.URL). If the URL handler is not found via reflection I think the error you see will be triggered. I assume you are using the Ant task, not the command line compiler via a <java> call. You need to have the tools.jar (more specifically the class org.openorb.util.urlhandler.resource.Handler) in the same classpath you are using for the compiler. In other words, you need both openorb_orb_tools.jar from the OpenORB package and tools.jar from the tools package in your taskdef - and no, the names weren't my idea :-) Please let me know if this solves your problem. Regards, Lars Janusz Dalecki (TYCO) wrote: >Hi, > I am getting an error when trying to compile an idl.The output from the ant >idl2java task is: > > BUILD FAILED: C:\apps\dev\sms\build.xml:98: there are errors...Could not >add bundled idl >[resource:/org/openorb/idl/] reason [unknown protocol: resource] > >I have seen similar problem reported but no answer?. > >I got this message using the beta released in December. > >Janusz > > > |
From: Janusz D. \(TYCO\) <jda...@ty...> - 2005-05-10 00:00:15
|
Hi Lars, Thanks for the reply. I have verified that the tools-1.4.0.jar and openorb_orb_tools-1.4.0.jar = are in compiler classpath (using -debug option on ant command line) - you = can see it when you look below from the console output. There is some = problem with idl2java.cache file (at the end of console output) - I am looking = for some more info on that.=20 Regards, Janusz -do-jar-without-manifest: Skipped because property 'manifest.available' set. -do-jar-with-mainclass: Skipped because property 'manifest.available+main.class' not set. -post-jar: jar: [ant] Exiting C:\Documents and Settings\jdalecki\TMMS3.5\TycoUtilities\build.xml. -pre-pre-compile: -pre-compile: Could not load a dependent class (com/sun/media/jai/codec/FileSeekableStream) for type image Could not load a dependent class (com/jcraft/jsch/UserInfo) for type = sshexec Could not load a dependent class (com/jcraft/jsch/UserInfo) for type scp Adding reference: taskpath Finding class org.openorb.compiler.taskdefs.Idl2Java Loaded from C:\workspace\TMMS\EMP-Tools\lib\openorb_orb_tools-1.4.0.jar org/openorb/compiler/taskdefs/Idl2Java .class Finding class org.openorb.compiler.taskdefs.GenericTask Loaded from C:\workspace\TMMS\EMP-Tools\lib\openorb_orb_tools-1.4.0.jar org/openorb/compiler/taskdefs/GenericT ask.class Class org.apache.tools.ant.taskdefs.MatchingTask loaded from parent = loader (parentFirst) Finding class org.openorb.compiler.taskdefs.CompilerActionsListener Loaded from C:\workspace\TMMS\EMP-Tools\lib\openorb_orb_tools-1.4.0.jar org/openorb/compiler/taskdefs/Compiler ActionsListener.class Class java.lang.Object loaded from parent loader (parentFirst) Class org.openorb.compiler.taskdefs.CompilerActionsListener loaded from = ant loader (parentFirst) Finding class org.openorb.compiler.CompilerHost Loaded from C:\workspace\TMMS\EMP-Tools\lib\openorb_orb_tools-1.4.0.jar org/openorb/compiler/CompilerHost.clas s Class org.openorb.compiler.CompilerHost loaded from ant loader = (parentFirst) Class org.openorb.compiler.taskdefs.GenericTask loaded from ant loader (parentFirst) Class org.openorb.compiler.taskdefs.Idl2Java loaded from ant loader (parentFirst) Class java.lang.Throwable loaded from parent loader (parentFirst) Class org.apache.tools.ant.BuildException loaded from parent loader (parentFirst) Class java.io.IOException loaded from parent loader (parentFirst) Class org.apache.tools.ant.Task loaded from parent loader (parentFirst) Class org.apache.tools.ant.util.FileNameMapper loaded from parent loader (parentFirst) Finding class org.openorb.compiler.parser.CompilationException Loaded from C:\workspace\TMMS\EMP-Tools\lib\openorb_orb_tools-1.4.0.jar org/openorb/compiler/parser/Compilatio nException.class Class java.lang.RuntimeException loaded from parent loader (parentFirst) Class org.openorb.compiler.parser.CompilationException loaded from ant loader (parentFirst) Class java.lang.Exception loaded from parent loader (parentFirst) Class java.net.MalformedURLException loaded from parent loader = (parentFirst) Finding class org.openorb.compiler.CompilerIF Loaded from C:\workspace\TMMS\EMP-Tools\lib\openorb_orb_tools-1.4.0.jar org/openorb/compiler/CompilerIF.class Class org.openorb.compiler.CompilerIF loaded from ant loader = (parentFirst) +Datatype idl2java org.openorb.compiler.taskdefs.Idl2Java Finding class empAntTasks.ProxyGenTask Loaded from C:\Documents and Settings\jdalecki\TMMS3.5\EMP-Tools\dist\EMP-Tools.jar empAntTasks/ProxyGenTask.c lass Class org.apache.tools.ant.taskdefs.MatchingTask loaded from parent = loader (parentFirst) Class empAntTasks.ProxyGenTask loaded from ant loader (parentFirst) Class java.lang.Object loaded from parent loader (parentFirst) Class java.lang.Throwable loaded from parent loader (parentFirst) Class java.lang.Exception loaded from parent loader (parentFirst) Class org.apache.tools.ant.BuildException loaded from parent loader (parentFirst) +Datatype proxygen empAntTasks.ProxyGenTask Setting project property: cp -> C:\workspace\TMMS\EMP-Tools\lib\tools-1.4.0.jar;C:\workspace\TMMS\EMP-Too= ls\ li b\openorb_orb_tools-1.4.0.jar;C:\Documents and Settings\jdalecki\TMMS3.5\EMP-Tools\dist\EMP-Tools.jar [echo] Path is: C:\workspace\TMMS\EMP-Tools\lib\tools-1.4.0.jar;C:\workspace\TMMS\EMP-Too= ls\ lib\openorb_o rb_tools-1.4.0.jar;C:\Documents and Settings\jdalecki\TMMS3.5\EMP-Tools\dist\EMP-Tools.jar Class java.io.File loaded from parent loader (parentFirst) Finding class org.openorb.compiler.IdlCompiler Loaded from C:\workspace\TMMS\EMP-Tools\lib\openorb_orb_tools-1.4.0.jar org/openorb/compiler/IdlCompiler.class Class org.openorb.compiler.IdlCompiler loaded from ant loader = (parentFirst) Class java.lang.StringIndexOutOfBoundsException loaded from parent = loader (parentFirst) Finding class org.openorb.compiler.CompilerException Loaded from C:\workspace\TMMS\EMP-Tools\lib\openorb_orb_tools-1.4.0.jar org/openorb/compiler/CompilerException .class Class org.openorb.compiler.CompilerException loaded from ant loader (parentFirst) Class java.io.FileNotFoundException loaded from parent loader = (parentFirst) Finding class org.openorb.compiler.CompilerProperties Loaded from C:\workspace\TMMS\EMP-Tools\lib\openorb_orb_tools-1.4.0.jar org/openorb/compiler/CompilerPropertie s.class Class org.openorb.compiler.CompilerProperties loaded from ant loader (parentFirst) Class java.util.Vector loaded from parent loader (parentFirst) Class java.util.Hashtable loaded from parent loader (parentFirst) Class java.lang.Thread loaded from parent loader (parentFirst) Class java.lang.Class loaded from parent loader (parentFirst) Finding class org.openorb.util.launcher.CompoundClassLoader Loaded from C:\workspace\TMMS\EMP-Tools\lib\tools-1.4.0.jar org/openorb/util/launcher/CompoundClassLoader.clas s Class java.lang.ClassLoader loaded from parent loader (parentFirst) Class org.openorb.util.launcher.CompoundClassLoader loaded from ant = loader (parentFirst) Finding class org.openorb.compiler.orb.DefaultConfigurator Loaded from C:\workspace\TMMS\EMP-Tools\lib\openorb_orb_tools-1.4.0.jar org/openorb/compiler/orb/DefaultConfig urator.class Finding class org.openorb.compiler.Configurator Loaded from C:\workspace\TMMS\EMP-Tools\lib\openorb_orb_tools-1.4.0.jar org/openorb/compiler/Configurator.clas s Class org.openorb.compiler.Configurator loaded from ant loader = (parentFirst) Class org.openorb.compiler.orb.DefaultConfigurator loaded from ant = loader (parentFirst) Finding class org.apache.avalon.framework.CascadingRuntimeException Class java.lang.StringBuffer loaded from parent loader (parentFirst) Class java.lang.System loaded from parent loader (parentFirst) Class java.io.PrintStream loaded from parent loader (parentFirst) [idl2java] Bypassing configuration file setup. [idl2java] Reason:org/apache/avalon/framework/CascadingRuntimeException Finding class org.apache.avalon.framework.CascadingRuntimeException [idl2java] Bypassing configuration file setup. [idl2java] Reason:org/apache/avalon/framework/CascadingRuntimeException Class org.apache.tools.ant.types.Path loaded from parent loader (parentFirst) Class java.lang.String loaded from parent loader (parentFirst) Finding class org.openorb.compiler.taskdefs.Idl2Java$InvokeMethodType Loaded from C:\workspace\TMMS\EMP-Tools\lib\openorb_orb_tools-1.4.0.jar org/openorb/compiler/taskdefs/Idl2Java $InvokeMethodType.class Class org.apache.tools.ant.types.EnumeratedAttribute loaded from parent loader (parentFirst) Class org.openorb.compiler.taskdefs.Idl2Java$InvokeMethodType loaded = from ant loader (parentFirst) Finding class org.openorb.compiler.taskdefs.Symbol Loaded from C:\workspace\TMMS\EMP-Tools\lib\openorb_orb_tools-1.4.0.jar org/openorb/compiler/taskdefs/Symbol.c lass Class org.openorb.compiler.taskdefs.Symbol loaded from ant loader (parentFirst) Finding class org.openorb.compiler.taskdefs.NativeMapping Loaded from C:\workspace\TMMS\EMP-Tools\lib\openorb_orb_tools-1.4.0.jar org/openorb/compiler/taskdefs/NativeMa pping.class Class org.openorb.compiler.taskdefs.NativeMapping loaded from ant loader (parentFirst) [idl2java] IDL to Java Compiler, Copyright (c) 2002-2004 The Community OpenORB [idl2java] ClassPath: Class java.net.URLClassLoader loaded from parent loader (parentFirst) Class java.net.URL loaded from parent loader (parentFirst) [idl2java] file:/C:/ant/lib/ant-antlr.jar [idl2java] file:/C:/ant/lib/ant-apache-bcel.jar [idl2java] file:/C:/ant/lib/ant-apache-bsf.jar [idl2java] file:/C:/ant/lib/ant-apache-log4j.jar [idl2java] file:/C:/ant/lib/ant-apache-oro.jar [idl2java] file:/C:/ant/lib/ant-apache-regexp.jar [idl2java] file:/C:/ant/lib/ant-apache-resolver.jar [idl2java] file:/C:/ant/lib/ant-commons-logging.jar [idl2java] file:/C:/ant/lib/ant-commons-net.jar [idl2java] file:/C:/ant/lib/ant-icontract.jar [idl2java] file:/C:/ant/lib/ant-jai.jar [idl2java] file:/C:/ant/lib/ant-javamail.jar [idl2java] file:/C:/ant/lib/ant-jdepend.jar [idl2java] file:/C:/ant/lib/ant-jmf.jar [idl2java] file:/C:/ant/lib/ant-jsch.jar [idl2java] file:/C:/ant/lib/ant-junit.jar [idl2java] file:/C:/ant/lib/ant-launcher.jar [idl2java] file:/C:/ant/lib/ant-netrexx.jar [idl2java] file:/C:/ant/lib/ant-nodeps.jar [idl2java] file:/C:/ant/lib/ant-starteam.jar [idl2java] file:/C:/ant/lib/ant-stylebook.jar [idl2java] file:/C:/ant/lib/ant-swing.jar [idl2java] file:/C:/ant/lib/ant-trax.jar [idl2java] file:/C:/ant/lib/ant-vaj.jar [idl2java] file:/C:/ant/lib/ant-weblogic.jar [idl2java] file:/C:/ant/lib/ant-xalan1.jar [idl2java] file:/C:/ant/lib/ant-xslp.jar [idl2java] file:/C:/ant/lib/ant.jar [idl2java] file:/C:/ant/lib/junit.jar [idl2java] file:/C:/j2sdk1.4.2_07/lib/tools.jar [idl2java] using cache file C:\Documents and Settings\jdalecki\TMMS3.5\EMPRuntime\idl2java.cache Finding class org.openorb.compiler.taskdefs.CacheFileNameMapper Loaded from C:\workspace\TMMS\EMP-Tools\lib\openorb_orb_tools-1.4.0.jar org/openorb/compiler/taskdefs/CacheFil eNameMapper.class Class org.openorb.compiler.taskdefs.CacheFileNameMapper loaded from ant loader (parentFirst) Class java.io.OutputStream loaded from parent loader (parentFirst) Class java.io.FileOutputStream loaded from parent loader (parentFirst) Class org.apache.tools.zip.ZipOutputStream loaded from parent loader (parentFirst) Class java.io.InputStream loaded from parent loader (parentFirst) Class java.io.FileInputStream loaded from parent loader (parentFirst) Class java.io.BufferedInputStream loaded from parent loader = (parentFirst) Class java.util.zip.ZipInputStream loaded from parent loader = (parentFirst) Finding class org.openorb.util.launcher.PropertyManager Loaded from C:\workspace\TMMS\EMP-Tools\lib\tools-1.4.0.jar org/openorb/util/launcher/PropertyManager.class Class org.openorb.util.launcher.PropertyManager loaded from ant loader (parentFirst) Class java.util.Properties loaded from parent loader (parentFirst) [idl2java] Impossible to read cache file idl2java.cache Class java.util.HashMap loaded from parent loader (parentFirst) BUILD FAILED C:\Documents and Settings\jdalecki\TMMS3.5\EMPRuntime\build.xml:21: = there are errors...Could not add bundled i dl [resource:/org/openorb/idl/] reason [unknown protocol: resource] at = org.openorb.compiler.taskdefs.Idl2Java.validateAttributes(Unknown Source) at org.openorb.compiler.taskdefs.GenericTask.execute(Unknown = Source) at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275) at org.apache.tools.ant.Task.perform(Task.java:364) at org.apache.tools.ant.Target.execute(Target.java:341) at org.apache.tools.ant.Target.performTasks(Target.java:369) at org.apache.tools.ant.Project.executeTarget(Project.java:1214) at = org.apache.tools.ant.Project.executeTargets(Project.java:1062) at org.apache.tools.ant.Main.runBuild(Main.java:673) at org.apache.tools.ant.Main.startAnt(Main.java:188) at org.apache.tools.ant.launch.Launcher.run(Launcher.java:196) at org.apache.tools.ant.launch.Launcher.main(Launcher.java:55) -----Original Message----- From: ope...@li... [mailto:ope...@li...] On Behalf Of Lars = K=FChne Sent: Saturday, 7 May 2005 9:32 PM To: ope...@li... Subject: Re: [openorb-users] Could not add bundled idl Hi Janusz, The "resource" protocol is used to load idl files from the classpath.=20 Before the compiler accesses it, it registers a handler for the resource protocol by modifying the system property java.protocol.handler.pkgs = (see docs for java.net.URL). If the URL handler is not found via reflection I think the error you see will be triggered. I assume you are using the Ant task, not the command line compiler via a <java> call. You need to have the tools.jar (more specifically the class org.openorb.util.urlhandler.resource.Handler) in the same classpath you = are using for the compiler. In other words, you need both = openorb_orb_tools.jar from the OpenORB package and tools.jar from the tools package in your taskdef - and no, the names weren't my idea :-) Please let me know if this solves your problem. Regards, Lars Janusz Dalecki (TYCO) wrote: >Hi, > I am getting an error when trying to compile an idl.The output from=20 >the ant idl2java task is: >=20 > BUILD FAILED: C:\apps\dev\sms\build.xml:98: there are errors...Could=20 >not add bundled idl [resource:/org/openorb/idl/] reason [unknown=20 >protocol: resource] >=20 >I have seen similar problem reported but no answer?. >=20 >I got this message using the beta released in December. >=20 >Janusz > > =20 > ------------------------------------------------------- This SF.Net email is sponsored by: NEC IT Guy Games. Get your fingers limbered up and give it your best shot. 4 great events, = 4 opportunities to win big! Highest score wins.NEC IT Guy Games. Play to = win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=3D20 _______________________________________________ openorb-users mailing list ope...@li... https://lists.sourceforge.net/lists/listinfo/openorb-users |
From: <lak...@t-...> - 2005-05-10 05:01:08
|
Janusz Dalecki (TYCO) wrote: >Hi Lars, >Thanks for the reply. >I have verified that the tools-1.4.0.jar and openorb_orb_tools-1.4.0.jar are >in compiler classpath (using -debug option on ant command line) - you can >see it when you look below from the console output. There is some problem >with idl2java.cache file (at the end of console output) - I am looking for >some more info on that. >Regards, >Janusz > > > I don't think the cache file has anything to do with your problem. The cache is used to track dependencies between files to speed up recompilations. You haven't succeeded in compiling anything, so naturally there isn't any information from previous compiler runs on disk yet. Can you compare your taskdef and idl2java calls with the one we use in OpenORBs own build.xml file for the examples? For your convenience, here is the link: http://cvs.sourceforge.net/viewcvs.py/openorb/OpenORB/src/build.xml?rev=1.186&view=auto Regards, Lars |
From: Janusz D. \(TYCO\) <jda...@ty...> - 2005-05-10 06:42:35
|
Sorry, you are right, idl2java.cache does not matter. I am using taskdef and idl2java call very much the same as yours: <target name=3D"-pre-compile"> <path id=3D"taskpath"> <pathelement location=3D"${src.dir}\${emptools}/lib/tools-1.4.0.jar"/> <pathelement location=3D"${src.dir}\${emptools}/lib/openorb_orb_tools-1.4.0.jar"/> <pathelement location=3D"${file.reference.EMP-Tools.jar}"/> </path> <taskdef name=3D"idl2java" classname=3D"org.openorb.compiler.taskdefs.Idl2Java" = classpathref=3D"taskpath"/> <taskdef name=3D"proxygen" classname=3D"empAntTasks.ProxyGenTask" classpathref=3D"taskpath"/> =20 <property name=3D"cp" refid=3D"taskpath"/> <echo message=3D"Path is: ${cp}"/> =20 <idl2java srcdir=3D"${src.dir}/../idl" = destdir=3D"${build.dir}/src" jdk14code=3D"yes" reverseprefix=3D"no" verbose=3D"true"/> <echo message=3D"The resource handler is: ${java.protocol.handler.pkgs}"/> <j2seproject:javac xmlns:j2seproject=3D"http://www.netbeans.org/ns/j2se-project/1" srcdir=3D"${build.dir}/src" destdir=3D"${build.dir}/classes"/> </target> Regards, Janusz=20 -----Original Message----- From: ope...@li... [mailto:ope...@li...] On Behalf Of Lars = K=FChne Sent: Tuesday, 10 May 2005 3:03 PM To: ope...@li... Subject: Re: [openorb-users] Could not add bundled idl Janusz Dalecki (TYCO) wrote: >Hi Lars, >Thanks for the reply. >I have verified that the tools-1.4.0.jar and=20 >openorb_orb_tools-1.4.0.jar are in compiler classpath (using -debug=20 >option on ant command line) - you can see it when you look below from=20 >the console output. There is some problem with idl2java.cache file (at=20 >the end of console output) - I am looking for some more info on that. >Regards, >Janusz > > =20 > I don't think the cache file has anything to do with your problem. The = cache is used to track dependencies between files to speed up recompilations. = You haven't succeeded in compiling anything, so naturally there isn't any information from previous compiler runs on disk yet. Can you compare your taskdef and idl2java calls with the one we use in OpenORBs own build.xml file for the examples? For your convenience, here = is the link:=20 http://cvs.sourceforge.net/viewcvs.py/openorb/OpenORB/src/build.xml?rev=3D= 1.18 6&view=3Dauto Regards, Lars ------------------------------------------------------- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be = the first software developer in space? Enter now for the Oracle Space Sweepstakes! http://ads.osdn.com/?ad_id=3D7393&alloc_id=3D16281&op=3Dclick _______________________________________________ openorb-users mailing list ope...@li... https://lists.sourceforge.net/lists/listinfo/openorb-users |
From: Janusz <jda...@ty...> - 2007-06-18 02:11:41
|
I am back on to resolve this issue again.=20 Lars, it might be annoying to you, but I really want to get to the bottom o= f this. I am using build.xml (attached at the end of this post) created by NetBeans= . I use Ant1.7 from command line with the Java j2sdk1.4.2_07. I am still getting this nasty =E2=80=9CCould not add bundled idl=E2=80=9D e= rror, but this time at least I found the work around =E2=80=93 when I put OpenORB jar file =E2=80=9Ctools-1.4.0.jar=E2=80=9D on the boot classpath (by setting user pr= operty =E2=80=9CANT_OPTS=E2=80=9D on Windows platform to Xbootclasspath/p:" C:\workspace\TMMS\EMP-Runtime\lib\tools-1.4.0.jar") the problem disappears = =E2=80=93 no error. I have tried to add tools-1.4.0.jar to {user_home}/.ant/lib but it did not help. So I am still puzzled why do I have to put jar file on the bootclasspath =E2=80=93 I am suspecting that it has something to do with th= e class loader, but which one I would not have a clue =E2=80=93 there is one used b= y Ant. Is OpenORB using its own class loader? Can someone see the reason or some logical explanation to what I am experiencing? Any help appreciated, Thanks, Janusz <target name=3D"-pre-compile"> <path id=3D"taskpath"> <pathelement location=3D"${src.dir}\${emptools}/lib/tools-1.4.0.jar"/> <pathelement location=3D"${src.dir}\${emptools}/lib/openorb_orb_tools-1.4.0.jar"/> <pathelement location=3D"${file.reference.EMP-Tools.jar}"/> </path> <taskdef name=3D"idl2java" classname=3D"org.openorb.compiler.taskdefs.Idl2Java" classpathref=3D"taskpa= th"/> <idl2java srcdir=3D"${src.dir}/../idl" destdir=3D"${build.dir}/src" jdk14code=3D"yes" reverseprefix=3D"no" verbose=3D"true"/> </target> --=20 View this message in context: http://www.nabble.com/Could-not-add-bundled-i= dl-tf3938006.html#a11169092 Sent from the OpenORB - User mailing list archive at Nabble.com. |