You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-user@portals.apache.org by Mike Shoemaker <ms...@gmail.com> on 2005/01/14 18:04:07 UTC

Building Jetspeed2

I've followed the getting started steps listed on the website  @
http://portals.apache.org/jetspeed-2/getting-started.html

I'm having a problem with the "maven allClean allBuild" step.  During
the build I see various messaes stating that various jars failed to
download, and once the script stops I get the following.

BUILD FAILED
File...... C:\Documents and
Settings\mshoemaker\projects\jakarta-jetspeed-2\maven.xml
Element... maven:reactor
Line...... 133
Column.... 40
Unable to obtain goal [java:compile] -- C:\Documents and
Settings\mshoemaker\.maven\cache\maven-java-plugin-1.5\plugin.j
elly:63:48: <ant:javac> Compile failed; see the compiler error output
for details.
Total time: 7 minutes 31 seconds
Finished at: Fri Jan 14 10:01:23 CST 2005


It seems to me that this is more of a maven problem than Jetspeed.  Is
there a way to down load a prebuilt binary that is ready to deploy? 
What is the appropriate way to remedy this?  Download all the
dependencies one by one?

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org


Re: Building Jetspeed2

Posted by Mike Shoemaker <ms...@gmail.com>.
Interesting.  I've rerun the thing probably 5-7 times.  Also, haven't
noticed my connection being unreliable but I guess could be possible. 
Thanks for your help!

Mike

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org


About j2M1 installer/build scripts - (was Re: Building Jetspeed2)

Posted by Hema Menon <me...@gmail.com>.
I thought of using the binary installer for J2 MI, unfortunately it
does not have support for my deployment database, Sybase. Same goes
for the manual build scripts.

Could you consider including a Sybase entry to the build scripts and
the installer, in future, perhaps? I could send out the modified build
scripts and sql schemas for Sybase and maybe offer support for
updating the scripts for future builds.

Thanks,
Hema




On Fri, 14 Jan 2005 10:19:47 -0700, Randy Watler <rw...@finali.com> wrote:
> Mike,
> 
> There is a recent J2 M1 binary release and an installer.
> 
> > Well, I finally got the binary installer for J2 M1 finished, here is a
> > temporary link: http://www.binary-designs.net/downloads.html.  The
> > download takes a little time to start but fairly quick once it does.
> >
> > The only requirements are that you have a compatible version of the
> > JDK 1.4.2, installed, see:
> > http://wiki.apache.org/portals/Jetspeed2/PrefsClassloaderIssuesAndSdk1
> 
> and
> 
> > The Apache Portals community is pleased to announce the release of
> > Jetspeed 2.0 M1.
> >
> > This is our first milestone release and brings Jetspeed closer to a
> > final 2.0 release.
> >
> > Feedback is greatly appreciated, especially in the form of bug reports.
> >
> > You can download Jetspeed 2.0 M1 from:
> >
> > http://www.apache.org/dist/portals/jetspeed-2/
> >
> > Release notes and installation instructions are at:
> >
> > http://www.apache.org/dist/portals/jetspeed-2/JETSPEED-2.0-M1-README.txt
> >
> > The Jetspeed Project Wiki and Home pages can be found here:
> >
> > http://wiki.apache.org/portals/Jetspeed2
> >
> > http://portals.apache.org/jetspeed-2/
> >
> 
> You can also probably try to rerun your maven build and it will try to
> reload the missing jars... it might take a few iterations if you are not
> on a reliable connection.
> 
> Good luck!
> 
> Randy



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Hema Menon

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org


Re: Building Jetspeed2

Posted by Randy Watler <rw...@finali.com>.
Mike,

There is a recent J2 M1 binary release and an installer.

> Well, I finally got the binary installer for J2 M1 finished, here is a
> temporary link: http://www.binary-designs.net/downloads.html.  The
> download takes a little time to start but fairly quick once it does.
>
> The only requirements are that you have a compatible version of the 
> JDK 1.4.2, installed, see:
> http://wiki.apache.org/portals/Jetspeed2/PrefsClassloaderIssuesAndSdk1

