You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by gd...@apache.org on 2006/12/07 12:04:03 UTC

svn commit: r483418 - /geronimo/server/trunk/pom.xml

Author: gdamour
Date: Thu Dec  7 03:04:01 2006
New Revision: 483418

URL: http://svn.apache.org/viewvc?view=rev&rev=483418
Log:
Define xalan dependency version number such that assembly works.

Modified:
    geronimo/server/trunk/pom.xml

Modified: geronimo/server/trunk/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/pom.xml?view=diff&rev=483418&r1=483417&r2=483418
==============================================================================
--- geronimo/server/trunk/pom.xml (original)
+++ geronimo/server/trunk/pom.xml Thu Dec  7 03:04:01 2006
@@ -427,6 +427,12 @@
                 <version>1.5.2</version>
             </dependency>
             
+            <dependency>
+                <groupId>xalan</groupId> 
+                <artifactId>xalan</artifactId>
+                <version>2.7.0</version>
+            </dependency>
+
             <!-- org.apache.xml.serialize.XMLSerializer is used by castor, hence this is still needed -->
             <dependency>
                 <groupId>xerces</groupId>



Re: xalan : Re: svn commit: r483418 - /geronimo/server/trunk/pom.xml

Posted by anita kulshreshtha <a_...@yahoo.com>.
Gianny,
   Xalan was added accidentally to boilerplate-minimal assembly in rev
483346. No, I can not build without it. I will be removing it soon from
both places.  
http://www.nabble.com/Re%3A-XALAN-%3A-Re%3A-svn-commit%3A-r483346---in--geronimo-server-trunk%3A-applications-console-geronimo-console-standard-src-main-webapp-WEB-INF-classes-login-modules.properties-assemblies-geronimo-boilerplate-minimal-pom.xml-p7762280.html
Thanks
Anita

--- Gianny Damour <gi...@optusnet.com.au> wrote:

> Hi Anita,
> 
> I added this entry as it is expected as an endorsed library by the  
> geronimo-boilerplate-minimal assembly. Without it, I cannot build  
> this assembly. Are you saying that without it, you can successfully  
> build this assembly?
> 
> Thanks,
> Gianny
> 
> On 08/12/2006, at 2:57 AM, anita kulshreshtha wrote:
> 
> > Gianny,
> >    I have just built geronimo-jett6-jee5 rev 483465. I have a fully
> > functional console without xalan. Xalan was removed from the build
> in
> > the morning. It appears that someone accidentally added xalan to
> the
> > build later in the day. Please let me know if you need it for some
> > specific purpose.
> >
> > Thanks
> > Anita
> >
> > --- gdamour@apache.org wrote:
> >
> >> Author: gdamour
> >> Date: Thu Dec  7 03:04:01 2006
> >> New Revision: 483418
> >>
> >> URL: http://svn.apache.org/viewvc?view=rev&rev=483418
> >> Log:
> >> Define xalan dependency version number such that assembly works.
> >>
> >> Modified:
> >>     geronimo/server/trunk/pom.xml
> >>
> >> Modified: geronimo/server/trunk/pom.xml
> >> URL:
> >>
> > http://svn.apache.org/viewvc/geronimo/server/trunk/pom.xml? 
> > view=diff&rev=483418&r1=483417&r2=483418
> >>
> >
>
======================================================================
> 
> > ========
> >> --- geronimo/server/trunk/pom.xml (original)
> >> +++ geronimo/server/trunk/pom.xml Thu Dec  7 03:04:01 2006
> >> @@ -427,6 +427,12 @@
> >>                  <version>1.5.2</version>
> >>              </dependency>
> >>
> >> +            <dependency>
> >> +                <groupId>xalan</groupId>
> >> +                <artifactId>xalan</artifactId>
> >> +                <version>2.7.0</version>
> >> +            </dependency>
> >> +
> >>              <!-- org.apache.xml.serialize.XMLSerializer is used
> by
> >> castor, hence this is still needed -->
> >>              <dependency>
> >>                  <groupId>xerces</groupId>
> >>
> >>
> >>
> >
> >
> >
> >
> >
>
______________________________________________________________________
> 
> > ______________
> > Do you Yahoo!?
> > Everyone is raving about the all-new Yahoo! Mail beta.
> > http://new.mail.yahoo.com
> 
> 



 
____________________________________________________________________________________
Need a quick answer? Get one in minutes from people who know.
Ask your question on www.Answers.yahoo.com

