Newbie gets Build Failed after downloading apache-ofbiz-11.04.03.zip

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

Newbie gets Build Failed after downloading apache-ofbiz-11.04.03.zip

Pan-Wei Ng
Hi,

 

I just downloaded apache-ofbiz-11.04.03.zip and tried running it on Java
1.6.0_29 on Windows Vista.

When I tried to run

 

                ant

 

I get the following result

BUILD FAILED

Target "load-demo" does not exist in the project "OFBiz Main Build".

 

Any ideas?

 

Reply | Threaded
Open this post in threaded view
|

Re: Newbie gets Build Failed after downloading apache-ofbiz-11.04.03.zip

Malin Nicolas
Le 12/08/2013 15:13, Pan-Wei Ng a écrit :

> Hi,
>
>  
>
> I just downloaded apache-ofbiz-11.04.03.zip and tried running it on Java
> 1.6.0_29 on Windows Vista.
>
> When I tried to run
>
>  
>
>                  ant
>
>  
>
> I get the following result
>
> BUILD FAILED
>
> Target "load-demo" does not exist in the project "OFBiz Main Build".
>
>  
>
> Any ideas?
>
>  
ant run-install

on 11.04
Reply | Threaded
Open this post in threaded view
|

Re: Newbie gets Build Failed after downloading apache-ofbiz-11.04.03.zip

Jacques Le Roux
Administrator
In reply to this post by Pan-Wei Ng
Did you try to run "ant load-demo" or only "ant"?

For releases before R12.04 still use "ant run-install" for installing demo data. Works here using the R11.04 branch

Else there is an issue with the release, please confirm

Jacques

----- Original Message -----
From: "Pan-Wei Ng" <[hidden email]>
To: <[hidden email]>
Sent: Monday, August 12, 2013 3:13 PM
Subject: Newbie gets Build Failed after downloading apache-ofbiz-11.04.03.zip


> Hi,
>
>
>
> I just downloaded apache-ofbiz-11.04.03.zip and tried running it on Java
> 1.6.0_29 on Windows Vista.
>
> When I tried to run
>
>
>
>                ant
>
>
>
> I get the following result
>
> BUILD FAILED
>
> Target "load-demo" does not exist in the project "OFBiz Main Build".
>
>
>
> Any ideas?
>
>
>
>
Reply | Threaded
Open this post in threaded view
|

RE: Newbie gets Build Failed after downloading apache-ofbiz-11.04.03.zip

Pan-Wei Ng
I tried
1. ant load-demo - it says build failed - build does not exist
2. ant - it runs, but when access http://localhost:8443/catalog, I get some
error, which I did not take note
3. ant run-install - it runs, and when I access
http://localhost:8443/catalog, I am able to log-in.
However, I need to run startOfBiz.bat first.

Btw, what is the userid and password for the POS system?
Is there a web client for normal user (as opposed to admin)

Cheers

-----Original Message-----
From: Jacques Le Roux [mailto:[hidden email]]
Sent: Monday, 12 August, 2013 9:51 PM
To: [hidden email]
Subject: Re: Newbie gets Build Failed after downloading
apache-ofbiz-11.04.03.zip

Did you try to run "ant load-demo" or only "ant"?

For releases before R12.04 still use "ant run-install" for installing demo
data. Works here using the R11.04 branch

Else there is an issue with the release, please confirm

Jacques

----- Original Message -----
From: "Pan-Wei Ng" <[hidden email]>
To: <[hidden email]>
Sent: Monday, August 12, 2013 3:13 PM
Subject: Newbie gets Build Failed after downloading
apache-ofbiz-11.04.03.zip


> Hi,
>
>
>
> I just downloaded apache-ofbiz-11.04.03.zip and tried running it on Java
> 1.6.0_29 on Windows Vista.
>
> When I tried to run
>
>
>
>                ant
>
>
>
> I get the following result
>
> BUILD FAILED
>
> Target "load-demo" does not exist in the project "OFBiz Main Build".
>
>
>
> Any ideas?
>
>
>
>

Reply | Threaded
Open this post in threaded view
|

RE: Newbie gets Build Failed after downloading apache-ofbiz-11.04.03.zip