and

> The Apache Portals community is pleased to announce the release of
> Jetspeed 2.0 M1.
>
> This is our first milestone release and brings Jetspeed closer to a 
> final 2.0 release.
>
> Feedback is greatly appreciated, especially in the form of bug reports.
>
> You can download Jetspeed 2.0 M1 from:
>
> http://www.apache.org/dist/portals/jetspeed-2/
>
> Release notes and installation instructions are at:
>
> http://www.apache.org/dist/portals/jetspeed-2/JETSPEED-2.0-M1-README.txt
>
> The Jetspeed Project Wiki and Home pages can be found here:
>
> http://wiki.apache.org/portals/Jetspeed2
>
> http://portals.apache.org/jetspeed-2/
>

You can also probably try to rerun your maven build and it will try to 
reload the missing jars... it might take a few iterations if you are not 
on a reliable connection.

Good luck!

Randy


Mike Shoemaker wrote:

>I've followed the getting started steps listed on the website  @
>http://portals.apache.org/jetspeed-2/getting-started.html
>
>I'm having a problem with the "maven allClean allBuild" step.  During
>the build I see various messaes stating that various jars failed to
>download, and once the script stops I get the following.
>
>BUILD FAILED
>File...... C:\Documents and
>Settings\mshoemaker\projects\jakarta-jetspeed-2\maven.xml
>Element... maven:reactor
>Line...... 133
>Column.... 40
>Unable to obtain goal [java:compile] -- C:\Documents and
>Settings\mshoemaker\.maven\cache\maven-java-plugin-1.5\plugin.j
>elly:63:48: <ant:javac> Compile failed; see the compiler error output
>for details.
>Total time: 7 minutes 31 seconds
>Finished at: Fri Jan 14 10:01:23 CST 2005
>
>
>It seems to me that this is more of a maven problem than Jetspeed.  Is
>there a way to down load a prebuilt binary that is ready to deploy? 
>What is the appropriate way to remedy this?  Download all the
>dependencies one by one?
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
>For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org
>
>  
>

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org


Re: Building Jetspeed2

Posted by Hema Menon <me...@gmail.com>.
Mike,

I did build JS2 from CVS successfuly today. Source was checked out
today. What is the compile error that maven is reporting? Also delete
the .cache files from the maven plugin directory before trying again.(
Wiki link http://wiki.apache.org/portals/Jetspeed2/ResolvingPossibleMavenIssues
)

Even though the build was successful, I had a problem which I will
post separately.

Hema


On Fri, 14 Jan 2005 11:04:07 -0600, Mike Shoemaker <ms...@gmail.com> wrote:
> I've followed the getting started steps listed on the website  @
> http://portals.apache.org/jetspeed-2/getting-started.html
> 
> I'm having a problem with the "maven allClean allBuild" step.  During
> the build I see various messaes stating that various jars failed to
> download, and once the script stops I get the following.
> 
> BUILD FAILED
> File...... C:\Documents and
> Settings\mshoemaker\projects\jakarta-jetspeed-2\maven.xml
> Element... maven:reactor
> Line...... 133
> Column.... 40
> Unable to obtain goal [java:compile] -- C:\Documents and
> Settings\mshoemaker\.maven\cache\maven-java-plugin-1.5\plugin.j
> elly:63:48: <ant:javac> Compile failed; see the compiler error output
> for details.
> Total time: 7 minutes 31 seconds
> Finished at: Fri Jan 14 10:01:23 CST 2005
> 
> It seems to me that this is more of a maven problem than Jetspeed.  Is
> there a way to down load a prebuilt binary that is ready to deploy?
> What is the appropriate way to remedy this?  Download all the
> dependencies one by one?
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org
> 
> 


-- 


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Hema Menon

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org