|
Home > Archive > Apache JDO Project > January 2006 > [jira] Updated: (JDO-279) Release tck20 as source with a binary
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
[jira] Updated: (JDO-279) Release tck20 as source with a binary
|
|
| Michael Bouschen (JIRA) 2006-01-19, 5:46 pm |
| [ http://issues.apache.org/jira/browse/JDO-279?page=all ]
Michael Bouschen updated JDO-279:
---------------------------------
Attachment: mavenDistSupport.patch
Andy proposed to use 'maven dist' for the distribution. There is not need to add our own distrib goal to tck20, so forget the previous patches attached to this issue.
The new patch for review (mavenDistSupport.patch) adds a preGoal and a postGoal for dist:build-src. The preGoal adds some files and directories to be included in the source distribution (Thanks Michelle, copying works). The postGoal simply copies the sou
rce distribution zip to file with a different name. The patch defines the property maven.src.dir in tck20/project.properties. This can be removed as soon as JDO-280 is resolved.
> 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, mavenDistSupport.patch
>
> 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.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secur...nistrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
| |
| Michael Bouschen 2006-01-19, 5:46 pm |
| Hi Craig,
with the patch I was able to run a test using the source distribution. I
called 'maven dist' in tck20, unzipped the created source distribution
in a new directory, renamed directory src to test and then called maven
build (using a single configuration). We do not need the renaming
anymore as soon as JDO-280 isresolved. I hope this helps.
Regards Michael
> [ http://issues.apache.org/jira/browse/JDO-279?page=all ]
>
>Michael Bouschen updated JDO-279:
>---------------------------------
>
> Attachment: mavenDistSupport.patch
>
>Andy proposed to use 'maven dist' for the distribution. There is not need to add our own distrib goal to tck20, so forget the previous patches attached to this issue.
>
>The new patch for review (mavenDistSupport.patch) adds a preGoal and a postGoal for dist:build-src. The preGoal adds some files and directories to be included in the source distribution (Thanks Michelle, copying works). The postGoal simply copies the so
urce distribution zip to file with a different name. The patch defines the property maven.src.dir in tck20/project.properties. This can be removed as soon as JDO-280 is resolved.
>
>
>
>
>
>
--
Michael Bouschen Tech@Spree Engineering GmbH
mailto:mbo.tech@spree.de http://www.tech.spree.de/
Tel.:++49/30/235 520-33 Buelowstr. 66
Fax.:++49/30/2175 2012 D-10783 Berlin
|
|
|
|
|