> -----Original Message-----
> From: Eric Roberts [mailto:[EMAIL PROTECTED]]
> Sent: Monday, December 09, 2002 12:24 PM
> To: [EMAIL PROTECTED]
> Subject: "ant tutorial-n" command
>
>
> I am trying to run the jetspeed tutorial (by building jetspeed with ant
> using the "ant tutorial-n" command where n is the number of the
> tutorial.  After downloading the src, building the jetspeed war file
> with "ant war", and trying to run the "ant tutorial-1" command, the
> build fails because it can't find the "tutorial-1" target in the
> build.xml file.  How do I get this to work if the build.xml file that
> comes with jetspeed doesn't have these targets?  Am I downloading the
> wrong source files?  Please help.
>

You do not build the JPortal site from within the Jetspeed directory.
JPortal source exists in another project directory, separate from Jetspeed.
You have to download jportal.jar, expand it, and build from there.

This is how I develop my projects. I never mix my source trees with
Jetspeed's.

Looks like I made one of those assumptive mistakes that I always make when
writing documentation.
Forgot to explicity say "cd {where you installed the JPortal project}"
and then type "ant tutorial-n"

Sorry for the confusion,

David



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

Reply via email to