Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 75622 - octopus is needed in dev-db
Summary: octopus is needed in dev-db
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: Java team
URL: http://octopus.objectweb.org/
Whiteboard:
Keywords:
Depends on:
Blocks: 62512
  Show dependency tree
 
Reported: 2004-12-25 06:40 UTC by Jan Brinkmann (RETIRED)
Modified: 2005-01-22 09:28 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
octopus-3.0.1.ebuild (octopus-3.0.1.ebuild,1.58 KB, text/plain)
2004-12-26 10:52 UTC, Jan Brinkmann (RETIRED)
Details
octopus-3.0-gentoo-build.xml (octopus-3.0-gentoo-build.xml,14.82 KB, text/plain)
2004-12-26 10:53 UTC, Jan Brinkmann (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Brinkmann (RETIRED) gentoo-dev 2004-12-25 06:40:06 UTC
octopus is a dependency of c-jdbc and needed in dev-java

Octopus is a simple Java-based Extraction, Transformation, and Loading (ETL) tool. It may connect to any JDBC data sources and perform transformations defined in an XML file.
Comment 1 Jan Brinkmann (RETIRED) gentoo-dev 2004-12-25 06:44:23 UTC
the build process of octopus is completly ugly. it's only possible to build octopus from source if CLASSPATH and MAVEN_HOME are set to a blank string. it's also quite tricky to remove the packed jars and they're even using an packed version of maven. working on it... :)
Comment 2 Jan Brinkmann (RETIRED) gentoo-dev 2004-12-26 10:52:33 UTC
Created attachment 46912 [details]
octopus-3.0.1.ebuild

finally, i've finished my ebuild which builds octopus from source. i've removed
all the crappy maven stuff from the build process. i've written an new
build.xml which makes this possible.

There were some xml-files which are needed in one jar file. i've grabbed them
from the binary distribution. they're needed and a tarball which contain them
can be found here:

http://the-luckyduck.de/~lucky/octopus-xmls-3.0.1.tar.bz2
Comment 3 Jan Brinkmann (RETIRED) gentoo-dev 2004-12-26 10:53:28 UTC
Created attachment 46913 [details]
octopus-3.0-gentoo-build.xml

my build.xml file which makes maven unnecessary. :)
Comment 4 Jan Brinkmann (RETIRED) gentoo-dev 2004-12-26 10:54:13 UTC
during my work with octopus i've noticed dev-db would be a better place than dev-java
Comment 5 Jan Brinkmann (RETIRED) gentoo-dev 2005-01-22 09:28:40 UTC
commited