You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by lr...@apache.org on 2007/07/22 00:30:28 UTC

svn commit: r558388 - /incubator/tuscany/java/sca/distribution/pom.xml

Author: lresende
Date: Sat Jul 21 15:30:26 2007
New Revision: 558388

URL: http://svn.apache.org/viewvc?view=rev&rev=558388
Log:
Disable source build distribution

Modified:
    incubator/tuscany/java/sca/distribution/pom.xml

Modified: incubator/tuscany/java/sca/distribution/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/distribution/pom.xml?view=diff&rev=558388&r1=558387&r2=558388
==============================================================================
--- incubator/tuscany/java/sca/distribution/pom.xml (original)
+++ incubator/tuscany/java/sca/distribution/pom.xml Sat Jul 21 15:30:26 2007
@@ -157,7 +157,9 @@
                         <configuration>
                             <descriptors>
                                 <descriptor>src/main/assembly/bin.xml</descriptor>
+                                <!--
                                 <descriptor>src/main/assembly/src.xml</descriptor>
+                                -->
                             </descriptors>
                             <tarLongFileMode>gnu</tarLongFileMode>
                             <finalName>apache-tuscany-sca-${pom.version}</finalName>



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org


Re: svn commit: r558388 - /incubator/tuscany/java/sca/distribution/pom.xml

Posted by ant elder <an...@gmail.com>.
I'm going to need to add it back to start getting sample release candidates
out. From what you've said this is going to break the continuum builds right
which is a shame but not sure what i can do about that. Both the bin and src
distros are created with the maven assembly plugin, there are some Ant tasks
for creating the bundle jar etc, which is the bit thats failing in
Continuum? If anyone can find any way to build the distros they feel is
better please go for it.

   ...ant

On 8/19/07, Luciano Resende <lu...@gmail.com> wrote:
>
> The reason for removing the source distribution is because it causes
> Out Of Memory problems when the build is run on the continuum
> environment. I think it would be great to have it back and working.
>
> BTW, looks like some transformation and ant tasks are used for
> building the source distribution, do you know what's going on there, I
> couldn't understand exactly what was going on ? At least for Looks
> (probably SDO too), we were able to do source distribution in a more
> simple way, just by using the assembly maven plugin, but I'm not sure
> what's the part that is consuming too much memory on the continuum
> environment.
>
> On 8/18/07, ant elder <an...@gmail.com> wrote:
> > How come this done and can i put it back now?
> >
> >    ...ant
> >
> > On 7/21/07, lresende@apache.org <lr...@apache.org> wrote:
> > >
> > > Author: lresende
> > > Date: Sat Jul 21 15:30:26 2007
> > > New Revision: 558388
> > >
> > > URL: http://svn.apache.org/viewvc?view=rev&rev=558388
> > > Log:
> > > Disable source build distribution
> > >
> > > Modified:
> > >     incubator/tuscany/java/sca/distribution/pom.xml
> > >
> > > Modified: incubator/tuscany/java/sca/distribution/pom.xml
> > > URL:
> > >
> http://svn.apache.org/viewvc/incubator/tuscany/java/sca/distribution/pom.xml?view=diff&rev=558388&r1=558387&r2=558388
> > >
> > >
> ==============================================================================
> > > --- incubator/tuscany/java/sca/distribution/pom.xml (original)
> > > +++ incubator/tuscany/java/sca/distribution/pom.xml Sat Jul 21
> 15:30:26
> > > 2007
> > > @@ -157,7 +157,9 @@
> > >                          <configuration>
> > >                              <descriptors>
> > >
> > > <descriptor>src/main/assembly/bin.xml</descriptor>
> > > +                                <!--
> > >
> > > <descriptor>src/main/assembly/src.xml</descriptor>
> > > +                                -->
> > >                              </descriptors>
> > >                              <tarLongFileMode>gnu</tarLongFileMode>
> > >                              <finalName>apache-tuscany-sca-${
> pom.version
> > > }</finalName>
> > >
> > >
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
> > > For additional commands, e-mail: tuscany-commits-help@ws.apache.org
> > >
> > >
> >
>
>
> --
> Luciano Resende
> Apache Tuscany Committer
> http://people.apache.org/~lresende
> http://lresende.blogspot.com/
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
> For additional commands, e-mail: tuscany-dev-help@ws.apache.org
>
>

