Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 72844 - tool to edit build.xml files
Summary: tool to edit build.xml files
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-29 11:50 UTC by Jan Brinkmann (RETIRED)
Modified: 2004-12-20 11:38 UTC (History)
1 user (show)

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


Attachments
BuildxmlTransform.java (BuildxmlTransform.java,1.46 KB, text/plain)
2004-11-29 11:51 UTC, Jan Brinkmann (RETIRED)
Details
build1.xslt (build1.xslt,1.14 KB, text/plain)
2004-11-29 11:52 UTC, Jan Brinkmann (RETIRED)
Details
BuildxmlTransform.java (BuildxmlTransform.java,2.45 KB, text/plain)
2004-12-02 07:06 UTC, Jan Brinkmann (RETIRED)
Details
BuildxmlTransform.java (BuildxmlTransform.java,4.22 KB, text/plain)
2004-12-02 07:58 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-11-29 11:50:31 UTC
this tool is used for adding source and target attributed to a given build.xml ant file

Reproducible: Always
Steps to Reproduce:
Comment 1 Jan Brinkmann (RETIRED) gentoo-dev 2004-11-29 11:51:17 UTC
Created attachment 44947 [details]
BuildxmlTransform.java

the tool itself, use it like this:

java BuildxmlTransform 1.4 build1.xslt build.xml newbuild.xml
Comment 2 Jan Brinkmann (RETIRED) gentoo-dev 2004-11-29 11:52:05 UTC
Created attachment 44948 [details]
build1.xslt

the xslt stylesheet which defines the transformation rules. =)
Comment 3 Jan Brinkmann (RETIRED) gentoo-dev 2004-11-30 02:14:47 UTC
if this should be used, you you can simply add a gpl header to it. i forgot to do so.
Comment 4 Jan Brinkmann (RETIRED) gentoo-dev 2004-12-02 07:06:15 UTC
Created attachment 45151 [details]
BuildxmlTransform.java

i've improved the parsing of command line arguments and added some other
improvments which belong to error handling
Comment 5 Jan Brinkmann (RETIRED) gentoo-dev 2004-12-02 07:58:11 UTC
Created attachment 45152 [details]
BuildxmlTransform.java

ok, last improvements to handling of command line arguments
Comment 6 Chris Aniszczyk (RETIRED) gentoo-dev 2004-12-02 08:10:41 UTC
Hey Karl, wasn't axxo working on a tool like this, but in python? Or am I just smoking something ;)
Comment 7 Chris Aniszczyk (RETIRED) gentoo-dev 2004-12-02 08:12:10 UTC
btw, I applaud the effort Jan... this type of tooling is the right direction ;)
Comment 8 Thomas Matthijs (RETIRED) gentoo-dev 2004-12-02 08:20:32 UTC
i was, but then my hd crashed, (yeah i shoulda had backups i know), and i lost it along with the wrapper eclass i was working on
Comment 9 Karl Trygve Kalleberg (RETIRED) gentoo-dev 2004-12-20 11:38:21 UTC
Added to gentoo-src/javatoolkit/src/bsfix