Hi Michael,
I don't have any good ideas about how to do this. I haven't used XSLT.
Java would work. You could even have a look at jelly. I used the jelly
file tag to generate a properties file in our maven.xml. But I think it
would be monstruously ugly for this job, if it is even possible.
-- Michelle
Michael Bouschen wrote:
Hi Michelle,
[
http://issues.apache.org/jira/browse/JDO-279?page=comments#action_12362905
]
Michelle Caisse commented on JDO-279:
-------------------------------------
Would it be a good idea to generate distrib/maven.xml by a simple
filter of maven.xml to avoid code duplication?
yes, it would make sense, since we just need to skip one or two goals
(such as distrib). I need to figure out what is the easiest way to
automatically skip a goal. XSLT script? Any idea?
Regards Michael
Release tck20 as source with a binary dependency on other projects
------------------------------------------------------------------
Key: JDO-279
URL: http://issues.apache.org/jira/browse/JDO-279
Project: JDO
Type: Improvement
Components: tck20
Reporter: Craig Russell
Fix For: JDO 2 beta
Attachments: distrib.patch, distrib.patch2
This proposal would repackage tck20 as a project that has no
dependencies on the super-project (../project.xml). It would
continue to have binary dependencies on several of the other projects.
This allows us to distribute the tck20 including sources to allow
users to run the tck without having to use the svn workspace. The
sources are needed in order to debug the implementation under test.