Re: svn commit: r558388 - /incubator/tuscany/java/sca/distribution/pom.xml

Posted by Luciano Resende <lu...@gmail.com>.
The reason for removing the source distribution is because it causes
Out Of Memory problems when the build is run on the continuum
environment. I think it would be great to have it back and working.

BTW, looks like some transformation and ant tasks are used for
building the source distribution, do you know what's going on there, I
couldn't understand exactly what was going on ? At least for Looks
(probably SDO too), we were able to do source distribution in a more
simple way, just by using the assembly maven plugin, but I'm not sure
what's the part that is consuming too much memory on the continuum
environment.

On 8/18/07, ant elder <an...@gmail.com> wrote:
> How come this done and can i put it back now?
>
>    ...ant
>
> On 7/21/07, lresende@apache.org <lr...@apache.org> wrote:
> >
> > Author: lresende
> > Date: Sat Jul 21 15:30:26 2007
> > New Revision: 558388
> >
> > URL: http://svn.apache.org/viewvc?view=rev&rev=558388
> > Log:
> > Disable source build distribution
> >
> > Modified:
> >     incubator/tuscany/java/sca/distribution/pom.xml
> >
> > Modified: incubator/tuscany/java/sca/distribution/pom.xml
> > URL:
> > http://svn.apache.org/viewvc/incubator/tuscany/java/sca/distribution/pom.xml?view=diff&rev=558388&r1=558387&r2=558388
> >
> > ==============================================================================
> > --- incubator/tuscany/java/sca/distribution/pom.xml (original)
> > +++ incubator/tuscany/java/sca/distribution/pom.xml Sat Jul 21 15:30:26
> > 2007
> > @@ -157,7 +157,9 @@
> >                          <configuration>
> >                              <descriptors>
> >
> > <descriptor>src/main/assembly/bin.xml</descriptor>
> > +                                <!--
> >
> > <descriptor>src/main/assembly/src.xml</descriptor>
> > +                                -->
> >                              </descriptors>
> >                              <tarLongFileMode>gnu</tarLongFileMode>
> >                              <finalName>apache-tuscany-sca-${pom.version
> > }</finalName>
> >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
> > For additional commands, e-mail: tuscany-commits-help@ws.apache.org
> >
> >
>


-- 
Luciano Resende
Apache Tuscany Committer
http://people.apache.org/~lresende
http://lresende.blogspot.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


Re: svn commit: r558388 - /incubator/tuscany/java/sca/distribution/pom.xml

Posted by ant elder <an...@gmail.com>.
How come this done and can i put it back now?

   ...ant

On 7/21/07, lresende@apache.org <lr...@apache.org> wrote:
>
> Author: lresende
> Date: Sat Jul 21 15:30:26 2007
> New Revision: 558388
>
> URL: http://svn.apache.org/viewvc?view=rev&rev=558388
> Log:
> Disable source build distribution
>
> Modified:
>     incubator/tuscany/java/sca/distribution/pom.xml
>
> Modified: incubator/tuscany/java/sca/distribution/pom.xml
> URL:
> http://svn.apache.org/viewvc/incubator/tuscany/java/sca/distribution/pom.xml?view=diff&rev=558388&r1=558387&r2=558388
>
> ==============================================================================
> --- incubator/tuscany/java/sca/distribution/pom.xml (original)
> +++ incubator/tuscany/java/sca/distribution/pom.xml Sat Jul 21 15:30:26
> 2007
> @@ -157,7 +157,9 @@
>                          <configuration>
>                              <descriptors>
>
> <descriptor>src/main/assembly/bin.xml</descriptor>
> +                                <!--
>
> <descriptor>src/main/assembly/src.xml</descriptor>
> +                                -->
>                              </descriptors>
>                              <tarLongFileMode>gnu</tarLongFileMode>
>                              <finalName>apache-tuscany-sca-${pom.version
> }</finalName>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
> For additional commands, e-mail: tuscany-commits-help@ws.apache.org
>
>