Build problem .. help !

3 messages Options
Embed this post
Permalink
KingBaljeet

Build problem .. help !

Reply Threaded More More options
Print post
Permalink
Some javascript/style in this post has been disabled (why?)
Hi,

I checked out from svn and followed all the instructions on the
"Building Marketcetra Platform" page. Mavern runs into this
error :(

************************************************************************************
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure

/Users/Admin/marketcetera/marketcetera-platform/source/util-test/src/main/java/org/marketcetera/util/test/MemoryAppender.java:[26,22] generics are not supported in -source 1.3
(use -source 5 or higher to enable generics)
    private LinkedList<LoggingEvent> mEvents=new LinkedList<LoggingEvent>();
*************************************************************************************

I am running on Mac OSX

A "java -version" on my terminal shows
java version "1.6.0_05"
Java(TM) SE Runtime Environment (build 1.6.0_05-b13-120)
Java HotSpot(TM) 64-Bit Server VM (build 1.6.0_05-b13-52, mixed mode)

Any sugestions or pointers ?

Thanks for your time and help
Baljeet S.


_______________________________________________
Marketcetera Developers mailing list
Marketcetera Documentation: http://trac.marketcetera.org
To unsubscribe, go to
http://lists.marketcetera.org/cgi-bin/mailman/listinfo/m-etc-dev or send an email to [hidden email].
toli

Re: Build problem .. help !

Reply Threaded More More options
Print post
Permalink
Baljeet,

Did you remember to copy the sample profile to a new profile in the
top-level directory?

$ cd marketcetera-platform
$ cp profiles.xml.sample profiles.xml

http://trac.marketcetera.org/trac.fcgi/wiki/0.5.0/Marketcetera/BuildingPlatform#Checkoutthesource

The output you sent is what we see if you don't have a copy of the
profiles.xml in your top-level directory

On Wed, Jul 23, 2008 at 6:33 PM, baljeet sandhu
<[hidden email]> wrote:

> Hi,
>
> I checked out from svn and followed all the instructions on the
> "Building Marketcetra Platform" page. Mavern runs into this
> error :(
>
> ************************************************************************************
> [ERROR] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Compilation failure
>
> /Users/Admin/marketcetera/marketcetera-platform/source/util-test/src/main/java/org/marketcetera/util/test/MemoryAppender.java:[26,22]
> generics are not supported in -source 1.3
> (use -source 5 or higher to enable generics)
>     private LinkedList<LoggingEvent> mEvents=new LinkedList<LoggingEvent>();
> *************************************************************************************
>
> I am running on Mac OSX
>
> A "java -version" on my terminal shows
> java version "1.6.0_05"
> Java(TM) SE Runtime Environment (build 1.6.0_05-b13-120)
> Java HotSpot(TM) 64-Bit Server VM (build 1.6.0_05-b13-52, mixed mode)
>
> Any sugestions or pointers ?
>
> Thanks for your time and help
> Baljeet S.
>
>
> _______________________________________________
> Marketcetera Developers mailing list
> Marketcetera Documentation: http://trac.marketcetera.org
> To unsubscribe, go to
> http://lists.marketcetera.org/cgi-bin/mailman/listinfo/m-etc-dev or send an
> email to [hidden email].
>
>



--
Toli Kuznets
http://www.marketcetera.com: Open-Source Trading Platform
download.run.trade.
_______________________________________________
Marketcetera Developers mailing list
Marketcetera Documentation: http://trac.marketcetera.org
To unsubscribe, go to
http://lists.marketcetera.org/cgi-bin/mailman/listinfo/m-etc-dev or send an email to [hidden email].
Alex Graul

Re: Build problem .. help !

Reply Threaded More More options
Print post
Permalink
In reply to this post by KingBaljeet
Some javascript/style in this post has been disabled (why?)
Hello,

Also make sure you're set your JAVA_HOME env variable and maven is picking up the correct version of java. Check by running mvn -v

Cheers,
Alex


On 24 Jul 2008, at 02:33, baljeet sandhu wrote:

Hi,

I checked out from svn and followed all the instructions on the 
"Building Marketcetra Platform" page. Mavern runs into this
error :(

************************************************************************************
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure

/Users/Admin/marketcetera/marketcetera-platform/source/util-test/src/main/java/org/marketcetera/util/test/MemoryAppender.java:[26,22] generics are not supported in -source 1.3
(use -source 5 or higher to enable generics)
    private LinkedList<LoggingEvent> mEvents=new LinkedList<LoggingEvent>();
*************************************************************************************

I am running on Mac OSX

A "java -version" on my terminal shows
java version "1.6.0_05"
Java(TM) SE Runtime Environment (build 1.6.0_05-b13-120)
Java HotSpot(TM) 64-Bit Server VM (build 1.6.0_05-b13-52, mixed mode)

Any sugestions or pointers ?

Thanks for your time and help
Baljeet S.

_______________________________________________
Marketcetera Developers mailing list
Marketcetera Documentation: http://trac.marketcetera.org
To unsubscribe, go to 
http://lists.marketcetera.org/cgi-bin/mailman/listinfo/m-etc-dev or send an email to [hidden email].


_______________________________________________
Marketcetera Developers mailing list
Marketcetera Documentation: http://trac.marketcetera.org
To unsubscribe, go to
http://lists.marketcetera.org/cgi-bin/mailman/listinfo/m-etc-dev or send an email to [hidden email].