You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cactus-user@jakarta.apache.org by PLo <pl...@student.unibe.ch> on 2003/04/22 20:00:05 UTC

No idea






Hi folks !

I am retrining to let rule cactus. But got a problem :-(.
Ok, the sample servlet is a nightly build from the 3.14.2003
today there is no sample servler in today`s nigthly build. Why is that so?

Could anyone help me with my BUILD FAILED problem?
I swear I did not change anything but the things wich i postet here.
Jboss with integrated tomcat is well running... with beans and websites...

as you know my private e-mail is plinder@student.unibe.ch ... so if someone 
could send me a running sample for cactus that would be great.
That does not mean that this sample doesnt run... I am to weak to get it I 
suppose.

THX for supporting!

Greetz PLo


Sample-Servlet from the  3.14.2003 :

BUILD FAILED
file:C:/Uni/Entwicklung/cactus/sampleServlet/build.xml:135: The <path> data 
type
  doesn't support nested text data.

-->

<path id="cactus.classpath">
         <pathelement location="${target.classes.java.dir}"/>
        @cactus.clover.pathelement@ 
<---line 135 (build.xml)
         <path refid="project.classpath"/>
     </path>


Fact:

1.  cactus.home.jboss3x = c:/Uni/Entwicklung/jbossTom  <--only one line 
changed in Build.properties

2. build-tests-jboss3x.xml
        ========================================================================
          Start JBoss 3.x
        ========================================================================
     -->
     <target name="cactus.start.jboss3x" description="Start JBoss 3.x"
         depends="cactus.check.jboss3x" 
if="cactus.home.jboss3x">              <----Willies patch





Re: No idea

Posted by PLo <pl...@student.unibe.ch>.
Thx for the tipp Jason, but it seems that it is not my problem got newest 
ant, replaced all ant.jar`s and did a restart...result same fault.

thanks anyway...

@Vincent ok, I see.

Best wishes PLo


>Hi Plo,
>
>This looks like an error with ant, not cactus.  What
>version of ant are you using?  Try getting the latest,
>which is ant 1.5.3.  here's the link:
>
>http://ant.apache.org/bindownload.cgi
>
>Hope this helps...
>
>Jason
>
>--- PLo <pl...@student.unibe.ch> wrote:
> >
> >
> >
> >
> >
> >
> > Hi folks !
> >
> > I am retrining to let rule cactus. But got a problem
> > :-(.
> > Ok, the sample servlet is a nightly build from the
> > 3.14.2003
> > today there is no sample servler in today`s nigthly
> > build. Why is that so?
> >
> > Could anyone help me with my BUILD FAILED problem?
> > I swear I did not change anything but the things
> > wich i postet here.
> > Jboss with integrated tomcat is well running... with
> > beans and websites...
> >
> > as you know my private e-mail is
> > plinder@student.unibe.ch ... so if someone
> > could send me a running sample for cactus that would
> > be great.
> > That does not mean that this sample doesnt run... I
> > am to weak to get it I
> > suppose.
> >
> > THX for supporting!
> >
> > Greetz PLo
> >
> >
> > Sample-Servlet from the  3.14.2003 :
> >
> > BUILD FAILED
> >
>file:C:/Uni/Entwicklung/cactus/sampleServlet/build.xml:135:
> > The <path> data
> > type
> >   doesn't support nested text data.
> >
> > -->
> >
> > <path id="cactus.classpath">
> >          <pathelement
> > location="${target.classes.java.dir}"/>
> >         @cactus.clover.pathelement@
> > <---line 135 (build.xml)
> >          <path refid="project.classpath"/>
> >      </path>
> >
> >
> > Fact:
> >
> > 1.  cactus.home.jboss3x =
> > c:/Uni/Entwicklung/jbossTom  <--only one line
> > changed in Build.properties
> >
> > 2. build-tests-jboss3x.xml
> >
> >
>========================================================================
> >           Start JBoss 3.x
> >
> >
>========================================================================
> >      -->
> >      <target name="cactus.start.jboss3x"
> > description="Start JBoss 3.x"
> >          depends="cactus.check.jboss3x"
> > if="cactus.home.jboss3x">              <----Willies
> > patch
> >
> >
> >
> >
> >
> >
>---------------------------------------------------------------------
> > To unsubscribe, e-mail:
> > cactus-user-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail:
> > cactus-user-help@jakarta.apache.org
> >
>
>
>__________________________________________________
>Do you Yahoo!?
>The New Yahoo! Search - Faster. Easier. Bingo
>http://search.yahoo.com
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: cactus-user-unsubscribe@jakarta.apache.org
>For additional commands, e-mail: cactus-user-help@jakarta.apache.org



RE: No idea

Posted by Vincent Massol <vm...@pivolis.com>.

> -----Original Message-----
> From: PLo [mailto:plinder@student.unibe.ch]
> Sent: 22 April 2003 20:00
> To: cactus-user@jakarta.apache.org
> Subject: No idea
> 
> 
> 
> 
> 
> 
> 
> Hi folks !
> 
> I am retrining to let rule cactus. But got a problem :-(.
> Ok, the sample servlet is a nightly build from the 3.14.2003
> today there is no sample servler in today`s nigthly build. Why is that
so?

Because Tomcat is failing to build. See:

http://cvs.apache.org/builds/gump/latest/jakarta-cactus-sample-servlet-1
3.html

http://cvs.apache.org/builds/gump/latest/jakarta-cactus-sample-servlet-1
2.html

> 
> Could anyone help me with my BUILD FAILED problem?
> I swear I did not change anything but the things wich i postet here.
> Jboss with integrated tomcat is well running... with beans and
websites...
> 
> as you know my private e-mail is plinder@student.unibe.ch ... so if
> someone
> could send me a running sample for cactus that would be great.
> That does not mean that this sample doesnt run... I am to weak to get
it I
> suppose.
> 
> THX for supporting!

I think we have a bug. The string "@cactus.clover.pathelement@" should
not appear in the <path> element. That said, I don't understand why the
nightly builds works...

We'll check this.

Thanks
-Vincent

> 
> Greetz PLo
> 
> 
> Sample-Servlet from the  3.14.2003 :
> 
> BUILD FAILED
> file:C:/Uni/Entwicklung/cactus/sampleServlet/build.xml:135: The <path>
> data
> type
>   doesn't support nested text data.
> 
> -->
> 
> <path id="cactus.classpath">
>          <pathelement location="${target.classes.java.dir}"/>
>         @cactus.clover.pathelement@
> <---line 135 (build.xml)
>          <path refid="project.classpath"/>
>      </path>
> 
> 
> Fact:
> 
> 1.  cactus.home.jboss3x = c:/Uni/Entwicklung/jbossTom  <--only one
line
> changed in Build.properties
> 
> 2. build-tests-jboss3x.xml
> 
>
========================================================================
>           Start JBoss 3.x
> 
>
========================================================================
>      -->
>      <target name="cactus.start.jboss3x" description="Start JBoss 3.x"
>          depends="cactus.check.jboss3x"
> if="cactus.home.jboss3x">              <----Willies patch
> 
> 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: cactus-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: cactus-user-help@jakarta.apache.org



Re: No idea

Posted by Jason Arndt <ja...@yahoo.com>.
Hi Plo,

This looks like an error with ant, not cactus.  What
version of ant are you using?  Try getting the latest,
which is ant 1.5.3.  here's the link:

http://ant.apache.org/bindownload.cgi

Hope this helps...

Jason

--- PLo <pl...@student.unibe.ch> wrote:
> 
> 
> 
> 
> 
> 
> Hi folks !
> 
> I am retrining to let rule cactus. But got a problem
> :-(.
> Ok, the sample servlet is a nightly build from the
> 3.14.2003
> today there is no sample servler in today`s nigthly
> build. Why is that so?
> 
> Could anyone help me with my BUILD FAILED problem?
> I swear I did not change anything but the things
> wich i postet here.
> Jboss with integrated tomcat is well running... with
> beans and websites...
> 
> as you know my private e-mail is
> plinder@student.unibe.ch ... so if someone 
> could send me a running sample for cactus that would
> be great.
> That does not mean that this sample doesnt run... I
> am to weak to get it I 
> suppose.
> 
> THX for supporting!
> 
> Greetz PLo
> 
> 
> Sample-Servlet from the  3.14.2003 :
> 
> BUILD FAILED
>
file:C:/Uni/Entwicklung/cactus/sampleServlet/build.xml:135:
> The <path> data 
> type
>   doesn't support nested text data.
> 
> -->
> 
> <path id="cactus.classpath">
>          <pathelement
> location="${target.classes.java.dir}"/>
>         @cactus.clover.pathelement@ 
> <---line 135 (build.xml)
>          <path refid="project.classpath"/>
>      </path>
> 
> 
> Fact:
> 
> 1.  cactus.home.jboss3x =
> c:/Uni/Entwicklung/jbossTom  <--only one line 
> changed in Build.properties
> 
> 2. build-tests-jboss3x.xml
>        
>
========================================================================
>           Start JBoss 3.x
>        
>
========================================================================
>      -->
>      <target name="cactus.start.jboss3x"
> description="Start JBoss 3.x"
>          depends="cactus.check.jboss3x" 
> if="cactus.home.jboss3x">              <----Willies
> patch
> 
> 
> 
> 
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> cactus-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail:
> cactus-user-help@jakarta.apache.org
> 


__________________________________________________
Do you Yahoo!?
The New Yahoo! Search - Faster. Easier. Bingo
http://search.yahoo.com