Pan-Wei Ng
In reply to this post by Malin Nicolas
Thanks,

I ran "ant run-install" and it worked
"ant start" does not work
I ran startofbiz.bat and I can visit https://localhost:8443/catalog
What is the userid and password for POS app?

Cheers
panwei

-----Original Message-----
From: Malin Nicolas [mailto:[hidden email]]
Sent: Monday, 12 August, 2013 9:16 PM
To: [hidden email]
Subject: Re: Newbie gets Build Failed after downloading
apache-ofbiz-11.04.03.zip

Le 12/08/2013 15:13, Pan-Wei Ng a écrit :

> Hi,
>
>  
>
> I just downloaded apache-ofbiz-11.04.03.zip and tried running it on Java
> 1.6.0_29 on Windows Vista.
>
> When I tried to run
>
>  
>
>                  ant
>
>  
>
> I get the following result
>
> BUILD FAILED
>
> Target "load-demo" does not exist in the project "OFBiz Main Build".
>
>  
>
> Any ideas?
>
>  
ant run-install

on 11.04

Reply | Threaded
Open this post in threaded view
|

Developing Ofbiz with Eclipse

Pan-Wei Ng
In reply to this post by Jacques Le Roux
Hi,

Are there any guidelines for developing Ofbiz with Eclipse? Which directory
to import to eclipse, etc. Building/testing with Eclipse?

Cheers
panwei

Reply | Threaded
Open this post in threaded view
|

Re: Newbie gets Build Failed after downloading apache-ofbiz-11.04.03.zip

Jacques Le Roux
Administrator
In reply to this post by Pan-Wei Ng
OK, I think that you need to learn how to help yourself
In the future, to know the available ant targets use "ant -p"
POS: admin user credential: 1/1, doc: https://cwiki.apache.org/confluence/display/OFBIZ/POS+System

Jacques

----- Original Message -----
From: "Pan-Wei Ng" <[hidden email]>
To: <[hidden email]>
Sent: Monday, August 12, 2013 3:58 PM
Subject: RE: Newbie gets Build Failed after downloading apache-ofbiz-11.04.03.zip


> Thanks,
>
> I ran "ant run-install" and it worked
> "ant start" does not work
> I ran startofbiz.bat and I can visit https://localhost:8443/catalog
> What is the userid and password for POS app?
>
> Cheers
> panwei
>
> -----Original Message-----
> From: Malin Nicolas [mailto:[hidden email]]
> Sent: Monday, 12 August, 2013 9:16 PM
> To: [hidden email]
> Subject: Re: Newbie gets Build Failed after downloading
> apache-ofbiz-11.04.03.zip
>
> Le 12/08/2013 15:13, Pan-Wei Ng a écrit :
>> Hi,
>>
>>  
>>
>> I just downloaded apache-ofbiz-11.04.03.zip and tried running it on Java
>> 1.6.0_29 on Windows Vista.
>>
>> When I tried to run
>>
>>  
>>
>>                  ant
>>
>>  
>>
>> I get the following result
>>
>> BUILD FAILED
>>
>> Target "load-demo" does not exist in the project "OFBiz Main Build".
>>
>>  
>>
>> Any ideas?
>>
>>  
> ant run-install
>
> on 11.04
>
>
Reply | Threaded
Open this post in threaded view
|

Re: Developing Ofbiz with Eclipse

Jacques Le Roux
Administrator
In reply to this post by Pan-Wei Ng
Last time before RTFM: https://cwiki.apache.org/confluence/display/OFBIZ/Running+and+Debugging+OFBiz+in+Eclipse
Help yourself: from http://ofbiz.apache.org/ look for documentation

Also DuckDuckGo can help you https://duckduckgo.com/

for instance try https://duckduckgo.com/?q=ofbiz+eclipse
I recommend to use the official wiki...

Jacques

----- Original Message -----
From: "Pan-Wei Ng" <[hidden email]>
To: <[hidden email]>
Sent: Monday, August 12, 2013 5:23 PM
Subject: Developing Ofbiz with Eclipse


> Hi,
>
> Are there any guidelines for developing Ofbiz with Eclipse? Which directory
> to import to eclipse, etc. Building/testing with Eclipse?
>
> Cheers
> panwei
>