Hi,
I attach it again in ".txt" suffix. Please let me know if you get it.
Otherwise I'll create a JIRA to attach it.
Thanks,
Raymond
----- Original Message -----
From: "Jeremy Boynes" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Wednesday, December 06, 2006 10:16 AM
Subject: Re: svn commit: r483110 - in
/incubator/tuscany/tags/java/sca/1.0-incubator-M2: ./ commands/
commands/launcher/ distribution/ kernel/ kernel/api/ kernel/core/
kernel/host-api/ kernel/spi/ plugins/ plugins/plugin.java2wsdl/
plugins/plugin.war/ plugins/plugi
On Dec 6, 2006, at 8:26 AM, Raymond Feng wrote:
Hi, Jeremy.
I'm not sure if you use the sca/distribution/build.xml to create distros
for M2. The build.xml tagged for M2 still has references to svn M2
branches. Attached is a patch to fix it (I'll let you decide if we
commit it).
I think the patch was stripped.
Last time I cut the binaries I did not use that script as I wasn't clear
on what it was going to do. I was planing on doing that again.
--
Jeremy
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Index: build.xml
===================================================================
--- build.xml (revision 483131)
+++ build.xml (working copy)
@@ -148,7 +148,7 @@
<delete dir="target/source/zip/sca" quiet="true"/>
<exec executable="svn">
- <arg line="export --native-eol CRLF ${url}/branches/sca-java-M2/sca
target/source/zip/sca"/>
+ <arg line="export --native-eol CRLF ${url}/tags/java/sca/1.0-incubator-M2
target/source/zip/sca"/>
</exec>
<zip destfile="target/${prefix}-src.zip">
@@ -157,7 +157,7 @@
<delete dir="target/source/gz/sca" quiet="true"/>
<exec executable="svn">
- <arg line="export --native-eol LF ${url}/branches/sca-java-M2/sca
target/source/gz/sca"/>
+ <arg line="export --native-eol LF ${url}/tags/java/sca/1.0-incubator-M2
target/source/gz/sca"/>
</exec>
<tar destfile="target/${prefix}-src.tar" longfile="gnu">
@@ -172,7 +172,7 @@
<delete dir="target/source/zip/samples" quiet="true"/>
<exec executable="svn">
- <arg line="export --native-eol CRLF ${url}/branches/sca-java-M2/samples
target/source/zip/samples"/>
+ <arg line="export --native-eol CRLF
${url}/tags/java/sca-samples/1.0-incubator-M2 target/source/zip/samples"/>
</exec>
<zip destfile="target/${prefix}-sample-src.zip">
@@ -181,7 +181,7 @@
<delete dir="target/source/gz/samples" quiet="true"/>
<exec executable="svn">
- <arg line="export --native-eol LF ${url}/branches/sca-java-M2/samples
target/source/gz/samples"/>
+ <arg line="export --native-eol LF
${url}/tags/java/sca-samples/1.0-incubator-M2 target/source/gz/samples"/>
</exec>
<tar destfile="target/${prefix}-sample-src.tar" longfile="gnu">
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]