ANT RUN-INSTALL BUILD STOPS

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
8 messages Options
Reply | Threaded
Open this post in threaded view
|

ANT RUN-INSTALL BUILD STOPS

BlueGreenTechnologies.com
ant run-install comand starts a new build but fails one second later
please see ant+run-install.JPG

this is with a new checkout on the apache trunk

i previously had java ee sdk 5 installed but this i have removed compleatly.

any clues please

thanks in advance

matthew - pulling hair out - too late went bald 10 minutes ago.... ;o)
Reply | Threaded
Open this post in threaded view
|

Re: ANT RUN-INSTALL BUILD STOPS

BJ Freeman
when you do a java -version you are seeing 1.6 sdk?
can't use less than 1.5

BlueGreenTechnologies.com sent the following on 12/7/2007 2:26 PM:

> ant run-install comand starts a new build but fails one second later
> please see  http://www.nabble.com/file/p14222082/ant%2Brun-install.JPG
> ant+run-install.JPG
>
> this is with a new checkout on the apache trunk
>
> i previously had java ee sdk 5 installed but this i have removed compleatly.
>
> any clues please
>
> thanks in advance
>
> matthew - pulling hair out - too late went bald 10 minutes ago.... ;o)

Reply | Threaded
Open this post in threaded view
|

Re: ANT RUN-INSTALL BUILD STOPS

BlueGreenTechnologies.com
 yup, it is 1.6

BJ Freeman wrote
when you do a java -version you are seeing 1.6 sdk?
can't use less than 1.5
Reply | Threaded
Open this post in threaded view
|

Re: ANT RUN-INSTALL BUILD STOPS

BJ Freeman
1.6 JRE or SDK

BlueGreenTechnologies.com sent the following on 12/7/2007 2:37 PM:
>  yup, it is 1.6
>
>
> BJ Freeman wrote:
>> when you do a java -version you are seeing 1.6 sdk?
>> can't use less than 1.5
>>
>

Reply | Threaded
Open this post in threaded view
|

Re: ANT RUN-INSTALL BUILD STOPS

BlueGreenTechnologies.com
I have the java sdk installed under C:\Program Files\j2sdk1.4.2_16
and the path pointing to bin director, same with ant etc

question - i have been trying to understand this svn. to me it seems as though the trunk is where most on going changes happen and hence is the least stable. from what i understand, I should actually be using the branch/release 4.0 as this has fewer problems hence more stable.

so to clear up the confusion here:
rather than using http://svn.apache.org/repos/asf/ofbiz/trunk/ through svn i should be using, say
http://svn.apache.org/repos/asf/ofbiz/branches/release4.0/
when doing the svn checkout if all i want is to build and run for the first time....

on the other hand might it be a whole lot easier to go and get opentaps for an introduction to ofbiz - i.e. without going through the svn - ant - build - run process.

BJ Freeman wrote
1.6 JRE or SDK

BlueGreenTechnologies.com sent the following on 12/7/2007 2:37 PM:
>  yup, it is 1.6
>
>
> BJ Freeman wrote:
>> when you do a java -version you are seeing 1.6 sdk?
>> can't use less than 1.5
>>
>
Reply | Threaded
Open this post in threaded view
|

Re: ANT RUN-INSTALL BUILD STOPS

Vince Clark
The path you are referring to is a 1.4 sdk.

----- Original Message -----
From: "BlueGreenTechnologies.com" <[hidden email]>
To: [hidden email]
Sent: Saturday, December 8, 2007 8:19:32 AM (GMT-0700) America/Chihuahua
Subject: Re: ANT RUN-INSTALL BUILD STOPS


I have the java sdk installed under C:\Program Files\j2sdk1.4.2_16
and the path pointing to bin director, same with ant etc

question - i have been trying to understand this svn. to me it seems as
though the trunk is where most on going changes happen and hence is the
least stable. from what i understand, I should actually be using the
branch/release 4.0 as this has fewer problems hence more stable.

so to clear up the confusion here:
rather than using http://svn.apache.org/repos/asf/ofbiz/trunk/ through svn i
should be using, say
http://svn.apache.org/repos/asf/ofbiz/branches/release4.0/ 
when doing the svn checkout if all i want is to build and run for the first
time....

on the other hand might it be a whole lot easier to go and get opentaps for
an introduction to ofbiz - i.e. without going through the svn - ant - build
- run process.


BJ Freeman wrote:

>
> 1.6 JRE or SDK
>
> BlueGreenTechnologies.com sent the following on 12/7/2007 2:37 PM:
>> yup, it is 1.6
>>
>>
>> BJ Freeman wrote:
>>> when you do a java -version you are seeing 1.6 sdk?
>>> can't use less than 1.5
>>>
>>
>
>
>

--
View this message in context: http://www.nabble.com/ANT-RUN-INSTALL-BUILD-STOPS-tf4964864.html#a14229270 
Sent from the OFBiz - User mailing list archive at Nabble.com.

Reply | Threaded
Open this post in threaded view
|

Re: ANT RUN-INSTALL BUILD STOPS

BJ Freeman
In reply to this post by BlueGreenTechnologies.com
Ok you java -veriion says 1.6
so you are not using the 1.4 folder.
look in the program files for java folder
or do a search.



BlueGreenTechnologies.com sent the following on 12/8/2007 7:19 AM:

> I have the java sdk installed under C:\Program Files\j2sdk1.4.2_16
> and the path pointing to bin director, same with ant etc
>
> question - i have been trying to understand this svn. to me it seems as
> though the trunk is where most on going changes happen and hence is the
> least stable. from what i understand, I should actually be using the
> branch/release 4.0 as this has fewer problems hence more stable.
>
> so to clear up the confusion here:
> rather than using http://svn.apache.org/repos/asf/ofbiz/trunk/ through svn i
> should be using, say
> http://svn.apache.org/repos/asf/ofbiz/branches/release4.0/
> when doing the svn checkout if all i want is to build and run for the first
> time....
>
> on the other hand might it be a whole lot easier to go and get opentaps for
> an introduction to ofbiz - i.e. without going through the svn - ant - build
> - run process.
>
>
> BJ Freeman wrote:
>> 1.6 JRE or SDK
>>
>> BlueGreenTechnologies.com sent the following on 12/7/2007 2:37 PM:
>>>  yup, it is 1.6
>>>
>>>
>>> BJ Freeman wrote:
>>>> when you do a java -version you are seeing 1.6 sdk?
>>>> can't use less than 1.5
>>>>
>>
>>
>

Reply | Threaded
Open this post in threaded view
|

Re: ANT RUN-INSTALL BUILD STOPS

BlueGreenTechnologies.com
In reply to this post by BlueGreenTechnologies.com
Many thanks for all your help, the problem is now solved

I had many crossed confilcts with differnet java packs / run time environments and complilers etc etc etc etc

my suggestion, actually what i did for others having the same problem....

this all started with not knowing which java developers pack to use so the first search done was the line that was followed.

wrong.... the current version of java is 1.6 thereabouts. try to find the pages that only mention this version.

because i downloades an olderversion which was in the path variable, new version downloads and installs were not effective.

hence... i took drastic action, flying blind i believe it is called. simply put i uninstalled every thing under controll panel win xp that mentioned java. runtime environments etc.....

then i installed the one package only i.e version 6 aka '1.6' se sdk the se seems important --- standard edition.

tears of joy followed when it all started to work correctly.

now the task is to try and understand how this is all built. ????????????????????????!!!!!!!!!!!!!!!

thanks again

matt