Re: xalan : Re: svn commit: r483418 - /geronimo/server/trunk/pom.xml

Posted by Gianny Damour <gi...@optusnet.com.au>.
Hi Anita,

I added this entry as it is expected as an endorsed library by the  
geronimo-boilerplate-minimal assembly. Without it, I cannot build  
this assembly. Are you saying that without it, you can successfully  
build this assembly?

Thanks,
Gianny

On 08/12/2006, at 2:57 AM, anita kulshreshtha wrote:

> Gianny,
>    I have just built geronimo-jett6-jee5 rev 483465. I have a fully
> functional console without xalan. Xalan was removed from the build in
> the morning. It appears that someone accidentally added xalan to the
> build later in the day. Please let me know if you need it for some
> specific purpose.
>
> Thanks
> Anita
>
> --- gdamour@apache.org wrote:
>
>> Author: gdamour
>> Date: Thu Dec  7 03:04:01 2006
>> New Revision: 483418
>>
>> URL: http://svn.apache.org/viewvc?view=rev&rev=483418
>> Log:
>> Define xalan dependency version number such that assembly works.
>>
>> Modified:
>>     geronimo/server/trunk/pom.xml
>>
>> Modified: geronimo/server/trunk/pom.xml
>> URL:
>>
> http://svn.apache.org/viewvc/geronimo/server/trunk/pom.xml? 
> view=diff&rev=483418&r1=483417&r2=483418
>>
> ====================================================================== 
> ========
>> --- geronimo/server/trunk/pom.xml (original)
>> +++ geronimo/server/trunk/pom.xml Thu Dec  7 03:04:01 2006
>> @@ -427,6 +427,12 @@
>>                  <version>1.5.2</version>
>>              </dependency>
>>
>> +            <dependency>
>> +                <groupId>xalan</groupId>
>> +                <artifactId>xalan</artifactId>
>> +                <version>2.7.0</version>
>> +            </dependency>
>> +
>>              <!-- org.apache.xml.serialize.XMLSerializer is used by
>> castor, hence this is still needed -->
>>              <dependency>
>>                  <groupId>xerces</groupId>
>>
>>
>>
>
>
>
>
> ______________________________________________________________________ 
> ______________
> Do you Yahoo!?
> Everyone is raving about the all-new Yahoo! Mail beta.
> http://new.mail.yahoo.com


xalan : Re: svn commit: r483418 - /geronimo/server/trunk/pom.xml

Posted by anita kulshreshtha <a_...@yahoo.com>.
Gianny,
   I have just built geronimo-jett6-jee5 rev 483465. I have a fully
functional console without xalan. Xalan was removed from the build in
the morning. It appears that someone accidentally added xalan to the
build later in the day. Please let me know if you need it for some
specific purpose. 

Thanks
Anita
   
--- gdamour@apache.org wrote:

> Author: gdamour
> Date: Thu Dec  7 03:04:01 2006
> New Revision: 483418
> 
> URL: http://svn.apache.org/viewvc?view=rev&rev=483418
> Log:
> Define xalan dependency version number such that assembly works.
> 
> Modified:
>     geronimo/server/trunk/pom.xml
> 
> Modified: geronimo/server/trunk/pom.xml
> URL:
>
http://svn.apache.org/viewvc/geronimo/server/trunk/pom.xml?view=diff&rev=483418&r1=483417&r2=483418
>
==============================================================================
> --- geronimo/server/trunk/pom.xml (original)
> +++ geronimo/server/trunk/pom.xml Thu Dec  7 03:04:01 2006
> @@ -427,6 +427,12 @@
>                  <version>1.5.2</version>
>              </dependency>
>              
> +            <dependency>
> +                <groupId>xalan</groupId> 
> +                <artifactId>xalan</artifactId>
> +                <version>2.7.0</version>
> +            </dependency>
> +
>              <!-- org.apache.xml.serialize.XMLSerializer is used by
> castor, hence this is still needed -->
>              <dependency>
>                  <groupId>xerces</groupId>
> 
> 
> 



 
____________________________________________________________________________________
Do you Yahoo!?
Everyone is raving about the all-new Yahoo! Mail beta.
http://new.mail.yahoo.com