[Bug 487270] Re: improve wsdl stubs generation

2011-12-03 Thread graziano obertelli
** Changed in: eucalyptus
   Status: Confirmed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in Ubuntu.
https://bugs.launchpad.net/bugs/487270

Title:
  improve wsdl stubs generation

To manage notifications about this bug go to:
https://bugs.launchpad.net/eucalyptus/+bug/487270/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 487270] Re: improve wsdl stubs generation

2010-01-07 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/eucalyptus

-- 
improve wsdl stubs generation
https://bugs.launchpad.net/bugs/487270
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 487270] Re: improve wsdl stubs generation

2010-01-04 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-core-dev/eucalyptus/ubuntu

-- 
improve wsdl stubs generation
https://bugs.launchpad.net/bugs/487270
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 487270] Re: improve wsdl stubs generation

2010-01-04 Thread Launchpad Bug Tracker
This bug was fixed in the package eucalyptus - 1.6.2~bzr1120-0ubuntu2

---
eucalyptus (1.6.2~bzr1120-0ubuntu2) lucid; urgency=low

  * Merge debian/patches into the branch, since we're using bzr for merging:
- debian/patches/axis2c_home_init.diff, debian/patches/series,
  tools/httpd.conf: change the location of the Axis2 Apache module to
  match what is provided by the libapache2-mod-axis2c package, from
  Thierry Carrez thierry.car...@canonical.com -- 7 Dec 2009
- debian/patches/series, tools/gen_kvm_libvirt_xml: Ubuntu prefers to
  rely on libvirt's default choosing of the appropriate hypervisor, from
  Dustin Kirkland kirkl...@ubuntu.com -- 2 Dec 2009
- Makefile, clc/build.xml, clc/modules/bootstrap/Makefile,
  clc/modules/module-inc.xml,
  clc/modules/storage-controller/native/Makefile,
  clc/modules/www/build.xml, cluster/Makefile,
  debian/patches/03-DESTDIR.patch, debian/patches/series,
  gatherlog/Makefile, node/Makefile, tools/Makefile, util/Makefile:
  + this patch makes the eucalyptus installation work with a configurable
destination directory, much better for packaging
  + this patch should be applied upstream (Dan Nurmi agreed to do so),
in which case we should get back in sync
  * debian/rules, debian/wsdl.md5sums, debian/wsdl_generator: improve wsdl
stubs (LP: #487270);
- fail build if wsdl stubs need to be updated
- create a script that verbosely automates wsdl stub generation for
  package maintainer(s)
  * debian/patches/01-wsdl-stubs.patch, debian/wsdl.md5sums: wsdl stubs updated
 -- Dustin Kirkland kirkl...@ubuntu.com   Mon, 04 Jan 2010 11:24:00 -0600

** Changed in: eucalyptus (Ubuntu)
   Status: Incomplete = Fix Released

-- 
improve wsdl stubs generation
https://bugs.launchpad.net/bugs/487270
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 487270] Re: improve wsdl stubs generation

2009-12-03 Thread Thierry Carrez
The patch is generated using WSDL2C.sh, which uses a Java axis library. My 
understanding was that we would have to package a new Axis2/Java library to do 
this, which is a non-trivial amount of work.
If that's the only option, I'd consider generating the patch as part of the 
upstream source generation process, as already discussed.
If Dan means that the current libaxis-java is enough to use WSDL2C, then it's 
already in main.
Or something else ?

-- 
improve wsdl stubs generation
https://bugs.launchpad.net/bugs/487270
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 487270] Re: improve wsdl stubs generation

2009-12-02 Thread Dustin Kirkland
Dan Nurmi indicated that the carried patch could be eliminated, and
instead generated at build time if some axis2 (??) package were in main
instead of universe, and eucalyptus could build-depend on it, rather
than the eucalyptus package maintainer installing this universe package
on his local system and generating the patch.

I'm still learning about this WSDL-stubs issue, but I'm trying to
document my understanding here in this bug.

Looking through the archive for what package Dan is talking about ---

$ apt-cache search axis2 | awk '{print $1}' | xargs -i apt-cache show {} | grep 
Filename
Filename: pool/main/a/axis2c/libapache2-mod-axis2c_1.6.0-0ubuntu7_amd64.deb
Filename: pool/main/a/axis2c/libaxis2c-dev_1.6.0-0ubuntu7_amd64.deb
Filename: pool/main/a/axis2c/libaxis2c-doc_1.6.0-0ubuntu7_all.deb
Filename: pool/main/a/axis2c/libaxis2c0_1.6.0-0ubuntu7_amd64.deb
Filename: pool/main/r/rampart/librampart-doc_1.3.0-0ubuntu5_amd64.deb
Filename: pool/universe/a/axis2c/libaxis2c-bin_1.6.0-0ubuntu7_amd64.deb 

Filename: pool/main/r/rampart/librampart0_1.3.0-0ubuntu5_amd64.deb
Filename: pool/main/r/rampart/librampart-dev_1.3.0-0ubuntu5_amd64.deb

I only see one axis2c-related package that's in universe, libaxis2c-bin.

Is it not possible/practical to get this package promoted to Main for
Lucid?  Thierry, do you know?

** Changed in: eucalyptus (Ubuntu)
   Status: Triaged = Incomplete

-- 
improve wsdl stubs generation
https://bugs.launchpad.net/bugs/487270
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs