sorry, the email below about the broken Phoenix build was accidentally sent
directly to Peter instead of the list...

> -----Original Message-----
> From: Colin Sampaleanu 
> Sent: May 17, 2001 5:12 PM
> To: '[EMAIL PROTECTED]'
> Subject: RE: cvs commit: jakarta-avalon-phoenix build.xml - why?
> 
> 
> This broke the build, unless I am missing something. With 
> classpath commented out, I get a failure at the RMIC stage 
> since it can't find JMX classes, among other things. 
> Uncommenting the classpath allows things the compiled to work.
> 
> If the nightly build worked, I would presume there is 
> something else going on in that environment (e.g. the 
> classpath is polluted and already contains the jars before 
> ant is called?)
> 
> 
> 
> > -----Original Message-----
> > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> > Sent: May 15, 2001 5:48 AM
> > To: [EMAIL PROTECTED]
> > Subject: cvs commit: jakarta-avalon-phoenix build.xml
> > 
> > 
> > donaldp     01/05/15 02:48:04
> > 
> >   Modified:    .        build.xml
> >   Log:
> >   
> >   
> >   Revision  Changes    Path
> >   1.23      +7 -1      jakarta-avalon-phoenix/build.xml
> >   
> >   Index: build.xml
> >   
> ===================================================================
> >   RCS file: /home/cvs/jakarta-avalon-phoenix/build.xml,v
> >   retrieving revision 1.22
> >   retrieving revision 1.23
> >   diff -u -r1.22 -r1.23
> >   --- build.xml     2001/05/13 13:14:36     1.22
> >   +++ build.xml     2001/05/15 09:48:02     1.23
> >   @@ -182,7 +182,7 @@
> >        <rmic base="${build.classes}" 
> >              classname="org.apache.jmx.adaptor.RMIAdaptorImpl" 
> >              stubVersion="1.2">
> >   -      <classpath refid="project.class.path" />
> >   +<!--      <classpath refid="project.class.path" /> -->
> >        </rmic>
> >    
> >      </target>
> >   @@ -322,6 +322,12 @@
> >          <include name="org/apache/avalon/phoenix/metainfo/**"/>
> >          <include name="org/apache/avalon/phoenix/engine/**"/>
> >          <exclude 
> name="org/apache/avalon/phoenix/engine/loader/**"/>
> >   +    </jar>
> >   +
> >   +    <!-- temporary hack until camelot/atlantis stabilizes -->
> >   +    <jar jarfile="${build.lib}/avalon-container.jar"
> >   +         basedir="${build.classes}" >
> >   +      <include name="org/apache/avalon/framework/**"/>
> >        </jar>
> >    
> >      </target>
> >   
> >   
> >   
> > 
> > 
> ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> > 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to