• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
RE: problem with build ant file
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: problem with build ant file


  • Subject: RE: problem with build ant file
  • From: "laurent Cros" <email@hidden>
  • Date: Thu, 5 Nov 2009 15:54:16 +0100
  • Thread-topic: problem with build ant file

Dave,

 

  Actually, I put the wo.extensions=C\:/Apple/Local/Library/WebObjects/Extensions in my wolips.properties file and then restart with the build and got AGAIN the error

 

org.objectstyle.woenvironment.env.WOBuildPropertiesNotFoundException: Could not find wobuild.properties. Run the buildfile: woproperties.xml first.

      at org.objectstyle.woproject.ant.WOApplication.getWOEnvironment(Unknown Source)

      at org.objectstyle.woproject.ant.WOApplication.validateAttributes(Unknown Source)

      at org.objectstyle.woproject.ant.WOApplication.execute(Unknown Source)

      at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)

      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

      at java.lang.reflect.Method.invoke(Method.java:585)

      at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)

      at org.apache.tools.ant.Task.perform(Task.java:348)

      at org.apache.tools.ant.Target.execute(Target.java:357)

      at org.apache.tools.ant.Target.performTasks(Target.java:385)

      at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)

      at org.apache.tools.ant.Project.executeTarget(Project.java:1298)

      at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)

      at org.eclipse.ant.internal.ui.antsupport.EclipseDefaultExecutor.executeTargets(EclipseDefaultExecutor.java:32)

      at org.apache.tools.ant.Project.executeTargets(Project.java:1181)

      at org.eclipse.ant.internal.ui.antsupport.InternalAntRunner.run(InternalAntRunner.java:423)

      at org.eclipse.ant.internal.ui.antsupport.InternalAntRunner.main(InternalAntRunner.java:137)

 

 

Any ideas ?

 

 

De : David Avendasora [mailto:email@hidden]
Envoyé : jeudi 5 novembre 2009 15:24
À : laurent Cros
Cc : email@hidden
Objet : Re: problem with build ant file

 

Hi Laurent,

 

Did you see my other email?

 

Make sure your wolips.properties file (not sure where it is on Windows, somewhere in "Documents and Settings" I believe) has the following line:

 

wo.extensions=D\:/Apple/Local/Library/WebObjects/Extensions

 

Obviously you should replace that path with the location of your WO install on your Windows machine.

 

Dave

 

On Nov 5, 2009, at 4:19 AM, laurent Cros wrote:



Hi all,

 

  I continue with trying to deploy on my tomcat linux.

 

I installed yesterday the wolips 3.4.5830 and eclipse 3.4.2

 

I created a new wonder application, try to  execute the install itrem on the “wolips ant tool” and I got the following error :

 

BUILD FAILED

org.objectstyle.woenvironment.env.WOBuildPropertiesNotFoundException: Could not find wobuild.properties. Run the buildfile: woproperties.xml first.

      at org.objectstyle.woproject.ant.WOApplication.getWOEnvironment(Unknown Source)

      at org.objectstyle.woproject.ant.WOApplication.validateAttributes(Unknown Source)

      at org.objectstyle.woproject.ant.WOApplication.execute(Unknown Source)

      at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)

      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

      at java.lang.reflect.Method.invoke(Method.java:585)

      at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)

      at org.apache.tools.ant.Task.perform(Task.java:348)

      at org.apache.tools.ant.Target.execute(Target.java:357)

      at org.apache.tools.ant.Target.performTasks(Target.java:385)

      at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)

      at org.apache.tools.ant.Project.executeTarget(Project.java:1298)

      at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)

      at org.eclipse.ant.internal.ui.antsupport.EclipseDefaultExecutor.executeTargets(EclipseDefaultExecutor.java:32)

      at org.apache.tools.ant.Project.executeTargets(Project.java:1181)

      at org.eclipse.ant.internal.ui.antsupport.InternalAntRunner.run(InternalAntRunner.java:423)

      at org.eclipse.ant.internal.ui.antsupport.InternalAntRunner.main(InternalAntRunner.java:137)

 

Chuck though I was using an old  woproject.jar but the only woproject.jar is located in the wolips plugin directory.

 

I need to deploy the project quickly, and I don’t know how to solve the problem.

 

 

Laurent Cros

Software engineer

Société CLS
8-10rue Hermès, Parc technologique du canal
31560 Ramonville Saint-Agne France
Tel. +33 5 61 393 701
Fax +33 5 61 394 750

 

<image001.gif>

 

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden

 

David Avendasora

Senior Software Engineer

K12, Inc.

 

*****

WebObjects Documentation Wiki : http://wiki.objectstyle.org/confluence/display/WO/

*****

WebObjects API: http://developer.apple.com/legacy/mac/library/documentation/MacOSXServer/Reference/WO54_Reference/index.html

*****

 

 

Cliquez ici si ce message est indésirable (pourriel).

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: problem with build ant file
      • From: Chuck Hill <email@hidden>
    • Re: problem with build ant file
      • From: David Avendasora <email@hidden>
References: 
 >problem with build ant file (From: "laurent Cros" <email@hidden>)
 >Re: problem with build ant file (From: David Avendasora <email@hidden>)

  • Prev by Date: Re: problem with build ant file
  • Next by Date: Re: problem with build ant file
  • Previous by thread: Re: problem with build ant file
  • Next by thread: Re: problem with build ant file
  • Index(es):
    • Date
    • Thread